Uses of Interface
org.hibernate.TypeHelper

Packages that use TypeHelper
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
 

Uses of TypeHelper in org.hibernate
 

Methods in org.hibernate that return TypeHelper
 TypeHelper Session.getTypeHelper()
          Convenience access to the TypeHelper associated with this session's SessionFactory.
 TypeHelper SessionFactory.getTypeHelper()
          Retrieve this factory's TypeHelper
 

Uses of TypeHelper in org.hibernate.internal
 

Classes in org.hibernate.internal that implement TypeHelper
 class TypeLocatorImpl
          Implementation of TypeHelper
 

Methods in org.hibernate.internal that return TypeHelper
 TypeHelper SessionImpl.getTypeHelper()
          Convenience access to the TypeHelper associated with this session's SessionFactory.
 TypeHelper SessionFactoryImpl.getTypeHelper()
           
 

Uses of TypeHelper in org.hibernate.jmx
 

Methods in org.hibernate.jmx that return TypeHelper
 TypeHelper SessionFactoryStub.getTypeHelper()
          Deprecated.  
 



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