Uses of Class
org.hibernate.mapping.DependantValue
Packages that use DependantValue
Package
Description
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
-
Uses of DependantValue in org.hibernate.mapping
Methods in org.hibernate.mapping that return DependantValueMethods in org.hibernate.mapping with parameters of type DependantValueModifier and TypeMethodDescriptionValueVisitor.accept
(DependantValue value) boolean
DependantValue.isSame
(DependantValue other) -
Uses of DependantValue in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type DependantValueModifier and TypeMethodDescriptionstatic EmbeddedAttributeMapping
MappingModelCreationHelper.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl.from
(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType, EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess) -
Uses of DependantValue in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type DependantValueModifier and TypeMethodDescriptionprotected EmbeddedAttributeMapping
AbstractEntityPersister.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactive