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 voidColumnContainer.addColumnsFromValue(Value value) Takes aValueand injects its columns into the Envers container mapping.voidJoin.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 TypeMethodDescriptionvoidModifiedColumnNamingStrategy.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 TypeInterfaceDescriptioninterfaceA mapping modelValuewhich may be treated as an identifying key of a relational database table.Classes in org.hibernate.mapping that implement ValueModifier and TypeClassDescriptionclassA mapping model object representing a polymorphic association to one of several tables.static classstatic classThe discriminator ValueclassAn array mapping has a primary key consisting of the key columns + index column.classA mapping model object representing a collection of typeCollectionwhich may contain duplicates.classclassA mapping model object representing a collection.classA mapping model object that represents an embeddable class.classclassA 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).classA bag with a generated (surrogate) key.classA mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.classIndexed collections include Lists, Maps, arrays and primitive arrays.classA mapping model object representing a collection of typeList.final classA mapping model object representing a many-to-one association.classA mapping model object representing a collection of typeMap.classA mapping model object representing a many-to-one association.final classA mapping model object representing a many-to-one association.classA primitive array has a primary key consisting of the key columns + index column.classA mapping model object representing a collection of typeList.classA mapping model object that represents any value that maps to columns.classA 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 ValuePersistentClass.getDiscriminator()RootClass.getDiscriminator()Subclass.getDiscriminator()Collection.getElement()IndexedCollection.getIndex()Column.getValue()Property.getValue()Methods in org.hibernate.mapping with parameters of type ValueModifier and TypeMethodDescriptionvoidConstraint.addColumns(Value value) booleanprotected static booleanbooleanbooleanprotected static booleanbooleanvoidComponent.setDiscriminator(Value discriminator) voidRootClass.setDiscriminator(Value discriminator) voidCollection.setElement(Value element) voidvoidvoid