- CACHEABLE - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- checkConsistency() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- clear() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Clear the persistence context, causing all managed entities to become detached.
- clearGroups() - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to clear the fetch plan groups.
- clearLoadedFlagsOnDeleteObject() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Whether the API requires clearing of the fields of an object when it is deleted.
- close() - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Clear any objects to release resources.
- close() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Close an application-managed EntityManager.
- close() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Method to close the factory.
- close() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- cls - Variable in class org.datanucleus.api.jpa.metamodel.TypeImpl
-
- cmd - Variable in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
DataNucleus metadata for this class.
- coalesce() - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- coalesce(Expression<? extends Y>, Y) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- CoalesceImpl<T> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "Coalesce".
- CoalesceImpl(Class<T>) - Constructor for class org.datanucleus.api.jpa.criteria.CoalesceImpl
-
- COLLECTION_TABLE - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- CollectionAttributeImpl<X,E> - Class in org.datanucleus.api.jpa.metamodel
-
Implementation of JPA2 metamodel "CollectionAttribute".
- CollectionAttributeImpl(AbstractMemberMetaData, ManagedTypeImpl) - Constructor for class org.datanucleus.api.jpa.metamodel.CollectionAttributeImpl
-
Constructor for a CollectionAttribute.
- CollectionJoinImpl<Z,E> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "CollectionJoin".
- CollectionJoinImpl(FromImpl, CollectionAttributeImpl, JoinType) - Constructor for class org.datanucleus.api.jpa.criteria.CollectionJoinImpl
-
Constructor for a collection join.
- COLUMN - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- ColumnPosition - Annotation Type in org.datanucleus.api.jpa.annotations
-
Extension annotation allowing for specification of column "position" in JPA.
- ColumnPositionHandler - Class in org.datanucleus.api.jpa.annotations
-
Handler for the
ColumnPosition annotation when applied to a field/property of a persistable class.
- ColumnPositionHandler() - Constructor for class org.datanucleus.api.jpa.annotations.ColumnPositionHandler
-
- commit() - Method in class org.datanucleus.api.jpa.JPAEntityTransaction
-
Commit the current transaction, writing any unflushed changes to the database.
- CompoundSelectionImpl<X> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "CompoundSelection".
- CompoundSelectionImpl(Class<X>, Selection<?>...) - Constructor for class org.datanucleus.api.jpa.criteria.CompoundSelectionImpl
-
- concat(Expression<String>, Expression<String>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- concat(Expression<String>, String) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- concat(String, Expression<String>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- conjunction() - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- construct(Class<Y>, Selection<?>...) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- contains(Class, Object) - Method in class org.datanucleus.api.jpa.JPADataStoreCache
-
Accessor for whether the object with specified PK is contained in the cache.
- contains(Object) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Check if the instance belongs to the current persistence context.
- Convert - Annotation Type in javax.persistence.jpa21
-
Annotation defining to a converter class to use for conversion of this member (or embedded member of this member).
- CONVERT - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- Converter - Annotation Type in javax.persistence.jpa21
-
Annotation defining a converter for JPA.
- convertToDatabaseColumn(X) - Method in interface javax.persistence.jpa21.AttributeConverter
-
- convertToEntityAttribute(Y) - Method in interface javax.persistence.jpa21.AttributeConverter
-
- copyFieldsFromPersistableObject(Object, int[], Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
- correlate(CollectionJoin<X, Y>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- correlate(Join<X, Y>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- correlate(ListJoin<X, Y>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- correlate(MapJoin<X, K, V>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- correlate(Root<Y>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- correlate(SetJoin<X, Y>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- count(Expression<?>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- countDistinct(Expression<?>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.datanucleus.api.jpa.PersistenceProviderImpl
-
Method to create an EntityManagerFactory when running in J2EE.
- createEntityManager() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Method to create an entity manager.
- createEntityManager(Map) - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Method to create an entity manager with the specified properties.
- createEntityManagerFactory(String, Map) - Method in class org.datanucleus.api.jpa.PersistenceProviderImpl
-
Method to create an EntityManagerFactory when running in J2SE.
- createNamedQuery(String, Class<T>) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of Query for executing a named query (in JPQL or SQL).
- createNamedQuery(String) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of Query for executing a named query (in JPQL or SQL).
- createNamedStoredProcedureQuery(String) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of Query for executing a stored procedure.
- createNativeQuery(String) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of Query for executing an SQL statement.
- createNativeQuery(String, Class) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of Query for executing an SQL query.
- createNativeQuery(String, String) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of Query for executing an SQL query.
- createQuery() - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- createQuery(Class<T>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- createQuery(CriteriaQuery<T>) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Method to return a query for the specified Criteria Query.
- createQuery(String, Class<T>) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
- createQuery(String) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of Query for executing a JPQL statement.
- createStoredProcedureQuery(String) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of Query for executing a stored procedure.
- createStoredProcedureQuery(String, Class...) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
- createStoredProcedureQuery(String, String...) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
- createTupleQuery() - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- CriteriaBuilderImpl - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "QueryBuilder".
- CriteriaBuilderImpl(MetamodelImpl) - Constructor for class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- CriteriaQueryImpl<T> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "Query".
- CriteriaQueryImpl(MetamodelImpl, Class<T>) - Constructor for class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
Constructor for a criteria query for the supplied model and result class.
- currentDate() - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- currentTime() - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- currentTimestamp() - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- currentTransaction() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- ge(Expression<? extends Number>, Number) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- GENERATED_VALUE - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- get(MapAttribute<X, K, V>) - Method in class org.datanucleus.api.jpa.criteria.PathImpl
-
- get(PluralAttribute<X, C, E>) - Method in class org.datanucleus.api.jpa.criteria.PathImpl
-
- get(SingularAttribute<? super X, Y>) - Method in class org.datanucleus.api.jpa.criteria.PathImpl
-
- get(String) - Method in class org.datanucleus.api.jpa.criteria.PathImpl
-
- getAlias() - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- getApiExceptionForNucleusException(NucleusException) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
- getAttribute() - Method in class org.datanucleus.api.jpa.criteria.FetchImpl
-
- getAttribute() - Method in class org.datanucleus.api.jpa.criteria.JoinImpl
-
- getAttribute(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getAttributeForAttributeName(String) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- getAttributes() - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getAttributeType() - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- getBindableJavaType() - Method in class org.datanucleus.api.jpa.metamodel.EntityTypeImpl
-
- getBindableJavaType() - Method in class org.datanucleus.api.jpa.metamodel.PluralAttributeImpl
-
- getBindableJavaType() - Method in class org.datanucleus.api.jpa.metamodel.SingularAttributeImpl
-
- getBindableType() - Method in class org.datanucleus.api.jpa.metamodel.EntityTypeImpl
-
- getBindableType() - Method in class org.datanucleus.api.jpa.metamodel.PluralAttributeImpl
-
- getBindableType() - Method in class org.datanucleus.api.jpa.metamodel.SingularAttributeImpl
-
- getBooleanProperty(String) - Method in class org.datanucleus.api.jpa.JPAReplicationManager
-
- getCache() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Accessor for the second level cache.
- getClassLoaderResolver() - Method in class org.datanucleus.api.jpa.metamodel.MetamodelImpl
-
- getCollection(String, Class<E>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getCollection(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getCollectionType() - Method in class org.datanucleus.api.jpa.metamodel.CollectionAttributeImpl
-
- getCollectionType() - Method in class org.datanucleus.api.jpa.metamodel.ListAttributeImpl
-
- getCollectionType() - Method in class org.datanucleus.api.jpa.metamodel.MapAttributeImpl
-
- getCollectionType() - Method in class org.datanucleus.api.jpa.metamodel.PluralAttributeImpl
-
- getCollectionType() - Method in class org.datanucleus.api.jpa.metamodel.SetAttributeImpl
-
- getCompilation(MetaDataManager, ClassLoaderResolver) - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
Accessor for the generic compilation that this criteria query equates to.
- getCompilation(MetaDataManager, ClassLoaderResolver, SymbolTable) - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
Accessor for the generic compilation that this criteria query equates to.
- getCompoundSelectionItems() - Method in class org.datanucleus.api.jpa.criteria.CompoundSelectionImpl
-
- getCompoundSelectionItems() - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- getCopyOfPersistableObject(Object, ObjectProvider, int[]) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
- getCopyOnAttach() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getCorrelatedJoins() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- getCorrelationParent() - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- getCriteriaBuilder() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Return an instance of QueryBuilder for the creation of Criteria API QueryDefinition objects.
- getCriteriaBuilder() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
- getDatastoreClass() - Method in class org.datanucleus.api.jpa.metadata.JPATypeConverter
-
- getDataStoreConnection() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getDataStoreExceptionForException(String, Exception) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Convenience method to return a datastore exception appropriate for this API.
- getDatastoreReadTimeoutMillis() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getDatastoreWriteTimeoutMillis() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getDeclaredAttribute(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredAttributes() - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredCollection(String, Class<E>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredCollection(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredId(Class<Y>) - Method in class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
-
- getDeclaredList(String, Class<E>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredList(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredMap(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredPluralAttributes() - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredSet(String, Class<E>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredSet(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredSingularAttribute(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredSingularAttributes() - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getDeclaredVersion(Class<Y>) - Method in class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
-
- getDeclaringType() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
- getDefaultCascadeDeleteForField() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Returns the default cascade-delete setting.
- getDefaultCascadePersistForField() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Returns the default cascade-persist setting.
- getDefaultCascadeRefreshForField() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Returns the default cascade-refresh setting.
- getDefaultCascadeUpdateForField() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Returns the default cascade-update setting.
- getDefaultFactoryProperties() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Method to return the default factory properties for this API.
- getDelegate() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
Convenience accessor for the delegate criteria query that provides this subquery.
- getDelegate() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Return the underlying provider object for the EntityManager, if available.
- getDetachAllOnCommit() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getDetachmentOptions() - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Accessor for the detachment options.
- getDetachmentRootClasses() - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Accessor for the detachment root classes.
- getDetachmentRoots() - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Accessor for the detachment roots.
- getDirtyFields(Object, PersistenceManager) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Accessor for the names of the dirty fields of the persistable object.
- getElementType() - Method in class org.datanucleus.api.jpa.metamodel.PluralAttributeImpl
-
- getEmbeddables() - Method in class org.datanucleus.api.jpa.metamodel.MetamodelImpl
-
- getEntities() - Method in class org.datanucleus.api.jpa.metamodel.MetamodelImpl
-
- getEntityManager() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getEntityManager(Object) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Accessor for the EntityManager for the supplied (persistable) object.
- getEntityManagerFactory() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Return the entity manager factory for the entity manager.
- getEventListeners() - Method in class org.datanucleus.api.jpa.metadata.JPAMetaDataManager
-
Get the event listeners
- getExecutionContext(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Method to return the ExecutionContext (if any) associated with the passed object.
- getExecutionContext() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
- getExecutionContext() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getExpression() - Method in class org.datanucleus.api.jpa.criteria.OrderImpl
-
- getExpressions() - Method in class org.datanucleus.api.jpa.criteria.PredicateImpl
-
- getExtent(Class<T>) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getExtent(Class<T>, boolean) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getFetches() - Method in class org.datanucleus.api.jpa.criteria.FetchImpl
-
- getFetches() - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- getFetchGroup(Class, String) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getFetchPlan() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Acessor for the current FetchPlan
- getFetchPlan() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getFetchSize() - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Accessor for the fetch size.
- getFirstResult() - Method in class org.datanucleus.api.jpa.JPAQuery
-
The position of the first result the query object was set to retrieve.
- getFirstResult() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getFlushMode() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Get the flush mode that applies to all objects contained in the persistence context.
- getFlushMode() - Method in class org.datanucleus.api.jpa.JPAQuery
-
The flush mode in effect for the query execution.
- getFlushMode() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getGroupList() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getGroupList() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- getGroupRestriction() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getGroupRestriction() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- getGroups() - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Accessor for the groups.
- getHints() - Method in class org.datanucleus.api.jpa.JPAQuery
-
Get the hints and associated values that are in effect for the query instance.
- getHints() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getId(Class<Y>) - Method in class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
-
- getIdClassAttributes() - Method in class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
-
- getIdentifier(Object) - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
- getIdentityStrategyString(GenerationType) - Static method in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
Convenience accessor for the string name of a id generator strategy (from JPA annotations)
- getIdForObject(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Method to return the object identity for the passed persistable object.
- getIdType() - Method in class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
-
- getIgnoreCache() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getInternalFetchPlan() - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Accessor for the internal fetch plan.
- getInternalQuery() - Method in class org.datanucleus.api.jpa.JPAQuery
-
Accessor for the internal query.
- getJavaMember() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
- getJavaType() - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- getJavaType() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
- getJavaType() - Method in class org.datanucleus.api.jpa.metamodel.TypeImpl
-
- getJDOImplHelper() - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Get the JDOImplHelper instance.
- getJoins() - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- getJoinType() - Method in class org.datanucleus.api.jpa.criteria.FetchImpl
-
- getJoinType() - Method in class org.datanucleus.api.jpa.criteria.JoinImpl
-
- getJPAExceptionForJDOException(JDOException) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Convenience method to convert a JDO exception into a JPA exception.
- getJPAExceptionForNucleusException(NucleusException) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Convenience method to convert a Nucleus exception into a JPA exception.
- getJPALockModeTypeForLockType(short) - Static method in class org.datanucleus.api.jpa.JPAEntityManager
-
Convenience method to convert from LockManager lock type to JPA LockModeType
- getJPQLForExpression(Expression) - Static method in class org.datanucleus.api.jpa.criteria.JPQLHelper
-
- getKeyJavaType() - Method in class org.datanucleus.api.jpa.metamodel.MapAttributeImpl
-
- getKeyType() - Method in class org.datanucleus.api.jpa.metamodel.MapAttributeImpl
-
- getKeyTypeForSingleFieldIdentityType(Class) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the type of the single field application-identity key given the single field identity type.
- getLanguage() - Method in class org.datanucleus.api.jpa.JPAQuery
-
Accessor for the query language.
- getLevel2Cache() - Method in class org.datanucleus.api.jpa.JPADataStoreCache
-
Accessor for the underlying Level 2 cache.
- getLifeCycleState(int) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Returns the LifeCycleState for the state constant.
- getLifeCycleState(int) - Static method in class org.datanucleus.api.jpa.state.LifeCycleStateFactory
-
Returns the LifeCycleState for the state constant.
- getList(String, Class<E>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getList(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getLoadedFields(Object, EntityManager) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Accessor for the names of the loaded fields of the persistable object.
- getLockMode(Object) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Get the current lock mode for the entity instance.
- getLockMode() - Method in class org.datanucleus.api.jpa.JPAQuery
-
- getLockMode() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getLockTypeForJPALockModeType(LockModeType) - Static method in class org.datanucleus.api.jpa.JPAEntityManager
-
Convenience method to convert from the JPA LockModeType to the type expected by LockManager
- getManagedObjects() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getManagedObjects(EnumSet<ObjectState>) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getManagedObjects(Class...) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getManagedObjects(EnumSet<ObjectState>, Class...) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getManagedTypes() - Method in class org.datanucleus.api.jpa.metamodel.MetamodelImpl
-
- getMap(String, Class<K>, Class<V>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getMap(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getMaxFetchDepth() - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Accessor for the max fetch depth.
- getMaxResults() - Method in class org.datanucleus.api.jpa.JPAQuery
-
The maximum number of results the query object was set to retrieve.
- getMaxResults() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getMetadata() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
Convenience accessor for the metadata underlying this member.
- getMetadata() - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
Convenience accessor for the metadata underlying this class.
- getMetaDataForClassInternal(Class, ClassLoaderResolver) - Method in class org.datanucleus.api.jpa.metadata.JPAMetaDataManager
-
Accessor for the JPA MetaData for a class.
- getMetaDataForStoredProcParameter(StoredProcedureParameter) - Method in class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
- getMetamodel() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
Accessor for the model used by this query.
- getMetamodel() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
- getMetamodel() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
- getModel() - Method in class org.datanucleus.api.jpa.criteria.CollectionJoinImpl
-
- getModel() - Method in class org.datanucleus.api.jpa.criteria.ListJoinImpl
-
- getModel() - Method in class org.datanucleus.api.jpa.criteria.MapJoinImpl
-
- getModel() - Method in class org.datanucleus.api.jpa.criteria.PathImpl
-
- getModel() - Method in class org.datanucleus.api.jpa.criteria.PluralJoinImpl
-
- getModel() - Method in class org.datanucleus.api.jpa.criteria.RootImpl
-
- getModel() - Method in class org.datanucleus.api.jpa.criteria.SetJoinImpl
-
- getModel() - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getMultithreaded() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getName() - Method in class org.datanucleus.api.jpa.criteria.ParameterExpressionImpl
-
- getName() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the name of the API.
- getName() - Method in class org.datanucleus.api.jpa.JPAQueryParameter
-
Return the parameter name, or null if the parameter is not a named parameter.
- getName() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
- getName() - Method in class org.datanucleus.api.jpa.metamodel.EntityTypeImpl
-
- getNewApplicationIdentityObjectId(ClassLoaderResolver, AbstractClassMetaData, String) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Utility to create a new application identity when you know the metadata for the target class,
and the toString() output of the identity.
- getNewApplicationIdentityObjectId(Object, AbstractClassMetaData) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Method to create a new object identity for the passed object with the supplied MetaData.
- getNewApplicationIdentityObjectId(Class, Object) - Method in class org.datanucleus.api.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.datanucleus.api.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.
- getNucleusContext() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
- getObjectById(Object) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectById(Object, boolean) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectById(Class<T>, Object) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectId(Object) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectIdClass(Class) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectsById(Collection) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectsById(Object...) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectsById(Collection, boolean) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectsById(Object[], boolean) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectsById(boolean, Object...) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getObjectState(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the object state.
- getObjectState(Object) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Convenience method to return a string of the state of an object.
- getOperator() - Method in class org.datanucleus.api.jpa.criteria.PredicateImpl
-
- getOrderList() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getOutputParameterValue(int) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Used to retrieve the values passed back from the procedure
through INOUT and OUT parameters.
- getOutputParameterValue(String) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Used to retrieve the values passed back from the procedure
through INOUT and OUT parameters.
- getOutputParameterValue(int) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getOutputParameterValue(String) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParameter(String, Class<T>) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Get the parameter of the given name and type.
- getParameter(int, Class<T>) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Get the positional parameter with the given position and type.
- getParameter(int) - Method in class org.datanucleus.api.jpa.JPAQuery
-
- getParameter(String) - Method in class org.datanucleus.api.jpa.JPAQuery
-
- getParameter(int, Class<T>) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParameter(int) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParameter(String, Class<T>) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParameter(String) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParameters() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getParameters() - Method in class org.datanucleus.api.jpa.JPAQuery
-
Get the query parameter objects.
- getParameters() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParametersForQueryExpression(Expression, List) - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getParameterType() - Method in class org.datanucleus.api.jpa.criteria.ParameterExpressionImpl
-
- getParameterType() - Method in class org.datanucleus.api.jpa.JPAQueryParameter
-
- getParameterValue(Parameter<T>) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Return the value that has been bound to the parameter.
- getParameterValue(int) - Method in class org.datanucleus.api.jpa.JPAQuery
-
- getParameterValue(String) - Method in class org.datanucleus.api.jpa.JPAQuery
-
- getParameterValue(int) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParameterValue(Parameter<T>) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParameterValue(String) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getParent() - Method in class org.datanucleus.api.jpa.criteria.FetchImpl
-
- getParent() - Method in class org.datanucleus.api.jpa.criteria.JoinImpl
-
- getParent() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- getParentPath() - Method in class org.datanucleus.api.jpa.criteria.PathImpl
-
- getPersistenceManagerFactory() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getPersistenceType() - Method in class org.datanucleus.api.jpa.metamodel.EmbeddableTypeImpl
-
- getPersistenceType() - Method in class org.datanucleus.api.jpa.metamodel.EntityTypeImpl
-
- getPersistenceType() - Method in class org.datanucleus.api.jpa.metamodel.MappedSuperclassTypeImpl
-
- getPersistenceType() - Method in class org.datanucleus.api.jpa.metamodel.TypeImpl
-
- getPersistenceUnitUtil() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
- getPersistentAttributeType() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
- getPluralAttributes() - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getPosition() - Method in class org.datanucleus.api.jpa.criteria.ParameterExpressionImpl
-
- getPosition() - Method in class org.datanucleus.api.jpa.JPAQueryParameter
-
Return the parameter position, or null if the parameter is not a positional parameter.
- getProperties() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Get the properties and associated values that are in effect for the entity manager.
- getProperties() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Get the properties and associated values that are in effect for the entity manager factory.
- getProperties() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getProperties() - Method in class org.datanucleus.api.jpa.JPAReplicationManager
-
Accessor for the replication properties.
- getProviderUtil() - Method in class org.datanucleus.api.jpa.PersistenceProviderImpl
-
- getQueryCache() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Accessor for the query results cache.
- getQueryCache() - Method in class org.datanucleus.api.jpa.JPAQueryCache
-
Accessor for the underlying query cache.
- getQueryDatastoreCompilationCache() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Accessor for the query datastore compilation cache.
- getQueryExpression() - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
Accessor for the underlying (generic) query expression.
- getQueryExpression(boolean) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
Accessor for the underlying DataNucleus expression for this path.
- getQueryExpression() - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
Accessor for the underlying DataNucleus expression for this path.
- getQueryExpression() - Method in class org.datanucleus.api.jpa.criteria.OrderImpl
-
Method to return the underlying DataNucleus query expression that this equates to.
- getQueryExpression() - Method in class org.datanucleus.api.jpa.criteria.ParameterExpressionImpl
-
Accessor for the underlying DataNucleus expression for this path.
- getQueryExpression() - Method in class org.datanucleus.api.jpa.criteria.PathImpl
-
Accessor for the underlying DataNucleus expression for this path.
- getQueryExpression() - Method in class org.datanucleus.api.jpa.criteria.PredicateImpl
-
Accessor for the underlying DataNucleus query expression for this predicate.
- getQueryGenericCompilationCache() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Accessor for the query generic compilation cache.
- getReference(Class, Object) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Get an instance, whose state may be lazily fetched.
- getRestriction() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getRestriction() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- getResultList() - Method in class org.datanucleus.api.jpa.JPAQuery
-
Method to execute a (SELECT) query statement returning multiple results.
- getResultList() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getResultType() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getResultType() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- getRollbackOnly() - Method in class org.datanucleus.api.jpa.JPAEntityTransaction
-
Determine whether the current transaction has been marked for rollback.
- getRoots() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getRoots() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- getSelection() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- getSelection() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- getSequence(String) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getServerDate() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getSet(String, Class<E>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getSet(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getSingleFieldIdentityClassNameForByte() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the class name to use for identities when there is a single Byte/byte field.
- getSingleFieldIdentityClassNameForChar() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the class name to use for identities when there is a single Character/char field.
- getSingleFieldIdentityClassNameForInt() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the class name to use for identities when there is a single Integer/int field.
- getSingleFieldIdentityClassNameForLong() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the class name to use for identities when there is a single Long/long field.
- getSingleFieldIdentityClassNameForObject() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the class name to use for identities when there is a single Object field.
- getSingleFieldIdentityClassNameForShort() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the class name to use for identities when there is a single Short/short field.
- getSingleFieldIdentityClassNameForString() - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the class name to use for identities when there is a single String field.
- getSingleResult() - Method in class org.datanucleus.api.jpa.JPAQuery
-
Method to execute a SELECT statement returning a single result.
- getSingleResult() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getSingleton() - Method in exception org.datanucleus.api.jpa.SingletonEMFException
-
- getSingularAttribute(String, Class<Y>) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getSingularAttribute(String) - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getSingularAttributes() - Method in class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
-
- getSupertype() - Method in class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
-
- getSupportedHints() - Method in class org.datanucleus.api.jpa.JPAQuery
-
Get the names of the hints that are supported for query objects.
- getSupportedProperties() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Get the names of the properties that are supported for use with the entity manager.
- getSupportedProperties() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Get the names of the properties that are supported for use with the entity manager factory.
- getSupportedProperties() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getTargetClassForSingleFieldIdentity(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the target class for the specified single field application-identity.
- getTargetClassNameForSingleFieldIdentity(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the target class name for the specified single field identity.
- getTargetKeyForSingleFieldIdentity(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the key object for the specified single field application-identity.
- getTransaction() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Return the resource-level transaction object.
- getTransactionalObjectId(Object) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getType() - Method in class org.datanucleus.api.jpa.criteria.PathImpl
-
- getType() - Method in class org.datanucleus.api.jpa.criteria.RootImpl
-
- getType() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
Return the type of the attribute.
- getType(Class<X>) - Method in class org.datanucleus.api.jpa.metamodel.MetamodelImpl
-
Convenience method to look up the Type for a class.
- getUpdateCount() - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Returns the update count or -1 if there is no pending result
or if the next result is not an update count.
- getUpdateCount() - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- getUserExceptionForException(String, Exception) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Convenience method to return an exception to throw for this API when an unexpected
exception occurs.
- getUserObject() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getUserObject(Object) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- getVersion(ObjectProvider) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for the version from the ObjectProvider for this object.
- getVersion(Class<Y>) - Method in class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
-
- getVersionForObject(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Method to return the object version for the passed persistable object.
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- greaterThan(Expression<? extends Y>, Y) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- greatest(Expression<X>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- groupBy(Expression<?>...) - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- groupBy(List<Expression<?>>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- groupBy(Expression<?>...) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- groupBy(List<Expression<?>>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- gt(Expression<? extends Number>, Number) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- ID - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- ID_CLASS - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- IdentifiableTypeImpl<X> - Class in org.datanucleus.api.jpa.metamodel
-
Implementation of JPA2 Metamodel "IdentifiableType".
- IdentifiableTypeImpl(Class<X>, AbstractClassMetaData, MetamodelImpl) - Constructor for class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
-
- in(Expression<? extends T>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- in(Collection<?>) - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- in(Expression<?>...) - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- in(Expression<Collection<?>>) - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- in(Object...) - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- Index - Annotation Type in org.datanucleus.api.jpa.annotations
-
Annotation defining an index on a member.
- index() - Method in class org.datanucleus.api.jpa.criteria.ListJoinImpl
-
- IndexHandler - Class in org.datanucleus.api.jpa.annotations
-
Handler for the
Index annotation when applied to a field/property of a persistable class.
- IndexHandler() - Constructor for class org.datanucleus.api.jpa.annotations.IndexHandler
-
- INHERITANCE - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- initialiseNucleusContext(PersistenceUnitMetaData, Map, PluginManager) - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Method to initialise a PersistenceManagerFactory that will control the persistence.
- isActive() - Method in class org.datanucleus.api.jpa.JPAEntityTransaction
-
Indicate whether a transaction is in progress.
- isAscending() - Method in class org.datanucleus.api.jpa.criteria.OrderImpl
-
- isAssociation() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
- isBound(Parameter<?>) - Method in class org.datanucleus.api.jpa.JPAQuery
-
- isBound(Parameter<?>) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- isClassPersistenceAware(Class) - Method in class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
Check if class is persistence aware, by looking at annotations
- isClassPersistenceCapable(Class) - Method in class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
Check if class is persistence capable, by looking at annotations
- isClosed() - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- isCollection() - Method in class org.datanucleus.api.jpa.metamodel.AttributeImpl
-
- isCompoundSelection() - Method in class org.datanucleus.api.jpa.criteria.CompoundSelectionImpl
-
- isCompoundSelection() - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- isContainerManaged() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Accessor for whether the EMF is managed by a container.
- isCorrelated() - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- isDatastoreIdentity(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
- isDeleted(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for whether the passed object is deleted.
- isDeleted(Object) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Convenience accessor for whether the object is deleted.
- isDetachable(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Method to return if the passed object is detachable using this API.
- isDetached(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for whether the passed object is detached.
- isDetached(Object) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Convenience accessor for whether the object is detached.
- isDirty(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for whether the passed object is dirty.
- isDistinct() - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- isDistinct() - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- isEmpty(Expression<C>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isFalse(Expression<Boolean>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isId() - Method in class org.datanucleus.api.jpa.metamodel.SingularAttributeImpl
-
- isLoaded(ObjectProvider, int) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for whether a field is loaded for the object managed by the ObjectProvider
- isLoaded(Object, String) - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
- isLoaded(Object) - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
- isLoaded(Object) - Method in class org.datanucleus.api.jpa.PersistenceProviderImpl
-
If the provider determines that the entity has been provided
by itself and that the state of all attributes for which
FetchType EAGER has been specified have been loaded, this
method returns LoadState.LOADED.
- isLoadedWithoutReference(Object, String) - Method in class org.datanucleus.api.jpa.PersistenceProviderImpl
-
If the provider determines that the entity has been provided
by itself and that the state of the specified attribute has
been loaded, this method returns LoadState.LOADED.
- isLoadedWithReference(Object, String) - Method in class org.datanucleus.api.jpa.PersistenceProviderImpl
-
If the provider determines that the entity has been provided
by itself and that the state of the specified attribute has
been loaded, this method returns LoadState.LOADED.
- isManaged(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Whether the provided object is currently managed (has an ExecutionContext).
- isMember(Expression<E>, Expression<C>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isMember(E, Expression<C>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isMemberDefaultPersistent(Class) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
- isNegated() - Method in class org.datanucleus.api.jpa.criteria.PredicateImpl
-
- isNew(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for whether the passed object is new.
- isNotEmpty(Expression<C>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isNotMember(Expression<E>, Expression<C>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isNotMember(E, Expression<C>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isNotNull(Expression<?>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isNotNull() - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- isNull(Expression<?>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isNull() - Method in class org.datanucleus.api.jpa.criteria.ExpressionImpl
-
- isOpen() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Determine whether the EntityManager is open.
- isOpen() - Method in class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Accessor for whether the factory is open
- isOptional() - Method in class org.datanucleus.api.jpa.metamodel.SingularAttributeImpl
-
- isPersistable(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Method to return if the passed object is persistable using this API.
- isPersistable(Class) - Method in class org.datanucleus.api.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.datanucleus.api.jpa.JPAAdapter
-
Accessor for whether the passed object is persistent.
- isPersistent(Object) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Convenience accessor for whether the object is persistent.
- isSingleFieldIdentity(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for whether the passed identity is a valid single-field application-identity for this API.
- isSingleFieldIdentityClass(String) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Checks whether the passed class name is valid for a single field application-identity for this API.
- isTemporalType(Class) - Static method in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
Whether the given type is temporal for JPA.
- isTransactionActive() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
- isTransactional(Object) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Accessor for whether the passed object is transactional.
- isTransactional(Object) - Static method in class org.datanucleus.api.jpa.NucleusJPAHelper
-
Convenience accessor for whether the object is transactional.
- isTrue(Expression<Boolean>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- isValidPrimaryKeyClass(Class, AbstractClassMetaData, ClassLoaderResolver, int, MetaDataManager) - Method in class org.datanucleus.api.jpa.JPAAdapter
-
Utility to check if a primary-key class is valid.
- isVersion() - Method in class org.datanucleus.api.jpa.metamodel.SingularAttributeImpl
-
- javax.persistence.jpa21 - package javax.persistence.jpa21
-
- JdbcType - Annotation Type in org.datanucleus.api.jpa.annotations
-
Extension annotation allowing for specification of jdbc-type in JPA.
- JdbcTypeHandler - Class in org.datanucleus.api.jpa.annotations
-
Handler for the
JdbcType annotation when applied to a field/property of a persistable class.
- JdbcTypeHandler() - Constructor for class org.datanucleus.api.jpa.annotations.JdbcTypeHandler
-
- join(CollectionAttribute<? super X, Y>, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(CollectionAttribute<? super X, Y>) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(ListAttribute<? super X, Y>, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(ListAttribute<? super X, Y>) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(MapAttribute<? super X, K, V>, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(MapAttribute<? super X, K, V>) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(SetAttribute<? super X, Y>, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(SetAttribute<? super X, Y>) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(SingularAttribute<? super X, Y>, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(SingularAttribute<? super X, Y>) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(String, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- join(String) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- JOIN_COLUMN - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- JOIN_COLUMNS - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- JOIN_TABLE - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- joinCollection(String, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- joinCollection(String) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- JoinImpl<Z,X> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "Join".
- JoinImpl(FromImpl<?, Z>, SingularAttributeImpl<Z, X>, JoinType) - Constructor for class org.datanucleus.api.jpa.criteria.JoinImpl
-
Constructor for a join to an entity (1-1, N-1 relations).
- JoinImpl(FromImpl<?, Z>, PluralAttributeImpl<? super Z, Collection<X>, X>, JoinType) - Constructor for class org.datanucleus.api.jpa.criteria.JoinImpl
-
Constructor for a join to a collection (1-N, M-N relations).
- joinKey() - Method in class org.datanucleus.api.jpa.criteria.MapJoinImpl
-
- joinKey(JoinType) - Method in class org.datanucleus.api.jpa.criteria.MapJoinImpl
-
- joinList(String, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- joinList(String) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- joinMap(String, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- joinMap(String) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- joins - Variable in class org.datanucleus.api.jpa.criteria.FromImpl
-
- joinSet(String, JoinType) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- joinSet(String) - Method in class org.datanucleus.api.jpa.criteria.FromImpl
-
- joinTransaction() - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Indicate to the EntityManager that a JTA transaction is active.
- joinType - Variable in class org.datanucleus.api.jpa.criteria.FetchImpl
-
- JPAAdapter - Class in org.datanucleus.api.jpa
-
Adapter for the JPA API, to allow the DataNucleus core runtime to expose multiple APIs to clients.
- JPAAdapter() - Constructor for class org.datanucleus.api.jpa.JPAAdapter
-
- JPAAnnotationReader - Class in org.datanucleus.api.jpa.metadata
-
Implementation for Annotation Reader for JDK 1.5 annotations using JPA's definition.
- JPAAnnotationReader(MetaDataManager) - Constructor for class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
Constructor.
- JPAAnnotationUtils - Class in org.datanucleus.api.jpa.metadata
-
Series of utility methods for converting between JPA annotations and metadata.
- JPAAnnotationUtils() - Constructor for class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- JPACallbackHandler - Class in org.datanucleus.api.jpa
-
CallbackHandler implementation for JPA.
- JPACallbackHandler(NucleusContext) - Constructor for class org.datanucleus.api.jpa.JPACallbackHandler
-
- JPAClassTransformer - Class in org.datanucleus.api.jpa
-
ClassTransformer for runtime enhancement of classes to the JPA interface.
- JPAClassTransformer() - Constructor for class org.datanucleus.api.jpa.JPAClassTransformer
-
- JPADataStoreCache - Class in org.datanucleus.api.jpa
-
Implementation of the JPA DataStoreCache.
- JPADataStoreCache(NucleusContext, Level2Cache) - Constructor for class org.datanucleus.api.jpa.JPADataStoreCache
-
Constructor.
- JPAEntityManager - Class in org.datanucleus.api.jpa
-
EntityManager implementation for JPA.
- JPAEntityManager(EntityManagerFactory, NucleusContext, PersistenceContextType) - Constructor for class org.datanucleus.api.jpa.JPAEntityManager
-
Constructor.
- JPAEntityManagerFactory - Class in org.datanucleus.api.jpa
-
EntityManagerFactory implementation.
- JPAEntityManagerFactory() - Constructor for class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Constructor.
- JPAEntityManagerFactory(PersistenceUnitInfo, Map) - Constructor for class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Constructor when working in a J2EE environment.
- JPAEntityManagerFactory(PersistenceUnitMetaData, Map) - Constructor for class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Convenience constructor to allow for dynamic persistence-unit creation.
- JPAEntityManagerFactory(String, Map) - Constructor for class org.datanucleus.api.jpa.JPAEntityManagerFactory
-
Constructor when working in a J2SE environment.
- JPAEntityTransaction - Class in org.datanucleus.api.jpa
-
EntityTransaction implementation for JPA for ResourceLocal transaction.
- JPAEntityTransaction(ExecutionContext) - Constructor for class org.datanucleus.api.jpa.JPAEntityTransaction
-
Constructor.
- JPAFetchPlan - Class in org.datanucleus.api.jpa
-
Implementation of a FetchPlan for JPA.
- JPAFetchPlan(FetchPlan) - Constructor for class org.datanucleus.api.jpa.JPAFetchPlan
-
Constructor.
- JPAMetaDataHandler - Class in org.datanucleus.api.jpa.metadata
-
Parser handler for JPA MetaData.
- JPAMetaDataHandler(MetaDataManager, String, EntityResolver) - Constructor for class org.datanucleus.api.jpa.metadata.JPAMetaDataHandler
-
Constructor.
- JPAMetaDataManager - Class in org.datanucleus.api.jpa.metadata
-
Manager of JPA MetaData information in DataNucleus.
- JPAMetaDataManager(NucleusContext) - Constructor for class org.datanucleus.api.jpa.metadata.JPAMetaDataManager
-
Constructor.
- JPAPersistenceManager - Class in org.datanucleus.api.jpa
-
Dummy PersistenceManager for use with JPA, so that we can use JDO enhancement contract which makes reference
to the PersistenceManager.
- JPAPersistenceManager(JPAEntityManager) - Constructor for class org.datanucleus.api.jpa.JPAPersistenceManager
-
- JPAPropertyValidator - Class in org.datanucleus.api.jpa
-
Validator for persistence properties used by JPA.
- JPAPropertyValidator() - Constructor for class org.datanucleus.api.jpa.JPAPropertyValidator
-
- JPAQuery<X> - Class in org.datanucleus.api.jpa
-
Basic implementation of a JPA Query.
- JPAQuery(JPAEntityManager, Query, String) - Constructor for class org.datanucleus.api.jpa.JPAQuery
-
Constructor for a query used by JPA.
- JPAQueryCache - Class in org.datanucleus.api.jpa
-
Implementation of the JPA QueryCache.
- JPAQueryCache(QueryResultsCache) - Constructor for class org.datanucleus.api.jpa.JPAQueryCache
-
Constructor.
- JPAQueryParameter<T> - Class in org.datanucleus.api.jpa
-
Implementation of a JPA query parameter.
- JPAQueryParameter(String, Class<T>) - Constructor for class org.datanucleus.api.jpa.JPAQueryParameter
-
- JPAQueryParameter(Integer, Class<T>) - Constructor for class org.datanucleus.api.jpa.JPAQueryParameter
-
- JPAReplicationManager - Class in org.datanucleus.api.jpa
-
Manager to control the replication of objects from one datastore to another.
- JPAReplicationManager(EntityManagerFactory, EntityManagerFactory) - Constructor for class org.datanucleus.api.jpa.JPAReplicationManager
-
Constructor for replicating between source and target EMF.
- JPAStoredProcedureQuery - Class in org.datanucleus.api.jpa
-
Implementation of a StoredProcedureQuery.
- JPAStoredProcedureQuery(EntityManager, Query) - Constructor for class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- JPATypeConverter<X,Y> - Class in org.datanucleus.api.jpa.metadata
-
Wrapper for a type converter provided by a user, so it can be used by the internal TypeConverter mechanism.
- JPATypeConverter(AttributeConverter<X, Y>, Class) - Constructor for class org.datanucleus.api.jpa.metadata.JPATypeConverter
-
- JPQLHelper - Class in org.datanucleus.api.jpa.criteria
-
Helper class that assists in generating JPQL from "org.datanucleus.query.expression" expressions.
- JPQLHelper() - Constructor for class org.datanucleus.api.jpa.criteria.JPQLHelper
-
- parameter(Class<T>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- parameter(Class<T>, String) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- ParameterExpressionImpl<T> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "ParameterExpression".
- ParameterExpressionImpl(Class<T>, String) - Constructor for class org.datanucleus.api.jpa.criteria.ParameterExpressionImpl
-
- ParameterMode - Enum in javax.persistence.jpa21
-
Enum for parameter types for stored procedures.
- parent - Variable in class org.datanucleus.api.jpa.criteria.PathImpl
-
- parent - Variable in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- parseFile(URL) - Method in class org.datanucleus.api.jpa.metadata.JPAMetaDataManager
-
Utility to parse a file, using the "jpa" MetaData handler.
- PathImpl<Z,X> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "Path".
- PathImpl(Class<X>) - Constructor for class org.datanucleus.api.jpa.criteria.PathImpl
-
- PathImpl(PathImpl<?, Z>, AttributeImpl<? super Z, ?>, Class<X>) - Constructor for class org.datanucleus.api.jpa.criteria.PathImpl
-
- persist(Object) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Make an instance managed and persistent.
- PERSISTENCE_AWARE - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- PersistenceAware - Annotation Type in org.datanucleus.api.jpa.annotations
-
Annotation for marking a class as "persistence-aware".
- persistenceContextType - Variable in class org.datanucleus.api.jpa.JPAEntityManager
-
Type of Persistence Context
- PersistenceProviderImpl - Class in org.datanucleus.api.jpa
-
PersistenceProvider implementation.
- PersistenceProviderImpl() - Constructor for class org.datanucleus.api.jpa.PersistenceProviderImpl
-
Constructor.
- pin(Query) - Method in class org.datanucleus.api.jpa.JPAQueryCache
-
Method to pin the specified query in the cache, preventing garbage collection.
- pin(Query, Map) - Method in class org.datanucleus.api.jpa.JPAQueryCache
-
Method to pin the specified query in the cache, preventing garbage collection.
- PluralAttributeImpl<X,C,E> - Class in org.datanucleus.api.jpa.metamodel
-
Implementation of JPA2 Metamodel "PluralAttribute".
- PluralAttributeImpl(AbstractMemberMetaData, ManagedTypeImpl<X>) - Constructor for class org.datanucleus.api.jpa.metamodel.PluralAttributeImpl
-
- PluralJoinImpl<Z,C,E> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "PluralJoin".
- PluralJoinImpl(FromImpl, PluralAttributeImpl<? super Z, Collection<E>, E>, JoinType) - Constructor for class org.datanucleus.api.jpa.criteria.PluralJoinImpl
-
- postAttach(Object, Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the object is attached.
- postClear(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the fields of the object are cleared.
- postCreate(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the object has been created.
- postDelete(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the object is deleted.
- postDetach(Object, Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the object is detached.
- postDirty(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the object is made dirty.
- postLoad(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the fields of the object are loaded.
- postProcessClassMetaData(AbstractClassMetaData, ClassLoaderResolver) - Method in class org.datanucleus.api.jpa.metadata.JPAMetaDataManager
-
Method that will perform any necessary post-processing on metadata.
- postRefresh(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the fields of the object are refreshed.
- postStore(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback after the object is stored.
- preAttach(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback before the object is attached.
- preClear(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback before the fields of the object are cleared.
- preDelete(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback before the object is deleted (after calling remove() but before the lifecycle state change).
- preDetach(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback before the object is detached.
- PredicateImpl - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "Predicate".
- PredicateImpl() - Constructor for class org.datanucleus.api.jpa.criteria.PredicateImpl
-
- PredicateImpl(Predicate.BooleanOperator) - Constructor for class org.datanucleus.api.jpa.criteria.PredicateImpl
-
- preDirty(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback before the object is made dirty.
- prePersist(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback before the object is persisted (just before the lifecycle state change).
- preStore(Object) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
Callback before the object is stored.
- PRIMARY_KEY_JOIN_COLUMN - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- PRIMARY_KEY_JOIN_COLUMNS - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- processClassAnnotations(PackageMetaData, Class, AnnotationObject[], ClassLoaderResolver) - Method in class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
Method to process the "class" level annotations and create the outline ClassMetaData object
- processEmbeddedAttributeOverride(AbstractMemberMetaData, String, Class, Column) - Method in class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
Method to process the override of embedded members.
- processMemberAnnotation(AnnotationObject, AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.api.jpa.annotations.ColumnPositionHandler
-
- processMemberAnnotation(AnnotationObject, AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.api.jpa.annotations.IndexHandler
-
- processMemberAnnotation(AnnotationObject, AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.api.jpa.annotations.JdbcTypeHandler
-
- processMemberAnnotations(AbstractClassMetaData, Member, AnnotationObject[], boolean) - Method in class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
Convenience method to process the annotations for a field/property.
- processMethodAnnotations(AbstractClassMetaData, Method) - Method in class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
Method to take the passed in outline ClassMetaData and process the annotations for
method adding any necessary MetaData to the ClassMetaData.
- processNamedQueries(AbstractClassMetaData, AnnotationObject[]) - Method in class org.datanucleus.api.jpa.metadata.JPAAnnotationReader
-
Convenience method to process @NamedQuery, @NamedQueries, @NamedNativeQuery, @NamedNativeQueries,
- prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- prod(Expression<? extends N>, N) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- prod(N, Expression<? extends N>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- properties - Variable in class org.datanucleus.api.jpa.JPAReplicationManager
-
Properties defining the replication process.
- putUserObject(Object, Object) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- SECONDARY_TABLE - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- SECONDARY_TABLES - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- select(Selection<? extends T>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- select(Expression<T>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- selectCase() - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- selectCase(Expression<? extends C>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- SEQUENCE_GENERATOR - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- SetAttributeImpl<X,E> - Class in org.datanucleus.api.jpa.metamodel
-
Implementation of JPA2 metamodel "SetAttribute".
- SetAttributeImpl(AbstractMemberMetaData, ManagedTypeImpl) - Constructor for class org.datanucleus.api.jpa.metamodel.SetAttributeImpl
-
Constructor for a SetAttribute.
- setCopyOnAttach(boolean) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- setDatastoreReadTimeoutMillis(Integer) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- setDatastoreWriteTimeoutMillis(Integer) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- setDetachAllOnCommit(boolean) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- setDetachmentOptions(int) - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to set the detachment options.
- setDetachmentRootClasses(Class...) - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to set the detachment root classes.
- setDetachmentRoots(Collection) - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to set the detachment roots.
- setFetchSize(int) - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to set the fetch size (large result sets).
- setFirstResult(int) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Method to set the results to start from a particular position.
- setFirstResult(int) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setFlushMode(FlushModeType) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Set the flush mode that applies to all objects contained in the persistence context.
- setFlushMode(FlushModeType) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Mutator for the flush mode.
- setFlushMode(FlushModeType) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setGroup(String) - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to set the FetchPlan to a single group.
- setGroups(Collection) - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to set the groups to the passed collection.
- setGroups(String...) - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to set the groups to the passed array.
- setHint(String, Object) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Set a query property or hint.
- setHint(String, Object) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Method to add a vendor extension to the query.
- setHint(String, Object) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setIgnoreCache(boolean) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- SetJoinImpl<Z,E> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "SetJoin".
- SetJoinImpl(FromImpl, SetAttributeImpl, JoinType) - Constructor for class org.datanucleus.api.jpa.criteria.SetJoinImpl
-
Constructor for a set join.
- setLockMode(LockModeType) - Method in class org.datanucleus.api.jpa.JPAQuery
-
- setLockMode(LockModeType) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setMaxFetchDepth(int) - Method in class org.datanucleus.api.jpa.JPAFetchPlan
-
Method to set the max fetch depth.
- setMaxResults(int) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Method to set the max number of results to return.
- setMaxResults(int) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setMultithreaded(boolean) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- setOption(String, int) - Method in class org.datanucleus.api.jpa.JPAEntityTransaction
-
Convenience accessor for setting a transaction option.
- setOption(String, boolean) - Method in class org.datanucleus.api.jpa.JPAEntityTransaction
-
Convenience accessor for setting a transaction option.
- setOption(String, String) - Method in class org.datanucleus.api.jpa.JPAEntityTransaction
-
Convenience accessor for setting a transaction option.
- setParameter(Parameter<T>, T) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind the value of a Parameter object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind an instance of java.util.Calendar to a Parameter object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind an instance of java.util.Date to a Parameter object.
- setParameter(String, Object) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind an argument to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind an instance of java.util.Calendar to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind an instance of java.util.Date to a named parameter.
- setParameter(int, Object) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind an argument to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind an instance of java.util.Calendar to a positional parameter.
- setParameter(int, Date, TemporalType) - Method in interface javax.persistence.jpa21.StoredProcedureQuery
-
Bind an instance of java.util.Date to a positional parameter.
- setParameter(Parameter<T>, T) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Bind the value of a Parameter object.
- setParameter(String, Object) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Bind an argument to a named parameter.
- setParameter(int, Object) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Bind an argument to a positional parameter.
- setParameter(String, Date, TemporalType) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Bind an instance of java.util.Date to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Bind an instance of java.util.Calendar to a named parameter.
- setParameter(int, Date, TemporalType) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Bind an instance of java.util.Date to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in class org.datanucleus.api.jpa.JPAQuery
-
Bind an instance of java.util.Calendar to a positional parameter.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.datanucleus.api.jpa.JPAQuery
-
- setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.datanucleus.api.jpa.JPAQuery
-
- setParameter(Parameter<T>, T) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setParameter(String, Object) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setParameter(String, Calendar, TemporalType) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setParameter(String, Date, TemporalType) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setParameter(int, Object) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setParameter(int, Calendar, TemporalType) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setParameter(int, Date, TemporalType) - Method in class org.datanucleus.api.jpa.JPAStoredProcedureQuery
-
- setProperty(String, Object) - Method in class org.datanucleus.api.jpa.JPAEntityManager
-
Set an entity manager property.
- setProperty(String, Object) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- setProperty(String, String) - Method in class org.datanucleus.api.jpa.JPAReplicationManager
-
Method to set a property for replication.
- setRollbackOnly() - Method in class org.datanucleus.api.jpa.JPAEntityTransaction
-
Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
- setUserObject(Object) - Method in class org.datanucleus.api.jpa.JPAPersistenceManager
-
- setValidationListener(CallbackHandler) - Method in class org.datanucleus.api.jpa.JPACallbackHandler
-
- SingletonEMFException - Exception in org.datanucleus.api.jpa
-
Exception thrown when trying to create an EMF and using singleton setting yet one with this name
already exists.
- SingletonEMFException(String, JPAEntityManagerFactory) - Constructor for exception org.datanucleus.api.jpa.SingletonEMFException
-
- SingularAttributeImpl<X,T> - Class in org.datanucleus.api.jpa.metamodel
-
Implementation of JPA2 Metamodel "SingularAttribute".
- SingularAttributeImpl(AbstractMemberMetaData, ManagedTypeImpl<X>) - Constructor for class org.datanucleus.api.jpa.metamodel.SingularAttributeImpl
-
Constructor for a single-valued attribute.
- size(Expression<C>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- size(C) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- some(Subquery<Y>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- SQL_RESULTSET_MAPPING - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- SQL_RESULTSET_MAPPINGS - Static variable in class org.datanucleus.api.jpa.metadata.JPAAnnotationUtils
-
- sqrt(Expression<? extends Number>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- startElement(String, String, String, Attributes) - Method in class org.datanucleus.api.jpa.metadata.JPAMetaDataHandler
-
Handler method called at the start of an element.
- StoredProcedureParameter - Annotation Type in javax.persistence.jpa21
-
- StoredProcedureQuery - Interface in javax.persistence.jpa21
-
Interface used to control stored procedure query execution.
- subquery(Class<U>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaQueryImpl
-
- subquery(Class<U>) - Method in class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- SubqueryImpl<T> - Class in org.datanucleus.api.jpa.criteria
-
Implementation of JPA2 Criteria "Subquery".
- SubqueryImpl(Class<T>, CriteriaQuery<?>) - Constructor for class org.datanucleus.api.jpa.criteria.SubqueryImpl
-
- substring(Expression<String>, Expression<Integer>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- substring(Expression<String>, int) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- substring(Expression<String>, int, int) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- sum(Expression<N>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- sum(Expression<? extends N>, N) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- sum(N, Expression<? extends N>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- sumAsDouble(Expression<Float>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-
- sumAsLong(Expression<Integer>) - Method in class org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl
-