Uses of Class
org.hibernate.mapping.DependantValue
-
Packages that use DependantValue Package Description org.hibernate.mapping org.hibernate.metamodel.mapping.internal -
-
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.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type DependantValue Modifier and Type Method Description static EmbeddedAttributeMappingMappingModelCreationHelper. buildEmbeddedAttributeMapping(String attrName, int stateArrayPosition, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)static EmbeddableMappingTypeImplEmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)
-