Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.ejb.TransactionHelper
-
Packages that use TransactionHelper Package Description com.sun.jdo.spi.persistence.support.sqlstore.ejb -
-
Uses of TransactionHelper in com.sun.jdo.spi.persistence.support.sqlstore.ejb
Classes in com.sun.jdo.spi.persistence.support.sqlstore.ejb that implement TransactionHelper Modifier and Type Class Description classSunContainerHelperImplementation for Sun specific CMP and Container interactions as defined by the ContainerHelper interface.classSunTransactionHelperSun specific implementation for TransactionHelper interface.classTransactionHelperImplThis is an abstract class which is a generic implementation of the TransactionHelper interface.Methods in com.sun.jdo.spi.persistence.support.sqlstore.ejb with parameters of type TransactionHelper Modifier and Type Method Description static voidEJBHelper. registerTransactionHelper(TransactionHelper h)Register class that implements TransactionHelper interface Should be called by a static method at class initialization time.
-