Uses of Interface
org.hibernate.boot.model.naming.ImplicitEntityNameSource
-
Packages that use ImplicitEntityNameSource 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). -
-
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)
-