File
Doc
Category
Size
Date
Package
KeyValue.java
API Doc
Hibernate 3.2.5
857
Tue Apr 26 01:37:54 BST 2005
org.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 void
createForeignKeyOfEntity
(
java.lang.String
entityName)
public
org.hibernate.id.IdentifierGenerator
createIdentifierGenerator
(
org.hibernate.dialect.Dialect
dialect,
java.lang.String
defaultCatalog,
java.lang.String
defaultSchema,
RootClass
rootClass)
public
java.lang.String
getNullValue
()
public
boolean
isCascadeDeleteEnabled
()
public
boolean
isIdentityColumn
(
org.hibernate.dialect.Dialect
dialect)
public
boolean
isUpdateable
()
Java Code Source