FileDocCategorySizeDatePackage
KeyValue.javaAPI DocHibernate 3.2.5857Tue Apr 26 01:37:54 BST 2005org.hibernate.mapping

KeyValue

public interface KeyValue implements Value
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.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public voidcreateForeignKeyOfEntity(java.lang.String entityName)

public org.hibernate.id.IdentifierGeneratorcreateIdentifierGenerator(org.hibernate.dialect.Dialect dialect, java.lang.String defaultCatalog, java.lang.String defaultSchema, RootClass rootClass)

public java.lang.StringgetNullValue()

public booleanisCascadeDeleteEnabled()

public booleanisIdentityColumn(org.hibernate.dialect.Dialect dialect)

public booleanisUpdateable()