Uses of Interface
org.hibernate.boot.model.naming.ImplicitEntityNameSource
-
Packages that use ImplicitEntityNameSource 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). -
-
Uses of ImplicitEntityNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitEntityNameSource Modifier and Type Method Description IdentifierImplicitNamingStrategy. determinePrimaryTableName(ImplicitEntityNameSource source)Determine the implicit name of an entity's primary table.IdentifierImplicitNamingStrategyJpaCompliantImpl. determinePrimaryTableName(ImplicitEntityNameSource source)
-