Uses of Package
javax.jdo.spi
Packages that use javax.jdo.spi
Package
Description
This package contains the JDO specification interfaces and classes.
This package contains the JDO specification identity interfaces and classes.
This package contains the JDO specification listener interfaces and classes.
This package contains the interfaces and classes used by JDO implementations.
-
Classes in javax.jdo.spi used by javax.jdoClassDescriptionHelper class for constructing messages from bundles.This class is a helper class for JDO implementations.This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable.This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable.
-
Classes in javax.jdo.spi used by javax.jdo.identityClassDescriptionHelper class for constructing messages from bundles.This class is a helper class for JDO implementations.
-
Classes in javax.jdo.spi used by javax.jdo.listener
-
Classes in javax.jdo.spi used by javax.jdo.spiClassDescriptionThis interface is implemented by classes that can be detached from the persistence context and later attached.Helper class for constructing messages from bundles.This class is a helper class for JDO implementations.This is a helper class to manage metadata per persistence-capable class.This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable.This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable.Construct an instance of a key class using a String as input.The
JDOPermission
class is for operations that are reserved for JDO implementations and should not be called by other code.A class that can be managed by a binary-compatible JDO implementation must implement this interface.This interface is used to store fields from the Object id instance.This interface is used to provide fields to the Object id instance.ARegisterClassEvent
event gets delivered whenever a persistence-capable class registers itself with theJDOImplHelper
.A "RegisterClassEvent" event gets fired whenever a persistence-capable class is loaded and gets registered with theJDOImplHelper
.This interface is implemented by a non-binary-compatible JDO implementation to provide state interrogation for non-enhanced persistent classes.This interface is the point of contact between managed instances ofPersistenceCapable
classes and the JDO implementation.