Uses of Class
org.hibernate.boot.model.naming.NamingHelper
-
Packages that use NamingHelper Package Description org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc). -
-
Uses of NamingHelper in org.hibernate.boot.model.naming
Fields in org.hibernate.boot.model.naming declared as NamingHelper Modifier and Type Field Description static NamingHelper
NamingHelper. INSTANCE
Singleton accessMethods in org.hibernate.boot.model.naming that return NamingHelper Modifier and Type Method Description static NamingHelper
NamingHelper. withCharset(String charset)
-