Package org.hibernate.boot.model.naming
Interface ImplicitDiscriminatorColumnNameSource
- All Superinterfaces:
ImplicitNameSource
- All Known Subinterfaces:
DiscriminatorSource
Context for determining the implicit name of an entity's discriminator column.
-
Method Summary
Modifier and TypeMethodDescriptionAccess the naming for the entityMethods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
Method Details
-
getEntityNaming
EntityNaming getEntityNaming()Access the naming for the entity- Returns:
- The naming for the entity
-