| java.lang.Object | |
| ↳ | org.hibernate.engine.jdbc.SerializableBlobProxy |
Manages aspects of proxying Blob Blobs to add serializability.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates a SerializableBlob proxy wrapping the provided Blob object.
| |||||||||||
Determines the appropriate class loader to which the generated proxy
should be scoped.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.reflect.InvocationHandler
| |||||||||||
Generates a SerializableBlob proxy wrapping the provided Blob object.
| blob | The Blob to wrap. |
|---|
Determines the appropriate class loader to which the generated proxy should be scoped.