Uses of Class
org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
-
Packages that use BasicAttributeMapping Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal -
-
Uses of BasicAttributeMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return BasicAttributeMapping Modifier and Type Method Description BasicAttributeMappingEntityVersionMapping. getVersionAttribute()The attribute marked as the version -
Uses of BasicAttributeMapping in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return BasicAttributeMapping Modifier and Type Method Description static BasicAttributeMappingMappingModelCreationHelper. buildBasicAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, Property bootProperty, ManagedMappingType declaringType, BasicType attrType, String tableExpression, String attrColumnName, boolean isAttrFormula, String readExpr, String writeExpr, String columnDefinition, Long length, Integer precision, Integer scale, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)BasicAttributeMappingEntityVersionMappingImpl. getVersionAttribute()static BasicAttributeMappingBasicAttributeMapping. withSelectableMapping(ManagedMappingType declaringType, BasicValuedModelPart original, PropertyAccess propertyAccess, ValueGeneration valueGeneration, SelectableMapping selectableMapping)
-