Package org.hibernate.metamodel.mapping
Interface AttributeMetadataAccess
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface AttributeMetadataAccess
Provides access to details about an attribute specific to a particular entity in the hierarchy. Accounts for attribute/association overrides, etc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeMetadata
resolveAttributeMetadata(EntityMappingType entityMappingType)
Resolve the details about the attribute
-
-
-
Method Detail
-
resolveAttributeMetadata
AttributeMetadata resolveAttributeMetadata(EntityMappingType entityMappingType)
Resolve the details about the attribute
-
-