Package org.hibernate.boot.model.naming
Interface ImplicitTenantIdColumnNameSource
-
- All Superinterfaces:
ImplicitNameSource
public interface ImplicitTenantIdColumnNameSource extends ImplicitNameSource
Context for determining the implicit name of an entity's tenant identifier column.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityNaming
getEntityNaming()
Access the entity name information-
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
-
-