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