Uses of Interface
org.hibernate.mapping.KeyValue

Packages that use KeyValue
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
 

Uses of KeyValue in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return KeyValue
 KeyValue ClassPropertyHolder.getIdentifier()
           
 KeyValue PropertyHolder.getIdentifier()
           
 KeyValue ComponentPropertyHolder.getIdentifier()
           
 KeyValue CollectionPropertyHolder.getIdentifier()
           
 

Uses of KeyValue in org.hibernate.mapping
 

Classes in org.hibernate.mapping that implement KeyValue
 class Any
          A Hibernate "any" type (ie.
 class Component
          The mapping for a component, composite element, composite identifier, etc.
 class DependantValue
          A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).
 class ManyToOne
          A many-to-one association mapping
 class OneToOne
          A one-to-one association mapping
 class SimpleValue
          Any value that maps to columns.
 class ToOne
          A simple-point association (ie.
 

Methods in org.hibernate.mapping that return KeyValue
 KeyValue OneToOne.getIdentifier()
          Returns the identifier.
 KeyValue Subclass.getIdentifier()
           
 KeyValue RootClass.getIdentifier()
           
 KeyValue IdentifierCollection.getIdentifier()
           
abstract  KeyValue PersistentClass.getIdentifier()
           
 KeyValue Table.getIdentifierValue()
           
 KeyValue Join.getKey()
           
 KeyValue Subclass.getKey()
           
 KeyValue RootClass.getKey()
           
 KeyValue JoinedSubclass.getKey()
           
 KeyValue Collection.getKey()
           
abstract  KeyValue PersistentClass.getKey()
           
 

Methods in org.hibernate.mapping with parameters of type KeyValue
 void OneToOne.setIdentifier(KeyValue identifier)
          Sets the identifier.
 void RootClass.setIdentifier(KeyValue identifier)
           
 void IdentifierCollection.setIdentifier(KeyValue identifier)
           
 void Table.setIdentifierValue(KeyValue idValue)
           
 void Join.setKey(KeyValue key)
           
 void JoinedSubclass.setKey(KeyValue key)
           
 void Collection.setKey(KeyValue key)
           
 

Constructors in org.hibernate.mapping with parameters of type KeyValue
DependantValue(Table table, KeyValue prototype)
           
 



Copyright © 2010. All Rights Reserved.