Uses of Interface
org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
Packages that use ImplicitDatabaseObjectNamingStrategy
Package
Description
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 ImplicitDatabaseObjectNamingStrategyModifier and TypeClassDescriptionclassNaming strategy which implements the behavior of older versions of Hibernate, for the most part.classAnImplicitDatabaseObjectNamingStrategyusing a single structure for all implicit names: "hibernate_sequence" for sequences "hibernate_sequences" for tablesclassThe standard implicit naming strategy for identifier sequences and tables.