Uses of Interface
org.hibernate.mapping.Value
-
Packages that use Value Package Description org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.id org.hibernate.mapping -
-
Uses of Value in org.hibernate.cfg
Methods in org.hibernate.cfg that return Value Modifier and Type Method Description ValueFkSecondPass. getValue()Methods in org.hibernate.cfg with parameters of type Value Modifier and Type Method Description static AnnotatedJoinColumnAnnotatedJoinColumn. buildJoinColumn(PrimaryKeyJoinColumn pkJoinAnn, JoinColumn joinAnn, Value identifier, Map<String,Join> joins, PropertyHolder propertyHolder, MetadataBuildingContext context)Build JoinColumn for a JOINED hierarchystatic voidBinderHelper. createSyntheticPropertyReference(AnnotatedJoinColumn[] columns, PersistentClass ownerEntity, PersistentClass associatedEntity, Value value, boolean inverse, MetadataBuildingContext context)Here we address a fundamental problem: the@JoinColumnannotation specifies the referenced column in the target table viareferencedColumnName, but Hibernate needs to know which property or field of the target entity class holds the value of the referenced column at the Java level. -
Uses of Value in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations that return Value Modifier and Type Method Description protected ValueMapBinder. createFormulatedValue(Value value, Collection collection, String targetPropertyName, PersistentClass associatedClass, PersistentClass targetPropertyPersistentClass, MetadataBuildingContext buildingContext)ValuePropertyBinder. getValue()Methods in org.hibernate.cfg.annotations with parameters of type Value Modifier and Type Method Description protected ValueMapBinder. createFormulatedValue(Value value, Collection collection, String targetPropertyName, PersistentClass associatedClass, PersistentClass targetPropertyPersistentClass, MetadataBuildingContext buildingContext)static voidTableBinder. linkJoinColumnWithValueOverridingNameIfImplicit(PersistentClass referencedEntity, Value value, AnnotatedJoinColumn[] columns, SimpleValue simpleValue)voidPropertyBinder. setValue(Value value) -
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 interfaceKeyValueRepresents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.Classes in org.hibernate.mapping that implement Value Modifier and Type Class Description classAnyBoot-time descriptor of 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 bag permits duplicates, so it has no primary keyclassBasicValueclassCollectionMapping for a collection.classComponentThe mapping for a component, composite element, composite identifier, etc.classDependantBasicValueclassDependantValueA value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).classIdentifierBagAnIdentifierBaghas a primary key consisting of just the identifier columnclassIdentifierCollectionA collection with a synthetic "identifier" columnclassIndexedCollectionIndexed collections include Lists, Maps, arrays and primitive arrays.classListA list mapping has a primary key consisting of the key columns + index column.classManyToOneA many-to-one association mappingclassMapA map has a primary key consisting of the key columns + index columns.classOneToManyA mapping for a one-to-many associationclassOneToOneA one-to-one association mappingclassPrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.classSetA set with no nullable element columns.classSimpleValueAny value that maps to columns.classToOneA simple-point association (ie.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)protected voidPersistentClass. checkColumnDuplication(Set<String> distinctColumns, 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)
-