Uses of Interface
org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
-
Packages that use ImplicitDatabaseObjectNamingStrategy Package Description org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration. -
-
Uses of ImplicitDatabaseObjectNamingStrategy in org.hibernate.id.enhanced
Classes in org.hibernate.id.enhanced that implement ImplicitDatabaseObjectNamingStrategy Modifier and Type Class Description classLegacyNamingStrategyNaming strategy which implements the behavior of older versions of Hibernate, for the most part.classSingleNamingStrategyAnImplicitDatabaseObjectNamingStrategyusing a single structure for all implicit names: "hibernate_sequence" for sequences "hibernate_sequences" for tablesclassStandardNamingStrategyThe standard implicit naming strategy for identifier sequences and tables.
-