Uses of Interface
org.hibernate.mapping.KeyValue
Packages that use KeyValue
Package
Description
Support for many of the internal workings of Hibernate.
This package defines the Hibernate configuration-time mapping model.
-
Uses of KeyValue in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return KeyValueModifier and TypeMethodDescriptionClassPropertyHolder.getIdentifier()
CollectionPropertyHolder.getIdentifier()
ComponentPropertyHolder.getIdentifier()
PropertyHolder.getIdentifier()
-
Uses of KeyValue in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type KeyValueModifier and TypeMethodDescriptionstatic IdentifierValue
UnsavedValueFactory.getUnsavedIdentifierValue
(KeyValue bootIdMapping, JavaType<?> idJavaType, Getter getter, Supplier<?> templateInstanceAccess) Return the UnsavedValueStrategy for determining whether an entity instance is unsaved based on the identifier.static <T> VersionValue
UnsavedValueFactory.getUnsavedVersionValue
(KeyValue bootVersionMapping, VersionJavaType<T> versionJavaType, Getter getter, Supplier<?> templateInstanceAccess) Return theUnsavedValueStrategy
for determining whether an entity instance is unsaved based on the version. -
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).class
A mapping model object representing a many-to-one association.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)