Package org.hibernate.boot.model.naming
Interface ImplicitEntityNameSource
-
- All Superinterfaces:
ImplicitNameSource
public interface ImplicitEntityNameSource extends ImplicitNameSource
Context for determining the implicit name of an entity's primary table
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityNaming
getEntityNaming()
Access to the entity's name information-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
Method Detail
-
getEntityNaming
EntityNaming getEntityNaming()
Access to the entity's name information- Returns:
- The entity's name information
-
-