org.hibernate.engine.jdbc.JdbcSupport |
![]() |
Isolates Hibernate interactions with JDBC in terms of variations between JDBC 3 (JDK 1.4 and 1.5) and JDBC 4 (JDK 1.6).
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
getLobCreator(LobCreationContext) instead.
| |||||||||||
Create an instance of a
LobCreator appropriate for the current environment, mainly meant to account for
variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5). | |||||||||||
Wrap the given
ResultSet in one that caches the column-name -> column-index resolution. |
This method is deprecated.
Use getLobCreator(LobCreationContext)
instead.
Creates an instance of a LobCreator
that does not use the underlying JDBC Connection
to create LOBs.
createBlob(byte[])
and createClob(Reader, int)
methods on
Hibernate
.Create an instance of a LobCreator
appropriate for the current environment, mainly meant to account for
variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5).
lobCreationContext | The context in which the LOB is being created |
---|