public class DeployBeanPropertyCompound extends DeployBeanProperty
EXCLUDE_FROM_DELETE_WHERE, EXCLUDE_FROM_INSERT, EXCLUDE_FROM_UPDATE, EXCLUDE_FROM_UPDATE_WHERE| Constructor and Description |
|---|
DeployBeanPropertyCompound(DeployBeanDescriptor<?> desc,
Class<?> targetType,
CtCompoundType<?> compoundType,
ScalarTypeConverter<?,?> typeConverter)
Create the property.
|
| Modifier and Type | Method and Description |
|---|---|
CtCompoundType<?> |
getCompoundType() |
DeployBeanEmbedded |
getDeployEmbedded()
Return the deploy information specifically for the deployment
of Embedded beans.
|
BeanPropertyCompoundRoot |
getFlatProperties(BeanDescriptorMap owner,
BeanDescriptor<?> descriptor) |
ScalarTypeConverter<?,?> |
getTypeConverter() |
getDbBind, getDbColumn, getDbColumnDefn, getDbConstraintExpression, getDbEncryptedType, getDbEncryptFunction, getDbLength, getDbScale, getDbType, getDefaultValue, getElPlaceHolder, getExtraAttribute, getExtraAttributeMap, getField, getFullBeanName, getGeneratedProperty, getGetter, getName, getOwningType, getPropertyType, getReadMethod, getScalarType, getSecondaryTable, getSecondaryTableJoin, getSecondaryTableJoinPrefix, getSetter, getSortOrder, getSortOverride, getSqlFormulaJoin, getSqlFormulaSelect, getWriteMethod, isDbEncrypted, isDbInsertable, isDbRead, isDbUpdateable, isEmbedded, isExposeDeserialize, isExposeSerialize, isFetchEager, isGenerated, isId, isLob, isLocal, isLocalEncrypted, isNaturalKey, isNullable, isNullablePrimitive, isScalar, isSecondaryTable, isTransient, isUndirectionalShadow, isUnique, isVersionColumn, setDbBind, setDbColumn, setDbColumnDefn, setDbEncryptedType, setDbEncryptFunction, setDbInsertable, setDbLength, setDbRead, setDbScale, setDbType, setDbUpdateable, setDefaultValue, setEmbedded, setExposeDeserialize, setExposeSerialize, setExtraAttribute, setFetchType, setField, setGeneratedProperty, setGetter, setId, setLocalEncrypted, setName, setNaturalKey, setNullable, setOwningType, setReadMethod, setScalarType, setSecondaryTable, setSecondaryTableJoin, setSetter, setSortOrder, setSqlFormula, setTransient, setUndirectionalShadow, setUnique, setVersionColumn, setWriteMethod, toStringpublic DeployBeanPropertyCompound(DeployBeanDescriptor<?> desc, Class<?> targetType, CtCompoundType<?> compoundType, ScalarTypeConverter<?,?> typeConverter)
public BeanPropertyCompoundRoot getFlatProperties(BeanDescriptorMap owner, BeanDescriptor<?> descriptor)
public DeployBeanEmbedded getDeployEmbedded()
public ScalarTypeConverter<?,?> getTypeConverter()
public CtCompoundType<?> getCompoundType()
Copyright © 2014. All Rights Reserved.