Package org.hibernate.metamodel.mapping
Interface PropertyBasedMapping
-
- All Known Subinterfaces:
AttributeMapping,BasicEntityIdentifierMapping,PluralAttributeMapping,org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping,SingularAttributeMapping
- All Known Implementing Classes:
AnonymousTupleBasicEntityIdentifierMapping,AnonymousTupleEmbeddedEntityIdentifierMapping
public interface PropertyBasedMappingDescribes an attribute with a property access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyAccessgetPropertyAccess()
-
-
-
Method Detail
-
getPropertyAccess
PropertyAccess getPropertyAccess()
-
-