| java.lang.Object com.caucho.amber.field.AbstractField com.caucho.amber.field.CascadableField com.caucho.amber.field.CollectionField com.caucho.amber.field.AssociationField com.caucho.amber.field.EntityManyToManyField
EntityManyToManyField | public class EntityManyToManyField extends AssociationField (Code) | | Configuration for a bean's field
|
Field Summary | |
final protected static Logger | log |
Method Summary | |
public AmberExpr | createExpr(QueryParser parser, PathExpr parent) Creates the expression for the field. | public void | generateAmberAdd(JavaWriter out) Generates the set property. | public void | generateAmberRemove(JavaWriter out) Generates the remove property. | public void | generateAmberRemoveTargetAll(JavaWriter out) Generates the remove property. | public void | generateCopyLoadObject(JavaWriter out, String dst, String src, int loadIndex) Updates from the cached copy. | public void | generateCopyMergeObject(JavaWriter out, String dst, String src, int updateIndex) Updates the cached copy. | public void | generateExpire(JavaWriter out) | public void | generateGetProperty(JavaWriter out) Generates the set property. | public void | generateInvalidateForeign(JavaWriter out) | public String | generateLoadSelect(String id) Generates the select clause. | public void | generatePostCascade(JavaWriter out, String aConn, CascadeType cascadeType) Generates the (post) cascade operation from
parent to this child. | public void | generateSet(JavaWriter out, String pstmt, String obj, String index) Generates the set clause. | public void | generateSetProperty(JavaWriter out) Generates the set property. | public String | generateTargetLoadSelect(String id) Generates the select clause. | public String | generateTargetSelect(String id) Generates the target select. | public Table | getAssociationTable() | public String | getMapKey() Gets the map key. | public RelatedType | getRelatedType() Returns the source type as
entity or mapped-superclass. | public LinkColumns | getSourceLink() Returns the source link. | public LinkColumns | getTargetLink() Returns the target link. | public RelatedType | getTargetType() Returns the target type. | public void | init() Initializes the field. | public void | setAssociationTable(Table table) | public void | setMapKey(String mapKey) Sets the map key. | public void | setOrderBy(ArrayList<String> orderByFields, ArrayList<Boolean> orderByAscending) Sets the order by. | public void | setSourceLink(LinkColumns link) Adds a column from the association table to the source side. | public void | setTargetLink(LinkColumns link) Adds a column from the association table to the target side. | public void | setType(Type targetType) Sets the target type. |
EntityManyToManyField | public EntityManyToManyField(RelatedType relatedType, String name, CascadeType[] cascadeTypes) throws ConfigException(Code) | | |
EntityManyToManyField | public EntityManyToManyField(RelatedType relatedType, String name) throws ConfigException(Code) | | |
generateAmberRemoveTargetAll | public void generateAmberRemoveTargetAll(JavaWriter out) throws IOException(Code) | | Generates the remove property.
|
generateInvalidateForeign | public void generateInvalidateForeign(JavaWriter out) throws IOException(Code) | | Generates code for foreign entity create/delete
|
generateLoadSelect | public String generateLoadSelect(String id)(Code) | | Generates the select clause.
|
generatePostCascade | public void generatePostCascade(JavaWriter out, String aConn, CascadeType cascadeType) throws IOException(Code) | | Generates the (post) cascade operation from
parent to this child. This field will only
be cascaded first if the operation can be
performed with no risk to break FK constraints.
|
generateTargetLoadSelect | public String generateTargetLoadSelect(String id)(Code) | | Generates the select clause.
|
generateTargetSelect | public String generateTargetSelect(String id)(Code) | | Generates the target select.
|
getAssociationTable | public Table getAssociationTable()(Code) | | Returns the association table
|
getRelatedType | public RelatedType getRelatedType()(Code) | | Returns the source type as
entity or mapped-superclass.
|
init | public void init() throws ConfigException(Code) | | Initializes the field.
|
setAssociationTable | public void setAssociationTable(Table table)(Code) | | Sets the association table
|
setMapKey | public void setMapKey(String mapKey)(Code) | | Sets the map key.
|
setSourceLink | public void setSourceLink(LinkColumns link)(Code) | | Adds a column from the association table to the source side.
|
setTargetLink | public void setTargetLink(LinkColumns link)(Code) | | Adds a column from the association table to the target side.
|
setType | public void setType(Type targetType)(Code) | | Sets the target type.
|
Fields inherited from com.caucho.amber.field.AssociationField | final protected static Logger log(Code)(Java Doc)
|
Methods inherited from com.caucho.amber.field.CollectionField | public AmberExpr createExpr(QueryParser parser, PathExpr parent)(Code)(Java Doc) public void generateCopyUpdateObject(JavaWriter out, String dst, String src, int updateIndex) throws IOException(Code)(Java Doc) public String generateJoin(String sourceTable, String targetTable)(Code)(Java Doc) public String generateLoadSelect(String id)(Code)(Java Doc) public void generatePostCascade(JavaWriter out, String aConn, CascadeType cascadeType) throws IOException(Code)(Java Doc) public void generatePreCascade(JavaWriter out, String aConn, CascadeType cascadeType) throws IOException(Code)(Java Doc) public void generateSet(JavaWriter out, String pstmt, String obj, String index) throws IOException(Code)(Java Doc) public String generateTargetSelect(String id)(Code)(Java Doc) public void generateUpdate(JavaWriter out, String mask, String pstmt, String index) throws IOException(Code)(Java Doc) public LinkColumns getLinkColumns()(Code)(Java Doc) public ForeignColumn getSourceColumn(Column key)(Code)(Java Doc) public String getTableName()(Code)(Java Doc) public Type getTargetType()(Code)(Java Doc) public void setLinkColumns(LinkColumns linkColumns)(Code)(Java Doc) public void setTable(String table)(Code)(Java Doc) public void setType(Type targetType)(Code)(Java Doc)
|
Methods inherited from com.caucho.amber.field.AbstractField | public void childDelete(AmberConnection aConn, Serializable primaryKey) throws SQLException(Code)(Java Doc) public AmberExpr createExpr(QueryParser parser, PathExpr parent)(Code)(Java Doc) public String generateCastFromObject(String value)(Code)(Java Doc) public void generateCopyLoadObject(JavaWriter out, String dst, String src, int loadIndex) throws IOException(Code)(Java Doc) public void generateCopyMergeObject(JavaWriter out, String dst, String src, int loadIndex) throws IOException(Code)(Java Doc) public void generateCopyUpdateObject(JavaWriter out, String dst, String src, int updateIndex) throws IOException(Code)(Java Doc) public String generateCreateTableSQL(AmberPersistenceUnit manager)(Code)(Java Doc) public void generateDumpRelationships(JavaWriter out, int updateIndex) throws IOException(Code)(Java Doc) public String generateEquals(String leftBase, String value)(Code)(Java Doc) public void generateExpire(JavaWriter out) throws IOException(Code)(Java Doc) public void generateGet(JavaWriter out, String value) throws IOException(Code)(Java Doc) public String generateGet(String obj)(Code)(Java Doc) public void generateGetProperty(JavaWriter out) throws IOException(Code)(Java Doc) final public String generateInsert()(Code)(Java Doc) public void generateInsertColumns(ArrayList<String> columns)(Code)(Java Doc) public void generateInsertSet(JavaWriter out, String pstmt, String index, String obj) throws IOException(Code)(Java Doc) public void generateInvalidateForeign(JavaWriter out) throws IOException(Code)(Java Doc) public String generateJavaSelect(String id)(Code)(Java Doc) public int generateLoad(JavaWriter out, String rs, String indexVar, int index) throws IOException(Code)(Java Doc) public void generateLoadFromObject(JavaWriter out, String obj) throws IOException(Code)(Java Doc) public String generateLoadSelect(Table table, String id)(Code)(Java Doc) public String generateNull()(Code)(Java Doc) public void generatePostConstructor(JavaWriter out) throws IOException(Code)(Java Doc) public void generatePostDelete(JavaWriter out) throws IOException(Code)(Java Doc) public int generatePostLoadSelect(JavaWriter out, int index) throws IOException(Code)(Java Doc) public void generatePreDelete(JavaWriter out) throws IOException(Code)(Java Doc) public void generatePrologue(JavaWriter out, HashSet<Object> completedSet) throws IOException(Code)(Java Doc) public String generateSelect(String id)(Code)(Java Doc) public void generateSet(JavaWriter out, String obj) throws IOException(Code)(Java Doc) public String generateSet(String obj, String value)(Code)(Java Doc) public void generateSet(JavaWriter out, String pstmt, String index) throws IOException(Code)(Java Doc) public void generateSet(JavaWriter out, String pstmt, String index, String obj) throws IOException(Code)(Java Doc) public void generateSetProperty(JavaWriter out) throws IOException(Code)(Java Doc) public String generateSuperGetter()(Code)(Java Doc) public void generateSuperGetter(JavaWriter out) throws IOException(Code)(Java Doc) final public String generateSuperSetter(String value)(Code)(Java Doc) public String generateSuperSetter(String objThis, String value)(Code)(Java Doc) public void generateSuperSetter(JavaWriter out) throws IOException(Code)(Java Doc) public void generateUpdate(CharBuffer sql)(Code)(Java Doc) public void generateUpdate(JavaWriter out, String maskVar, String pstmt, String index) throws IOException(Code)(Java Doc) public void generateUpdateFromObject(JavaWriter out, String obj) throws IOException(Code)(Java Doc) public void generateUpdateSet(JavaWriter out, String pstmt, String index, String obj) throws IOException(Code)(Java Doc) public String generateWhere(String id)(Code)(Java Doc) public JClass getBeanClass()(Code)(Java Doc) public Column getColumn()(Code)(Java Doc) public long getCreateLoadMask(int group)(Code)(Java Doc) public RelatedType getEntitySourceType()(Code)(Java Doc) protected String getFieldName()(Code)(Java Doc) public JMethod getGetterMethod()(Code)(Java Doc) public String getGetterName()(Code)(Java Doc) public int getIndex()(Code)(Java Doc) public JType getJavaType()(Code)(Java Doc) public String getJavaTypeName()(Code)(Java Doc) public int getLoadGroupIndex()(Code)(Java Doc) public String getName()(Code)(Java Doc) public AmberPersistenceUnit getPersistenceUnit()(Code)(Java Doc) public JMethod getSetterMethod()(Code)(Java Doc) public String getSetterName()(Code)(Java Doc) public AbstractStatefulType getSourceType()(Code)(Java Doc) public Table getTable()(Code)(Java Doc) public boolean hasLoadGroup(int index)(Code)(Java Doc) public void init() throws ConfigException(Code)(Java Doc) public boolean isAbstract()(Code)(Java Doc) public boolean isCascadable()(Code)(Java Doc) public boolean isFieldAccess()(Code)(Java Doc) public boolean isLazy()(Code)(Java Doc) public boolean isUpdateable()(Code)(Java Doc) public void link()(Code)(Java Doc) public void setIndex(int index)(Code)(Java Doc) protected void setJavaType(JType type)(Code)(Java Doc) protected void setJavaType(Class type)(Code)(Java Doc) public void setLazy(boolean isLazy)(Code)(Java Doc) protected void setLoadGroupIndex(int index)(Code)(Java Doc) public void setName(String name) throws ConfigException(Code)(Java Doc) public String toObject(String value)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|