org.hibernate.mapping
Interface KeyValue
- Serializable, Value
- Any, Component, DependantValue, ManyToOne, OneToOne, SimpleValue, ToOne
public interface KeyValue
Represents an identifying key of a table: the value for primary key
of an entity, or a foreign key of a collection or join table or
joined subclass table.
accept, createForeignKey, getColumnInsertability, getColumnIterator, getColumnSpan, getColumnUpdateability, getFetchMode, getTable, getType, hasFormula, isAlternateUniqueKey, isNullable, isSimpleValue, isValid, setTypeUsingReflection |
createForeignKeyOfEntity
public void createForeignKeyOfEntity(String entityName)
getNullValue
public String getNullValue()
isCascadeDeleteEnabled
public boolean isCascadeDeleteEnabled()
isIdentityColumn
public boolean isIdentityColumn(Dialect dialect)
isUpdateable
public boolean isUpdateable()