| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | CollectionPropertyHolder.getIdentifier() | 
|  KeyValue | PropertyHolder.getIdentifier() | 
|  KeyValue | ClassPropertyHolder.getIdentifier() | 
|  KeyValue | ComponentPropertyHolder.getIdentifier() | 
| Uses of KeyValue in org.hibernate.mapping | 
|---|
| Classes in org.hibernate.mapping that implement KeyValue | |
|---|---|
|  class | AnyA Hibernate "any" type (ie. | 
|  class | ComponentThe mapping for a component, composite element, composite identifier, etc. | 
|  class | DependantValueA value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key). | 
|  class | ManyToOneA many-to-one association mapping | 
|  class | OneToOneA one-to-one association mapping | 
|  class | SimpleValueAny value that maps to columns. | 
|  class | ToOneA simple-point association (ie. | 
| Methods in org.hibernate.mapping that return KeyValue | |
|---|---|
|  KeyValue | RootClass.getIdentifier() | 
|  KeyValue | Subclass.getIdentifier() | 
|  KeyValue | IdentifierCollection.getIdentifier() | 
| abstract  KeyValue | PersistentClass.getIdentifier() | 
|  KeyValue | OneToOne.getIdentifier()Returns the identifier. | 
|  KeyValue | Table.getIdentifierValue() | 
|  KeyValue | JoinedSubclass.getKey() | 
|  KeyValue | RootClass.getKey() | 
|  KeyValue | Subclass.getKey() | 
| abstract  KeyValue | PersistentClass.getKey() | 
|  KeyValue | Collection.getKey() | 
|  KeyValue | Join.getKey() | 
| Methods in org.hibernate.mapping with parameters of type KeyValue | |
|---|---|
|  void | RootClass.setIdentifier(KeyValue identifier) | 
|  void | IdentifierCollection.setIdentifier(KeyValue identifier) | 
|  void | OneToOne.setIdentifier(KeyValue identifier)Sets the identifier. | 
|  void | Table.setIdentifierValue(KeyValue idValue) | 
|  void | JoinedSubclass.setKey(KeyValue key) | 
|  void | Collection.setKey(KeyValue key) | 
|  void | Join.setKey(KeyValue key) | 
| Constructors in org.hibernate.mapping with parameters of type KeyValue | |
|---|---|
| DependantValue(Mappings mappings,
               Table table,
               KeyValue prototype) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||