Package org.hibernate.engine.jdbc
Interface ClobImplementer
-
- All Known Subinterfaces:
NClobImplementer
public interface ClobImplementer
Marker interface for non-contextually createdClob
instances..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacterStream
getUnderlyingStream()
Gets access to the data underlying this CLOB.
-
-
-
Method Detail
-
getUnderlyingStream
CharacterStream getUnderlyingStream()
Gets access to the data underlying this CLOB.- Returns:
- Access to the underlying data.
-
-