Example usage for org.springframework.jca.cci.core.support CciDaoSupport subclass-usage

List of usage examples for org.springframework.jca.cci.core.support CciDaoSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jca.cci.core.support CciDaoSupport subclass-usage.

Usage

From source file com.spring.jca.tuxedo.dao.TuxedoCciDAO.java

public class TuxedoCciDAO extends CciDaoSupport {

}

From source file org.springframework.samples.jca.dao.PersonDaoImpl.java

/**
 * 
 * 
 * @author Thierry TEMPLIER
 */
public class PersonDaoImpl extends CciDaoSupport implements PersonDao {