public class OneToOne extends ToOne
referencedPropertyName, referenceToPrimaryKey, unwrapProxy
DEFAULT_ID_GEN_STRATEGY
Constructor and Description |
---|
OneToOne(Mappings mappings,
Table table,
PersistentClass owner) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(ValueVisitor visitor) |
void |
createForeignKey() |
List |
getConstraintColumns() |
String |
getEntityName() |
ForeignKeyDirection |
getForeignKeyType()
Returns the foreignKeyType.
|
KeyValue |
getIdentifier()
Returns the identifier.
|
String |
getPropertyName() |
Type |
getType() |
boolean |
isConstrained()
Returns the constrained.
|
boolean |
isNullable() |
void |
setConstrained(boolean constrained)
Sets the constrained.
|
void |
setEntityName(String propertyName) |
void |
setForeignKeyType(ForeignKeyDirection foreignKeyType)
Sets the foreignKeyType.
|
void |
setIdentifier(KeyValue identifier)
Sets the identifier.
|
void |
setPropertyName(String propertyName) |
getFetchMode, getReferencedEntityName, getReferencedPropertyName, isEmbedded, isLazy, isReferenceToPrimaryKey, isTypeSpecified, isUnwrapProxy, isValid, setEmbedded, setFetchMode, setLazy, setReferencedEntityName, setReferencedPropertyName, setReferenceToPrimaryKey, setTypeUsingReflection, setUnwrapProxy
addColumn, addFormula, createForeignKeyOfEntity, createIdentifierGenerator, getColumnInsertability, getColumnIterator, getColumnSpan, getColumnUpdateability, getForeignKeyName, getIdentifierGeneratorProperties, getIdentifierGeneratorStrategy, getMappings, getNullValue, getTable, getTypeName, getTypeParameters, hasFormula, isAlternateUniqueKey, isCascadeDeleteEnabled, isIdentityColumn, isSimpleValue, isUpdateable, setAlternateUniqueKey, setCascadeDeleteEnabled, setForeignKeyName, setIdentifierGeneratorProperties, setIdentifierGeneratorStrategy, setNullValue, setTable, setTypeName, setTypeParameters, toString
public OneToOne(Mappings mappings, Table table, PersistentClass owner) throws MappingException
MappingException
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getEntityName()
public void setEntityName(String propertyName)
public Type getType() throws MappingException
getType
in interface Value
getType
in class ToOne
MappingException
public void createForeignKey() throws MappingException
createForeignKey
in interface Value
createForeignKey
in class ToOne
MappingException
public List getConstraintColumns()
getConstraintColumns
in class SimpleValue
public boolean isConstrained()
public ForeignKeyDirection getForeignKeyType()
public KeyValue getIdentifier()
public void setConstrained(boolean constrained)
constrained
- The constrained to setpublic void setForeignKeyType(ForeignKeyDirection foreignKeyType)
foreignKeyType
- The foreignKeyType to setpublic void setIdentifier(KeyValue identifier)
identifier
- The identifier to setpublic boolean isNullable()
isNullable
in interface Value
isNullable
in class SimpleValue
Copyright © 2018 JBoss by Red Hat. All rights reserved.