spring-framework / org.springframework.jca.cci.core.support

Package org.springframework.jca.cci.core.support

Types

CciDaoSupport

abstract class CciDaoSupport : DaoSupport

Convenient super class for CCI-based data access objects.

Requires a javax.resource.cci.ConnectionFactory to be set, providing a org.springframework.jca.cci.core.CciTemplate based on it to subclasses through the #getCciTemplate() method.

This base class is mainly intended for CciTemplate usage but can also be used when working with a Connection directly or when using org.springframework.jca.cci.object classes.

CommAreaRecord

open class CommAreaRecord : Record, Streamable

CCI Record implementation for a COMMAREA, holding a byte array.