Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
TypeHelper |
Session.getTypeHelper()
Convenience access to the
TypeHelper associated with this session's SessionFactory . |
TypeHelper |
SessionFactory.getTypeHelper()
Retrieve this factory's
TypeHelper . |
Modifier and Type | Method and Description |
---|---|
TypeHelper |
SessionDelegatorBaseImpl.getTypeHelper() |
Modifier and Type | Class and Description |
---|---|
class |
TypeLocatorImpl
Implementation of
TypeHelper |
Modifier and Type | Method and Description |
---|---|
TypeHelper |
SessionImpl.getTypeHelper() |
TypeHelper |
SessionFactoryImpl.getTypeHelper() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.