Uses of Interface
org.hibernate.mapping.KeyValue
Packages that use KeyValue
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of KeyValue in org.hibernate.mapping
Classes in org.hibernate.mapping that implement KeyValueModifier and TypeClassDescriptionclass
A mapping model object representing a polymorphic association to one of several tables.static class
static class
The discriminator Valueclass
class
A mapping model object that represents an embeddable class.class
class
A mapping model object representing a value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).final class
A mapping model object representing a many-to-one association.final class
A mapping model object representing a many-to-one association.class
A mapping model object that represents any value that maps to columns.class
A mapping model object representing an association where the target side has cardinality one.Methods in org.hibernate.mapping that return KeyValueModifier and TypeMethodDescriptionIdentifierCollection.getIdentifier()
OneToOne.getIdentifier()
Returns the identifier.abstract KeyValue
PersistentClass.getIdentifier()
RootClass.getIdentifier()
Subclass.getIdentifier()
Collection.getKey()
Join.getKey()
JoinedSubclass.getKey()
abstract KeyValue
PersistentClass.getKey()
RootClass.getKey()
Subclass.getKey()
DependantValue.getWrappedValue()
Methods in org.hibernate.mapping that return types with arguments of type KeyValueModifier and TypeMethodDescriptionPersistentClass.getKeyClosure()
RootClass.getKeyClosure()
Subclass.getKeyClosure()
Methods in org.hibernate.mapping with parameters of type KeyValueModifier and TypeMethodDescriptionvoid
IdentifierCollection.setIdentifier
(KeyValue identifier) void
OneToOne.setIdentifier
(KeyValue identifier) Sets the identifier.void
RootClass.setIdentifier
(KeyValue identifier) void
void
void
Constructors in org.hibernate.mapping with parameters of type KeyValueModifierConstructorDescriptionDependantValue
(MetadataBuildingContext buildingContext, Table table, KeyValue prototype)