Package org.hibernate.boot.model.naming
Interface ImplicitIdentifierColumnNameSource
- All Superinterfaces:
ImplicitNameSource
Context for determining the implicit name of an entity's identifier
column.
-
Method Summary
Modifier and TypeMethodDescriptionAccess the entity name informationAccess to the AttributePath for the entity's identifier attribute.Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
Method Details
-
getEntityNaming
EntityNaming getEntityNaming()Access the entity name information- Returns:
- The entity name information
-
getIdentifierAttributePath
AttributePath getIdentifierAttributePath()Access to the AttributePath for the entity's identifier attribute.- Returns:
- The AttributePath for the entity's identifier attribute.
-