Uses of Interface
org.hibernate.boot.model.naming.EntityNaming
-
Packages that use EntityNaming Package Description org.hibernate.boot.model.naming This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).org.hibernate.boot.model.source.spi -
-
Uses of EntityNaming in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return EntityNaming Modifier and Type Method Description EntityNaming
ImplicitDiscriminatorColumnNameSource. getEntityNaming()
Access the naming for the entityEntityNaming
ImplicitEntityNameSource. getEntityNaming()
Access to the entity's name informationEntityNaming
ImplicitIdentifierColumnNameSource. getEntityNaming()
Access the entity name informationEntityNaming
ImplicitJoinColumnNameSource. getEntityNaming()
Access to entity naming information.EntityNaming
ImplicitTenantIdColumnNameSource. getEntityNaming()
Access the entity name informationEntityNaming
ImplicitJoinTableNameSource. getNonOwningEntityNaming()
Access to entity naming information for the owning side.EntityNaming
ImplicitCollectionTableNameSource. getOwningEntityNaming()
Access to entity naming information for the owning side.EntityNaming
ImplicitJoinTableNameSource. getOwningEntityNaming()
Access to entity naming information for the owning side.Methods in org.hibernate.boot.model.naming with parameters of type EntityNaming Modifier and Type Method Description protected String
ImplicitNamingStrategyJpaCompliantImpl. transformEntityName(EntityNaming entityNaming)
protected String
ImplicitNamingStrategyLegacyHbmImpl. transformEntityName(EntityNaming entityNaming)
-
Uses of EntityNaming in org.hibernate.boot.model.source.spi
Subinterfaces of EntityNaming in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
EntityNamingSource
Naming information about an entity.
-