A B C D E F G I J K L M N O P Q R S T U V

A

AbstractAnnotationReader - Class in org.jpox.metadata.annotations
Abstract implementation of a metadata annotations reader for JDK 1.5.
AbstractAnnotationReader(MetaDataManager) - Constructor for class org.jpox.metadata.annotations.AbstractAnnotationReader
Constructor.
addExtensionsToMetaData(MetaData, Extension[]) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience method to add extensions to a metadata element.
addListener(Object, Class[]) - Method in class org.jpox.jpa.JPACallbackHandler
Adds a new listener to this handler.
allowDeleteOfNonPersistentObject() - Method in class org.jpox.jpa.JPAAdapter
Whether the API allows deletion of a non-persistent object.
allowPersistOfDeletedObject() - Method in class org.jpox.jpa.JPAAdapter
Whether the API allows (re-)persistence of a deleted object.
allowReadFieldOfDeletedObject() - Method in class org.jpox.jpa.JPAAdapter
Whether the API allows reading a field of a deleted object.
AnnotationManagerImpl - Class in org.jpox.metadata.annotations
Manager for annotations.
AnnotationManagerImpl(MetaDataManager) - Constructor for class org.jpox.metadata.annotations.AnnotationManagerImpl
Constructor.
AnnotationObject - Class in org.jpox.metadata.annotations
Wrapper for an annotation and its various properties etc.
AnnotationObject(String, HashMap<String, Object>) - Constructor for class org.jpox.metadata.annotations.AnnotationObject
Constructor.
AnnotationReader - Interface in org.jpox.metadata.annotations
Interface defining the access to MetaData derived from Annotations.
assertActive() - Method in class org.jpox.jpa.EntityTransactionImpl
Convenience method to throw an exception if the transaction is not active.
ASSOCIATION_OVERRIDE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
ASSOCIATION_OVERRIDES - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
ATTRIBUTE_OVERRIDE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
ATTRIBUTE_OVERRIDES - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 

B

BASIC - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
begin() - Method in class org.jpox.jpa.EntityTransactionImpl
Start a resource transaction.

C

CHECK_READ - Static variable in interface org.jpox.jpa.Persistable
 
CHECK_WRITE - Static variable in interface org.jpox.jpa.Persistable
 
clear() - Method in class org.jpox.jpa.EntityManagerImpl
Clear the persistence context, causing all managed entities to become detached.
clearLoadedFlagsOnDeleteObject() - Method in class org.jpox.jpa.JPAAdapter
Whether the API requires clearing of the fields of an object when it is deleted.
close() - Method in class org.jpox.jpa.EntityManagerFactoryImpl
Method to close the factory.
close() - Method in class org.jpox.jpa.EntityManagerImpl
Close an application-managed EntityManager.
close() - Method in class org.jpox.jpa.JPACallbackHandler
Clear any objects to release resources.
COLUMN - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
COLUMN - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
COLUMNS - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
commit() - Method in class org.jpox.jpa.EntityTransactionImpl
Commit the current transaction, writing any unflushed changes to the database.
contains(Object) - Method in class org.jpox.jpa.EntityManagerImpl
Check if the instance belongs to the current persistence context.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.jpox.jpa.PersistenceProviderImpl
Method to create an EntityManagerFactory when running in J2EE.
createEntityManager() - Method in class org.jpox.jpa.EntityManagerFactoryImpl
Method to create an entity manager.
createEntityManager(Map) - Method in class org.jpox.jpa.EntityManagerFactoryImpl
Method to create an entity manager with the specified properties.
createEntityManagerFactory(String, Map) - Method in class org.jpox.jpa.PersistenceProviderImpl
Method to create an EntityManagerFactory when running in J2SE.
createNamedQuery(String) - Method in class org.jpox.jpa.EntityManagerImpl
Create an instance of Query for executing a named query (in JPQL or SQL).
createNativeQuery(String) - Method in class org.jpox.jpa.EntityManagerImpl
Create an instance of Query for executing an SQL statement.
createNativeQuery(String, Class) - Method in class org.jpox.jpa.EntityManagerImpl
Create an instance of Query for executing an SQL query.
createNativeQuery(String, String) - Method in class org.jpox.jpa.EntityManagerImpl
Create an instance of Query for executing an SQL query.
createQuery(String) - Method in class org.jpox.jpa.EntityManagerImpl
Create an instance of Query for executing a JPQL statement.

D

DATASTORE_IDENTITY - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
DATASTORE_IDENTITY - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
DatastoreIdentity - Annotation Type in org.jpox.jpa.annotations
JPOX extension annotation allowing for use of datastore-identity with JPA.
datastoreJavaType - Variable in class org.jpox.store.mapped.mapping.EnumMapping
 
DISCRIMINATOR - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
DISCRIMINATOR_COLUMN - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
DISCRIMINATOR_VALUE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 

E

ELEMENT - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
EMBEDDABLE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
EMBEDDED - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
EMBEDDED - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
EMBEDDED_ID - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
EMBEDDED_ONLY - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
emf - Variable in class org.jpox.jpa.EntityManagerImpl
Parent EntityManagerFactory.
endElement(String, String, String) - Method in class org.jpox.jpa.metadata.JPAMetaDataHandler
Handler method called at the end of an element.
ENTITY - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
ENTITY_LISTENERS - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
EntityManagerFactoryImpl - Class in org.jpox.jpa
EntityManagerFactory implementation.
EntityManagerFactoryImpl() - Constructor for class org.jpox.jpa.EntityManagerFactoryImpl
Constructor.
EntityManagerFactoryImpl(PersistenceUnitInfo, Map) - Constructor for class org.jpox.jpa.EntityManagerFactoryImpl
Constructor when working in a J2EE environment.
EntityManagerFactoryImpl(String, Map) - Constructor for class org.jpox.jpa.EntityManagerFactoryImpl
Constructor when working in a J2SE environment.
EntityManagerImpl - Class in org.jpox.jpa
EntityManager implementation for JPA.
EntityManagerImpl(EntityManagerFactory, PersistenceManagerFactory, PersistenceContextType) - Constructor for class org.jpox.jpa.EntityManagerImpl
Constructor.
EntityTransactionImpl - Class in org.jpox.jpa
EntityTransaction implementation for JPA for ResourceLocal transaction.
EntityTransactionImpl(ObjectManager) - Constructor for class org.jpox.jpa.EntityTransactionImpl
Constructor.
ENUMERATED - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
EnumMapping - Class in org.jpox.store.mapped.mapping
Mapping for JDK1.5 Enum type.
EnumMapping() - Constructor for class org.jpox.store.mapped.mapping.EnumMapping
 
EXCLUDE_DEFAULT_LISTENERS - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
EXCLUDE_SUPERCLASS_LISTENERS - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
executeUpdate() - Method in class org.jpox.jpa.JPAQuery
Method to execute a (UPDATE/DELETE) query returning the number of changed records.
EXTENSION - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
Extension - Annotation Type in org.jpox.jpa.annotations
JPOX Extension to JPA.
EXTENSION - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
EXTENSIONS - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
Extensions - Annotation Type in org.jpox.jpa.annotations
Annotation defining a set of extensions to JPA.
EXTENSIONS - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 

F

FETCHGROUP - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
FETCHGROUPS - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
FETCHPLAN - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
FETCHPLANS - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
find(Class, Object) - Method in class org.jpox.jpa.EntityManagerImpl
Method to find an object from its primary key.
flush() - Method in class org.jpox.jpa.EntityManagerImpl
Synchronize the persistence context to the underlying database.
flushMode - Variable in class org.jpox.jpa.EntityManagerImpl
The Flush Mode.
FOREIGNKEY - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
FOREIGNKEYS - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 

G

GENERATED_VALUE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
getAnnotationObjectsForAnnotations(String, Annotation[]) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Convenience method to convert an array of Annotation objects into an array of AnnotationObjects.
getClassAnnotationsForClass(Class) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Method returning the annotations for the class.
getColumnMetaDataForAnnotations(MetaData, HashMap<String, Object>) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience method to get the column metadata for annotation values of a @Column.
getColumnMetaDataForColumn(MetaData, Column) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience method to get the column metadata for a Column annotation.
getDefaultCascadeDeleteForField() - Method in class org.jpox.jpa.JPAAdapter
Returns the default cascade-delete setting.
getDefaultCascadePersistForField() - Method in class org.jpox.jpa.JPAAdapter
Returns the default cascade-persist setting.
getDefaultCascadeRefreshForField() - Method in class org.jpox.jpa.JPAAdapter
Returns the default cascade-refresh setting.
getDefaultCascadeUpdateForField() - Method in class org.jpox.jpa.JPAAdapter
Returns the default cascade-update setting.
getDefaultFactoryProperties() - Method in class org.jpox.jpa.JPAAdapter
Method to return the default factory properties for this API.
getDelegate() - Method in class org.jpox.jpa.EntityManagerImpl
Return the underlying provider object for the EntityManager, if available.
getDiscriminatorStrategyString(DiscriminatorStrategy) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of a discriminator strategy.
getFieldAnnotationsForClass(Class) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Method returning a Map containing an array of the annotations for each field of the passed class, keyed by the field name.
getFieldPersistenceModifierString(PersistenceModifier) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of a persistence-modifier on a field.
getFKMetaData(String, String, String, String, String, String, String[], Column[]) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience method to create a ForeignKeyMetaData from the annotations data.
getFlushMode() - Method in class org.jpox.jpa.EntityManagerImpl
Get the flush mode that applies to all objects contained in the persistence context.
getForeignKeyActionString(ForeignKeyAction) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of a FK action.
getGenericType() - Method in class org.jpox.metadata.annotations.Member
Accessor to the generic type
getIdentityStrategyString(IdGeneratorStrategy) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of a id generator strategy (from JDO annotations).
getIdentityStrategyString(GenerationType) - Static method in class org.jpox.jpa.metadata.JPAAnnotationUtils
Convenience accessor for the string name of a id generator strategy (from JPA annotations)
getIdentityTypeString(IdentityType) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of the identity type.
getIdForObject(Object) - Method in class org.jpox.jpa.JPAAdapter
Method to return the object identity for the passed persistable object.
getIndexMetaData(String, String, String, String[], Column[]) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience method to create an IndexMetaData from the annotations data.
getInheritanceStrategyString(InheritanceStrategy) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of an inheritance strategy.
getJavaBeanAccessorAnnotationsForClass(Class) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Method returning a Map containing an array of the annotations for each Java Bean accessor method of the passed class, keyed by the method name.
getJavaType() - Method in class org.jpox.store.mapped.mapping.EnumMapping
 
getJavaTypeForDatastoreMapping(int) - Method in class org.jpox.store.mapped.mapping.EnumMapping
Accessor for the name of the java-type actually used when mapping the particular datastore field.
getJPAExceptionForJDOException(JDOException) - Static method in class org.jpox.jpa.JPOXJPAHelper
Convenience method to convert a JPOX exception into a JPA exception.
getJPAExceptionForJPOXException(JPOXException) - Static method in class org.jpox.jpa.JPOXJPAHelper
Convenience method to convert a JPOX exception into a JPA exception.
getKeyTypeForSingleFieldIdentityType(Class) - Method in class org.jpox.jpa.JPAAdapter
Accessor for the type of the single field application-identity key given the single field identity type.
getLanguage() - Method in class org.jpox.jpa.JPAQuery
Accessor for the query language.
getLifeCycleState(int) - Method in class org.jpox.jpa.JPAAdapter
Returns the LifeCycleState for the state constant.
getLifeCycleState(int) - Static method in class org.jpox.jpa.state.LifeCycleStateFactory
Returns the LifeCycleState for the state constant.
getMetaDataForClass(Class, PackageMetaData, ClassLoaderResolver) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Accessor for the ClassMetaData for the specified class from its annotations.
getMetaDataForClass(Class, PackageMetaData, ClassLoaderResolver) - Method in class org.jpox.metadata.annotations.AnnotationManagerImpl
Accessor for the MetaData for the specified class, read from annotations.
getMetaDataForClass(Class, PackageMetaData, ClassLoaderResolver) - Method in interface org.jpox.metadata.annotations.AnnotationReader
Method to get the ClassMetaData for a class from its annotations.
getMetaDataForClassInternal(Class, ClassLoaderResolver) - Method in class org.jpox.jpa.metadata.JPAMetaDataManager
Accessor for the JPA MetaData for a class.
getMethodAnnotationsForClass(Class) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Method returning a Map containing an array of the annotations for each method of the passed class, keyed by the method name.
getModifiers() - Method in class org.jpox.metadata.annotations.Member
Accessor to the field / method modifiers
getName() - Method in class org.jpox.metadata.annotations.AnnotationObject
Accessor for the annotation class name
getName() - Method in class org.jpox.metadata.annotations.Member
Field name or Method name (without get/set/is prefix)
getNameValueMap() - Method in class org.jpox.metadata.annotations.AnnotationObject
Accessor for the annotation properties map
getNewApplicationIdentityObjectId(Object, AbstractClassMetaData) - Method in class org.jpox.jpa.JPAAdapter
Method to create a new object identity for the passed object with the supplied MetaData.
getNewApplicationIdentityObjectId(Class, Object) - Method in class org.jpox.jpa.JPAAdapter
Method to return a new object identity for the specified class, and key (possibly toString() output).
getNewSingleFieldIdentity(Class, Class, Object) - Method in class org.jpox.jpa.JPAAdapter
Utility to create a new SingleFieldIdentity using reflection when you know the type of the PersistenceCapable, and also which SingleFieldIdentity, and the value of the key.
getNullValueString(NullValue) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of a null value action.
getObject(ObjectManager, Object, int[]) - Method in class org.jpox.store.mapped.mapping.EnumMapping
Method to extract the Enum object from the passed result set.
getObjectId(StateManager) - Method in class org.jpox.jpa.JPAAdapter
Accessor for the object id from the StateManager for this object.
getObjectManager() - Method in class org.jpox.jpa.EntityManagerImpl
Accessor for the underlying ObjectManager providing persistence capability.
getObjectState(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for the object state.
getObjectState(Object) - Static method in class org.jpox.jpa.JPOXJPAHelper
Convenience method to return a string of the state of an object.
getPersistenceManager(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for the persistence manager for this object.
getQueryLanguageName(String) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the query language to a valid internal value.
getReference(Class, Object) - Method in class org.jpox.jpa.EntityManagerImpl
Get an instance, whose state may be lazily fetched.
getResultList() - Method in class org.jpox.jpa.JPAQuery
Method to execute a (SELECT) query statement returning multiple results.
getRollbackOnly() - Method in class org.jpox.jpa.EntityTransactionImpl
Determine whether the current transaction has been marked for rollback.
getSampleValue(ClassLoaderResolver) - Method in class org.jpox.store.mapped.mapping.EnumMapping
 
getSequenceStrategyString(SequenceStrategy) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of a datastore sequence strategy.
getSingleFieldIdentityClassNameForByte() - Method in class org.jpox.jpa.JPAAdapter
Accessor for the class name to use for identities when there is a single Byte/byte field.
getSingleFieldIdentityClassNameForChar() - Method in class org.jpox.jpa.JPAAdapter
Accessor for the class name to use for identities when there is a single Character/char field.
getSingleFieldIdentityClassNameForInt() - Method in class org.jpox.jpa.JPAAdapter
Accessor for the class name to use for identities when there is a single Integer/int field.
getSingleFieldIdentityClassNameForLong() - Method in class org.jpox.jpa.JPAAdapter
Accessor for the class name to use for identities when there is a single Long/long field.
getSingleFieldIdentityClassNameForObject() - Method in class org.jpox.jpa.JPAAdapter
Accessor for the class name to use for identities when there is a single Object field.
getSingleFieldIdentityClassNameForShort() - Method in class org.jpox.jpa.JPAAdapter
Accessor for the class name to use for identities when there is a single Short/short field.
getSingleFieldIdentityClassNameForString() - Method in class org.jpox.jpa.JPAAdapter
Accessor for the class name to use for identities when there is a single String field.
getSingleResult() - Method in class org.jpox.jpa.JPAQuery
Method to execute a SELECT statement returning a single result.
getSupportedAnnotationPackages() - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Method to set the valid annotation packages to be supported when reading.
getSupportedAnnotationPackages() - Method in interface org.jpox.metadata.annotations.AnnotationReader
Accessor for the annotations packages supported by this reader.
getTargetClassForSingleFieldIdentity(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for the target class for the specified single field application-identity.
getTargetClassNameForSingleFieldIdentity(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for the target class name for the specified single field identity.
getTargetKeyForSingleFieldIdentity(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for the key object for the specified single field application-identity.
getTransaction() - Method in class org.jpox.jpa.EntityManagerImpl
Return the resource-level transaction object.
getType() - Method in class org.jpox.metadata.annotations.Member
Accessor to the field or method return type.
getUniqueMetaData(String, String, String, String[], Column[]) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience method to create a UniqueMetaData from the annotations data.
getValidValues(int) - Method in class org.jpox.store.mapped.mapping.EnumMapping
Accessor for the valid values for this mapping (if any restriction is imposed).
getVersion(StateManager) - Method in class org.jpox.jpa.JPAAdapter
Accessor for the version from the StateManager for this object.
getVersionForObject(Object) - Method in class org.jpox.jpa.JPAAdapter
Method to return the object version for the passed persistable object.
getVersionStrategyString(VersionStrategy) - Static method in class org.jpox.jdo.metadata.JDOAnnotationUtils
Convenience accessor for the string name of a version strategy.

I

ID - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
ID_CLASS - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
INDEX - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
INDICES - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
INHERITANCE - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
INHERITANCE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
initialisePMF(PersistenceUnitMetaData, Map) - Method in class org.jpox.jpa.EntityManagerFactoryImpl
Method to initialise a PersistenceManagerFactory that will control the persistence.
initialize(DatastoreAdapter, AbstractMemberMetaData, DatastoreContainerObject, ClassLoaderResolver) - Method in class org.jpox.store.mapped.mapping.EnumMapping
Initialize this JavaTypeMapping with the given DatastoreAdapter for the given FieldMetaData.
isActive() - Method in class org.jpox.jpa.EntityTransactionImpl
Indicate whether a transaction is in progress.
isBasicByDefault(Class) - Static method in class org.jpox.jpa.metadata.JPAAnnotationUtils
Whether the given type has by default "basic" semantics.
isClassPersistenceCapable(Class) - Method in class org.jpox.jpa.metadata.JPAAnnotationReader
Check if class is persistence capable, by looking at annotations
isContainerManaged() - Method in class org.jpox.jpa.EntityManagerFactoryImpl
Accessor for whether the EMF is managed by a container.
isDeleted(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for whether the passed object is deleted.
isDeleted(Object) - Static method in class org.jpox.jpa.JPOXJPAHelper
Convenience accessor for whether the object is deleted.
isDetachable(Object) - Method in class org.jpox.jpa.JPAAdapter
Method to return if the passed object is detachable using this API.
isDetached(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for whether the passed object is detached.
isDetached(Object) - Static method in class org.jpox.jpa.JPOXJPAHelper
Convenience accessor for whether the object is detached.
isDirty(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for whether the passed object is dirty.
isLoaded(StateManager, int) - Method in class org.jpox.jpa.JPAAdapter
Accessor for whether a field is loaded for the object managed by the StateManager
isNew(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for whether the passed object is new.
isOpen() - Method in class org.jpox.jpa.EntityManagerFactoryImpl
Accessor for whether the factory is open
isOpen() - Method in class org.jpox.jpa.EntityManagerImpl
Determine whether the EntityManager is open.
isPersistable(Object) - Method in class org.jpox.jpa.JPAAdapter
Method to return if the passed object is persistable using this API.
isPersistable(Class) - Method in class org.jpox.jpa.JPAAdapter
Utility method to check if the specified class is of a type that can be persisted for this API.
isPersistent(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for whether the passed object is persistent.
isPersistent(Object) - Static method in class org.jpox.jpa.JPOXJPAHelper
Convenience accessor for whether the object is persistent.
isProperty() - Method in class org.jpox.metadata.annotations.Member
If this class is a field or method (property).
isSingleFieldIdentity(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for whether the passed identity is a valid single-field application-identity for this API.
isSingleFieldIdentityClass(String) - Method in class org.jpox.jpa.JPAAdapter
Checks whether the passed class name is valid for a single field application-identity for this API.
isSupportedAnnotation(String) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Convenience method to check whether an annotation class name is supported by this reader.
isTemporalType(Class) - Static method in class org.jpox.jpa.metadata.JPAAnnotationUtils
Whether the given type is temporal for JPA.
isTransactional(Object) - Method in class org.jpox.jpa.JPAAdapter
Accessor for whether the passed object is transactional.
isTransactional(Object) - Static method in class org.jpox.jpa.JPOXJPAHelper
Convenience accessor for whether the object is transactional.
isValidPrimaryKeyClass(Class, AbstractClassMetaData, ClassLoaderResolver, int) - Method in class org.jpox.jpa.JPAAdapter
Utility to check if a primary-key class is valid.

J

JAVAX_JDO_SPI_PERSISTENCE_CAPABLE - Static variable in class org.jpox.jpa.JPAClassNameConstants
org.jpox.jpa.Persistable
JDOAnnotationReader - Class in org.jpox.jdo.metadata
Implementation for Annotation Reader for JDK 1.5 annotations using the JDO 2.1 definition.
JDOAnnotationReader(MetaDataManager) - Constructor for class org.jpox.jdo.metadata.JDOAnnotationReader
Constructor.
JDOAnnotationUtils - Class in org.jpox.jdo.metadata
Series of utility methods for converting between annotations and metadata.
JDOAnnotationUtils() - Constructor for class org.jpox.jdo.metadata.JDOAnnotationUtils
 
JOIN - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
JOIN_COLUMN - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
JOIN_COLUMNS - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
JOIN_TABLE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
JOINS - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
joinTransaction() - Method in class org.jpox.jpa.EntityManagerImpl
Indicate to the EntityManager that a JTA transaction is active.
JPA_IDENTITY_BYTE_IDENTITY - Static variable in class org.jpox.jpa.JPAClassNameConstants
org.jpox.identity.ByteIdentity
JPA_IDENTITY_CHAR_IDENTITY - Static variable in class org.jpox.jpa.JPAClassNameConstants
org.jpox.identity.CharIdentity
JPA_IDENTITY_INT_IDENTITY - Static variable in class org.jpox.jpa.JPAClassNameConstants
org.jpox.identity.IntIdentity
JPA_IDENTITY_LONG_IDENTITY - Static variable in class org.jpox.jpa.JPAClassNameConstants
org.jpox.identity.LongIdentity
JPA_IDENTITY_OBJECT_IDENTITY - Static variable in class org.jpox.jpa.JPAClassNameConstants
org.jpox.identity.ObjectIdentity
JPA_IDENTITY_SHORT_IDENTITY - Static variable in class org.jpox.jpa.JPAClassNameConstants
org.jpox.identity.ShortIdentity
JPA_IDENTITY_STRING_IDENTITY - Static variable in class org.jpox.jpa.JPAClassNameConstants
org.jpox.identity.StringIdentity
JPAAdapter - Class in org.jpox.jpa
Adapter for the JPA API, to allow the JPOX core runtime to expose multiple APIs to clients.
JPAAdapter() - Constructor for class org.jpox.jpa.JPAAdapter
 
JPAAnnotationReader - Class in org.jpox.jpa.metadata
Implementation for Annotation Reader for JDK 1.5 annotations using JPA's definition.
JPAAnnotationReader(MetaDataManager) - Constructor for class org.jpox.jpa.metadata.JPAAnnotationReader
Constructor.
JPAAnnotationUtils - Class in org.jpox.jpa.metadata
Series of utility methods for converting between JPA annotations and metadata.
JPAAnnotationUtils() - Constructor for class org.jpox.jpa.metadata.JPAAnnotationUtils
 
JPACallbackHandler - Class in org.jpox.jpa
CallbackHandler implementation for JPA.
JPACallbackHandler() - Constructor for class org.jpox.jpa.JPACallbackHandler
 
JPAClassNameConstants - Class in org.jpox.jpa
Class providing names of common classes used by JPA to aid performance.
JPAClassNameConstants() - Constructor for class org.jpox.jpa.JPAClassNameConstants
 
JPAClassTransformer - Class in org.jpox.jpa
ClassTransformer for runtime enhancement of classes to the JPA interface.
JPAClassTransformer() - Constructor for class org.jpox.jpa.JPAClassTransformer
 
JPAEntityResolver - Class in org.jpox.jpa.metadata
Implementation of an entity resolver for JPA metadata files.
JPAEntityResolver() - Constructor for class org.jpox.jpa.metadata.JPAEntityResolver
 
JPAMetaDataHandler - Class in org.jpox.jpa.metadata
Parser handler for JPA MetaData.
JPAMetaDataHandler(MetaDataManager, String, EntityResolver) - Constructor for class org.jpox.jpa.metadata.JPAMetaDataHandler
Constructor.
JPAMetaDataManager - Class in org.jpox.jpa.metadata
Manager of JPA MetaData information in JPOX.
JPAMetaDataManager(OMFContext) - Constructor for class org.jpox.jpa.metadata.JPAMetaDataManager
Constructor.
JPAQuery - Class in org.jpox.jpa
Basic implementation of a JPA Query.
JPAQuery(EntityManager, Query, String) - Constructor for class org.jpox.jpa.JPAQuery
Constructor for a query used by JPA.
jpoxCopyFields(Object, int[]) - Method in interface org.jpox.jpa.Persistable
 
jpoxCopyKeyFieldsFromObjectId(FieldConsumer, Object) - Method in interface org.jpox.jpa.Persistable
 
jpoxCopyKeyFieldsToObjectId(Object) - Method in interface org.jpox.jpa.Persistable
 
jpoxCopyKeyFieldsToObjectId(FieldSupplier, Object) - Method in interface org.jpox.jpa.Persistable
 
jpoxGetObjectId() - Method in interface org.jpox.jpa.Persistable
 
jpoxGetStateManager() - Method in interface org.jpox.jpa.Persistable
 
jpoxGetTransactionalObjectId() - Method in interface org.jpox.jpa.Persistable
 
jpoxGetVersion() - Method in interface org.jpox.jpa.Persistable
 
jpoxIsDeleted() - Method in interface org.jpox.jpa.Persistable
 
jpoxIsDetached() - Method in interface org.jpox.jpa.Persistable
 
jpoxIsDirty() - Method in interface org.jpox.jpa.Persistable
 
jpoxIsNew() - Method in interface org.jpox.jpa.Persistable
 
jpoxIsPersistent() - Method in interface org.jpox.jpa.Persistable
 
jpoxIsTransactional() - Method in interface org.jpox.jpa.Persistable
 
JPOXJPAHelper - Class in org.jpox.jpa
Helper for persistence operations with JPA1 within JPOX.
JPOXJPAHelper() - Constructor for class org.jpox.jpa.JPOXJPAHelper
 
jpoxMakeDirty(String) - Method in interface org.jpox.jpa.Persistable
 
jpoxNewInstance(StateManager) - Method in interface org.jpox.jpa.Persistable
 
jpoxNewInstance(StateManager, Object) - Method in interface org.jpox.jpa.Persistable
 
jpoxNewObjectIdInstance() - Method in interface org.jpox.jpa.Persistable
 
jpoxNewObjectIdInstance(Object) - Method in interface org.jpox.jpa.Persistable
 
jpoxProvideField(int) - Method in interface org.jpox.jpa.Persistable
 
jpoxProvideFields(int[]) - Method in interface org.jpox.jpa.Persistable
 
jpoxReplaceDetachedState() - Method in interface org.jpox.jpa.Persistable
 
jpoxReplaceField(int) - Method in interface org.jpox.jpa.Persistable
 
jpoxReplaceFields(int[]) - Method in interface org.jpox.jpa.Persistable
 
jpoxReplaceFlags() - Method in interface org.jpox.jpa.Persistable
 
jpoxReplaceStateManager(StateManager) - Method in interface org.jpox.jpa.Persistable
 

K

KEY - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 

L

LifeCycleStateFactory - Class in org.jpox.jpa.state
Factory for life cycle states
LifeCycleStateFactory() - Constructor for class org.jpox.jpa.state.LifeCycleStateFactory
 
LOAD_REQUIRED - Static variable in interface org.jpox.jpa.Persistable
 
LOB - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
LOCALISER - Static variable in class org.jpox.jpa.EntityManagerFactoryImpl
Localiser for messages.
LOCALISER - Static variable in class org.jpox.jpa.EntityManagerImpl
Localisation utility for output messages
LOCALISER - Static variable in class org.jpox.jpa.EntityTransactionImpl
Localisation utility for output messages
LOCALISER - Static variable in class org.jpox.jpa.JPAAdapter
 
LOCALISER - Static variable in class org.jpox.jpa.JPAQuery
Localisation utility for output messages
LOCALISER - Static variable in class org.jpox.metadata.annotations.AbstractAnnotationReader
Localiser for messages
LOCALISER - Static variable in class org.jpox.metadata.annotations.AnnotationManagerImpl
Localiser for messages
lock(Object, LockModeType) - Method in class org.jpox.jpa.EntityManagerImpl
Set the lock mode for an entity object contained in the persistence context.

M

makeFieldDirty(Object, String) - Method in class org.jpox.jpa.JPAAdapter
Method to make the field dirty in the object.
MANY_TO_MANY - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
MANY_TO_ONE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
MAP_KEY - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
MAPPED_SUPERCLASS - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
MEDIATE_READ - Static variable in interface org.jpox.jpa.Persistable
 
MEDIATE_WRITE - Static variable in interface org.jpox.jpa.Persistable
 
Member - Class in org.jpox.metadata.annotations
Wrapper for a field or a method (property) that is annotated.
Member(Field) - Constructor for class org.jpox.metadata.annotations.Member
Constructor.
Member(Method) - Constructor for class org.jpox.metadata.annotations.Member
Constructor.
merge(Object) - Method in class org.jpox.jpa.EntityManagerImpl
Merge the state of the given entity into the current persistence context.
metadataMgr - Variable in class org.jpox.metadata.annotations.AnnotationManagerImpl
MetaData Manager that we work for.
mgr - Variable in class org.jpox.metadata.annotations.AbstractAnnotationReader
Manager for MetaData operations

N

NAMED_NATIVE_QUERIES - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
NAMED_NATIVE_QUERY - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
NAMED_QUERIES - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
NAMED_QUERY - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
newClassObject(PackageMetaData, Attributes, boolean) - Method in class org.jpox.jpa.metadata.JPAMetaDataHandler
Utility to create a new class component.
newFieldObject(AbstractClassMetaData, Attributes) - Method in class org.jpox.jpa.metadata.JPAMetaDataHandler
Utility to create a new field/property component and add it to the class as required.
newLiteral(QueryExpression, Object) - Method in class org.jpox.store.mapped.mapping.EnumMapping
 
newOverriddenFieldObject(MetaData, Attributes) - Method in class org.jpox.jpa.metadata.JPAMetaDataHandler
Utility to create a new field entry for a field/property in a superclass.
newPKFieldObject(AbstractClassMetaData, Attributes) - Method in class org.jpox.jpa.metadata.JPAMetaDataHandler
Utility to create a new primary key field/property component.
newScalarExpression(QueryExpression, LogicSetExpression) - Method in class org.jpox.store.mapped.mapping.EnumMapping
 
newStateManager(ObjectManager, AbstractClassMetaData) - Method in class org.jpox.jpa.JPAAdapter
Method to create a new StateManager for the ObjectManager and class.
newTransientFieldObject(MetaData, String) - Method in class org.jpox.jpa.metadata.JPAMetaDataHandler
Utility to create a new transient field/property component.
NoPersistenceUnitException - Exception in org.jpox.jpa.exceptions
Exception thrown when trying to create an EntityManagerFactory for a persistence-unit and we cant find a "persistence-unit" of the specified name.
NoPersistenceUnitException(String) - Constructor for exception org.jpox.jpa.exceptions.NoPersistenceUnitException
 
NoPersistenceXmlException - Exception in org.jpox.jpa.exceptions
Exception thrown when trying to create an EntityManagerFactory for a persistence-unit and we cant find any "persistence.xml" files.
NoPersistenceXmlException(String) - Constructor for exception org.jpox.jpa.exceptions.NoPersistenceXmlException
 
NOTPERSISTENT - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
NotProviderException - Exception in org.jpox.jpa.exceptions
Exception thrown when trying to create an EntityManagerFactory for a persistence-unit and we are not the required provider.
NotProviderException(String) - Constructor for exception org.jpox.jpa.exceptions.NotProviderException
 

O

om - Variable in class org.jpox.jpa.EntityManagerImpl
The underlying ObjectManager managing the persistence.
ONE_TO_MANY - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
ONE_TO_ONE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
ORDER - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
ORDER_BY - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
org.jpox.jdo.metadata - package org.jpox.jdo.metadata
Package providing classes specific to processing of JDO XML MetaData and annotations, building on the generic code under the package org.jpox.metadata
org.jpox.jpa - package org.jpox.jpa
Package containing the entry point for the JPOX implementation of the JPA1 specification
org.jpox.jpa.annotations - package org.jpox.jpa.annotations
Package containing JPOX annotations for persistence to extend JPA where it ignores some JDO concepts.
org.jpox.jpa.exceptions - package org.jpox.jpa.exceptions
Package containing exceptions for JPOXs JPA1 implementation
org.jpox.jpa.metadata - package org.jpox.jpa.metadata
Package providing classes specific to processing of JPA XML MetaData and annotations, building on the generic code under the package org.jpox.metadata
org.jpox.jpa.state - package org.jpox.jpa.state
Definition of lifecycle states when providing JPA persistence
org.jpox.metadata.annotations - package org.jpox.metadata.annotations
Package containing classes for converting JDK 1.5 annotations into MetaData definitions.
org.jpox.store.mapped.mapping - package org.jpox.store.mapped.mapping
Package containing mappings for Java types for mapped datastores (e.g RDBMS).

P

parseFile(URL) - Method in class org.jpox.jpa.metadata.JPAMetaDataManager
Utility to parse a file, using the "jpa" MetaData handler.
persist(Object) - Method in class org.jpox.jpa.EntityManagerImpl
Make an instance managed and persistent.
Persistable - Interface in org.jpox.jpa
Standard interface that any class that is persistable should implement when not using JDO.
PERSISTENCE_AWARE - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
PERSISTENCE_AWARE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
PERSISTENCE_CAPABLE - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
PersistenceAware - Annotation Type in org.jpox.jpa.annotations
Annotation for marking a class as "persistence-aware".
persistenceContextType - Variable in class org.jpox.jpa.EntityManagerImpl
Type of Persistence Context
PersistenceProviderImpl - Class in org.jpox.jpa
PersistenceProvider implementation.
PersistenceProviderImpl() - Constructor for class org.jpox.jpa.PersistenceProviderImpl
Constructor.
PERSISTENT - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
pm - Variable in class org.jpox.jpa.EntityManagerImpl
Underlying PersistenceManager that provides the persistence capability.
postAttach(Object, Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the object is attached.
postClear(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the fields of the object are cleared.
postCreate(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the object has been created.
postDelete(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the object is deleted.
postDetach(Object, Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the object is detached.
postDirty(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the object is made dirty.
postLoad(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the fields of the object are loaded.
postRefresh(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the fields of the object are refreshed.
postStore(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback after the object is stored.
preAttach(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback before the object is attached.
preClear(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback before the fields of the object are cleared.
preDelete(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback before the object is deleted (after calling remove() but before the lifecycle state change).
preDetach(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback before the object is detached.
preDirty(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback before the object is made dirty.
prePersist(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback before the object is persisted (just before the lifecycle state change).
preStore(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Callback before the object is stored.
PRIMARY_KEY - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
PRIMARY_KEY_JOIN_COLUMN - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
PRIMARY_KEY_JOIN_COLUMNS - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
processClassAnnotations(PackageMetaData, Class, AnnotationObject[], ClassLoaderResolver) - Method in class org.jpox.jdo.metadata.JDOAnnotationReader
Method to process the "class" level annotations and create the outline ClassMetaData object
processClassAnnotations(PackageMetaData, Class, AnnotationObject[], ClassLoaderResolver) - Method in class org.jpox.jpa.metadata.JPAAnnotationReader
Method to process the "class" level annotations and create the outline ClassMetaData object
processClassAnnotations(PackageMetaData, Class, AnnotationObject[], ClassLoaderResolver) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Method to process the "class" level annotations and create the outline ClassMetaData object.
processMemberAnnotations(AbstractClassMetaData, Member, AnnotationObject[], boolean) - Method in class org.jpox.jdo.metadata.JDOAnnotationReader
Convenience method to process the annotations for a field/property.
processMemberAnnotations(AbstractClassMetaData, Member, AnnotationObject[], boolean) - Method in class org.jpox.jpa.metadata.JPAAnnotationReader
Convenience method to process the annotations for a field/property.
processMemberAnnotations(AbstractClassMetaData, Member, AnnotationObject[], boolean) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Method to take the passed in outline ClassMetaData and process the annotations for fields/properties adding any necessary FieldMetaData/PropertyMetaData to the ClassMetaData.
processMethodAnnotations(AbstractClassMetaData, Method) - Method in class org.jpox.jdo.metadata.JDOAnnotationReader
Method to take the passed in outline ClassMetaData and process the annotations for method adding any necessary MetaData to the ClassMetaData.
processMethodAnnotations(AbstractClassMetaData, Method) - Method in class org.jpox.jpa.metadata.JPAAnnotationReader
Method to take the passed in outline ClassMetaData and process the annotations for method adding any necessary MetaData to the ClassMetaData.
processMethodAnnotations(AbstractClassMetaData, Method) - Method in class org.jpox.metadata.annotations.AbstractAnnotationReader
Method to take the passed in outline ClassMetaData and process the annotations for method adding any necessary MetaData to the ClassMetaData.

Q

QUERIES - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
QUERY - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 

R

READ_OK - Static variable in interface org.jpox.jpa.Persistable
 
READ_WRITE_OK - Static variable in interface org.jpox.jpa.Persistable
 
refresh(Object) - Method in class org.jpox.jpa.EntityManagerImpl
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
registerFile(String, FileMetaData, ClassLoaderResolver) - Method in class org.jpox.jpa.metadata.JPAMetaDataManager
Method to take the FileMetaData and register the relevant parts of it with the various convenience collections/maps that we use for access.
registerSequencesForFile(FileMetaData) - Method in class org.jpox.jpa.metadata.JPAMetaDataManager
Convenience method to register all sequences found in the passed file.
registerTableGeneratorsForFile(FileMetaData) - Method in class org.jpox.jpa.metadata.JPAMetaDataManager
Convenience method to register all table generators found in the passed file.
remove(Object) - Method in class org.jpox.jpa.EntityManagerImpl
Remove the entity instance.
removeListener(Object) - Method in class org.jpox.jpa.JPACallbackHandler
Remove a listener for this handler.
rollback() - Method in class org.jpox.jpa.EntityTransactionImpl
Roll back the current transaction.

S

SECONDARY_TABLE - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
SECONDARY_TABLES - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
SEQUENCE - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
SEQUENCE_GENERATOR - Static variable in class org.jpox.jpa.metadata.JPAAnnotationUtils
 
SERIALIZABLE - Static variable in interface org.jpox.jpa.Persistable
 
SERIALIZED - Static variable in class org.jpox.jdo.metadata.JDOAnnotationUtils
 
setFirstResult(int) - Method in class org.jpox.jpa.JPAQuery
Method to set the results to start from a particular position.
setFlushMode(FlushModeType) - Method in class org.jpox.jpa.EntityManagerImpl
Set the flush mode that applies to all objects contained in the persistence context.
setFlushMode(FlushModeType) - Method in class org.jpox.jpa.JPAQuery
Mutator for the flush mode.
setHint(String, Object) - Method in class org.jpox.jpa.JPAQuery
Method to add a vendor extension to the query.
setMaxResults(int) - Method in class org.jpox.jpa.JPAQuery
Method to set the max number of results to return.
setObject(ObjectManager, Object, int[], Object) - Method in class org.jpox.store.mapped.mapping.EnumMapping
Method to set the Enum in the datastore statement.
setOption(String, int) - Method in class org.jpox.jpa.EntityTransactionImpl
Convenience accessor for setting a transaction option.
setOption(String, boolean) - Method in class org.jpox.jpa.EntityTransactionImpl
Convenience accessor for setting a transaction option.
setOption(String, String) - Method in class org.jpox.jpa.EntityTransactionImpl
Convenience accessor for setting a transaction option.
setParameter(String, Object) - Method in class org.jpox.jpa.JPAQuery
Bind an argument to a named parameter.
setParameter(int, Object) - Method in class org.jpox.jpa.JPAQuery
Bind an argument to a positional parameter.
setParameter(String, Date, TemporalType) - Method in class org.jpox.jpa.JPAQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in class org.jpox.jpa.JPAQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(int, Date, TemporalType) - Method in class org.jpox.jpa.JPAQuery
Bind an instance of java.util.Date to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in class org.jpox.jpa.JPAQuery
Bind an instance of java.util.Calendar to a positional parameter.
setRollbackOnly() - Method in class org.jpox.jpa.EntityTransactionImpl
Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.