Uses of Interface
org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
Packages that use ImplicitDatabaseObjectNamingStrategy
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.Enhanced/improved versions of table and sequence based identifier generators
targeting portability and unified configuration.
-
Uses of ImplicitDatabaseObjectNamingStrategy in org.hibernate.id
Methods in org.hibernate.id that return ImplicitDatabaseObjectNamingStrategyModifier and TypeMethodDescriptionIdentifierGeneratorHelper.getNamingStrategy
(Properties params, ServiceRegistry serviceRegistry) -
Uses of ImplicitDatabaseObjectNamingStrategy in org.hibernate.id.enhanced
Classes in org.hibernate.id.enhanced that implement ImplicitDatabaseObjectNamingStrategyModifier and TypeClassDescriptionclass
Naming strategy which implements the behavior of older versions of Hibernate, for the most part.class
AnImplicitDatabaseObjectNamingStrategy
using a single structure for all implicit names: "hibernate_sequence" for sequences "hibernate_sequences" for tablesclass
The standard implicit naming strategy for identifier sequences and tables.