| java.lang.Object com.caucho.amber.field.AbstractField com.caucho.amber.field.EntityEmbeddedField
All known Subclasses: com.caucho.amber.field.EmbeddedIdField,
EntityEmbeddedField | public class EntityEmbeddedField extends AbstractField (Code) | | Configuration for a bean's embedded field
|
Field Summary | |
final protected static Logger | log |
Method Summary | |
public AmberExpr | createExpr(QueryParser parser, PathExpr parent) Creates the expression for the field. | protected EmbeddedSubField | createSubField(AmberField field, int index) | public void | generateCopy(JavaWriter out, String dest, String source) Generates code to copy to an object. | public void | generateGetPrimaryKey(CharBuffer cb) Generates get property. | public void | generateGetProperty(JavaWriter out) Generates the set property. | public void | generateInsertColumns(ArrayList<String> columns) Generates the insert. | public void | generateInsertSet(JavaWriter out, String pstmt, String index, String obj) Generates the set clause for the insert clause. | public int | generateLoad(JavaWriter out, String rs, String indexVar, int index) | public String | generateLoadSelect(Table table, String id) Generates the select clause. | public String | generateNull() Returns the null value. | public String | generateSelect(String id) Generates the select clause. | public void | generateSet(JavaWriter out, String pstmt, String index, String obj) Generates the set clause. | public void | generateSetProperty(JavaWriter out) Generates the set property. | public void | generateUpdate(CharBuffer sql) | public void | generateUpdateSet(JavaWriter out, String pstmt, String index, String obj) Generates the set clause for the insert clause. | public String | generateWhere(String id) Generates the where clause. | public EmbeddableType | getEmbeddableType() | public ArrayList<EmbeddedSubField> | getSubFields() Returns the subfields. | public Type | getType() Sets the result type. | public void | init() Initializes the property. | public boolean | isEmbeddedId() Returns true if the property is an @EmbeddedId. | public void | setEmbeddableType(EmbeddableType type) Sets the result type. | public void | setInsert(boolean isInsert) Set true if the property should be saved on an insert. | public void | setUpdate(boolean isUpdate) Set true if the property should be saved on an update. |
generateGetPrimaryKey | public void generateGetPrimaryKey(CharBuffer cb)(Code) | | Generates get property.
|
generateInsertColumns | public void generateInsertColumns(ArrayList<String> columns)(Code) | | Generates the insert.
|
generateNull | public String generateNull()(Code) | | Returns the null value.
|
generateUpdate | public void generateUpdate(CharBuffer sql)(Code) | | Generates the update set clause
|
getType | public Type getType()(Code) | | Sets the result type.
|
init | public void init() throws ConfigException(Code) | | Initializes the property.
|
isEmbeddedId | public boolean isEmbeddedId()(Code) | | Returns true if the property is an @EmbeddedId.
|
setInsert | public void setInsert(boolean isInsert)(Code) | | Set true if the property should be saved on an insert.
|
setUpdate | public void setUpdate(boolean isUpdate)(Code) | | Set true if the property should be saved on an update.
|
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)
|
|
|