Uses of Interface
org.hibernate.engine.jdbc.CharacterStream
-
Packages that use CharacterStream Package Description org.hibernate.engine.jdbc Support for various aspects of JDBC interaction.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interaction -
-
Uses of CharacterStream in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc that return CharacterStream Modifier and Type Method Description CharacterStream
ClobImplementer. getUnderlyingStream()
Gets access to the data underlying this CLOB.protected CharacterStream
ClobProxy. getUnderlyingStream()
-
Uses of CharacterStream in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement CharacterStream Modifier and Type Class Description class
CharacterStreamImpl
Implementation ofCharacterStream
-