Uses of Interface
com.sun.jdo.api.persistence.support.PersistenceCapable
-
Packages that use PersistenceCapable Package Description com.sun.jdo.spi.persistence.support.ejb.cmp com.sun.jdo.spi.persistence.support.sqlstore -
-
Uses of PersistenceCapable in com.sun.jdo.spi.persistence.support.ejb.cmp
Methods in com.sun.jdo.spi.persistence.support.ejb.cmp with parameters of type PersistenceCapable Modifier and Type Method Description static voidCMPBeanHelper. assertPersistent(PersistenceCapable pc, String beanName)Called from a CMP bean to verify that the PersistenceCapable instance is already persistent. -
Uses of PersistenceCapable in com.sun.jdo.spi.persistence.support.sqlstore
Subinterfaces of PersistenceCapable in com.sun.jdo.spi.persistence.support.sqlstore Modifier and Type Interface Description interfacePersistenceCapableInternal PersistenceCapable interface.
-