java.lang.Object | |
↳ | org.hibernate.engine.jdbc.ClobProxy |
![]() |
Manages aspects of proxying Clob Clobs for non-contextual creation, including proxy creation and handling proxy invocations.
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor used to build
Clob from string data. | |||||||||||
Constructor used to build
Clob from a reader. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Generates a
Clob proxy using the string data. | |||||||||||
Generates a
Clob proxy using a character reader of given length. | |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determines the appropriate class loader to which the generated proxy
should be scoped.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructor used to build Clob
from a reader.
reader | The character reader. |
---|---|
length | The length of the reader stream. |
Generates a Clob
proxy using a character reader of given length.
reader | The character reader |
---|---|
length | The length of the character reader |
UnsupportedOperationException | if any methods other than length() ,
getAsciiStream() , or getCharacterStream() are invoked.
|
---|---|
Throwable |
Determines the appropriate class loader to which the generated proxy should be scoped.