接口的使用
org.hibernate.boot.model.naming.EntityNaming
-
使用EntityNaming的程序包 程序包 说明 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 -
-
org.hibernate.boot.model.naming中EntityNaming的使用
返回EntityNaming的org.hibernate.boot.model.naming中的方法 修饰符和类型 方法 说明 EntityNamingImplicitDiscriminatorColumnNameSource. getEntityNaming()Access the naming for the entityEntityNamingImplicitEntityNameSource. getEntityNaming()Access to the entity's name informationEntityNamingImplicitIdentifierColumnNameSource. getEntityNaming()Access the entity name informationEntityNamingImplicitJoinColumnNameSource. getEntityNaming()Access to entity naming information.EntityNamingImplicitTenantIdColumnNameSource. getEntityNaming()Access the entity name informationEntityNamingImplicitJoinTableNameSource. getNonOwningEntityNaming()Access to entity naming information for the owning side.EntityNamingImplicitCollectionTableNameSource. getOwningEntityNaming()Access to entity naming information for the owning side.EntityNamingImplicitJoinTableNameSource. getOwningEntityNaming()Access to entity naming information for the owning side.参数类型为EntityNaming的org.hibernate.boot.model.naming中的方法 修饰符和类型 方法 说明 protected StringImplicitNamingStrategyJpaCompliantImpl. transformEntityName(EntityNaming entityNaming)protected StringImplicitNamingStrategyLegacyHbmImpl. transformEntityName(EntityNaming entityNaming) -
org.hibernate.boot.model.source.spi中EntityNaming的使用
org.hibernate.boot.model.source.spi中EntityNaming的子接口 修饰符和类型 接口 说明 interfaceEntityNamingSourceNaming information about an entity.
-