java.lang.Object | |
↳ | org.hibernate.Hibernate |
Type
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BIG_DECIMAL |
This field is deprecated.
Use BIG_DECIMAL instead.
|
||||||||||
BIG_INTEGER |
This field is deprecated.
Use BIG_INTEGER instead.
|
||||||||||
BINARY |
This field is deprecated.
Use BINARY instead.
|
||||||||||
BLOB |
This field is deprecated.
Use BLOB instead.
|
||||||||||
BOOLEAN |
This field is deprecated.
Use BOOLEAN instead.
|
||||||||||
BYTE |
This field is deprecated.
Use BYTE instead.
|
||||||||||
CALENDAR |
This field is deprecated.
Use CALENDAR instead.
|
||||||||||
CALENDAR_DATE |
This field is deprecated.
Use CALENDAR_DATE instead.
|
||||||||||
CHARACTER |
This field is deprecated.
Use CHARACTER instead.
|
||||||||||
CHARACTERS_CLOB |
This field is deprecated.
Use CHARACTERS_CLOB instead.
|
||||||||||
CHARACTER_ARRAY |
This field is deprecated.
Use CHARACTER_ARRAY instead.
|
||||||||||
CHAR_ARRAY |
This field is deprecated.
Use CHAR_ARRAY instead.
|
||||||||||
CLASS |
This field is deprecated.
Use CLASS instead.
|
||||||||||
CLOB |
This field is deprecated.
Use CLOB instead.
|
||||||||||
CURRENCY |
This field is deprecated.
Use CURRENCY instead.
|
||||||||||
DATE |
This field is deprecated.
Use DATE instead.
|
||||||||||
DOUBLE |
This field is deprecated.
Use DOUBLE instead.
|
||||||||||
FLOAT |
This field is deprecated.
Use FLOAT instead.
|
||||||||||
IMAGE |
This field is deprecated.
Use IMAGE instead.
|
||||||||||
INTEGER |
This field is deprecated.
Use INTEGER instead.
|
||||||||||
LOCALE |
This field is deprecated.
Use LOCALE instead.
|
||||||||||
LONG |
This field is deprecated.
Use LONG instead.
|
||||||||||
MATERIALIZED_BLOB |
This field is deprecated.
Use MATERIALIZED_BLOB instead.
|
||||||||||
MATERIALIZED_CLOB |
This field is deprecated.
Use MATERIALIZED_CLOB instead.
|
||||||||||
OBJECT |
This field is deprecated.
Use INSTANCE instead.
|
||||||||||
SERIALIZABLE |
This field is deprecated.
Use SERIALIZABLE instead.
|
||||||||||
SHORT |
This field is deprecated.
Use SHORT instead.
|
||||||||||
STRING |
This field is deprecated.
Use STRING instead.
|
||||||||||
TEXT |
This field is deprecated.
Use TEXT instead.
|
||||||||||
TIME |
This field is deprecated.
Use TIME instead.
|
||||||||||
TIMESTAMP |
This field is deprecated.
Use TIMESTAMP instead.
|
||||||||||
TIMEZONE |
This field is deprecated.
Use TIMEZONE instead.
|
||||||||||
TRUE_FALSE |
This field is deprecated.
Use TRUE_FALSE instead.
|
||||||||||
WRAPPER_BINARY |
This field is deprecated.
Use WRAPPER_BINARY instead.
|
||||||||||
WRAPPER_CHARACTERS_CLOB |
This field is deprecated.
Use WRAPPER_CHARACTERS_CLOB instead.
|
||||||||||
WRAPPER_MATERIALIZED_BLOB |
This field is deprecated.
Use WRAPPER_MATERIALIZED_BLOB instead.
|
||||||||||
YES_NO |
This field is deprecated.
Use YES_NO instead.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
any(Type, Type) instead.
| |||||||||||
Close an Iterator created by iterate() immediately,
instead of waiting until the session is closed or disconnected.
| |||||||||||
This method is deprecated.
Use
createBlob(byte[]) instead on the LobHelper obtained from
getLobHelper()
| |||||||||||
This method is deprecated.
Use
createBlob(InputStream, long) instead.
| |||||||||||
This method is deprecated.
With no direct replacement. Use
createBlob(InputStream, long) instead, passing in the length
| |||||||||||
This method is deprecated.
Use
createBlob(InputStream, long) instead.
| |||||||||||
This method is deprecated.
Use
createBlob(InputStream, long) instead.
| |||||||||||
This method is deprecated.
Use
createBlob(byte[]) instead.
| |||||||||||
This method is deprecated.
Use
createClob(Reader, long) instead
| |||||||||||
This method is deprecated.
Use
createClob(String) instead
| |||||||||||
This method is deprecated.
Use
createClob(Reader, long) instead
| |||||||||||
This method is deprecated.
Use
createClob(String) instead on the LobHelper obtained from
getLobHelper()
| |||||||||||
This method is deprecated.
Use
createClob(Reader, long) instead
| |||||||||||
This method is deprecated.
Use
custom(Class) instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
| |||||||||||
This method is deprecated.
Use
custom(Class) instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
| |||||||||||
This method is deprecated.
Use
custom(Class) instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
| |||||||||||
This method is deprecated.
Use
entity(Class) instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
| |||||||||||
This method is deprecated.
Use
entity(Class) instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
| |||||||||||
Get the true, underlying class of a proxied persistent class.
| |||||||||||
Force initialization of a proxy or persistent collection.
| |||||||||||
Check if the proxy or persistent collection is initialized.
| |||||||||||
Check if the property is initialized.
| |||||||||||
This method is deprecated.
Use
SerializableType(Class instead.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This field is deprecated.
Use WRAPPER_CHARACTERS_CLOB
instead.
Hibernate wrapper_characters_clob type.
This field is deprecated.
Use WRAPPER_MATERIALIZED_BLOB
instead.
Hibernate wrapper_materialized_blob type.
Close an Iterator created by iterate() immediately, instead of waiting until the session is closed or disconnected.
iterator | an Iterator created by iterate() |
---|
HibernateException | |
HibernateException |
This method is deprecated.
Use createBlob(byte[])
instead on the LobHelper
obtained from
getLobHelper()
Create a new Blob
.
bytes | a byte array |
---|---|
session | The session in which the Blob will be used. |
This method is deprecated.
Use createBlob(InputStream, long)
instead.
Create a new Blob
.
stream | a binary stream |
---|---|
length | the number of bytes in the stream |
session | The session in which the Blob will be used. |
This method is deprecated.
With no direct replacement. Use createBlob(InputStream, long)
instead, passing in the length
Create a new Blob
. The returned object will be initially immutable.
length()
method. If you do not want the stream read, use the
createBlob(InputStream, long)
version instead.stream | a binary stream |
---|
IOException | Indicates an I/O problem accessing the stream |
---|
This method is deprecated.
Use createBlob(InputStream, long)
instead.
Create a new Blob
. The returned object will be initially immutable.
stream | a binary stream |
---|---|
length | the number of bytes in the stream |
This method is deprecated.
Use createBlob(InputStream, long)
instead.
Create a new Blob
. The returned object will be initially immutable.
stream | a binary stream |
---|---|
length | the number of bytes in the stream |
This method is deprecated.
Use createBlob(byte[])
instead.
Create a new Blob
. The returned object will be initially immutable.
bytes | a byte array |
---|
This method is deprecated.
Use createClob(Reader, long)
instead
Create a new Clob
.
reader | a character stream |
---|---|
length | the number of characters in the stream |
session | The session in which the Clob will be used. |
Clob
This method is deprecated.
Use createClob(String)
instead
Create a new Clob
. The returned object will be initially immutable.
string | The string data |
---|
Clob
This method is deprecated.
Use createClob(Reader, long)
instead
Create a new Clob
. The returned object will be initially immutable.
reader | a character stream |
---|---|
length | the number of characters in the stream |
Clob
This method is deprecated.
Use createClob(String)
instead on the LobHelper
obtained from
getLobHelper()
Create a new Clob
.
string | The string data |
---|---|
session | The session in which the Clob will be used. |
Clob
This method is deprecated.
Use createClob(Reader, long)
instead
Create a new Clob
. The returned object will be initially immutable.
reader | a character stream |
---|---|
length | the number of characters in the stream |
Clob
This method is deprecated.
Use custom(Class)
instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
DO NOT USE!
This method is deprecated.
Use custom(Class)
instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
DO NOT USE!
This method is deprecated.
Use custom(Class)
instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
DO NOT USE!
This method is deprecated.
Use entity(Class)
instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
DO NOT USE!
This method is deprecated.
Use entity(Class)
instead; see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
DO NOT USE!
Get the true, underlying class of a proxied persistent class. This operation will initialize a proxy by side-effect.
proxy | a persistable object or proxy |
---|
HibernateException |
---|
Force initialization of a proxy or persistent collection.
Note: This only ensures intialization of a proxy object or collection; it is not guaranteed that the elements INSIDE the collection will be initialized/materialized.proxy | a persistable object, proxy, persistent collection or null |
---|
HibernateException | if we can't initialize the proxy at this time, eg. the Session was closed |
---|
Check if the proxy or persistent collection is initialized.
proxy | a persistable object, proxy, persistent collection or null |
---|
Check if the property is initialized. If the named property does not exist or is not persistent, this method always returns true.
proxy | The potential proxy |
---|---|
propertyName | the name of a persistent attribute of the object |
This method is deprecated.
Use SerializableType(Class
instead.
A Hibernate serializable type.@return
serializableClass | The Serializable implementor class. |
---|