Package org.hibernate.boot.model.naming
Interface ImplicitIdentifierColumnNameSource
-
- All Superinterfaces:
ImplicitNameSource
public interface ImplicitIdentifierColumnNameSource extends ImplicitNameSource
Context for determining the implicit name of an entity's identifier column.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityNaming
getEntityNaming()
Access the entity name informationAttributePath
getIdentifierAttributePath()
Access to the AttributePath for the entity's identifier attribute.-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
Method Detail
-
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.
-
-