| java.lang.Object | ||
| ↳ | org.hibernate.engine.jdbc.ClobProxy | |
| ↳ | org.hibernate.engine.jdbc.NClobProxy | |
Manages aspects of proxying java.sql.NClobs for non-contextual creation, including proxy creation and handling proxy invocations.
Generated proxies are typed asClob (java.sql.NClob extends Clob) and in JDK 1.6 environments, they
are also typed to java.sql.NClob
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PROXY_INTERFACES | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.hibernate.engine.jdbc.ClobProxy
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.reflect.InvocationHandler
| |||||||||||
Generates a Clob proxy using a character reader of given length.
| reader | The character reader |
|---|---|
| length | The length of the character reader |
Determines the appropriate class loader to which the generated proxy should be scoped.