Package | Description |
---|---|
org.springframework.jdbc.core.support |
Classes supporting the
org.springframework.jdbc.core package. |
org.springframework.jdbc.support.lob |
Provides a stategy interface for Large OBject handling,
with implementations for various databases.
|
org.springframework.orm.hibernate3 |
Package providing integration of
Hibernate 3.x
with Spring concepts.
|
org.springframework.orm.hibernate3.support |
Classes supporting the
org.springframework.orm.hibernate3 package. |
Class and Description |
---|
LobCreator
Interface that abstracts potentially database-specific creation of large binary
fields and large text fields.
|
LobHandler
Abstraction for handling large binary fields and large text fields in
specific databases, no matter if represented as simple types or Large OBjects.
|
Class and Description |
---|
AbstractLobHandler
Abstract base class for
LobHandler implementations. |
LobCreator
Interface that abstracts potentially database-specific creation of large binary
fields and large text fields.
|
LobHandler
Abstraction for handling large binary fields and large text fields in
specific databases, no matter if represented as simple types or Large OBjects.
|
OracleLobHandler.LobCallback
Deprecated.
Internal callback interface for use with createLob.
|
Class and Description |
---|
LobHandler
Abstraction for handling large binary fields and large text fields in
specific databases, no matter if represented as simple types or Large OBjects.
|
Class and Description |
---|
LobCreator
Interface that abstracts potentially database-specific creation of large binary
fields and large text fields.
|
LobHandler
Abstraction for handling large binary fields and large text fields in
specific databases, no matter if represented as simple types or Large OBjects.
|
Copyright © 2015. All rights reserved.