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