Uses of Interface
org.hibernate.mapping.Value
Packages that use Value
Package
Description
This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
This package defines the Hibernate configuration-time mapping model.
-
Uses of Value in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model with parameters of type ValueModifier and TypeMethodDescriptiondefault void
ColumnContainer.addColumnsFromValue
(Value value) Takes aValue
and injects its columns into the Envers container mapping.void
Join.addKeyColumnsFromValue
(Value value) Constructors in org.hibernate.envers.boot.model with parameters of type Value -
Uses of Value in org.hibernate.envers.boot.spi
Methods in org.hibernate.envers.boot.spi with parameters of type ValueModifier and TypeMethodDescriptionvoid
ModifiedColumnNamingStrategy.addModifiedColumns
(Configuration configuration, Value value, AttributeContainer mapping, org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData propertyAuditingData) Adds modified columns to the audited entity metamodel. -
Uses of Value in org.hibernate.generator
Methods in org.hibernate.generator that return Value -
Uses of Value in org.hibernate.mapping
Subinterfaces of Value in org.hibernate.mappingModifier and TypeInterfaceDescriptioninterface
A mapping modelValue
which may be treated as an identifying key of a relational database table.Classes in org.hibernate.mapping that implement ValueModifier and TypeClassDescriptionclass
A mapping model object representing a polymorphic association to one of several tables.static class
static class
The discriminator Valueclass
An array mapping has a primary key consisting of the key columns + index column.class
A mapping model object representing a collection of typeCollection
which may contain duplicates.class
class
A mapping model object representing a collection.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 bag with a generated (surrogate) key.class
A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.class
Indexed collections include Lists, Maps, arrays and primitive arrays.class
A mapping model object representing a collection of typeList
.final class
A mapping model object representing a many-to-one association.class
A mapping model object representing a collection of typeMap
.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 primitive array has a primary key consisting of the key columns + index column.class
A mapping model object representing a collection of typeList
.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 ValueModifier and TypeMethodDescriptionOneToMany.copy()
Value.copy()
Component.getDiscriminator()
abstract Value
PersistentClass.getDiscriminator()
RootClass.getDiscriminator()
Subclass.getDiscriminator()
Collection.getElement()
IndexedCollection.getIndex()
Column.getValue()
Property.getValue()
Methods in org.hibernate.mapping with parameters of type ValueModifier and TypeMethodDescriptionvoid
Constraint.addColumns
(Value value) boolean
protected static boolean
boolean
boolean
protected static boolean
boolean
void
Component.setDiscriminator
(Value discriminator) void
RootClass.setDiscriminator
(Value discriminator) void
Collection.setElement
(Value element) void
void
void