|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.engine.jdbc.AbstractLobCreator
public abstract class AbstractLobCreator
Convenient base class for proxy-based LobCreator for handling wrapping.
Constructor Summary | |
---|---|
AbstractLobCreator()
|
Method Summary | |
---|---|
java.sql.Blob |
wrap(java.sql.Blob blob)
Wrap the given blob in a serializable wrapper. |
java.sql.Clob |
wrap(java.sql.Clob clob)
Wrap the given clob in a serializable wrapper. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.hibernate.engine.jdbc.LobCreator |
---|
createBlob, createBlob, createClob, createClob, createNClob, createNClob |
Constructor Detail |
---|
public AbstractLobCreator()
Method Detail |
---|
public java.sql.Blob wrap(java.sql.Blob blob)
wrap
in interface LobCreator
blob
- The blob to be wrapped.
Blob
as well as WrappedBlob
.public java.sql.Clob wrap(java.sql.Clob clob)
wrap
in interface LobCreator
clob
- The clob to be wrapped.
Clob
as well as WrappedClob
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |