Uses of Class
org.hibernate.mapping.DependantValue
-
Packages that use DependantValue Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of DependantValue in org.hibernate.mapping
Methods in org.hibernate.mapping that return DependantValue Modifier and Type Method Description DependantValueDependantValue. copy()Methods in org.hibernate.mapping with parameters of type DependantValue Modifier and Type Method Description ObjectValueVisitor. accept(DependantValue value)booleanDependantValue. isSame(DependantValue other) -
Uses of DependantValue in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type DependantValue Modifier and Type Method Description protected org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMappingAbstractEntityPersister. 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, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)For Hibernate Reactive
-