Uses of Interface
org.hibernate.boot.model.naming.EntityNaming
Packages that use EntityNaming
Package
Description
This API allows intervention by generic code in the process of determining the names of
database objects (tables, columns, and constraints).
-
Uses of EntityNaming in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return EntityNamingModifier and TypeMethodDescriptionImplicitDiscriminatorColumnNameSource.getEntityNaming()
Access the naming for the entityImplicitEntityNameSource.getEntityNaming()
Access to the entity's name informationImplicitIdentifierColumnNameSource.getEntityNaming()
Access the entity name informationImplicitJoinColumnNameSource.getEntityNaming()
Access to entity naming information.ImplicitTenantIdColumnNameSource.getEntityNaming()
Access the entity name informationImplicitJoinTableNameSource.getNonOwningEntityNaming()
Access to entity naming information for the owning side.ImplicitCollectionTableNameSource.getOwningEntityNaming()
Access to entity naming information for the owning side.ImplicitJoinTableNameSource.getOwningEntityNaming()
Access to entity naming information for the owning side.Methods in org.hibernate.boot.model.naming with parameters of type EntityNamingModifier and TypeMethodDescriptionprotected 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.spiModifier and TypeInterfaceDescriptioninterface
Naming information about an entity.