Java org.hibernate Hibernate fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate Hibernate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate Hibernate.

The text is from its open source code.

Method

voidclose(Iterator iterator)
Close an Iterator instances obtained from org.hibernate.Query#iterate() immediately instead of waiting until the session is closed or disconnected.
ClassgetClass(Object proxy)
Get the true, underlying class of a proxied persistent class.
LobCreatorgetLobCreator(Session session)
Obtain a lob creator for the given session.
LobCreatorgetLobCreator(SharedSessionContractImplementor session)
Obtain a lob creator for the given session.
LobCreatorgetLobCreator(SessionImplementor session)
Obtain a lob creator for the given session.
voidinitialize(Object proxy)
Force initialization of a proxy or persistent collection.
booleanisInitialized(Object proxy)
Check if the proxy or persistent collection is initialized.
booleanisPropertyInitialized(Object proxy, String propertyName)
Check if the property is initialized.
Objectunproxy(Object proxy)
Unproxies a HibernateProxy .