- abort(Executor) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- abs() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- abs() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the absolute value expression of this expression.
- AbstractMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Base for all implementations of JDO Metadata classes.
- AbstractMetadataImpl(MetaData) - Constructor for class org.datanucleus.api.jdo.metadata.AbstractMetadataImpl
-
- AbstractTypesafeQuery<T> - Class in org.datanucleus.api.jdo.query
-
Abstract base for a typesafe query.
- AbstractTypesafeQuery(PersistenceManager, Class<T>, String) - Constructor for class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
- acos() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- acos() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the arc cosine value expression of this expression.
- add(Expression) - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- add(Number) - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- add(Expression) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
Method to return an expression for this expression added to the passed expression (String concatenation).
- add(Expression) - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return an expression for this expression added to the passed expression.
- add(Number) - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return an expression for this expression added to the passed number.
- add(Expression) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for this expression added to the passed expression (String concatenation).
- addCategory(String) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Convenience method to add the members in the specified category.
- addClass(String, byte[]) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- addClasses(String...) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- addExtension(String, Object) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Method to add an extension to the query.
- addExtension(String, Object) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- addExtension(String, Object) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Add a vendor-specific extension to this query.
- addExtensionsToMetaData(MetaData, Extension[]) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience method to add extensions to a metadata element.
- addFetchGroups(FetchGroup...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
- addFiles(String...) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- addGroup(String) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to add a group to the fetch plan.
- addInstanceLifecycleListener(InstanceLifecycleListener, Class...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to register a lifecycle listener as per JDO 2.0 spec 12.15.
- addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Method to add lifecycle listeners for particular classes.
- addInstanceLifecycleListener(InstanceLifecycleListener, Class...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- addJar(String) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- addListener(Object, Class[]) - Method in class org.datanucleus.api.jdo.JDOCallbackHandler
-
Adds a new listener to this handler.
- addMember(String) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Method to add a field of the class to the fetch group.
- addMembers(String...) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Method to add members of the class from the fetch group.
- addORMDataToClass(Class, ClassLoaderResolver) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Load up and add the O/R mapping info for the specified class to the stored JDO ClassMetaData.
- addPersistenceUnit(String) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- addSequenceForFactoryClass(String, Sequence) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Method to register a sequence for a particular factory class.
- addSubquery(Query, String, String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Add a subquery to this query.
- addSubquery(Query, String, String, String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Add a subquery to this query.
- addSubquery(Query, String, String, String...) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Add a subquery to this query.
- addSubquery(Query, String, String, Map) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Add a subquery to this query.
- addTransactionEventListener(TransactionEventListener) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Convenience method to add a listener for transaction events (begin, commit, rollback).
- ALL_JDO_LOCATIONS - Static variable in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
MetaData files will be searched in all possible locations defined in JDO1.0, JDO1.0.1, JDO2.0 or later
- allocate(int) - Method in class org.datanucleus.api.jdo.JDOSequence
-
Method to allocate a set of elements.
- allowDeleteOfNonPersistentObject() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Whether the API allows deletion of a non-persistent object.
- allowPersistOfDeletedObject() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Whether the API allows (re-)persistence of a deleted object.
- allowReadFieldOfDeletedObject() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Whether the API allows reading a field of a deleted object.
- and(BooleanExpression) - Method in class org.datanucleus.api.jdo.query.BooleanExpressionImpl
-
- and(BooleanExpression) - Method in interface org.datanucleus.query.typesafe.BooleanExpression
-
Method to return the AND of this expression and the other expression.
- ArrayMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO ArrayMetadata object.
- ArrayMetadataImpl(ArrayMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- asc() - Method in class org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
- asc() - Method in interface org.datanucleus.query.typesafe.ComparableExpression
-
Method to return an order expression for this expression in ascending order.
- asin() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- asin() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the arc sine value expression of this expression.
- assertActiveTransaction() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to assert if the current transaction is active.
- assertAvailable() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Assert the JDOConnection is available.
- assertConfigurable() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Asserts that a change to a configuration property is allowed.
- assertIsOpen() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to assert if this Persistence Manager is open.
- assertIsOpen() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Asserts that the PMF is open.
- assertNotCommitting() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Throw an Exception if the underlying transaction is currently committing.
- assertNotInUse() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Asserts that the transaction is not in use.
- assertReadable(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to assert if no active transaction and nontransactionalRead is not set.
- assertWritable() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to assert if the current transaction is active or non transactional writes are allowed.
- atan() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- atan() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the arc tangent value expression of this expression.
- avg() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- avg() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return a numeric expression representing the aggregated average of this expression.
- CACHEABLE - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- cancel(Thread) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Method to cancel the executing query for the supplied thread.
- cancelAll() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Method to cancel any executing queries.
- candidate() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- candidate() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- candidate() - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to return an expression for the candidate of the query.
- candidate() - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Method to return an expression for the candidate of the subquery.
- candidateAlias - Variable in class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
Alias for the candidate of this query.
- candidateCls - Variable in class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
Candidate class for the query.
- candidates - Variable in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- cast(Class) - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
- cast(Class) - Method in interface org.datanucleus.query.typesafe.Expression
-
Return an expression where this expression is cast to the specified type.
- ceil() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- ceil() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the ceiling value expression of this expression.
- CharacterExpression - Interface in org.datanucleus.query.typesafe
-
Representation of a character expression.
- CharacterExpressionImpl<T> - Class in org.datanucleus.api.jdo.query
-
Implementation of a CharacterExpression
- CharacterExpressionImpl(PersistableExpression, String) - Constructor for class org.datanucleus.api.jdo.query.CharacterExpressionImpl
-
- CharacterExpressionImpl(Class<Character>, String, ExpressionType) - Constructor for class org.datanucleus.api.jdo.query.CharacterExpressionImpl
-
- CharacterExpressionImpl(Expression) - Constructor for class org.datanucleus.api.jdo.query.CharacterExpressionImpl
-
- characterParameter(String) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- characterParameter(String) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to return a character parameter for the query.
- charAt(int) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- charAt(NumericExpression) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- charAt(int) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the character at a position of this string expression.
- charAt(NumericExpression<Integer>) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the character at a position of this string expression.
- checkConsistency() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
This method validates the cache with the datastore.
- checkConsistency() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- classMetaDataByInterface - Variable in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Map of ClassMetaData, keyed by the interface class name (for "persistent-interface"s).
- ClassMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO ClassMetadata object.
- ClassMetadataImpl(ClassMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.ClassMetadataImpl
-
- ClassNotPersistenceCapableException - Exception in org.datanucleus.api.jdo.exceptions
-
A ClassNotPersistenceCapableException is thrown if an attempt is
made to persist an object whose class is not persistence-capable.
- ClassNotPersistenceCapableException(String) - Constructor for exception org.datanucleus.api.jdo.exceptions.ClassNotPersistenceCapableException
-
Constructs a class-not-persistence-capable exception with the specified detail message.
- ClassNotPersistenceCapableException(String, Exception) - Constructor for exception org.datanucleus.api.jdo.exceptions.ClassNotPersistenceCapableException
-
Constructs a class-not-persistence-capable exception with the specified
detail message and nested exception.
- clearGroups() - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to clear the fetch plan groups.
- clearLoadedFlagsOnDeleteObject() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Whether the API requires clearing of the fields of an object when it is deleted.
- clearWarnings() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Method to clear warnings from the connection.
- close() - Method in class org.datanucleus.api.jdo.JDOCallbackHandler
-
Clear any objects to release resources.
- close() - Method in class org.datanucleus.api.jdo.JDOConnectionImpl
-
Method to close the connection.
- close(Iterator<E>) - Method in class org.datanucleus.api.jdo.JDOExtent
-
Method to close the Extent iterator.
- close() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to close the Persistence Manager.
- close() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Close this PersistenceManagerFactory.
- close() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- close() - Method in class org.datanucleus.api.jdo.JDOQuery
-
- close(Object) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Close the query result.
- close() - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Clear resources
- close(Object) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- close(Object) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to close the specified query result.
- closeAll() - Method in class org.datanucleus.api.jdo.JDOExtent
-
Method to close all Extent iterators.
- closeAll() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Close all query results for this query.
- closeAll() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- closeAll() - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to close all query results from this query.
- CollectionExpression<T extends Collection<E>,E> - Interface in org.datanucleus.query.typesafe
-
Representation of a collection in a query.
- CollectionExpressionImpl<T extends Collection<E>,E> - Class in org.datanucleus.api.jdo.query
-
Implementation of a CollectionExpression
- CollectionExpressionImpl(PersistableExpression, String) - Constructor for class org.datanucleus.api.jdo.query.CollectionExpressionImpl
-
- CollectionExpressionImpl(Class<T>, String, ExpressionType) - Constructor for class org.datanucleus.api.jdo.query.CollectionExpressionImpl
-
- CollectionMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO CollectionMetadata object.
- CollectionMetadataImpl(CollectionMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- collectionParameter(String) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- collectionParameter(String) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to return a collection parameter for the query.
- COLUMN - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- ColumnMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO ColumnMetadata object.
- ColumnMetadataImpl(ColumnMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- COLUMNS - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- commit() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Method to commit the connection.
- commit() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Method to commit the transaction.
- ComparableExpression<T> - Interface in org.datanucleus.query.typesafe
-
Representation of an expression for a Java type that implements java.lang.Comparable.
- ComparableExpressionImpl<T> - Class in org.datanucleus.api.jdo.query
-
Implementation of the methods for ComparableExpression.
- ComparableExpressionImpl(PersistableExpression, String) - Constructor for class org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
- ComparableExpressionImpl(Expression) - Constructor for class org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
- ComparableExpressionImpl(Class<T>, String, ExpressionType) - Constructor for class org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
- compile() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Compile the query.
- compile(MetaDataManager, ClassLoaderResolver) - Method in class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
Method to compile the query as it is currently defined.
- compile(MetaDataManager, ClassLoaderResolver) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Method to compile the typesafe query.
- ConnectionInUseException - Exception in org.datanucleus.api.jdo.exceptions
-
An ConnectionInUseException is thrown if an operation is attempted
that requires a new database connection (such as Transaction.begin()) and a
previously obtained database connection (such as for non-transactional read
or write) is still in-use.
- ConnectionInUseException() - Constructor for exception org.datanucleus.api.jdo.exceptions.ConnectionInUseException
-
Constructor.
- contains(E) - Method in class org.datanucleus.api.jdo.query.CollectionExpressionImpl
-
- contains(Expression<E>) - Method in class org.datanucleus.api.jdo.query.CollectionExpressionImpl
-
- contains(Expression<E>) - Method in interface org.datanucleus.query.typesafe.CollectionExpression
-
Method returning whether the specified elementexpression is contained in this collection.
- contains(E) - Method in interface org.datanucleus.query.typesafe.CollectionExpression
-
Method returning whether the specified element is contained in this collection.
- containsEntry(Map.Entry<K, V>) - Method in class org.datanucleus.api.jdo.query.MapExpressionImpl
-
- containsEntry(Expression<Map.Entry<K, V>>) - Method in class org.datanucleus.api.jdo.query.MapExpressionImpl
-
- containsEntry(Expression<Map.Entry<K, V>>) - Method in interface org.datanucleus.query.typesafe.MapExpression
-
Method returning whether the specified entry expression is contained in this map.
- containsEntry(Map.Entry<K, V>) - Method in interface org.datanucleus.query.typesafe.MapExpression
-
Method returning whether the specified entry is contained in this map.
- containsKey(Expression<K>) - Method in class org.datanucleus.api.jdo.query.MapExpressionImpl
-
- containsKey(K) - Method in class org.datanucleus.api.jdo.query.MapExpressionImpl
-
- containsKey(Expression<K>) - Method in interface org.datanucleus.query.typesafe.MapExpression
-
Method returning whether the specified key expression is contained in this map.
- containsKey(K) - Method in interface org.datanucleus.query.typesafe.MapExpression
-
Method returning whether the specified key is contained in this map.
- containsValue(Expression<V>) - Method in class org.datanucleus.api.jdo.query.MapExpressionImpl
-
- containsValue(V) - Method in class org.datanucleus.api.jdo.query.MapExpressionImpl
-
- containsValue(Expression<V>) - Method in interface org.datanucleus.query.typesafe.MapExpression
-
Method returning whether the specified value expression is contained in this map.
- containsValue(V) - Method in interface org.datanucleus.query.typesafe.MapExpression
-
Method returning whether the specified value is contained in this map.
- CONVERT - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- copyKeyFieldsFromIdToObject(Object, Persistable.ObjectIdFieldConsumer, Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
- cos() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- cos() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the cosine value expression of this expression.
- count() - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
- count() - Method in interface org.datanucleus.query.typesafe.Expression
-
Method to return a numeric expression representing the aggregated count of this expression.
- countDistinct() - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
- countDistinct() - Method in interface org.datanucleus.query.typesafe.Expression
-
Method to return a numeric expression representing the aggregated (distinct) count of this expression.
- createArrayOf(String, Object[]) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- createBlob() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- createClob() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- createNClob() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- createPersistenceManagerFactory(Map) - Static method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Convenience method to create the PMF, check whether we should hand out a singleton, and if all ok then freeze it for use.
- createSQLXML() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- createStatement() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for a statement.
- createStatement(int, int) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for a statement.
- createStatement(int, int, int) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for a statement.
- createStruct(String, Object[]) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- current() - Method in class org.datanucleus.api.jdo.JDOSequence
-
Accessor for the current element.
- currentTransaction() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the current transaction.
- currentTransaction() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- currentValue() - Method in class org.datanucleus.api.jdo.JDOSequence
-
Accessor for the current element in the sequence as a long.
- ec - Variable in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Backing ExecutionContext for this PersistenceManager.
- ec - Variable in class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
- ELEMENT - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- ElementMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO ElementMetadata object.
- ElementMetadataImpl(ElementMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- EMBEDDED - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- EMBEDDED_ONLY - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- EmbeddedMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO EmbeddedMetadata object.
- EmbeddedMetadataImpl(EmbeddedMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- endElement(String, String, String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataHandler
-
Handler method called at the end of an element.
- endsWith(String) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- endsWith(StringExpression) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- endsWith(StringExpression) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method returning an expression for whether this string expression ends with the passed string expression.
- endsWith(String) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method returning an expression for whether this string expression ends with the passed string expression.
- enhance() - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- EnumExpression<T> - Interface in org.datanucleus.query.typesafe
-
Representation of an Enum in a query.
- EnumExpressionImpl<T> - Class in org.datanucleus.api.jdo.query
-
Implementation of an Enum expression.
- EnumExpressionImpl(PersistableExpression, String) - Constructor for class org.datanucleus.api.jdo.query.EnumExpressionImpl
-
- EnumExpressionImpl(Class<Enum>, String, ExpressionType) - Constructor for class org.datanucleus.api.jdo.query.EnumExpressionImpl
-
- EnumExpressionImpl(Expression) - Constructor for class org.datanucleus.api.jdo.query.EnumExpressionImpl
-
- eq(Expression) - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
- eq(T) - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
- eq(Expression) - Method in interface org.datanucleus.query.typesafe.Expression
-
Method returning whether this expression equals the other expression.
- eq(T) - Method in interface org.datanucleus.query.typesafe.Expression
-
Method returning whether this expression equals the literal.
- equals(Object) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
- equals(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Equality operator.
- equalsIgnoreCase(String) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- equalsIgnoreCase(StringExpression) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- equalsIgnoreCase(StringExpression) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method returning an expression for whether this string expression is equal to (ignoring case) the
passed string expression.
- equalsIgnoreCase(String) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method returning an expression for whether this string expression is equal to (ignoring case) the
passed string.
- evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.api.jdo.query.inmemory.JDOHelperGetObjectIdFunction
-
- evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.api.jdo.query.inmemory.JDOHelperGetVersionFunction
-
- evict(Object) - Method in class org.datanucleus.api.jdo.JDODataStoreCache
-
Evict the parameter instance from the second-level cache.
- evict(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to evict an object from L1 cache.
- evict(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- evict(Query) - Method in class org.datanucleus.api.jdo.JDOQueryCache
-
Evict all cached results for the provided query.
- evict(Query, Map) - Method in class org.datanucleus.api.jdo.JDOQueryCache
-
Evict the cached results for the provided query and params.
- evictAll() - Method in class org.datanucleus.api.jdo.JDODataStoreCache
-
Evict the parameter instances from the second-level cache.
- evictAll(Object...) - Method in class org.datanucleus.api.jdo.JDODataStoreCache
-
Evict the parameter instances from the second-level cache.
- evictAll(Collection) - Method in class org.datanucleus.api.jdo.JDODataStoreCache
-
Evict the parameter instances from the second-level cache.
- evictAll(Class, boolean) - Method in class org.datanucleus.api.jdo.JDODataStoreCache
-
Deprecated.
- evictAll(boolean, Class) - Method in class org.datanucleus.api.jdo.JDODataStoreCache
-
Evict the parameter instances from the second-level cache.
- evictAll(boolean, Class) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to evict all objects of the specified type (and optionaly its subclasses).
- evictAll(Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to evict an array of objects from L1 cache.
- evictAll(Collection) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to evict a collection of objects from L1 cache.
- evictAll() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to evict all current objects from L1 cache.
- evictAll() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- evictAll(Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- evictAll(Collection) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- evictAll(boolean, Class) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- evictAll() - Method in class org.datanucleus.api.jdo.JDOQueryCache
-
Evict the parameter instances from the second-level cache.
- excludeSubclasses() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- excludeSubclasses() - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to remove subclasses (of the candidate) from the query
- execute() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Execute the query.
- execute(Object) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Execute the query.
- execute(Object, Object) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Execute the query.
- execute(Object, Object, Object) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Execute the query.
- executeInternalQuery(Query) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeList() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeList() - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to execute the query where there are (potentially) multiple rows and we are returning
the candidate type.
- executeResultList(boolean, Expression...) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeResultList(boolean, Expression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeResultList(Class<R>, boolean, Expression...) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeResultList(Class<R>, boolean, Expression...) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to execute the query where there are (potentially) multiple rows and we are returning either a
result type or the candidate type.
- executeResultList(boolean, Expression) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to execute the query where there are (potentially) multiple rows and we have a single result defined
but no result class.
- executeResultList(boolean, Expression...) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to execute the query where there are (potentially) multiple rows and we have a result defined
but no result class.
- executeResultUnique(boolean, Expression...) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeResultUnique(boolean, Expression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeResultUnique(Class<R>, boolean, Expression...) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeResultUnique(Class<R>, boolean, Expression...) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to execute the query where there is a single row and we are returning either a result type
or the candidate type.
- executeResultUnique(boolean, Expression) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to execute the query where there is a single row and we have a single result defined
but no result class.
- executeResultUnique(boolean, Expression...) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to execute the query where there is a single row and we have a result defined
but no result class.
- executeUnique() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- executeUnique() - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to execute the query where there is a single row and we are returning the candidate type.
- executeWithArray(Object...) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Execute the query.
- executeWithMap(Map) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Execute the query.
- exp() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- exp() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the exponential value expression of this expression.
- Expression<T> - Interface in org.datanucleus.query.typesafe
-
Representation of an expression in a query.
- ExpressionImpl<T> - Class in org.datanucleus.api.jdo.query
-
Implementation of the methods for Expression, to be extended by the XXXExpressionImpl classes.
- ExpressionImpl(PersistableExpression, String) - Constructor for class org.datanucleus.api.jdo.query.ExpressionImpl
-
Constructor, extending a parent, and accessing a member of that parent.
- ExpressionImpl(Class<T>, String, ExpressionType) - Constructor for class org.datanucleus.api.jdo.query.ExpressionImpl
-
Constructor for a parameter or variable of this type.
- ExpressionImpl(Expression) - Constructor for class org.datanucleus.api.jdo.query.ExpressionImpl
-
Constructor taking in the query expression being represented.
- ExpressionType - Enum in org.datanucleus.api.jdo.query
-
Type of typesafe expression.
- EXTENSION - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- ExtensionMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO ExtensionMetadata object.
- ExtensionMetadataImpl(String, String, String) - Constructor for class org.datanucleus.api.jdo.metadata.ExtensionMetadataImpl
-
- ExtensionMetadataImpl(ExtensionMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.ExtensionMetadataImpl
-
- EXTENSIONS - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- extensions - Variable in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Any extensions
- get(int) - Method in class org.datanucleus.api.jdo.query.ListExpressionImpl
-
- get(NumericExpression<Integer>) - Method in class org.datanucleus.api.jdo.query.ListExpressionImpl
-
- get(NumericExpression<Integer>) - Method in interface org.datanucleus.query.typesafe.ListExpression
-
Method returning the element at this position in the List.
- get(int) - Method in interface org.datanucleus.query.typesafe.ListExpression
-
Method returning the element at this position in the List.
- getAlias() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- getAllocationSize() - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- getAllowsNull() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getApiExceptionForNucleusException(NucleusException) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
- getArrayMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getAutoCommit() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for the autocommit setting.
- getBooleanProperty(String) - Method in class org.datanucleus.api.jdo.JDOReplicationManager
-
- getCacheable() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getCacheable() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getCandidateClass() - Method in class org.datanucleus.api.jdo.JDOExtent
-
Accessor for the candidate class of the Extent.
- getCatalog() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for the catalog.
- getCatalog() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the catalog to use for this persistence factory.
- getCatalog() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getCatalog() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getCatalog() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getClasses() - Method in class org.datanucleus.api.jdo.LifecycleListenerForClass
-
Accessor for the classes in this specification
- getClasses() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getClassesWithMetaData(PersistenceManagerFactory) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Accessor for the names of the classes that have MetaData for this PMF.
- getClassMetaDataForImplementationOfPersistentInterface(String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Accessor for the metadata for the implementation of the specified "persistent-interface".
- getClientInfo() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- getClientInfo(String) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- getCollectionMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.OrderMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.PrimaryKeyMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getColumn() - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- getColumnMetaDataForAnnotations(Map<String, Object>) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience method to get the column metadata for annotation values of a @Column.
- getColumnMetaDataForColumnAnnotation(Column) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience method to get the column metadata for a Column annotation.
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.OrderMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.PrimaryKeyMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getColumns() - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- getCompilation() - Method in class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
Accessor for the generic compilation that this criteria query equates to.
- getConfiguration() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
- getConnectionDriverName() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the driver name for the data store connection.
- getConnectionFactory() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the data store connection factory.
- getConnectionFactory2() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the second data store connection factory.
- getConnectionFactory2Name() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the name for the second data store connection factory.
- getConnectionFactoryName() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the name for the data store connection factory.
- getConnectionPassword() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the password for the data store connection.
- getConnectionURL() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the URL for the data store connection.
- getConnectionUserName() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the user name for the data store connection.
- getCopyOnAttach() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for whether to copy objects on attaching.
- getCopyOnAttach() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the CopyOnAttach setting.
- getCopyOnAttach() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getCustomStrategy() - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- getCustomStrategy() - Method in class org.datanucleus.api.jdo.metadata.InheritanceMetadataImpl
-
- getCustomStrategy() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getDataNucleusIdentityForSingleFieldIdentity(SingleFieldIdentity) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
- getDataStoreCache() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the DataStore (level 2) Cache
- getDatastoreClass() - Method in class org.datanucleus.api.jdo.JDOTypeConverter
-
- getDataStoreConnection() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for a connection on the datastore.
- getDataStoreConnection() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getDataStoreExceptionForException(String, Exception) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Convenience method to return a datastore exception appropriate for this API.
- getDatastoreIdentityMetadata() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getDatastoreReadTimeoutMillis() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the datastore read timeout (milliseconds).
- getDatastoreReadTimeoutMillis() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the datastore read timeout interval.
- getDatastoreReadTimeoutMillis() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getDatastoreReadTimeoutMillis() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for the datastore read timeout.
- getDatastoreSequence() - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- getDatastoreWriteTimeoutMillis() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the datastore write timeout (milliseconds).
- getDatastoreWriteTimeoutMillis() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the datastore write timeout interval.
- getDatastoreWriteTimeoutMillis() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getDatastoreWriteTimeoutMillis() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for the datastore write timeout.
- getDay() - Method in class org.datanucleus.api.jdo.query.DateExpressionImpl
-
- getDay() - Method in class org.datanucleus.api.jdo.query.DateTimeExpressionImpl
-
- getDay() - Method in interface org.datanucleus.query.typesafe.DateExpression
-
Accessor for the day (of the month) of this date.
- getDay() - Method in interface org.datanucleus.query.typesafe.DateTimeExpression
-
Accessor for the day (of the month) of this date-time.
- getDefaultCascadeDeleteForField() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Returns the default cascade-delete setting.
- getDefaultCascadePersistForField() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Returns the default cascade-persist.
- getDefaultCascadeRefreshForField() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Returns the default cascade-refresh setting.
- getDefaultCascadeUpdateForField() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Returns the default cascade-update setting.
- getDefaultDFGForPersistableField() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
- getDefaultFactoryProperties() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Method to return the default factory properties for this API.
- getDefaultFetchGroup() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getDefaultValue() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getDeferred() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getDeferred() - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- getDeleteAction() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getDeleteAction() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getDeleteAction() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getDeleteAction() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getDeleteAction() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getDeleteAction() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getDependent() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getDependentElement() - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- getDependentElement() - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- getDependentKey() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getDependentValue() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getDetachable() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getDetachAllOnCommit() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for whether to detach all objects on commit of the transaction.
- getDetachAllOnCommit() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the DetachAllOnCommit setting.
- getDetachAllOnCommit() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getDetachedStateForObject(Object) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Accessor for the jdoDetachedState field of a detached object.
- getDetachmentOptions() - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Accessor for the detachment options.
- getDetachmentRootClasses() - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Accessor for the detachment root classes.
- getDetachmentRoots() - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Accessor for the detachment roots.
- getDirection() - Method in class org.datanucleus.api.jdo.query.OrderExpressionImpl
-
- getDirection() - Method in interface org.datanucleus.query.typesafe.OrderExpression
-
Accessor for the direction of the ordering with this expression.
- getDirtyFields(Object, PersistenceManager) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Accessor for the names of the dirty fields of the persistable object.
- getDiscriminatorMetadata() - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- getDiscriminatorMetadata() - Method in class org.datanucleus.api.jdo.metadata.InheritanceMetadataImpl
-
- getDiscriminatorStrategyString(DiscriminatorStrategy) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the string name of a discriminator strategy.
- getElementMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getElementType() - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- getElementType() - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- getEmbedded() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getEmbeddedElement() - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- getEmbeddedElement() - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- getEmbeddedKey() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getEmbeddedMetadata() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getEmbeddedMetadata() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getEmbeddedMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getEmbeddedMetadata() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getEmbeddedOnly() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getEmbeddedValue() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getEnhancedBytes(String) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- getExecutionContext(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Method to return the ExecutionContext (if any) associated with the passed object.
- getExecutionContext() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Convenience accessor for the ExecutionContext performing the actual persistence.
- getExpression() - Method in class org.datanucleus.api.jdo.query.OrderExpressionImpl
-
- getExpression() - Method in interface org.datanucleus.query.typesafe.OrderExpression
-
Accessor for the expression being used for ordering.
- getExtensions() - Method in class org.datanucleus.api.jdo.metadata.AbstractMetadataImpl
-
- getExtent() - Method in class org.datanucleus.api.jdo.JDOExtent
-
Accessor for the real extent.
- getExtent(Class<T>, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Extents are collections of datastore objects managed by the datastore,
not by explicit user operations on collections.
- getExtent(Class<T>) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Extents are collections of datastore objects managed by the datastore,
not by explicit user operations on collections.
- getExtent(Class<T>) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getExtent(Class<T>, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getFactoryClass() - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- getFetchGroup(Class, String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to return a fetch group for the specified class, with the specified name.
- getFetchGroup(Class, String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
- getFetchGroup(Class, String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getFetchGroups() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
- getFetchGroups() - Method in class org.datanucleus.api.jdo.metadata.FetchPlanMetadataImpl
-
- getFetchGroups() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getFetchPlan() - Method in class org.datanucleus.api.jdo.JDOExtent
-
Accessor for the FetchPlan for the Extent.
- getFetchPlan() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Acessor for the current FetchPlan
- getFetchPlan() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getFetchPlan() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for the fetch plan to use.
- getFetchPlan() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- getFetchPlan() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- getFetchPlan() - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Accessor for the FetchPlan for this query
- getFetchPlans() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getFetchSize() - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Accessor for the fetch size.
- getFetchSize() - Method in class org.datanucleus.api.jdo.metadata.FetchPlanMetadataImpl
-
- getFieldName() - Method in class org.datanucleus.api.jdo.metadata.PropertyMetadataImpl
-
- getFieldNames() - Method in class org.datanucleus.api.jdo.FieldInstanceLifecycleEvent
-
Accessor for the field names affected by this event
- getFieldPersistenceModifier(PersistenceModifier) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the persistence-modifier on a field.
- getFieldType() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getFKMetaData(String, String, String, String, String, String, String[], Column[]) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience method to create a ForeignKeyMetaData from the annotations data.
- getForeignKeyActionString(ForeignKeyAction) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the string name of a FK action.
- getForeignKeyMetadata() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getForeignKeyMetadata() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getForeignKeyMetadata() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getForeignKeyMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getForeignKeyMetadata() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getForeignKeys() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getGroups() - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Accessor for the groups.
- getHoldability() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Access the holdability of the connection.
- getHour() - Method in class org.datanucleus.api.jdo.query.DateTimeExpressionImpl
-
- getHour() - Method in class org.datanucleus.api.jdo.query.TimeExpressionImpl
-
- getHour() - Method in interface org.datanucleus.query.typesafe.DateTimeExpression
-
Accessor for the hour of this date-time.
- getHour() - Method in interface org.datanucleus.query.typesafe.TimeExpression
-
Accessor for the hour of this time.
- getIdentityStrategyString(IdGeneratorStrategy) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the string name of a id generator strategy (from JDO annotations).
- getIdentityType() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getIdentityTypeString(IdentityType) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the string name of the identity type.
- getIdForObject(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Method to return the object identity for the passed persistable object.
- getIgnoreCache() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for whether to ignore the cache.
- getIgnoreCache() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default IgnoreCache setting for all PersistenceManager
instances obtained from this factory.
- getIgnoreCache() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getIgnoreCache() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for the ignore cache setting
- getImplementationNameForPersistentInterface(String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Accessor for the implementation name for the specified "persistent-interface".
- getIndexed() - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- getIndexed() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getIndexed() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getIndexed() - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- getIndexMetadata() - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- getIndexMetadata() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getIndexMetaData(String, String, String, String[], Column[]) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience method to create an IndexMetaData from the annotations data.
- getIndexMetadata() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getIndexMetadata() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getIndexMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getIndexMetadata() - Method in class org.datanucleus.api.jdo.metadata.OrderMetadataImpl
-
- getIndexMetadata() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getIndexMetadata() - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- getIndices() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getInheritanceMetadata() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getInheritanceStrategyString(InheritanceStrategy) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the string name of an inheritance strategy.
- getInitialValue() - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- getInsertValue() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getInterfaces() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.ClassMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.FetchGroupMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.FetchPlanMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.InheritanceMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.OrderMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.PrimaryKeyMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.PropertyMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getInternal() - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- getInternalFetchGroup() - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Accessor for the internal fetch group.
- getInternalFetchPlan() - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Accessor for the internal fetch plan.
- getInternalQuery() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for the internal query.
- getInternalQuery() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Convenience method to generate an internal DataNucleus Query and apply the generic compilation to it.
- getIsolationLevel() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for the current isolation level.
- getJDBCType() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getJDOExceptionForNucleusException(NucleusException) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Convenience method to convert an exception into a JDO exception.
- getJoinMetadata() - Method in class org.datanucleus.api.jdo.metadata.InheritanceMetadataImpl
-
- getJoinMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getJoins() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getKey() - Method in class org.datanucleus.api.jdo.metadata.ExtensionMetadataImpl
-
- getKeyMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getKeyType() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getLanguage() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for the query language.
- getLanguage() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- getLength() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getLevel2Cache() - Method in class org.datanucleus.api.jdo.JDODataStoreCache
-
Accessor for the underlying Level 2 cache.
- getLifecycleListenerSpecifications() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Deprecated.
- getLifeCycleState(int) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Returns the LifeCycleState for the state constant.
- getLifeCycleState(int) - Static method in class org.datanucleus.api.jdo.state.LifeCycleStateFactory
-
Returns the LifeCycleState for the state constant.
- getListener() - Method in class org.datanucleus.api.jdo.LifecycleListenerForClass
-
Accessor for the listener for this specification
- getListenersWorkingCopy() - Method in class org.datanucleus.api.jdo.JDOCallbackHandler
-
Accessor for the working copy of the listeners (in case any are added/removed in the callbacks).
- getLoadedFields(Object, PersistenceManager) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Accessor for the names of the loaded fields of the persistable object.
- getLoadFetchGroup() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getManagedClasses() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the classes that are managed (have metadata loaded).
- getManagedObjects() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the objects currently managed by this PM in the current transaction.
- getManagedObjects(Class...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the objects currently managed by this PM in the current transaction.
- getManagedObjects(EnumSet) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the objects currently managed by this PM in the current transaction.
- getManagedObjects(EnumSet, Class...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the objects currently managed by this PM in the current transaction.
- getManagedObjects() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getManagedObjects(EnumSet<ObjectState>) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getManagedObjects(Class...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getManagedObjects(EnumSet<ObjectState>, Class...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getMapMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getMappedBy() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getMappedBy() - Method in class org.datanucleus.api.jdo.metadata.OrderMetadataImpl
-
- getMapping() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the name for any mapping, used in retrieving metadata files for ORM/Query data.
- getMaxFetchDepth() - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Accessor for the max fetch depth.
- getMaxFetchDepth() - Method in class org.datanucleus.api.jdo.metadata.FetchPlanMetadataImpl
-
- getMemberClass() - Method in class org.datanucleus.api.jdo.JDOTypeConverter
-
- getMembers() - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Accessor for the members that are in this fetch group.
- getMembers() - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- getMembers() - Method in class org.datanucleus.api.jdo.metadata.FetchGroupMetadataImpl
-
- getMembers() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getMembers() - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- getMembers() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getMembers() - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- getMetaData() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for the database metadata.
- getMetadata(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Method to return the (class) metadata object for the specified class, if there is
metadata defined for that class.
- getMetaDataForClass(PersistenceManagerFactory, Class) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Accessor for the MetaData for the specified class
- getMetaDataForClassInternal(Class, ClassLoaderResolver) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Internal method for accessing the MetaData for a class.
- getMetaDataForInterface(Class, ClassLoaderResolver) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Main accessor for the MetaData for a "persistent-interface".
- getMetaDataForQuery(Class, ClassLoaderResolver, String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Accessor for the MetaData for a named query for a class.
- getMetaDataForSequence(ClassLoaderResolver, String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Accessor for the MetaData for a Sequence in a package.
- getMinute() - Method in class org.datanucleus.api.jdo.query.DateTimeExpressionImpl
-
- getMinute() - Method in class org.datanucleus.api.jdo.query.TimeExpressionImpl
-
- getMinute() - Method in interface org.datanucleus.query.typesafe.DateTimeExpression
-
Accessor for the minute of this date-time.
- getMinute() - Method in interface org.datanucleus.query.typesafe.TimeExpression
-
Accessor for the minute of this time.
- getMonth() - Method in class org.datanucleus.api.jdo.query.DateExpressionImpl
-
- getMonth() - Method in class org.datanucleus.api.jdo.query.DateTimeExpressionImpl
-
- getMonth() - Method in interface org.datanucleus.query.typesafe.DateExpression
-
Accessor for the month of this date.
- getMonth() - Method in interface org.datanucleus.query.typesafe.DateTimeExpression
-
Accessor for the month of this date-time.
- getMultithreaded() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for whether the Persistence Manager is multithreaded.
- getMultithreaded() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default Multithreaded setting for all PersistenceManager
instances obtained from this factory.
- getMultithreaded() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getName() - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Accessor for the name of the API.
- getName() - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Accessor for the group name.
- getName() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the name of the persistence factory (if any).
- getName() - Method in class org.datanucleus.api.jdo.JDOSequence
-
Accessor for the sequence name.
- getName() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.FetchGroupMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.FetchPlanMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.PrimaryKeyMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getName() - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- getNativeConnection() - Method in class org.datanucleus.api.jdo.JDOConnectionImpl
-
Accessor for the native connection for this datastore.
- getNativeQuery() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for the native query invoked by this query (if known at this time and supported by the store plugin).
- getNetworkTimeout() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- getNontransactionalRead() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default NontransactionalRead setting for all
PersistenceManager instances obtained from this factory.
- getNontransactionalRead() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for nontransactionalRead setting
- getNontransactionalWrite() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default NontransactionalWrite setting for all
PersistenceManager instances obtained from this factory.
- getNontransactionalWrite() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for nontransactionalWrite setting
- getNontransactionalWriteAutoCommit() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default auto-commit setting for non-tx writes for all
PersistenceManager instances obtained from this factory.
- getNontransactionalWriteAutoCommit() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for nontransactionalWrite setting
- getNucleusContext() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
- getNullIndicatorColumn() - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- getNullIndicatorValue() - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- getNullValue() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getNullValueString(NullValue) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the string name of a null value action.
- getNumberOfClasses() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.OrderMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.PrimaryKeyMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- getNumberOfColumns() - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- getNumberOfExtensions() - Method in class org.datanucleus.api.jdo.metadata.AbstractMetadataImpl
-
- getNumberOfFetchGroups() - Method in class org.datanucleus.api.jdo.metadata.FetchPlanMetadataImpl
-
- getNumberOfFetchGroups() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getNumberOfFetchPlans() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getNumberOfForeignKeys() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getNumberOfIndices() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getNumberOfInterfaces() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getNumberOfJoins() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getNumberOfMembers() - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- getNumberOfMembers() - Method in class org.datanucleus.api.jdo.metadata.FetchGroupMetadataImpl
-
- getNumberOfMembers() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getNumberOfMembers() - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- getNumberOfMembers() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getNumberOfMembers() - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- getNumberOfPackages() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getNumberOfQueries() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getNumberOfQueries() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getNumberOfSequences() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getNumberOfUniques() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getObjectById(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for an object given the object id.
- getObjectById(Object, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for an object given the object id.
- getObjectById(Class<T>, Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Convenience method that exactly matches the behavior of calling
pm.getObjectById (pm.newObjectIdInstance (cls, key), true).
- getObjectById(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectById(Object, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectById(Class<T>, Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectId(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for an object id given the object.
- getObjectId(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectId(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- getObjectIdClass(Class) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the class of the object id given the class of object.
- getObjectIdClass(Class) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectIdClass() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getObjectIdClassForInputIdClass(String) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Create a PMF using the (JNDI) location or reference information specified.
- getObjectsById(boolean, Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the objects given the object ids.
- getObjectsById(Object[], boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Deprecated.
- getObjectsById(Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the objects given the object ids, validating the objects.
- getObjectsById(Collection) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the objects given the object ids, validating the objects.
- getObjectsById(Collection, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the objects given the object ids.
- getObjectsById(Collection) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectsById(Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectsById(Collection, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectsById(Object[], boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectsById(boolean, Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getObjectState(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Accessor for the object state.
- getOptimistic() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default Optimistic setting for all PersistenceManager
instances obtained from this factory.
- getOptimistic() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for optimistic setting
- getOrderMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getOuter() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getOwnerMember() - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- getPackages() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getParent() - Method in class org.datanucleus.api.jdo.metadata.AbstractMetadataImpl
-
- getParent() - Method in class org.datanucleus.api.jdo.metadata.ClassMetadataImpl
-
- getParent() - Method in class org.datanucleus.api.jdo.metadata.InterfaceMetadataImpl
-
- getParent() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getPersistenceManager() - Method in class org.datanucleus.api.jdo.JDOExtent
-
Accessor for the PersistenceManager.
- getPersistenceManager() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get an instance of PersistenceManager from this factory.
- getPersistenceManager(String, String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get an instance of PersistenceManager from this factory.
- getPersistenceManager() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for the PersistenceManager.
- getPersistenceManager(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- getPersistenceManager() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for the JDO PersistenceManager
- getPersistenceManager() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- getPersistenceManager() - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Accessor for the PersistenceManager for this query
- getPersistenceManagerFactory() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the PersistenceManager Factory.
- getPersistenceManagerFactory(Properties) - Static method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Return a new PersistenceManagerFactory with options set according to the given Properties.
- getPersistenceManagerFactory(Map) - Static method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Return a new PersistenceManagerFactory with options set according to the given Properties.
- getPersistenceManagerFactory(Map, Map) - Static method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Return a new PersistenceManagerFactory with options set according to the given properties and given overrides.
- getPersistenceManagerFactory() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getPersistenceManagerProxy() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the PersistenceManager proxy object
- getPersistenceModifier() - Method in class org.datanucleus.api.jdo.metadata.ClassMetadataImpl
-
- getPersistenceModifier() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getPersistenceProperties() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the persistence properties.
- getPersistenceUnitName() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the name of the persistence unit
- getPersistenceXmlFilename() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the filename of the persistence.xml file.
- getPkClassBytes(String) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
DataNucleus extension returning the bytes of the generated primary key class (if any)
for the specified persistent class.
- getPM() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
Accessor for the delegate PM that we hand off to.
- getPosition() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getPostLoad() - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Accessor for whether to call postLoad when this group is loaded.
- getPostLoad() - Method in class org.datanucleus.api.jdo.metadata.FetchGroupMetadataImpl
-
- getPrimaryClassLoader() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the primary class loader
- getPrimaryKey() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getPrimaryKeyMetadata() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getPrimaryKeyMetadata() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getProperties() - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- getProperties() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Get the properties and associated values currently in effect for the
persistence manager.
- getProperties() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Return non-configurable properties of this PersistenceManagerFactory.
- getProperties() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getProperties() - Method in class org.datanucleus.api.jdo.JDOReplicationManager
-
Accessor for the replication properties.
- getQueries() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getQueries() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getQuery() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- getQueryCache() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the query results cache.
- getQueryCache() - Method in class org.datanucleus.api.jdo.JDOQueryCache
-
Accessor for the underlying query cache.
- getQueryClassNameForClassName(String) - Static method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Method to return the (simple) name of the query class for a specified class name.
- getQueryDatastoreCompilationCache() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the query datastore compilation cache.
- getQueryExpression() - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
Accessor for the underlying (generic) query expression.
- getQueryGenericCompilationCache() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the query generic compilation cache.
- getQueryLanguageName(String) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the query language to a valid internal value.
- getQueryResultCache(PersistenceManagerFactory) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Convenience accessor for the query results cache.
- getReadOnly() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default readOnly setting for all PersistenceManager
instances obtained from this factory.
- getRecursionDepth(String) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Accessor for the recursion depth for the specified field/property.
- getRecursionDepth() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getReference() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Retrieves the (JNDI) reference of this PMF object.
- getRequiresExtent() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getRestoreValues() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default RestoreValues setting for all PersistenceManager
instances obtained from this factory.
- getRestoreValues() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for restoreValues setting
- getResultClass() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- getRetainValues() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Get the default RetainValues setting for all PersistenceManager
instances obtained from this factory.
- getRetainValues() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for retainValues setting
- getRollbackOnly() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for whether to allow rollback only
- getScale() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getSchema() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- getSchema() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the schema to use for this persistence factory.
- getSchema() - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- getSchema() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getSchema() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getSecond() - Method in class org.datanucleus.api.jdo.query.DateTimeExpressionImpl
-
- getSecond() - Method in class org.datanucleus.api.jdo.query.TimeExpressionImpl
-
- getSecond() - Method in interface org.datanucleus.query.typesafe.DateTimeExpression
-
Accessor for the second of this date-time.
- getSecond() - Method in interface org.datanucleus.query.typesafe.TimeExpression
-
Accessor for the second of this time.
- getSequence(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to retrieve a sequence by name.
- getSequence(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getSequence() - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- getSequence() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getSequenceForFactoryClass(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the sequence for a factory class.
- getSequences() - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- getSequenceStrategy() - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- getSequenceStrategyString(SequenceStrategy) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the string name of a datastore sequence strategy.
- getSerialized() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getSerializedElement() - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- getSerializedElement() - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- getSerializedKey() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getSerializedValue() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getSerializeRead() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for whether to serialise any read objects in this query.
- getSerializeRead() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for whether to serialise any read objects in this transaction.
- getSerializeRead() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getServerDate() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the date on the datastore.
- getServerDate() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getServerTimeZoneID() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the timezone "id" of the datastore server (if any).
- getSingleFieldIdentityForDataNucleusIdentity(SingleFieldId, Class) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
- getSQLType() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getStrategy() - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- getStrategy() - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- getStrategy() - Method in class org.datanucleus.api.jdo.metadata.InheritanceMetadataImpl
-
- getStrategy() - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- getSupportedProperties() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Get the names of the properties that are supported for use with the
persistence manager.
- getSupportedProperties() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getSynchronization() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for the synchronization (if any)
- getTable() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getTable() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getTable() - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- getTable() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getTable() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getTable() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getTable() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getTable() - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- getTable() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getTarget() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getTargetField() - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- getTransactionalObjectId(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for the object id of a transactional object given the object.
- getTransactionalObjectId(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getTransactionalObjectId(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- getTransactionIsolation() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for the transaction isolation level.
- getTransactionIsolationLevel() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the transaction isolation level default.
- getTransactionType() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for the transaction type to use with this persistence factory.
- getType() - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Accessor for the class that this group is for.
- getTypeMap() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for the type map.
- getUnique() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getUnique() - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- getUnique() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getUnique() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getUnique() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- getUniqueMetadata() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getUniqueMetaData(String, String, String, String[], Column[]) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience method to create a UniqueMetaData from the annotations data.
- getUniqueMetadata() - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- getUniqueMetadata() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getUniqueMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getUniqueMetadata() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getUniques() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getUnmodifiable() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- getUpdateAction() - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- getUpdateAction() - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- getUpdateAction() - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- getUpdateAction() - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- getUserExceptionForException(String, Exception) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Convenience method to return a user exception appropriate for this API.
- getUserObject(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to get a user object from the PersistenceManager.
- getUserObject() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
The application might manage PersistenceManager instances by using an
associated object for bookkeeping purposes.
- getUserObject() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getUserObject(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- getValidMetaDataLocationsForClass(String, String, String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Method to return the valid metadata locations to contain a particular class.
- getValidMetaDataLocationsForPackage(String, String, String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Method to return the valid metadata locations to contain a particular package.
- getValue() - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- getValue() - Method in class org.datanucleus.api.jdo.metadata.ExtensionMetadataImpl
-
- getValueMetadata() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getValueStrategy() - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- getValueType() - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- getVendorName() - Method in class org.datanucleus.api.jdo.metadata.ExtensionMetadataImpl
-
- getVersion(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- getVersionForObject(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Method to return the object version for the passed persistable object.
- getVersionMetadata() - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- getVersionStrategyString(VersionStrategy) - Static method in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
Convenience accessor for the string name of a version strategy.
- getWarnings() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for the warnings.
- getYear() - Method in class org.datanucleus.api.jdo.query.DateExpressionImpl
-
- getYear() - Method in class org.datanucleus.api.jdo.query.DateTimeExpressionImpl
-
- getYear() - Method in interface org.datanucleus.query.typesafe.DateExpression
-
Accessor for the year of this date.
- getYear() - Method in interface org.datanucleus.query.typesafe.DateTimeExpression
-
Accessor for the year of this date-time.
- groupBy(String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
- groupBy(Expression...) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- groupBy(Expression...) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- groupBy(Expression...) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to set the grouping(s) for the query.
- groupBy(Expression...) - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Method to set the grouping(s) for the query.
- grouping - Variable in class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
Grouping expression(s).
- gt(ComparableExpression) - Method in class org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
- gt(T) - Method in class org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
- gt(ComparableExpression) - Method in interface org.datanucleus.query.typesafe.ComparableExpression
-
Method returning whether this expression is greater than the other expression.
- gt(T) - Method in interface org.datanucleus.query.typesafe.ComparableExpression
-
Method returning whether this expression is greater than the literal.
- gteq(ComparableExpression) - Method in class org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
- gteq(T) - Method in class org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
- gteq(ComparableExpression) - Method in interface org.datanucleus.query.typesafe.ComparableExpression
-
Method returning whether this expression is greater than or equal the other expression.
- gteq(T) - Method in interface org.datanucleus.query.typesafe.ComparableExpression
-
Method returning whether this expression is greater than or equal the literal.
- includeSubclasses() - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- includeSubclasses() - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to include subclasses (of the candidate) to the query
- INDEX - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- IndexMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO IndexMetadata object.
- IndexMetadataImpl(IndexMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- indexOf(String, int) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- indexOf(String, NumericExpression) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- indexOf(String) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- indexOf(StringExpression, int) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- indexOf(StringExpression, NumericExpression) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- indexOf(StringExpression) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- indexOf(StringExpression) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the position of the passed string in this string.
- indexOf(String) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the position of the passed string in this string.
- indexOf(StringExpression, NumericExpression<Integer>) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the position of the passed string in this string after a position.
- indexOf(String, NumericExpression<Integer>) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the position of the passed string in this string after a position.
- indexOf(String, int) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the position of the passed string in this string after a position.
- indexOf(StringExpression, int) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the position of the passed string in this string after a position.
- INDICES - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- INHERITANCE - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- InheritanceMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO InheritanceMetadata object.
- InheritanceMetadataImpl(InheritanceMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.InheritanceMetadataImpl
-
- initialiseMetaData(PersistenceUnitMetaData) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
- instanceOf(Class) - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
- instanceOf(Class) - Method in interface org.datanucleus.query.typesafe.Expression
-
Return an expression for whether this expression is an instanceof the supplied class.
- integerParameter(String) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- integerParameter(String) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to return a numeric parameter for the query.
- InterfaceMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO InterfaceMetadata object.
- InterfaceMetadataImpl(InterfaceMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.InterfaceMetadataImpl
-
- internalBegin() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Called by PMF under required synchronization
- internalClose() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
The internal method called by the PMF to cleanup this PM
- internalQueries - Variable in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Internal queries generated by this typesafe query.
- internalSelect(Expression, Class) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- isActive() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Accessor for whether the transaction is active
- isAvailable() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- isClassPersistable(Class) - Method in class org.datanucleus.api.jdo.metadata.JDOAnnotationReader
-
Check if class is persistable, by looking at annotations
- isClassPersistenceAware(Class) - Method in class org.datanucleus.api.jdo.metadata.JDOAnnotationReader
-
Check if class is persistence aware, by looking at annotations
- isClosed() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for whether the connection is closed.
- isClosed() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Accessor for whether this PersistenceManager is closed.
- isClosed() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Utility to return whether the factory is closed or not.
- isClosed() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- isConfigurable() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Accessor for whether this is still configurable (can set more properties etc).
- isDeleted(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Accessor for whether the passed object is deleted.
- isDeleted(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- isDetachable(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Method to return if the passed object is detachable using this API.
- isDetached(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Accessor for whether the passed object is detached.
- isDetached(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- isDirty(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Accessor for whether the passed object is dirty.
- isDirty(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- isDirty(Object, String, PersistenceManager) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Accessor for whether the specified member (field/property) of the passed persistable object is dirty.
- isEmpty() - Method in class org.datanucleus.api.jdo.query.CollectionExpressionImpl
-
- isEmpty() - Method in class org.datanucleus.api.jdo.query.MapExpressionImpl
-
- isEmpty() - Method in interface org.datanucleus.query.typesafe.CollectionExpression
-
Method returning whether the collection is empty.
- isEmpty() - Method in interface org.datanucleus.query.typesafe.MapExpression
-
Method returning whether the map is empty.
- isLoaded(Object, String, PersistenceManager) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Accessor for whether the specified member (field/property) of the passed persistable object is loaded.
- isManaged(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Whether the provided object is currently managed (has an ExecutionContext).
- isMemberDefaultPersistent(Class) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
- isNew(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Accessor for whether the passed object is new.
- isNew(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- isParameter() - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
- isPersistable(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Method to return if the passed object is persistable using this API.
- isPersistable(Class) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
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.jdo.JDOAdapter
-
Accessor for whether the passed object is persistent.
- isPersistent(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- isPersistentDefinitionImplementation(String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Convenience method to return if the passed class name is an implementation of a "persistent definition".
- isPersistentInterface(String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Convenience method to return if the passed class name is a "persistent-interface".
- isPersistentInterfaceImplementation(String, String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Convenience method to return if the passed class name is an implementation of the passed "persistent-interface".
- isReadOnly() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Accessor for whether the connection is read only.
- isTransactional(Object) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Accessor for whether the passed object is transactional.
- isTransactional(Object) - Method in class org.datanucleus.api.jdo.JDOStateInterrogation
-
- isUnmodifiable() - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Accessor for whether the FetchGroup is unmodifiable
- isUnmodifiable() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Accessor for whether the query is modifiable.
- isValid(int) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- isValidPrimaryKeyClass(Class, AbstractClassMetaData, ClassLoaderResolver, int, MetaDataManager) - Method in class org.datanucleus.api.jdo.JDOAdapter
-
Utility to check if a primary-key class is valid.
- isVariable() - Method in class org.datanucleus.api.jdo.query.ExpressionImpl
-
- isWrapperFor(Class) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- iterator() - Method in class org.datanucleus.api.jdo.JDOExtent
-
Accessor for an iterator for this Extent.
- range(long, long) - Method in class org.datanucleus.api.jdo.JDOQuery
-
- range(String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
- range(long, long) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- range(NumericExpression, NumericExpression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- range(Expression, Expression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- range(NumericExpression, NumericExpression) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to set the range of any required results, using expressions.
- range(long, long) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to set the range of any required results, using long values.
- range(Expression, Expression) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to set the range of any required results, using parameters (expressions).
- rangeLowerExpr - Variable in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Range : lower limit expression.
- rangeUpperExpr - Variable in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Range : upper limit expression.
- refresh(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to do a refresh of an object.
- refresh(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- refreshAll(Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to do a refresh of an array of objects.
- refreshAll(Collection) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to do a refresh of a collection of objects.
- refreshAll() - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to do a refresh of all objects.
- refreshAll(JDOException) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to do a refresh of objects that failed verification in the
exception.
- refreshAll() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- refreshAll(Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- refreshAll(Collection) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- refreshAll(JDOException) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- registerEventListener(TransactionEventListener) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Method to register a listener for transaction events.
- registerFile(String, FileMetaData, ClassLoaderResolver) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Method to take the FileMetaData and register the relevant parts of it with the assorted caches provided.
- registerImplementationOfAbstractClass(ClassMetaData, Class, ClassLoaderResolver) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Method to register the metadata for an implementation of a persistent abstract class.
- registerListener - Variable in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Listener for persistent class initialisations (since JDO uses a discovery process).
- registerMetadata(JDOMetadata) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- registerMetadata(JDOMetadata) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Method to register the supplied metadata with the persistence process managed by this
PersistenceManagerFactory
.
- registerPersistentInterface(InterfaceMetaData, Class, ClassLoaderResolver) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataManager
-
Method to register a persistent interface and its implementation with the MetaData system.
- releasePersistenceManager(JDOPersistenceManager) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Remove a PersistenceManager from the cache.
- releaseSavepoint(Savepoint) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Mutator to release the savepoint.
- releaseSavepoint(String) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Method to mark the current point as a savepoint with the provided name.
- removeAllFetchGroups() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
- removeCategory(String) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Convenience method to remove the members in the specified category.
- removeFetchGroups(FetchGroup...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
- removeGroup(String) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to remove a group from the FetchPlan.
- removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to remove a currently registered lifecycle listener, as per JDO 2.0 spec 12.15.
- removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Method to remove a lifecycle listener.
- removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- removeListener(Object) - Method in class org.datanucleus.api.jdo.JDOCallbackHandler
-
Remove a listener for this handler.
- removeMember(String) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Method to remove a field of the class from the fetch group.
- removeMembers(String...) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Method to remove members of the class from the fetch group.
- removeTransactionEventListener(TransactionEventListener) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Convenience method to remove the supplied listener from transaction event notification.
- removeUserObject(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to remove a user object from the PersistenceManager.
- removeUserObject(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- replicate(Class...) - Method in class org.datanucleus.api.jdo.JDOReplicationManager
-
Method to perform the replication for all objects of the specified types.
- replicate(String...) - Method in class org.datanucleus.api.jdo.JDOReplicationManager
-
Method to perform the replication for all objects of the specified class names.
- replicate(Object...) - Method in class org.datanucleus.api.jdo.JDOReplicationManager
-
Method to perform the replication of the objects defined by the supplied identities.
- replicate(PersistenceManagerFactory, PersistenceManagerFactory, Object...) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Convenience method to replicate a group of objects from one datastore (managed by PMF1)
to a second datastore (managed by PMF2).
- replicate(PersistenceManagerFactory, PersistenceManagerFactory, Class...) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Convenience method to replicate objects of particular types from one datastore (managed by PMF1)
to a second datastore (managed by PMF2).
- replicate(PersistenceManagerFactory, PersistenceManagerFactory, String...) - Static method in class org.datanucleus.api.jdo.NucleusJDOHelper
-
Convenience method to replicate objects of particular types from one datastore (managed by PMF1)
to a second datastore (managed by PMF2).
- replicateInTarget(Object...) - Method in class org.datanucleus.api.jdo.JDOReplicationManager
-
Method to replicate the provided detached objects in the target datastore.
- replicateRegisteredClasses() - Method in class org.datanucleus.api.jdo.JDOReplicationManager
-
Method to perform the replication for all objects registered in the pmf source.
- result - Variable in class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
Result expression(s).
- resultDistinct - Variable in class org.datanucleus.api.jdo.query.AbstractTypesafeQuery
-
Whether the results are distinct (no dups).
- retrieve(Object, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to retrieve the fields of an object.
- retrieve(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to retrieve the fields of an object.
- retrieve(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- retrieve(Object, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- retrieveAll(Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to retrieve an array of objects.
- retrieveAll(Object[], boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Deprecated.
- retrieveAll(boolean, Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Retrieve field values of instances from the store.
- retrieveAll(Collection, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Retrieve field values of instances from the store.
- retrieveAll(Collection) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Method to retrieve a collection of objects.
- retrieveAll(Collection) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- retrieveAll(Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- retrieveAll(Collection, boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- retrieveAll(Object[], boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- retrieveAll(boolean, Object...) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- rollback() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Method to rollback the connection.
- rollback(Savepoint) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Mutator to rollback the savepoint.
- rollback() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Method to rollback the transaction
- rollbackToSavepoint(String) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Method to mark the current point as a savepoint with the provided name.
- saveAsNamedQuery(String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Save this query as a named query with the specified name.
- select(CollectionExpression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- select(CollectionExpression) - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Accessor for the subquery (collection) expression from the subquery.
- selectUnique(NumericExpression<S>) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- selectUnique(StringExpression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- selectUnique(DateExpression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- selectUnique(DateTimeExpression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- selectUnique(TimeExpression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- selectUnique(CharacterExpression) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeSubquery
-
- selectUnique(NumericExpression<S>) - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Accessor for the subquery (numeric) expression from the subquery when the subquery returns a single value.
- selectUnique(StringExpression) - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Accessor for the subquery (string) expression from the subquery when the subquery returns a single value.
- selectUnique(DateExpression) - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Accessor for the subquery (date) expression from the subquery when the subquery returns a single value.
- selectUnique(DateTimeExpression) - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Accessor for the subquery (datetime) expression from the subquery when the subquery returns a single value.
- selectUnique(TimeExpression) - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Accessor for the subquery (time) expression from the subquery when the subquery returns a single value.
- selectUnique(CharacterExpression) - Method in interface org.datanucleus.query.typesafe.TypesafeSubquery
-
Accessor for the subquery (character) expression from the subquery when the subquery returns a single value.
- sequence - Variable in class org.datanucleus.api.jdo.JDOSequence
-
Underlying NucleusSequence.
- SEQUENCE - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- SequenceMetadataImpl - Class in org.datanucleus.api.jdo.metadata
-
Implementation of JDO SequenceMetadata object.
- SequenceMetadataImpl(SequenceMetaData) - Constructor for class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- SERIALIZED - Static variable in class org.datanucleus.api.jdo.metadata.JDOAnnotationUtils
-
- set(Expression, Object) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Method to specify the update of a field of the candidate.
- setAllocationSize(int) - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- setAllowsNull(boolean) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setAutoCommit(boolean) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Method to set the autocommit for the connection.
- setCacheable(boolean) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setCacheable(boolean) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setCandidates(Extent) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the candidates for the query.
- setCandidates(Collection) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the candidates for the query.
- setCandidates(Collection<T>) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- setCandidates(Collection<T>) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to set the candidates to use over which we are querying.
- setCatalog(String) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Mutator for the catalog
- setCatalog(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the catalog to use for this persistence factory.
- setCatalog(String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- setCatalog(String) - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- setCatalog(String) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setClass(Class) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the candidate class for the query.
- setClassLoader(ClassLoader) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- setClientInfo(Properties) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- setClientInfo(String, String) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.OrderMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.PrimaryKeyMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- setColumn(String) - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- setConnectionDriverName(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the driver name for the data store connection.
- setConnectionFactory(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the data store connection factory.
- setConnectionFactory2(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the second data store connection factory.
- setConnectionFactory2Name(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the name for the second data store connection factory.
- setConnectionFactoryName(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the name for the data store connection factory.
- setConnectionPassword(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the password for the data store connection.
- setConnectionURL(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the URL for the data store connection.
- setConnectionUserName(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the user name for the data store connection.
- setCopyOnAttach(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Mutator for whether to copy objects on attach.
- setCopyOnAttach(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the CopyOnAttach setting.
- setCopyOnAttach(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- setCustomStrategy(String) - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- setCustomStrategy(String) - Method in class org.datanucleus.api.jdo.metadata.InheritanceMetadataImpl
-
- setCustomStrategy(String) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setDatastoreReadTimeoutMillis(Integer) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Mutator for the timeout to use for datastore reads.
- setDatastoreReadTimeoutMillis(Integer) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the timeout to use for datastore reads.
- setDatastoreReadTimeoutMillis(Integer) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- setDatastoreReadTimeoutMillis(Integer) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the datastore read timeout.
- setDatastoreSequence(String) - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- setDatastoreWriteTimeoutMillis(Integer) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Mutator for the timeout to use for datastore writes.
- setDatastoreWriteTimeoutMillis(Integer) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the timeout to use for datastore writes.
- setDatastoreWriteTimeoutMillis(Integer) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- setDatastoreWriteTimeoutMillis(Integer) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the datastore write timeout.
- setDefaultFetchGroup(boolean) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setDefaultValue(String) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setDeferred(boolean) - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- setDeferred(boolean) - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- setDeleteAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- setDeleteAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- setDeleteAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- setDeleteAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- setDeleteAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setDeleteAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- setDependent(boolean) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setDependentElement(boolean) - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- setDependentElement(boolean) - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- setDependentKey(boolean) - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- setDependentValue(boolean) - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- setDetachable(boolean) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setDetachAllOnCommit(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Mutator for whether to detach all objects on commit of the transaction.
- setDetachAllOnCommit(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the DetachAllOnCommit setting.
- setDetachAllOnCommit(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- setDetachmentOptions(int) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to set the detachment options.
- setDetachmentRootClasses(Class...) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to set the detachment root classes.
- setDetachmentRoots(Collection) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to set the detachment roots.
- setElementType(String) - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- setElementType(String) - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- setEmbedded(boolean) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setEmbeddedElement(boolean) - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- setEmbeddedElement(boolean) - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- setEmbeddedKey(boolean) - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- setEmbeddedOnly(boolean) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setEmbeddedValue(boolean) - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- setExtensions(Map) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the extensions for the query.
- setExtensions(Map<String, Object>) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- setExtensions(Map<String, Object>) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Set multiple extensions, or use null to clear all extensions.
- setFactoryClass(String) - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- setFetchPlan(String) - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- setFetchSize(int) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to set the fetch size (large result sets).
- setFetchSize(int) - Method in class org.datanucleus.api.jdo.metadata.FetchPlanMetadataImpl
-
- setFieldName(String) - Method in class org.datanucleus.api.jdo.metadata.PropertyMetadataImpl
-
- setFieldType(String) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setFilter(String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the filter for the query.
- setGroup(String) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to set the FetchPlan to a single group.
- setGrouping(String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the grouping for the query.
- setGroups(Collection) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to set the groups to the passed collection.
- setGroups(String...) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to set the groups to the passed array.
- setHoldability(int) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Method to set the holdability for the connection.
- setIdentityType(IdentityType) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setIgnoreCache(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Mutator for whether to ignore the cache.
- setIgnoreCache(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default IgnoreCache setting for all PersistenceManager
instances obtained from this factory.
- setIgnoreCache(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- setIgnoreCache(boolean) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the ignore cache setting for the query.
- setIgnoreCache(boolean) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- setIgnoreCache(boolean) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Whether the query should ignore the cache and go straight to the datastore.
- setIndexed(Indexed) - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- setIndexed(Indexed) - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- setIndexed(boolean) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setIndexed(Indexed) - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- setInitialValue(int) - Method in class org.datanucleus.api.jdo.metadata.SequenceMetadataImpl
-
- setInsertValue(String) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setIsNotConfigurable() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Method to set that this is no longer configurable.
- setIsolationLevel(String) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the isolation level.
- setJDBCType(String) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setKeyType(String) - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- setLanguage(String) - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- setLength(int) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setLoadFetchGroup(String) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setMappedBy(String) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setMappedBy(String) - Method in class org.datanucleus.api.jdo.metadata.OrderMetadataImpl
-
- setMapping(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the name for any mapping, used in searching for ORM/Query metadata files.
- setMaxFetchDepth(int) - Method in class org.datanucleus.api.jdo.JDOFetchPlan
-
Method to set the max fetch depth.
- setMaxFetchDepth(int) - Method in class org.datanucleus.api.jdo.metadata.FetchPlanMetadataImpl
-
- setMultithreaded(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Mutator for whether the Persistence Manager is multithreaded.
- setMultithreaded(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default Multithreaded setting for all PersistenceManager
instances obtained from this factory.
- setMultithreaded(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- setName(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the name of the persistence factory.
- setName(String) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setName(String) - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- setName(String) - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- setName(String) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setName(String) - Method in class org.datanucleus.api.jdo.metadata.PrimaryKeyMetadataImpl
-
- setName(String) - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- setNetworkTimeout(Executor, int) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- setNontransactionalRead(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default NontransactionalRead setting for all
PersistenceManager instances obtained from this factory.
- setNontransactionalRead(boolean) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the nontransactionalRead setting.
- setNontransactionalWrite(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default NontransactionalWrite setting for all
PersistenceManager instances obtained from this factory.
- setNontransactionalWrite(boolean) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the nontransactionalWrite setting.
- setNontransactionalWriteAutoCommit(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default for whether to auto-commit non-tx writes for all
PersistenceManager instances obtained from this factory.
- setNontransactionalWriteAutoCommit(boolean) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the nontransactionalWrite auto-commit setting.
- setNullIndicatorColumn(String) - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- setNullIndicatorValue(String) - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- setNullValue(NullValue) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setObjectIdClass(String) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setOptimistic(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default Optimistic setting for all PersistenceManager
instances obtained from this factory.
- setOptimistic(boolean) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the optimistic setting
- setOption(String, int) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Convenience accessor for setting a transaction option.
- setOption(String, boolean) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Convenience accessor for setting a transaction option.
- setOption(String, String) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Convenience accessor for setting a transaction option.
- setOrdering(String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the ordering for the query.
- setOuter(boolean) - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- setOutputDirectory(String) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- setOwnerMember(String) - Method in class org.datanucleus.api.jdo.metadata.EmbeddedMetadataImpl
-
- setParameter(Expression, Object) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- setParameter(String, Object) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- setParameter(Expression, Object) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to set a parameter value for use when executing the query.
- setParameter(String, Object) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to set a parameter value for use when executing the query.
- setPersistenceModifier(ClassPersistenceModifier) - Method in class org.datanucleus.api.jdo.metadata.ClassMetadataImpl
-
- setPersistenceModifier(PersistenceModifier) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setPersistenceProperties(Map<String, Object>) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the properties for this configuration.
- setPersistenceUnitName(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the name of the persistence unit.
- setPersistenceXmlFilename(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the filename of the persistence.xml file.
- setPosition(int) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setPostLoad(boolean) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Mutator for whether the postLoad callback should be called on loading this fetch group.
- setPostLoad(boolean) - Method in class org.datanucleus.api.jdo.metadata.FetchGroupMetadataImpl
-
- setPrimaryClassLoader(ClassLoader) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator to set the primary class loader.
- setPrimaryKey(boolean) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setProperty(String, Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
Set a persistence manager property.
- setProperty(String, Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- setProperty(String, String) - Method in class org.datanucleus.api.jdo.JDOReplicationManager
-
Method to set a property for replication.
- setQuery(String) - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- setRange(String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the range for the query.
- setRange(long, long) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the range for the query.
- setReadOnly(boolean) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Method to set the read-only nature for the connection.
- setReadOnly(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the readOnly setting for all PersistenceManager
instances obtained from this factory.
- setRecursionDepth(String, int) - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Method to set the recursion depth for the specified field/property.
- setRecursionDepth(int) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setRequiresExtent(boolean) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setRestoreValues(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default RestoreValues setting for all PersistenceManager
instances obtained from this factory.
- setRestoreValues(boolean) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the restore values setting
- setResult(String) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the result for the query.
- setResultClass(Class) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the result class for the query.
- setResultClass(String) - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- setRetainValues(boolean) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default RetainValues setting for all PersistenceManager
instances obtained from this factory.
- setRetainValues(boolean) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the retain values setting
- setRollbackOnly() - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the rollback-only setting
- setSavepoint() - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Mutator to set the savepoint.
- setSavepoint(String) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- setSavepoint(String) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Method to mark the current point as a savepoint with the provided name.
- setScale(int) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setSchema(String) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
- setSchema(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the schema to use for this persistence factory.
- setSchema(String) - Method in class org.datanucleus.api.jdo.metadata.JDOMetadataImpl
-
- setSchema(String) - Method in class org.datanucleus.api.jdo.metadata.PackageMetadataImpl
-
- setSchema(String) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setSequence(String) - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- setSequence(String) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setSerialized(boolean) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setSerializedElement(boolean) - Method in class org.datanucleus.api.jdo.metadata.ArrayMetadataImpl
-
- setSerializedElement(boolean) - Method in class org.datanucleus.api.jdo.metadata.CollectionMetadataImpl
-
- setSerializedKey(boolean) - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- setSerializedValue(boolean) - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- setSerializeRead(Boolean) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Mutator for whether to serialise any read objects.
- setSerializeRead(Boolean) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for whether to serialise any read objects.
- setSerializeRead(boolean) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setServerTimeZoneID(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the timezone id of the datastore server.
- setSQLType(String) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setStrategy(IdGeneratorStrategy) - Method in class org.datanucleus.api.jdo.metadata.DatastoreIdentityMetadataImpl
-
- setStrategy(DiscriminatorStrategy) - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- setStrategy(InheritanceStrategy) - Method in class org.datanucleus.api.jdo.metadata.InheritanceMetadataImpl
-
- setStrategy(VersionStrategy) - Method in class org.datanucleus.api.jdo.metadata.VersionMetadataImpl
-
- setSynchronization(Synchronization) - Method in class org.datanucleus.api.jdo.JDOTransaction
-
Mutator for the Synchronisation
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.TypeMetadataImpl
-
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.UniqueMetadataImpl
-
- setTable(String) - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- setTarget(String) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setTargetField(String) - Method in class org.datanucleus.api.jdo.metadata.ColumnMetadataImpl
-
- setTransactionIsolation(int) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Method to set the transaction isolation for the connection.
- setTransactionIsolationLevel(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Set the default isolation level for transactions.
- setTransactionType(String) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Mutator for the transaction type to use for this persistence factory.
- setTypeMap(Map) - Method in class org.datanucleus.api.jdo.JDOConnectionJDBCImpl
-
Method to set the type map
- setUnique(boolean) - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set whether to expect a unique result.
- setUnique(boolean) - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- setUnique(boolean) - Method in class org.datanucleus.api.jdo.metadata.IndexMetadataImpl
-
- setUnique(boolean) - Method in class org.datanucleus.api.jdo.metadata.JoinMetadataImpl
-
- setUnique(boolean) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setUnique(boolean) - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- setUnmodifiable() - Method in class org.datanucleus.api.jdo.JDOFetchGroup
-
Method to make the FetchGroup unmodifiable.
- setUnmodifiable() - Method in class org.datanucleus.api.jdo.JDOQuery
-
Set the query to be unmodifiable.
- setUnmodifiable() - Method in class org.datanucleus.api.jdo.metadata.QueryMetadataImpl
-
- setUpdateAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.ElementMetadataImpl
-
- setUpdateAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.ForeignKeyMetadataImpl
-
- setUpdateAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.KeyMetadataImpl
-
- setUpdateAction(ForeignKeyAction) - Method in class org.datanucleus.api.jdo.metadata.ValueMetadataImpl
-
- setUserObject(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManager
-
The application might manage PersistenceManager instances by using an
associated object for bookkeeping purposes.
- setUserObject(Object) - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerProxy
-
- setValidationListener(CallbackHandler) - Method in class org.datanucleus.api.jdo.JDOCallbackHandler
-
- setValue(String) - Method in class org.datanucleus.api.jdo.metadata.DiscriminatorMetadataImpl
-
- setValueStrategy(IdGeneratorStrategy) - Method in class org.datanucleus.api.jdo.metadata.MemberMetadataImpl
-
- setValueType(String) - Method in class org.datanucleus.api.jdo.metadata.MapMetadataImpl
-
- setVerbose(boolean) - Method in class org.datanucleus.api.jdo.JDOEnhancer
-
- shortParameter(String) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- shortParameter(String) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to return a numeric parameter for the query.
- sin() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- sin() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the sine value expression of this expression.
- size() - Method in class org.datanucleus.api.jdo.query.CollectionExpressionImpl
-
- size() - Method in class org.datanucleus.api.jdo.query.MapExpressionImpl
-
- size() - Method in interface org.datanucleus.query.typesafe.CollectionExpression
-
Method returning an expression for the size of the collection
- size() - Method in interface org.datanucleus.query.typesafe.MapExpression
-
Method returning an expression for the size of the map
- sqrt() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- sqrt() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return the square-root value expression of this expression.
- startElement(String, String, String, Attributes) - Method in class org.datanucleus.api.jdo.metadata.JDOMetaDataHandler
-
Handler method called at the start of an element.
- startsWith(String) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- startsWith(StringExpression) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- startsWith(StringExpression) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method returning an expression for whether this string expression starts with the passed string expression.
- startsWith(String) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method returning an expression for whether this string expression starts with the passed string.
- StringExpression - Interface in org.datanucleus.query.typesafe
-
Representation of a string in a query.
- StringExpressionImpl - Class in org.datanucleus.api.jdo.query
-
Implementation of a StringExpression
- StringExpressionImpl(PersistableExpression, String) - Constructor for class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- StringExpressionImpl(Expression) - Constructor for class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- StringExpressionImpl(Class<String>, String, ExpressionType) - Constructor for class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- stringParameter(String) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- stringParameter(String) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to return a string parameter for the query.
- sub(Expression) - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- sub(Number) - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- sub(Expression) - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return an expression for this expression subtracting the passed expression.
- sub(Number) - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return an expression for this expression subtracting the passed number.
- subqueries - Variable in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
Set of any subqueries used by this query.
- subquery(Class<S>, String) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- subquery(String) - Method in class org.datanucleus.api.jdo.query.JDOTypesafeQuery
-
- subquery(String) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to return a subquery for use in this query using the same candidate class as this query.
- subquery(Class<S>, String) - Method in interface org.datanucleus.query.typesafe.TypesafeQuery
-
Method to return a subquery for use in this query.
- SubqueryExpression - Interface in org.datanucleus.query.typesafe
-
Representation of a subquery in a query.
- substring(int, int) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- substring(int) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- substring(NumericExpression<Integer>, NumericExpression<Integer>) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- substring(NumericExpression<Integer>) - Method in class org.datanucleus.api.jdo.query.StringExpressionImpl
-
- substring(NumericExpression<Integer>) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the substring of this string expression.
- substring(int) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the substring of this string expression.
- substring(NumericExpression<Integer>, NumericExpression<Integer>) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the substring of this string expression.
- substring(int, int) - Method in interface org.datanucleus.query.typesafe.StringExpression
-
Method to return an expression for the substring of this string expression.
- sum() - Method in class org.datanucleus.api.jdo.query.NumericExpressionImpl
-
- sum() - Method in interface org.datanucleus.query.typesafe.NumericExpression
-
Method to return a numeric expression representing the aggregated sum of this expression.
- supportedOptions() - Method in class org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
The application can determine from the results of this method which
optional features, and which query languages are supported by the JDO
implementation.