Uses of Interface
org.hibernate.boot.model.naming.ImplicitNamingStrategy

Packages that use ImplicitNamingStrategy
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
Validation for HQL queries.