public class DeployBeanPropertyAssocOne<T> extends DeployBeanPropertyAssoc<T>
EXCLUDE_FROM_DELETE_WHERE, EXCLUDE_FROM_INSERT, EXCLUDE_FROM_UPDATE, EXCLUDE_FROM_UPDATE_WHERE| Constructor and Description |
|---|
DeployBeanPropertyAssocOne(DeployBeanDescriptor<?> desc,
Class<T> targetType)
Create the property.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDbColumn()
The database column name this is mapped to.
|
DeployBeanEmbedded |
getDeployEmbedded()
Return the deploy information specifically for the deployment
of Embedded beans.
|
String |
getElPlaceHolder(BeanDescriptor.EntityType et) |
boolean |
isImportedPrimaryKey()
If true this bean maps to the primary key.
|
boolean |
isOneToOne()
Return true if this a OneToOne property.
|
boolean |
isOneToOneExported()
Return true if this is the exported side of a OneToOne.
|
void |
setImportedPrimaryKey(boolean importedPrimaryKey)
Set to true if the bean maps to the primary key.
|
void |
setOneToOne(boolean oneToOne)
Set to true if this is a OneToOne.
|
void |
setOneToOneExported(boolean oneToOneExported)
Set to true if this is the exported side of a OneToOne.
|
getBeanTable, getCascadeInfo, getExtraWhere, getMappedBy, getTableJoin, getTargetType, isOuterJoin, isScalar, setBeanTable, setExtraWhere, setMappedBy, setOuterJoingetDbBind, getDbColumnDefn, getDbConstraintExpression, getDbEncryptedType, getDbEncryptFunction, getDbLength, getDbScale, getDbType, getDefaultValue, 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, 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 DeployBeanPropertyAssocOne(DeployBeanDescriptor<?> desc, Class<T> targetType)
public DeployBeanEmbedded getDeployEmbedded()
public String getDbColumn()
DeployBeanPropertygetDbColumn in class DeployBeanPropertypublic String getElPlaceHolder(BeanDescriptor.EntityType et)
getElPlaceHolder in class DeployBeanPropertypublic boolean isOneToOne()
public void setOneToOne(boolean oneToOne)
public boolean isOneToOneExported()
public void setOneToOneExported(boolean oneToOneExported)
public boolean isImportedPrimaryKey()
public void setImportedPrimaryKey(boolean importedPrimaryKey)
Copyright © 2014. All Rights Reserved.