Uses of Interface
org.hibernate.mapping.Value
-
Packages that use Value Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of Value in org.hibernate.id
Classes in org.hibernate.id that implement Value Modifier and Type Class Description static classExportableColumn.ValueImplMethods in org.hibernate.id that return Value Modifier and Type Method Description ValueExportableColumn.ValueImpl. copy()Methods in org.hibernate.id with parameters of type Value Modifier and Type Method Description booleanExportableColumn.ValueImpl. isSame(Value value) -
Uses of Value in org.hibernate.mapping
Subinterfaces of Value in org.hibernate.mapping Modifier and Type Interface Description interfaceKeyValueA mapping modelValuewhich may be treated as an identifying key of a relational database table.Classes in org.hibernate.mapping that implement Value Modifier and Type Class Description classAnyA mapping model object representing a polymorphic association to one of several tables.static classAny.KeyValuestatic classAny.MetaValueclassArrayAn array mapping has a primary key consisting of the key columns + index column.classBagA mapping model object representing a collection of typeCollectionwhich may contain duplicates.classBasicValueclassCollectionA mapping model object representing a collection.classComponentA mapping model object that represents an embeddable class.classDependantBasicValueclassDependantValueA 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).classIdentifierBagA bag with a generated (surrogate) key.classIdentifierCollectionA mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.classIndexedCollectionIndexed collections include Lists, Maps, arrays and primitive arrays.classListA mapping model object representing a collection of typeList.classManyToOneA mapping model object representing a many-to-one association.classMapA mapping model object representing a collection of typeMap.classOneToManyA mapping model object representing a many-to-one association.classOneToOneA mapping model object representing a many-to-one association.classPrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.classSetA mapping model object representing a collection of typeList.classSimpleValueA mapping model object that represents any value that maps to columns.classToOneA mapping model object representing an association where the target side has cardinality one.Methods in org.hibernate.mapping that return Value Modifier and Type Method Description ValueOneToMany. copy()ValueValue. copy()abstract ValuePersistentClass. getDiscriminator()ValueRootClass. getDiscriminator()ValueSubclass. getDiscriminator()ValueCollection. getElement()ValueIndexedCollection. getIndex()ValueColumn. getValue()ValueProperty. getValue()Methods in org.hibernate.mapping with parameters of type Value Modifier and Type Method Description voidConstraint. addColumns(Value value)booleanCollection. isSame(Value other)protected static booleanCollection. isSame(Value v1, Value v2)booleanOneToMany. isSame(Value other)booleanSimpleValue. isSame(Value other)protected static booleanSimpleValue. isSame(Value v1, Value v2)booleanValue. isSame(Value other)voidRootClass. setDiscriminator(Value discriminator)voidCollection. setElement(Value element)voidIndexedCollection. setIndex(Value index)voidColumn. setValue(Value value)voidProperty. setValue(Value value)
-