Uses of Interface
org.hibernate.cfg.ObjectNameNormalizer.NamingStrategyHelper

Packages that use ObjectNameNormalizer.NamingStrategyHelper
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.cfg.annotations   
 

Uses of ObjectNameNormalizer.NamingStrategyHelper in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type ObjectNameNormalizer.NamingStrategyHelper
 String ObjectNameNormalizer.normalizeDatabaseIdentifier(String explicitName, ObjectNameNormalizer.NamingStrategyHelper helper)
          Performs the actual contract of normalizing a database name.
 

Uses of ObjectNameNormalizer.NamingStrategyHelper in org.hibernate.cfg.annotations
 

Methods in org.hibernate.cfg.annotations with parameters of type ObjectNameNormalizer.NamingStrategyHelper
static Table TableBinder.buildAndFillTable(String schema, String catalog, ObjectNameSource nameSource, ObjectNameNormalizer.NamingStrategyHelper namingStrategyHelper, boolean isAbstract, List<UniqueConstraintHolder> uniqueConstraints, String constraints, Table denormalizedSuperTable, Mappings mappings, String subselect)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.