|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeHelper | |
---|---|
org.hibernate | This package defines the central Hibernate APIs. |
org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
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 |
SessionFactory.getTypeHelper()
Retrieve this factory's TypeHelper |
TypeHelper |
Session.getTypeHelper()
Convenience access to the TypeHelper associated with this session's SessionFactory . |
Uses of TypeHelper in org.hibernate.impl |
---|
Classes in org.hibernate.impl that implement TypeHelper | |
---|---|
class |
TypeLocatorImpl
Implementation of TypeHelper |
Methods in org.hibernate.impl 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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |