src/main/java/org/apache/jackrabbit/ocm/mapper/model/BeanDescriptor.java [86:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.proxy = proxy;
    }


    public boolean isAutoInsert() {
		return autoInsert;
	}

	public void setAutoInsert(boolean autoInsert) {
		this.autoInsert = autoInsert;
	}

	public boolean isAutoRetrieve() {
		return autoRetrieve;
	}

	public void setAutoRetrieve(boolean autoRetrieve) {
		this.autoRetrieve = autoRetrieve;
	}

	public boolean isAutoUpdate() {
		return autoUpdate;
	}

	public void setAutoUpdate(boolean autoUpdate) {
		this.autoUpdate = autoUpdate;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/jackrabbit/ocm/mapper/model/CollectionDescriptor.java [99:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.proxy = proxy;
    }



    public boolean isAutoInsert() {
		return autoInsert;
	}
	public void setAutoInsert(boolean autoInsert) {
		this.autoInsert = autoInsert;
	}
	public boolean isAutoRetrieve() {
		return autoRetrieve;
	}
	public void setAutoRetrieve(boolean autoRetrieve) {
		this.autoRetrieve = autoRetrieve;
	}
	public boolean isAutoUpdate() {
		return autoUpdate;
	}
	public void setAutoUpdate(boolean autoUpdate) {
		this.autoUpdate = autoUpdate;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



