Uses of Interface
org.hibernate.boot.model.naming.EntityNaming
-
Packages that use EntityNaming Package Description org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).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 java.lang.String
ImplicitNamingStrategyJpaCompliantImpl. transformEntityName(EntityNaming entityNaming)
protected java.lang.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.
-