Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
AASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
AbsFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function ABS(numExpr).
AbsFunction() - Constructor for class org.datanucleus.query.inmemory.AbsFunction
 
AbstractAnnotationReader - Class in org.datanucleus.metadata.annotations
Abstract implementation of a metadata annotations reader.
AbstractAnnotationReader(MetaDataManager) - Constructor for class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Constructor.
AbstractAutoStartMechanism - Class in org.datanucleus.store.autostart
Abstract representation of an autostart mechanism.
AbstractAutoStartMechanism() - Constructor for class org.datanucleus.store.autostart.AbstractAutoStartMechanism
Constructor.
AbstractCandidateLazyLoadList - Class in org.datanucleus.store.query
Abstract implementation of a lazy load list for candidates.
AbstractCandidateLazyLoadList(Class, boolean, ExecutionContext, String) - Constructor for class org.datanucleus.store.query.AbstractCandidateLazyLoadList
 
AbstractClassMetaData - Class in org.datanucleus.metadata
Abstract representation of the MetaData of a class/interface.
AbstractClassMetaData(PackageMetaData, String) - Constructor for class org.datanucleus.metadata.AbstractClassMetaData
Constructor.
AbstractClassMetaData(InterfaceMetaData, String, boolean) - Constructor for class org.datanucleus.metadata.AbstractClassMetaData
Constructor for creating the ClassMetaData for an implementation of a "persistent-interface".
AbstractClassMetaData(ClassMetaData, String) - Constructor for class org.datanucleus.metadata.AbstractClassMetaData
Constructor for creating the ClassMetaData for an implementation of a "persistent-abstract-class".
abstractClassMetaDataInitialised(AbstractClassMetaData) - Method in interface org.datanucleus.metadata.MetaDataManager
 
abstractClassMetaDataInitialised(AbstractClassMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Method called (by AbstractClassMetaData.initialise()) when a class has its metadata initialised.
AbstractConnectionFactory - Class in org.datanucleus.store.connection
Abstract implementation of a ConnectionFactory for a DataNucleus supported datastore.
AbstractConnectionFactory(StoreManager, String) - Constructor for class org.datanucleus.store.connection.AbstractConnectionFactory
Constructor.
AbstractDatastoreGenerator<T> - Class in org.datanucleus.store.valuegenerator
Abstract representation of a ValueGenerator for a datastore.
AbstractDatastoreGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.AbstractDatastoreGenerator
Constructor.
AbstractDatastoreGenerator.ConnectionPreference - Enum in org.datanucleus.store.valuegenerator
 
AbstractElementMetaData - Class in org.datanucleus.metadata
This element specifies the mapping for the element component of arrays and collections.
AbstractElementMetaData(AbstractElementMetaData) - Constructor for class org.datanucleus.metadata.AbstractElementMetaData
Constructor to create a copy of the passed metadata object.
AbstractElementMetaData() - Constructor for class org.datanucleus.metadata.AbstractElementMetaData
Default constructor.
AbstractEmulatedXAResource - Class in org.datanucleus.store.connection
Abstract base for any emulated XAResource implementations for the store plugins.
AbstractEmulatedXAResource(ManagedConnection) - Constructor for class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
AbstractExpressionEvaluator - Class in org.datanucleus.query.evaluator
Abstract evaluator for an expression.
AbstractExpressionEvaluator() - Constructor for class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
 
AbstractExtent<T> - Class in org.datanucleus.store
Abstract representation of a JDO Extent.
AbstractExtent(ExecutionContext, Class<T>, boolean, AbstractClassMetaData) - Constructor for class org.datanucleus.store.AbstractExtent
Constructor.
AbstractFetchDepthFieldManager - Class in org.datanucleus.store.fieldmanager
Base field manager for handling the fetching of fields.
AbstractFetchDepthFieldManager(ObjectProvider, boolean[], FetchPlanForClass, FetchPlanState) - Constructor for class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
Constructor for a field manager for fetch plan processing.
AbstractFetchDepthFieldManager.EndOfFetchPlanGraphException - Exception in org.datanucleus.store.fieldmanager
Exception thrown when we reach the end of the fetch depth in a branch of the object graph
AbstractFetchFieldManager - Class in org.datanucleus.store.fieldmanager
Abstract field manager for retrieval of objects.
AbstractFetchFieldManager(ObjectProvider) - Constructor for class org.datanucleus.store.fieldmanager.AbstractFetchFieldManager
Constructor to use when retrieving values of fields of existing objects.
AbstractFetchFieldManager(ExecutionContext, AbstractClassMetaData) - Constructor for class org.datanucleus.store.fieldmanager.AbstractFetchFieldManager
Constructor to use when creating new objects of the specified type, say from a query.
AbstractFieldManager - Class in org.datanucleus.store.fieldmanager
Abstract representation of a field manager.
AbstractFieldManager() - Constructor for class org.datanucleus.store.fieldmanager.AbstractFieldManager
Default constructor
AbstractGenerator<T> - Class in org.datanucleus.store.valuegenerator
Abstract value generator.
AbstractGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.AbstractGenerator
Constructor.
AbstractJavaQuery - Class in org.datanucleus.store.query
Abstract representation of a Java-based query.
AbstractJavaQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.query.AbstractJavaQuery
Constructor for a Java-based query.
AbstractJDOQLQuery - Class in org.datanucleus.store.query
Abstract representation of a JDOQL query.
AbstractJDOQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.query.AbstractJDOQLQuery
Constructor.
AbstractJDOQLQuery(StoreManager, ExecutionContext, AbstractJDOQLQuery) - Constructor for class org.datanucleus.store.query.AbstractJDOQLQuery
Constructs a new query instance having the same criteria as the given query.
AbstractJDOQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.query.AbstractJDOQLQuery
Constructor for a JDOQL query where the query is specified using the "Single-String" format.
AbstractJPQLQuery - Class in org.datanucleus.store.query
Abstract representation of a JPQL query used by DataNucleus.
AbstractJPQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.query.AbstractJPQLQuery
Constructor.
AbstractJPQLQuery(StoreManager, ExecutionContext, AbstractJPQLQuery) - Constructor for class org.datanucleus.store.query.AbstractJPQLQuery
Constructs a new query instance having the same criteria as the given query.
AbstractJPQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.query.AbstractJPQLQuery
Constructor for a JPQL query where the query is specified using the "Single-String" format.
AbstractLazyLoadList - Class in org.datanucleus.store.query
Abstract implementation of a lazy loaded list of (persistent) objects.
AbstractLazyLoadList(String) - Constructor for class org.datanucleus.store.query.AbstractLazyLoadList
Constructor for a lazy load list.
AbstractLevel2Cache - Class in org.datanucleus.cache
Abstract starting point for a third-party L2 cache plugin.
AbstractLevel2Cache(NucleusContext) - Constructor for class org.datanucleus.cache.AbstractLevel2Cache
 
AbstractManagedConnection - Class in org.datanucleus.store.connection
Abstract implementation of a managed connection.
AbstractManagedConnection() - Constructor for class org.datanucleus.store.connection.AbstractManagedConnection
 
AbstractMemberMetaData - Class in org.datanucleus.metadata
Abstract representation of MetaData for a field/property of a class/interface.
AbstractMemberMetaData(MetaData, AbstractMemberMetaData) - Constructor for class org.datanucleus.metadata.AbstractMemberMetaData
Convenience constructor to copy the specification from the passed member.
AbstractMemberMetaData(MetaData, String) - Constructor for class org.datanucleus.metadata.AbstractMemberMetaData
Constructor for a fields metadata.
AbstractMetaDataHandler - Class in org.datanucleus.metadata.xml
Abstract handler for MetaData parsing.
AbstractMetaDataHandler(MetaDataManager, String, EntityResolver) - Constructor for class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Constructor.
AbstractNamingFactory - Class in org.datanucleus.store.schema.naming
Abstract base for any naming factory, providing convenience facilities like truncation.
AbstractNamingFactory(NucleusContext) - Constructor for class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
AbstractNucleusContext - Class in org.datanucleus
Base implementation of a NucleusContext, providing configuration, metadata management, type management, plugin management and ClassLoader services.
AbstractNucleusContext(String, Map, PluginManager) - Constructor for class org.datanucleus.AbstractNucleusContext
 
AbstractPersistenceHandler - Class in org.datanucleus.store
Abstract representation of a persistence handler, to be extended by datastores own variant.
AbstractPersistenceHandler(StoreManager) - Constructor for class org.datanucleus.store.AbstractPersistenceHandler
 
AbstractQueryCompilationCache - Class in org.datanucleus.query.cache
Abstract representation of a cache of generic query compilations.
AbstractQueryCompilationCache() - Constructor for class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
AbstractQueryDatastoreCompilationCache - Class in org.datanucleus.store.query.cache
Abstract representation of a query compilation cache for the query specific to the datastore.
AbstractQueryDatastoreCompilationCache() - Constructor for class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
AbstractQueryResult<E> - Class in org.datanucleus.store.query
Abstract representation of a QueryResult.
AbstractQueryResult(Query) - Constructor for class org.datanucleus.store.query.AbstractQueryResult
Constructor of the result from a Query.
AbstractQueryResultIterator - Class in org.datanucleus.store.query
Abstract implementation of an iterator for query results.
AbstractQueryResultIterator() - Constructor for class org.datanucleus.store.query.AbstractQueryResultIterator
 
AbstractQueryResultsCache - Class in org.datanucleus.store.query.cache
Abstract representation of a query results cache for the query.
AbstractQueryResultsCache(NucleusContext) - Constructor for class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
AbstractResultClassMapper - Class in org.datanucleus.query.evaluator
Abstract mapper for getting results from a query.
AbstractResultClassMapper(Class) - Constructor for class org.datanucleus.query.evaluator.AbstractResultClassMapper
 
AbstractSQLQuery - Class in org.datanucleus.store.query
Base definition of a query using SQL.
AbstractSQLQuery(StoreManager, ExecutionContext, AbstractSQLQuery) - Constructor for class org.datanucleus.store.query.AbstractSQLQuery
Constructs a new query instance from the existing query.
AbstractSQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.query.AbstractSQLQuery
Constructs a new query instance having the same criteria as the given query.
AbstractStateManager<T> - Class in org.datanucleus.state
Abstract representation of an implementation of a bytecode enhancement-based StateManager.
AbstractStateManager(ExecutionContext, AbstractClassMetaData) - Constructor for class org.datanucleus.state.AbstractStateManager
Constructor for object of specified type managed by the provided ExecutionContext.
AbstractStatistics - Class in org.datanucleus.management
Abstract base class for a statistics object.
AbstractStatistics(String) - Constructor for class org.datanucleus.management.AbstractStatistics
Constructor specifying a "name" that we want to know this by.
AbstractStoredProcedureQuery - Class in org.datanucleus.store.query
Abstract representation of a stored procedure query.
AbstractStoredProcedureQuery(StoreManager, ExecutionContext, AbstractStoredProcedureQuery) - Constructor for class org.datanucleus.store.query.AbstractStoredProcedureQuery
Constructs a new query instance from the existing query.
AbstractStoredProcedureQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.query.AbstractStoredProcedureQuery
Constructs a new query instance having the same criteria as the given query.
AbstractStoredProcedureQuery.StoredProcedureParameter - Class in org.datanucleus.store.query
 
AbstractStoreFieldManager - Class in org.datanucleus.store.fieldmanager
Abstract field manager for storage of objects.
AbstractStoreFieldManager(ExecutionContext, AbstractClassMetaData, boolean) - Constructor for class org.datanucleus.store.fieldmanager.AbstractStoreFieldManager
 
AbstractStoreFieldManager(ObjectProvider, boolean) - Constructor for class org.datanucleus.store.fieldmanager.AbstractStoreFieldManager
 
AbstractStoreManager - Class in org.datanucleus.store
An abstract representation of a Store Manager.
AbstractStoreManager(String, ClassLoaderResolver, PersistenceNucleusContext, Map<String, Object>) - Constructor for class org.datanucleus.store.AbstractStoreManager
Constructor for a new StoreManager.
AbstractStoreSchemaHandler - Class in org.datanucleus.store.schema
Abstract base for any StoreSchemaHandler.
AbstractStoreSchemaHandler(StoreManager) - Constructor for class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
AbstractSymbolResolver - Class in org.datanucleus.query.compiler
Base symbol resolver, to be extended for particular query languages.
AbstractSymbolResolver(MetaDataManager, ClassLoaderResolver, SymbolTable, Class, String) - Constructor for class org.datanucleus.query.compiler.AbstractSymbolResolver
Constructor for symbol resolver.
AbstractUIDGenerator - Class in org.datanucleus.store.valuegenerator
Value generator for a UID format.
AbstractUIDGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.AbstractUIDGenerator
Constructor.
AbstractUUIDGenerator - Class in org.datanucleus.store.valuegenerator
Value generator for a UUID format.
AbstractUUIDGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.AbstractUUIDGenerator
Constructor.
AbstractXMLEntityResolver - Class in org.datanucleus.util
Abstract implementation of an entity resolver for XML files.
AbstractXMLEntityResolver() - Constructor for class org.datanucleus.util.AbstractXMLEntityResolver
 
ACC_ABSTRACT - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_ANNOTATION - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_BRIDGE - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_DEPRECATED - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_ENUM - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_FINAL - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_INTERFACE - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_MANDATED - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_NATIVE - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_PRIVATE - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_PROTECTED - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_PUBLIC - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_STATIC - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_STRICT - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_SUPER - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_SYNCHRONIZED - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_SYNTHETIC - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_TRANSIENT - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_VARARGS - Static variable in interface org.datanucleus.asm.Opcodes
 
ACC_VOLATILE - Static variable in interface org.datanucleus.asm.Opcodes
 
accept(ClassVisitor, int) - Method in class org.datanucleus.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader .
accept(ClassVisitor, Attribute[], int) - Method in class org.datanucleus.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
access - Variable in class org.datanucleus.enhancer.ClassField
Access flags for the field (public, protected etc).
access - Variable in class org.datanucleus.enhancer.ClassMethod
Access flags for the method (public, protected etc).
ACN_boolean - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for boolean.
ACN_Boolean - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for Boolean.
ACN_byte - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for byte.
ACN_Byte - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for Byte.
ACN_char - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for char.
ACN_Character - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for Character.
ACN_double - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for double.
ACN_Double - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for Double.
ACN_float - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for float.
ACN_Float - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for Float.
ACN_int - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for int.
ACN_Integer - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for Integer.
ACN_long - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for long.
ACN_Long - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for Long.
ACN_Object - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for java.lang.Object.
ACN_short - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for short.
ACN_Short - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for Short.
ACN_String - Static variable in class org.datanucleus.enhancer.EnhanceUtils
ASM class name for java.lang.String.
ACONST_NULL - Static variable in interface org.datanucleus.asm.Opcodes
 
acquireThreadContextInfo() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the thread context information, for the current thread.
activity - Variable in class org.datanucleus.state.AbstractStateManager
state for transitions of activities.
ActivityState - Class in org.datanucleus.state
Definition of the activity states of a StateManager.
add(Object) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
add(int, Object) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
add(Object) - Method in class org.datanucleus.query.inmemory.AggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.BigDecimalAggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.BigIntegerAggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.DateAggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.DoubleAggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.FloatAggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.IntegerAggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.LongAggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.NumericAggregateExpression
 
add(Object) - Method in class org.datanucleus.query.inmemory.ShortAggregateExpression
 
add(int, Object) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
add(Object) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
add(int, E) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to add a result.
add(E) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to add results.
add(Object) - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
add(ObjectProvider, Object, int) - Method in interface org.datanucleus.store.scostore.CollectionStore
Method to add an element to the collection.
add(ObjectProvider, Object, int, int) - Method in interface org.datanucleus.store.scostore.ListStore
Method to add an element to the List.
add(ObjectProvider, ObjectProvider) - Method in interface org.datanucleus.store.scostore.PersistableRelationStore
Method to add the relation between the provided objects.
add(Object) - Method in class org.datanucleus.store.types.SCOListIterator
 
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to add an element to a position in the ArrayList.
add(Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to add an element to the ArrayList.
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to add an element to a position in the ArrayList.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to add an element to the ArrayList.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to add an element to the Collection.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to add an element to the HashSet.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to add an element to the LinkedHashSet.
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to add an element to a position in the LinkedList.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to add an element to the LinkedList.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to add an element to the List
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to add an element to the List at a position.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to add an element to the Collection.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to add an element to the Collection.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to add an element to the Collection.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to add an element to the SortedSet.
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to add an element to a position in the Stack
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to add an element to the Stack
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to add an element to the TreeSet.
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to add an element to a position in the Vector.
add(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to add an element to the Vector.
add(Object) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to add an element to the Collection.
add(int, int) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to add an amount to a field
add(Object) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to add an element to the set.
add(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to add an element to the LinkedHashSet.
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to add an element to a position in the LinkedList.
add(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to add an element to the LinkedList.
add(Object) - Method in class org.datanucleus.store.types.wrappers.List
Method to add an element to the List
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.List
Method to add an element to the List at a position.
add(Object) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to add an element to the Collection.
add(Object) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to add an element to the Collection.
add(Object) - Method in class org.datanucleus.store.types.wrappers.Set
Method to add an element to the Collection.
add(Object) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to add an element to the SortedSet.
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to add an element to a position in the Stack
add(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to add an element to the Stack
add(Object) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to add an element to the TreeSet.
add(int, Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to add an element to a position in the Vector.
add(Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to add an element to the Vector.
addAll(int, Collection) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
addAll(Collection) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
addAll(Collection) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
addAll(int, Collection) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
addAll(int, Collection) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to add results.
addAll(ObjectProvider, Collection, int) - Method in interface org.datanucleus.store.scostore.CollectionStore
Method to add a collection of elements to the collection.
addAll(ObjectProvider, Collection, int, int) - Method in interface org.datanucleus.store.scostore.ListStore
Method to add a collection of elements to the List.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to add a Collection to the ArrayList.
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to add a Collection to a position in the ArrayList.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to add a Collection to the ArrayList.
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to add a Collection to a position in the ArrayList.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to add a collection to the HashSet.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to add a collection to the LinkedHashSet.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to add a Collection to the LinkedList.
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to add a Collection to a position in the LinkedList.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to add a Collection to the ArrayList.
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to add a collection to the SortedSet.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to add a Collection to the Stack
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to add a Collection to a position in the Stack
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to add a collection to the TreeSet.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to add a Collection to the Vector.
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to add a Collection to a position in the Vector.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to add a collection to the set.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to add a collection to the LinkedHashSet.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to add a Collection to the LinkedList.
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to add a Collection to a position in the LinkedList.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.List
Method to add a Collection to the ArrayList.
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.List
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Set
Method to add a collection of elements.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to add a collection to the SortedSet.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to add a Collection to the Stack
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to add a Collection to a position in the Stack
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to add a collection to the TreeSet.
addAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to add a Collection to the Vector.
addAll(int, Collection) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to add a Collection to a position in the Vector.
addAnnotationsDataToClass(Class, AbstractClassMetaData, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
 
addAnnotationsDataToClass(Class, AbstractClassMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Load up and add any annotations mapping info for the specified class to the stored ClassMetaData.
addBIPUSHToMethod(MethodVisitor, int) - Static method in class org.datanucleus.enhancer.EnhanceUtils
Convenience method to add a BIPUSH-type int to the visitor.
addBlock(ValueGenerationBlock<T>) - Method in class org.datanucleus.store.valuegenerator.ValueGenerationBlock
Method to append a block onto this block.
addCallback(String, String) - Method in class org.datanucleus.metadata.EventListenerMetaData
Method to add a method name for this EventListener.
addCallback(String, String, String) - Method in class org.datanucleus.metadata.EventListenerMetaData
Method to add a method name for this EventListener.
addCategory(String) - Method in class org.datanucleus.FetchGroup
Convenience method to add the members for the specified category.
addChild(StoreSchemaData) - Method in interface org.datanucleus.store.schema.ListStoreSchemaData
Method to define a child component for this component.
addChild(StoreSchemaData) - Method in interface org.datanucleus.store.schema.MapStoreSchemaData
Method to define a child component for this component.
addClass(String, byte[]) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to add the specified class (and its input bytes) to the list of classes to enhance.
addClass(ClassMetaData) - Method in class org.datanucleus.metadata.PackageMetaData
Method to add a class Meta-Data to the package.
addClass(StoreData) - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Method to add a class/field (with its data) to the currently-supported list.
addClass(StoreData) - Method in class org.datanucleus.store.autostart.ClassesAutoStarter
Method to add a class to the starter.
addClass(StoreData) - Method in class org.datanucleus.store.autostart.MetaDataAutoStarter
Method to add a class to the starter.
addClass(StoreData) - Method in class org.datanucleus.store.autostart.XMLAutoStarter
Method to add a class to the starter.
addClasses(String...) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to add the specified classes to the list of classes to enhance.
addClassName(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
addClassNames(Set<String>) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
addColumn(ColumnMetaData) - Method in class org.datanucleus.metadata.AbstractElementMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in interface org.datanucleus.metadata.ColumnMetaDataContainer
Add a new ColumnMetaData element
addColumn(String) - Method in class org.datanucleus.metadata.ConstraintMetaData
Add a new column that is part of the constraint.
addColumn(ColumnMetaData) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
addColumn(ColumnMetaData) - Method in class org.datanucleus.metadata.JoinMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.datanucleus.metadata.OrderMetaData
 
addColumn(ColumnMetaData) - Method in class org.datanucleus.metadata.PrimaryKeyMetaData
Add a new ColumnMetaData element
addColumn(AbstractMemberMetaData, String, TypeConverter) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
addColumn(AbstractMemberMetaData, String, ColumnType, TypeConverter) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
addCondition(Expression, Expression) - Method in class org.datanucleus.query.expression.CaseExpression
 
addConfigurationElement(ConfigurationElement) - Method in class org.datanucleus.plugin.ConfigurationElement
Add a new children ConfigurationElement to this element
addConfigurationElement(ConfigurationElement) - Method in class org.datanucleus.plugin.Extension
Add a new child ConfigurationElement (declared nested in the extension XML element)
addConnectionListener(ManagedConnectionResourceListener) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to register a listener to be notified when the query result is closing.
addConstructorTypeMapping(String, List<QueryResultMetaData.ConstructorTypeColumn>) - Method in class org.datanucleus.metadata.QueryResultMetaData
 
addDatastoreQueryCompilation(String, String, String, Object) - Method in interface org.datanucleus.store.query.QueryManager
Method to store the datastore-specific compilation for a query.
addDatastoreQueryCompilation(String, String, String, Object) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
addDefaultBooleanProperty(String, String, Boolean, boolean, boolean) - Method in class org.datanucleus.Configuration
 
addDefaultConstructor(ClassWriter) - Method in class org.datanucleus.enhancer.PrimaryKeyGenerator
Method to add an empty default constructor.
addDefaultIntegerProperty(String, String, Integer, boolean, boolean) - Method in class org.datanucleus.Configuration
 
addDefaultProperty(String, String, String, String, boolean, boolean) - Method in class org.datanucleus.Configuration
 
addElement(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to add an element to the Stack
addElement(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to add an element to the Vector.
addElement(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to add an element to the Stack
addElement(Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to add an element to the Vector.
addEmbeddedColumn(String, TypeConverter) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
addExecutionContextListener(ExecutionContext.LifecycleListener) - Method in interface org.datanucleus.PersistenceNucleusContext
Register a new Listener for ExecutionContext events.
addExecutionContextListener(ExecutionContext.LifecycleListener) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
addExtension(String, String, String) - Method in class org.datanucleus.metadata.MetaData
 
addExtension(String, String) - Method in class org.datanucleus.metadata.MetaData
 
addExtension(Extension) - Method in class org.datanucleus.plugin.ExtensionPoint
 
addExtension(String, Object) - Method in class org.datanucleus.store.query.Query
Add a vendor-specific extension this query.
addFetchGroup(FetchGroup) - Method in class org.datanucleus.FetchGroupManager
Method to add a dynamic fetch group.
addFetchGroup(FetchGroupMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add a fetch-group to this class.
addFetchGroup(FetchGroupMetaData) - Method in class org.datanucleus.metadata.FetchGroupMetaData
Add a new FetchGroupMetaData
addFetchGroup(FetchGroupMetaData) - Method in class org.datanucleus.metadata.FetchPlanMetaData
Add a new FetchGroupMetaData
addFields(ClassWriter) - Method in class org.datanucleus.enhancer.PrimaryKeyGenerator
Method to add fields to match the PK fields of the persistable class
addFiles(String...) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to add the specified files to the list of components to enhance.
addFileSet(FileSet) - Method in class org.datanucleus.enhancer.EnhancerTask
Add a fileset.
addFileSet(FileSet) - Method in class org.datanucleus.store.schema.SchemaToolTask
Add a fileset.
addFirst(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to add an element as first in the LinkedList.
addFirst(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to add an element as first in the LinkedList.
addForeignKey(ForeignKeyMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add an foreign-key to this class.
addGroup(String) - Method in class org.datanucleus.FetchPlan
Method to add a group to the fetch plan.
addImplements(ImplementsMetaData) - Method in class org.datanucleus.metadata.ClassMetaData
Method to add an implements to this class.
addIndex(IndexMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add an index to this class.
addInitialiseInstructions(MethodVisitor) - Method in class org.datanucleus.enhancer.methods.InitClass
Convenience method to add the initialise instructions to the supplied MethodVisitor.
addInterface(InterfaceMetaData) - Method in class org.datanucleus.metadata.PackageMetaData
Method to add a interface Meta-Data to the package.
addInternalFetchGroup(FetchGroup) - Method in interface org.datanucleus.ExecutionContext
Method to add an internal fetch group to this ExecutionContext.
addInternalFetchGroup(FetchGroup) - Method in class org.datanucleus.ExecutionContextImpl
Method to add a dynamic FetchGroup.
addInternalFetchGroup(FetchGroup) - Method in interface org.datanucleus.PersistenceNucleusContext
Method to add a dynamic FetchGroup for use by this OMF.
addInternalFetchGroup(FetchGroup) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
addJar(String) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to add the classes defined by the specified jar to the list of components to enhance.
addJarFile(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
addJarFile(URL) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Method to add a jar file to the persistence unit.
addJarFiles(Set<String>) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
addJoin(JoinMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add a join to this class.
addLast(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to add an element as last in the LinkedList.
addLast(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to add an element as last in the LinkedList.
addListener(EventListenerMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Add a listener class name
addListener(EventListenerMetaData) - Method in class org.datanucleus.metadata.FileMetaData
Add a listener class name
addListener(Object, Class[]) - Method in interface org.datanucleus.state.CallbackHandler
Adds a new listener to this handler.
addListener(Object, Class[]) - Method in class org.datanucleus.state.NullCallbackHandler
 
addListener(ManagedConnectionResourceListener) - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
addListener(ManagedConnectionResourceListener) - Method in interface org.datanucleus.store.connection.ManagedConnection
Registers a ManagedConnectionResourceListener to be notified of events.
addListener(Object, Class[]) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
addLoadForType(MethodVisitor, Class, int) - Static method in class org.datanucleus.enhancer.EnhanceUtils
Convenience method to add a load statement based on the type to be loaded.
addMappingFile(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
addMappingForPersistentTypeMapping(String, String, String) - Method in class org.datanucleus.metadata.QueryResultMetaData
Method to add a mapping for the specified persistent class.
addMember(String) - Method in class org.datanucleus.FetchGroup
Method to add a field of the class to the fetch group.
addMember(AbstractMemberMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add a field/property to this interface.
addMember(String) - Method in class org.datanucleus.metadata.ConstraintMetaData
Add a new member that is part of this constraint.
addMember(AbstractMemberMetaData) - Method in class org.datanucleus.metadata.EmbeddedMetaData
Method to add a field/property to the embedded definition.
addMember(FetchGroupMemberMetaData) - Method in class org.datanucleus.metadata.FetchGroupMetaData
Add a new field/property.
addMemberName(String) - Method in class org.datanucleus.state.FetchPlanState
Method to add a member name to the list since it is being processed
addMembers(String[]) - Method in class org.datanucleus.FetchGroup
 
addMessage(String, boolean) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to add a message at the required output level.
addMetaDataForMembersNotInMetaData(Class, MetaDataManager) - Method in class org.datanucleus.metadata.ClassMetaData
Add MetaData of fields/properties not declared in MetaData.
addMetaDataForMembersNotInMetaData(Class) - Method in class org.datanucleus.metadata.InterfaceMetaData
Add MetaData for properties of the interface not declared in MetaData.
addMethodEquals(ClassWriter) - Method in class org.datanucleus.enhancer.PrimaryKeyGenerator
Method to add an equals() method.
addMethodHashCode(ClassWriter) - Method in class org.datanucleus.enhancer.PrimaryKeyGenerator
Method to add a hashCode() method.
addMethodToString(ClassWriter) - Method in class org.datanucleus.enhancer.PrimaryKeyGenerator
Method to add a toString() method.
addObjectProvider(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Method to add the object managed by the specified ObjectProvider to the cache.
addObjectProvider(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
Method to add the object managed by the specified ObjectProvider to the (L1) cache.
addObjectProvider(ObjectProvider) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
addOperationToQueue(Operation) - Method in interface org.datanucleus.ExecutionContext
Method to add an operation to the queue.
addOperationToQueue(Operation) - Method in class org.datanucleus.ExecutionContextImpl
 
addOption(String, String, String, String) - Method in class org.datanucleus.util.CommandLine
Add new Option.
addORMDataToClass(Class, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
 
addORMDataToClass(Class, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Load up and add any O/R mapping info for the specified class to the stored ClassMetaData (if supported).
addParameter(StoredProcQueryParameterMetaData) - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
addPersistenceUnit(String) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to add the classes defined by the persistence-unit to the list of classes to enhance.
addPersistenceUnit(PersistenceUnitMetaData) - Method in class org.datanucleus.metadata.PersistenceFileMetaData
Method to add a persistence unit
addPersistentTypeMapping(String, Map, String) - Method in class org.datanucleus.metadata.QueryResultMetaData
Method to add a persistent type as an output for the mapping.
addProperty(PropertyMetaData) - Method in class org.datanucleus.metadata.ImplementsMetaData
Method to add a property to this interface.
addProperty(String, String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
addProperty(Node) - Method in class org.datanucleus.query.compiler.Node
 
addProperty(String, Object) - Method in interface org.datanucleus.store.schema.StoreSchemaData
Method to define a property for this component.
addProperty(String, Object) - Method in class org.datanucleus.store.StoreData
 
addQuery(QueryMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add a named query to this class.
addQueryCompilation(String, String, QueryCompilation) - Method in interface org.datanucleus.store.query.QueryManager
Method to store the compilation for a query.
addQueryCompilation(String, String, QueryCompilation) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
addQueryResult(Query, Map, List<Object>) - Method in interface org.datanucleus.store.query.QueryManager
Method to store the results for a query.
addQueryResult(Query, Map, List<Object>) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
addQueryResultMetaData(QueryResultMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to register a query-result MetaData.
addQueryResultMetaData(QueryResultMetaData) - Method in class org.datanucleus.metadata.FileMetaData
Method to register a query-result MetaData.
addRegisterClassListener(EnhancementHelper.RegisterClassListener) - Method in class org.datanucleus.enhancer.EnhancementHelper
Add the specified RegisterClassListener to the listener list.
addResultClass(String) - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
addResultSetMapping(String) - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
addReturnForType(MethodVisitor, Class) - Static method in class org.datanucleus.enhancer.EnhanceUtils
Convenience method to add a return statement based on the type to be returned.
addScalarColumn(String) - Method in class org.datanucleus.metadata.QueryResultMetaData
Method to register a column as being scalar.
addSequence(SequenceMetaData) - Method in class org.datanucleus.metadata.PackageMetaData
Method to add a sequence Meta-Data to the package.
addStoredProcQuery(StoredProcQueryMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add a named stored proc query to this class.
addStringConstructor(ClassWriter) - Method in class org.datanucleus.enhancer.PrimaryKeyGenerator
Method to add a constructor taking in a String.
addSubquery(Query, String, String, Map) - Method in class org.datanucleus.store.query.Query
Method to add a subquery to this query.
addSubqueryCompilation(String, QueryCompilation) - Method in class org.datanucleus.query.compiler.QueryCompilation
Method to add the compilation for a subquery of this query.
addSymbol(Symbol) - Method in class org.datanucleus.query.symbol.SymbolTable
 
addTableGenerator(TableGeneratorMetaData) - Method in class org.datanucleus.metadata.PackageMetaData
Method to add a TableGenerator Meta-Data to the package.
addTransactionEventListener(TransactionEventListener) - Method in interface org.datanucleus.Transaction
Adds a transaction listener.
addTransactionEventListener(TransactionEventListener) - Method in class org.datanucleus.TransactionImpl
 
addUniqueConstraint(UniqueMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add a unique constraint to this class.
addUnmappedColumn(ColumnMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to add an unmapped column.
afterCompletion(int) - Method in class org.datanucleus.JTAJCATransactionImpl
Called by the transaction manager after the transaction is committed or rolled back.
afterCompletion(int) - Method in class org.datanucleus.JTATransactionImpl
This method is called by the transaction manager after the transaction is committed or rolled back.
AggregateExpression - Class in org.datanucleus.query.inmemory
 
AggregateExpression() - Constructor for class org.datanucleus.query.inmemory.AggregateExpression
 
alias - Variable in class org.datanucleus.query.expression.Expression
 
ALL - Static variable in class org.datanucleus.FetchGroup
 
ALL - Static variable in class org.datanucleus.FetchPlan
Constant defining all fields
allMemberPositions - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Positions of all fields/properties (inc superclasses).
allocate(int) - Method in interface org.datanucleus.store.NucleusSequence
Method to allocate an amount of values.
allocate(int) - Method in class org.datanucleus.store.NucleusSequenceImpl
Method to allocate a set of elements.
allocate(int) - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Method to allocate a number of values into the block.
allocate(int) - Method in interface org.datanucleus.store.valuegenerator.ValueGenerator
Provides a hint to the implementation that the application will need additional sequence value objects in short order.
allocateConnection(ConnectionFactory, ExecutionContext, Transaction, Map) - Method in interface org.datanucleus.store.connection.ConnectionManager
Allocate a connection using the specified factory (unless we already have one cached for the ExecutionContext).
allocateConnection(ConnectionFactory, ExecutionContext, Transaction, Map) - Method in class org.datanucleus.store.connection.ConnectionManagerImpl
Method to return a connection for this ExecutionContext.
allocationSize - Variable in class org.datanucleus.metadata.SequenceMetaData
Allocation size for the sequence.
allocationSize - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Allocation size for ids from the table.
allocationSize - Variable in class org.datanucleus.store.valuegenerator.AbstractGenerator
Allocation size
allowAnnotations - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Whether we allow annotations metadata.
allowDeleteOfNonPersistentObject() - Method in interface org.datanucleus.api.ApiAdapter
Whether the API allows deletion of a non-persistent object.
allowMetaDataLoad - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Flag defining if we allow metadata load currently.
allowNulls() - Method in class org.datanucleus.metadata.ContainerMetaData
Whether this container allows nulls.
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.ArrayList
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.Collection
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.HashMap
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.HashSet
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.Hashtable
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedList
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.List
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.Map
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.Properties
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.Queue
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.Set
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.SortedMap
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.SortedSet
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.Stack
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.TreeMap
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.TreeSet
 
allowNulls - Variable in class org.datanucleus.store.types.wrappers.backed.Vector
 
allowNullsInContainer(boolean, AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Utility to return whether or not to allow nulls in the container for the specified field.
allowORM - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Whether we allow ORM XML metadata.
allowPersistOfDeletedObject() - Method in interface org.datanucleus.api.ApiAdapter
Whether the API allows (re-)persistence of a deleted object.
allowReadFieldOfDeletedObject() - Method in interface org.datanucleus.api.ApiAdapter
Whether the API allows reading a field of a deleted object.
allowSingleEquals(boolean) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
allowsNull - Variable in class org.datanucleus.metadata.ColumnMetaData
Whether the column accepts nulls.
allowXML - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Whether we allow XML metadata.
ALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
and(BitSet) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
andNot(BitSet) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
ANEWARRAY - Static variable in interface org.datanucleus.asm.Opcodes
 
AnnotationManager - Interface in org.datanucleus.metadata.annotations
Interface defining the access to MetaData derived from Annotations.
annotationManager - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Manager for annotations.
AnnotationManagerImpl - Class in org.datanucleus.metadata.annotations
Manager for annotations.
AnnotationManagerImpl(MetaDataManager) - Constructor for class org.datanucleus.metadata.annotations.AnnotationManagerImpl
Constructor.
AnnotationObject - Class in org.datanucleus.metadata.annotations
Wrapper for an annotation and its various properties etc.
AnnotationObject(String, Map<String, Object>) - Constructor for class org.datanucleus.metadata.annotations.AnnotationObject
Constructor.
AnnotationReader - Interface in org.datanucleus.metadata.annotations
Interface defining the access to MetaData derived from Annotations.
AnnotationVisitor - Class in org.datanucleus.asm
A visitor to visit a Java annotation.
AnnotationVisitor(int) - Constructor for class org.datanucleus.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationVisitor(int, AnnotationVisitor) - Constructor for class org.datanucleus.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
api - Variable in class org.datanucleus.asm.AnnotationVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.datanucleus.asm.ClassVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.datanucleus.asm.FieldVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.datanucleus.asm.MethodVisitor
The ASM API version implemented by this visitor.
apiAdapter - Variable in class org.datanucleus.AbstractNucleusContext
API adapter used by the context.
ApiAdapter - Interface in org.datanucleus.api
Adapter to allow the core runtime to expose multiple APIs to clients.
apiAdapter - Variable in class org.datanucleus.cache.WeakLevel2Cache
 
ApiAdapterFactory - Class in org.datanucleus.api
Factory of API adapters.
ApiAdapterFactory() - Constructor for class org.datanucleus.api.ApiAdapterFactory
Protected constructor to prevent outside instantiation
appendChildNode(Node) - Method in class org.datanucleus.query.compiler.Node
 
appendChildNode(Node[]) - Method in class org.datanucleus.query.compiler.Node
 
appendChildNode(Node[][]) - Method in class org.datanucleus.query.compiler.Node
 
AppIdObjectIdFieldConsumer - Class in org.datanucleus.state
Simple class to handle the copying of PK fields from an object id to an object.
AppIdObjectIdFieldConsumer(ApiAdapter, FieldManager) - Constructor for class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
applyDefaultDiscriminatorValueWhenNotSpecified(MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
applyDefaultProperties(Configuration) - Method in class org.datanucleus.AbstractNucleusContext
 
applyDefaultProperties(Configuration) - Method in interface org.datanucleus.NucleusContext
Method called when initialising the Configuration to load up defaults for the properties appropriate for this NucleusContext.
applyDefaultProperties(Configuration) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
applyImplicitParameterValueToCompilation(String, Object) - Method in class org.datanucleus.store.query.Query
Convenience method to apply an implicit parameter value to the compilation symbol table.
applyImplicitParameterValueToSubqueries(String, Object, QueryCompilation) - Method in class org.datanucleus.store.query.Query
 
ArcCosineFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function ACOS(numExpr).
ArcCosineFunction() - Constructor for class org.datanucleus.query.inmemory.ArcCosineFunction
 
ArcSineFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function ASIN(numExpr).
ArcSineFunction() - Constructor for class org.datanucleus.query.inmemory.ArcSineFunction
 
ArcTangentFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function ATAN(numExpr).
ArcTangentFunction() - Constructor for class org.datanucleus.query.inmemory.ArcTangentFunction
 
areFieldsLoaded(int[]) - Method in class org.datanucleus.state.AbstractStateManager
Accessor for whether all of the specified field numbers are loaded.
areStringsEqual(String, String) - Static method in class org.datanucleus.util.StringUtils
Utility to tell if two strings are the same.
ARETURN - Static variable in interface org.datanucleus.asm.Opcodes
 
argNames - Variable in class org.datanucleus.enhancer.ClassMethod
Names of the arguments.
argTypes - Variable in class org.datanucleus.enhancer.ClassMethod
Types of the arguments.
ARRAY - Static variable in class org.datanucleus.asm.Type
The sort of array reference types.
ARRAY_ELEMENT - Static variable in class org.datanucleus.asm.TypePath
A type path step that steps into the element type of an array type.
ArrayContainsMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{arrayExpr}.contains(elemExpr)".
ArrayContainsMethod() - Constructor for class org.datanucleus.query.inmemory.ArrayContainsMethod
 
ArrayExpression - Class in org.datanucleus.query.expression
Expression representing an input array of expressions (or at least some of the array is of expressions).
ArrayExpression(Expression[]) - Constructor for class org.datanucleus.query.expression.ArrayExpression
 
arrayIsStoredInSingleColumn(AbstractMemberMetaData, MetaDataManager) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to return if an array field has the elements stored into the table of the field as a single (BLOB) column.
ARRAYLENGTH - Static variable in interface org.datanucleus.asm.Opcodes
 
ArrayList - Class in org.datanucleus.store.types.wrappers
A mutable second-class ArrayList object.
ArrayList(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.ArrayList
Constructor, using the ObjectProvider of the "owner" and the member.
ArrayList - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class ArrayList object.
ArrayList(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.ArrayList
Constructor, using the ObjectProvider of the "owner" and the field name.
ArrayMetaData - Class in org.datanucleus.metadata
Representation of the Meta-Data for an Array.
ArrayMetaData(ArrayMetaData) - Constructor for class org.datanucleus.metadata.ArrayMetaData
Constructor to create a copy of the passed metadata.
ArrayMetaData() - Constructor for class org.datanucleus.metadata.ArrayMetaData
Default constructor.
ArraySizeMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{arrayExpr}.size()".
ArraySizeMethod() - Constructor for class org.datanucleus.query.inmemory.ArraySizeMethod
 
arrayStorableAsByteArrayInSingleColumn(AbstractMemberMetaData) - Method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to determine if an array is storable in a single column as a byte array.
ArrayStore - Interface in org.datanucleus.store.scostore
Interface representation of the backing store for an array.
ASM4 - Static variable in interface org.datanucleus.asm.Opcodes
 
ASM5 - Static variable in interface org.datanucleus.asm.Opcodes
 
ASM_API_VERSION - Static variable in interface org.datanucleus.enhancer.ClassEnhancer
Version of the ASM API to use (introduced in ASM v4 to aid backward compatibility).
asmClassName - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
ASM Class name for this class (replace .
assertActiveTransaction() - Method in class org.datanucleus.ExecutionContextImpl
Method to assert if the current transaction is active.
assertClassForJarExistsInClasspath(ClassLoaderResolver, String, String) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to throw a NucleusUserException if the specified class is not loadable from the ClassLoaderResolver.
assertClassPersistable(Class) - Method in interface org.datanucleus.ExecutionContext
Convenience method to assert if the passed class is not persistable.
assertClassPersistable(Class) - Method in class org.datanucleus.ExecutionContextImpl
Method to assert if the specified class is Persistence Capable.
assertDetachable(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to assert if the specified object is Detachable.
assertHasImplementationCreator() - Method in class org.datanucleus.ExecutionContextImpl
Validates that an ImplementationCreator instance is accessible.
assertIsModifiable() - Method in class org.datanucleus.store.query.Query
Method to throw an exception if the query is currently not modifiable.
assertIsOpen() - Method in class org.datanucleus.ExecutionContextImpl
Method to assert if this context is open.
assertIsOpen() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
Internal method to throw an Exception if the ResultSet is open.
assertIsOpen() - Method in class org.datanucleus.store.query.AbstractQueryResult
Internal method to throw an Exception if the ResultSet is open.
assertIsOpen() - Method in class org.datanucleus.store.query.Query
 
assertKeyNotNull(Object) - Method in class org.datanucleus.identity.SingleFieldId
Assert that the key is not null.
assertNotDetached(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to assert if the specified object is detached.
assertReadOnlyForUpdateOfObject(ObjectProvider) - Method in class org.datanucleus.store.AbstractPersistenceHandler
Convenience method to assert when this StoreManager is read-only and the specified object is attempting to be updated.
assertSupportsCancel() - Method in class org.datanucleus.store.query.Query
Method that will throw an UnsupportedOperationException if the query implementation doesn't support cancelling queries.
ASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
ATHROW - Static variable in interface org.datanucleus.asm.Opcodes
 
AtomikosTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for Atomikos.
AtomikosTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.AtomikosTransactionManagerLocator
Constructor.
attach(boolean) - Method in interface org.datanucleus.state.ObjectProvider
Method to attach the object managed by this ObjectProvider.
attach(T) - Method in interface org.datanucleus.state.ObjectProvider
Method to attach the provided detached object into the managed instance.
attach(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
 
attach(boolean) - Method in class org.datanucleus.state.StateManagerImpl
Method to attach the object managed by this StateManager.
attachCopy(T, boolean) - Method in interface org.datanucleus.state.ObjectProvider
Method to attach to this the detached persistable instance
attachCopy(Persistable, boolean) - Method in class org.datanucleus.state.StateManagerImpl
Method to attach a copy of the detached persistable instance and return the (attached) copy.
attachCopy(T) - Method in interface org.datanucleus.store.types.SCO
Method to return an attached copy of this object.
attachCopy(ArrayList) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to return an attached copy of the passed (detached) value.
attachCopy(BitSet) - Method in class org.datanucleus.store.types.wrappers.BitSet
Method to attached the passed value.
attachCopy(Collection) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to return an attached copy of the passed (detached) value.
attachCopy(Date) - Method in class org.datanucleus.store.types.wrappers.Date
Method to attached the passed value.
attachCopy(GregorianCalendar) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to return an attached version for the passed ObjectProvider and field, using the passed value.
attachCopy(HashMap) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to return an attached copy of the passed (detached) value.
attachCopy(HashSet) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to return an attached copy of the passed (detached) value.
attachCopy(Hashtable) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to return an attached copy of the passed (detached) value.
attachCopy(LinkedHashMap) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to return an attached copy of the passed (detached) value.
attachCopy(LinkedHashSet) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to return an attached copy of the passed (detached) value.
attachCopy(LinkedList) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to return an attached copy of the passed (detached) value.
attachCopy(List) - Method in class org.datanucleus.store.types.wrappers.List
Method to return an attached copy of the passed (detached) value.
attachCopy(Map) - Method in class org.datanucleus.store.types.wrappers.Map
Method to return an attached copy of the passed (detached) value.
attachCopy(PriorityQueue) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to return an attached copy of the passed (detached) value.
attachCopy(Properties) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to return an attached copy of the passed (detached) value.
attachCopy(Queue) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to return an attached copy of the passed (detached) value.
attachCopy(Set) - Method in class org.datanucleus.store.types.wrappers.Set
Method to return an attached copy of the passed (detached) value.
attachCopy(SortedMap) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to return an attached copy of the passed (detached) value.
attachCopy(SortedSet) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to return an attached copy of the passed (detached) value.
attachCopy(Date) - Method in class org.datanucleus.store.types.wrappers.SqlDate
Method to return an attached version for the passed ObjectProvider and field, using the passed value.
attachCopy(Time) - Method in class org.datanucleus.store.types.wrappers.SqlTime
Method to return an attached version for the passed ObjectProvider and field, using the passed value.
attachCopy(Timestamp) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Method to return an attached version for the passed ObjectProvider and field, using the passed value.
attachCopy(Stack) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to return an attached copy of the passed (detached) value.
attachCopy(TreeMap) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to return an attached copy of the passed (detached) value.
attachCopy(TreeSet) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to return an attached copy of the passed (detached) value.
attachCopy(Vector) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return an attached copy of the passed (detached) value.
attachCopyElements(ObjectProvider, Collection, Collection, boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method for use by Collection/Set/HashSet attachCopy methods to add any new elements (added whilst detached) to the collection.
attachCopyForCollection(ObjectProvider, Object[], Collection, boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Method to return an attached copy of the passed (detached) value.
attachCopyForMap(ObjectProvider, Set, Map, boolean, boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Method to return an attached copy of the passed (detached) value.
AttachFieldManager - Class in org.datanucleus.store.fieldmanager
Utility class to handle the attach of fields.
AttachFieldManager(ObjectProvider, boolean[], boolean[], boolean, boolean, boolean) - Constructor for class org.datanucleus.store.fieldmanager.AttachFieldManager
Constructor.
attachForCollection(ObjectProvider, Object[], boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to attach (recursively) all elements for a collection field.
attachForMap(ObjectProvider, Set, boolean, boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to attach (recursively) all keys/values for a map field.
attachObject(ObjectProvider, Object, boolean) - Method in interface org.datanucleus.ExecutionContext
Method to attach the passed object (and related objects).
attachObject(ObjectProvider, Object, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Method to attach a persistent detached object.
attachObject(ObjectProvider, Object, boolean) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
attachObjectCopy(ObjectProvider, T, boolean) - Method in interface org.datanucleus.ExecutionContext
Method to attach a copy of the passed object (and related objects).
attachObjectCopy(ObjectProvider, T, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Method to attach a persistent detached object returning an attached copy of the object.
attachObjectCopy(ObjectProvider, Object, boolean) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
Attribute - Class in org.datanucleus.asm
A non standard class, field, method or code attribute.
Attribute(String) - Constructor for class org.datanucleus.asm.Attribute
Constructs a new empty attribute.
attributeEmbeddedMember(MemberColumnMapping, List<AbstractMemberMetaData>) - Method in interface org.datanucleus.store.schema.table.SchemaVerifier
Method called when the specified embedded member has its column(s) created.
attributeMember(MemberColumnMapping, AbstractMemberMetaData) - Method in interface org.datanucleus.store.schema.table.SchemaVerifier
Method called when the specified member has its column(s) created.
attributeMember(MemberColumnMapping) - Method in interface org.datanucleus.store.schema.table.SchemaVerifier
Method called when the specified surrogate member has its column(s) created.
AUIDGenerator - Class in org.datanucleus.store.valuegenerator
This generator uses a Java implementation of DCE UUIDs to create unique identifiers without the overhead of additional database transactions or even an open database connection.
AUIDGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.AUIDGenerator
 
autoApplyConvertersByType - Variable in class org.datanucleus.store.types.TypeManagerImpl
 
autoCreateColumns - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to auto create any columns that are missing.
autoCreateConstraints - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to auto create any constraints
autoCreateSchema - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to auto create any schema.
autoCreateTables - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to auto create any tables.
autoCreateWarnOnError - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to warn only when any errors occur on auto-create.
autoDeleteColumns - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to auto delete any columns that are present but not in the metadata.
autoJoin - Variable in class org.datanucleus.JTATransactionImpl
 
AutoStartMechanism - Interface in org.datanucleus.store.autostart
Interface defining an Auto-Start Mechanism.
AutoStartMechanism.Mode - Enum in org.datanucleus.store.autostart
 
av - Variable in class org.datanucleus.asm.AnnotationVisitor
The annotation visitor to which this visitor must delegate method calls.
avg(Expression, ExpressionEvaluator, Map<String, Object>) - Method in class org.datanucleus.query.inmemory.SetExpression
 

B

b - Variable in class org.datanucleus.asm.ClassReader
The class to be parsed.
BackedSCO - Interface in org.datanucleus.store.types.wrappers.backed
Interface implemented by backed SCOs.
BackedSCOStoreManager - Interface in org.datanucleus.store
Interface implemented by a StoreManager when it supports "backed" SCO wrappers (i.e SCO fields have a connection to the datastore via a "backing store" to support more efficient connectivity).
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.ArrayList
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.Collection
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.HashMap
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.HashSet
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.Hashtable
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedList
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.List
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.Map
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.Properties
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.Queue
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.Set
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.SortedMap
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.SortedSet
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.Stack
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.TreeMap
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.TreeSet
 
backingStore - Variable in class org.datanucleus.store.types.wrappers.backed.Vector
 
BALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
Base64 - Class in org.datanucleus.util
A Base64 Encoder/Decoder.
BasePropertyStore - Class in org.datanucleus.properties
Basic property store implementation, allowing setting of properties
BasePropertyStore() - Constructor for class org.datanucleus.properties.BasePropertyStore
 
BASIC - Static variable in class org.datanucleus.FetchGroup
 
BASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
batchEnd(ExecutionContext, PersistenceBatchType) - Method in class org.datanucleus.store.AbstractPersistenceHandler
 
batchEnd(ExecutionContext, PersistenceBatchType) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
batchEnd(ExecutionContext, PersistenceBatchType) - Method in interface org.datanucleus.store.StorePersistenceHandler
Signal that the current batch of operations are ending for the specified ExecutionContext.
batchStart(ExecutionContext, PersistenceBatchType) - Method in class org.datanucleus.store.AbstractPersistenceHandler
 
batchStart(ExecutionContext, PersistenceBatchType) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
batchStart(ExecutionContext, PersistenceBatchType) - Method in interface org.datanucleus.store.StorePersistenceHandler
Signal that a batch of operations are starting for the specified ExecutionContext.
BeanValidatorHandler - Class in org.datanucleus.validation
Handles the integration of "javax.validation".
BeanValidatorHandler(ExecutionContext, ValidatorFactory) - Constructor for class org.datanucleus.validation.BeanValidatorHandler
Constructor for a validation handler.
becomingDeleted() - Method in class org.datanucleus.state.AbstractStateManager
 
becomingDeleted() - Method in interface org.datanucleus.state.ObjectProvider
Whether this object is moving to a deleted state.
beforeCompletion() - Method in class org.datanucleus.JTAJCATransactionImpl
Called by the transaction manager prior to the start of the two-phase transaction commit process.
beforeCompletion() - Method in class org.datanucleus.JTATransactionImpl
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
begin() - Method in class org.datanucleus.JTATransactionImpl
"16.1.3 Stateless Session Bean with Bean Managed Transactions": "acquiring a PersistenceManager without beginning a UserTransaction results in the PersistenceManager being able to manage transaction boundaries via begin, commit, and rollback methods on javax.jdo.Transaction.
begin() - Method in class org.datanucleus.store.StoreDataManager
Begin a transaction that changes the StoreData cache
begin() - Method in interface org.datanucleus.Transaction
Begin a transaction.
begin(ExecutionContext) - Method in class org.datanucleus.transaction.TransactionManager
 
begin() - Method in class org.datanucleus.TransactionImpl
Method to begin the transaction.
BigDecimalAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing a BigDecimal, used in evaluation of aggregates.
BigDecimalAggregateExpression(BigDecimal) - Constructor for class org.datanucleus.query.inmemory.BigDecimalAggregateExpression
 
BigDecimalArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a BigDecimal[] object to/from ByteBuffer.
BigDecimalArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.BigDecimalArrayByteBufferConverter
 
BigDecimalDoubleConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.math.BigDecimal and a Double form.
BigDecimalDoubleConverter() - Constructor for class org.datanucleus.store.types.converters.BigDecimalDoubleConverter
 
BigDecimalStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.math.BigDecimal and a String form.
BigDecimalStringConverter() - Constructor for class org.datanucleus.store.types.converters.BigDecimalStringConverter
 
BigIntegerAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing a BigInteger, used in evaluation of aggregates.
BigIntegerAggregateExpression(BigInteger) - Constructor for class org.datanucleus.query.inmemory.BigIntegerAggregateExpression
 
BigIntegerArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a BigInteger[] object to/from ByteBuffer.
BigIntegerArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.BigIntegerArrayByteBufferConverter
 
BigIntegerLongConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.math.BigInteger and a Long form.
BigIntegerLongConverter() - Constructor for class org.datanucleus.store.types.converters.BigIntegerLongConverter
 
BigIntegerStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.math.BigInteger and a String form.
BigIntegerStringConverter() - Constructor for class org.datanucleus.store.types.converters.BigIntegerStringConverter
 
bind(SymbolTable) - Method in class org.datanucleus.query.expression.ArrayExpression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.CaseExpression
 
bind(SymbolTable) - Method in class org.datanucleus.query.expression.ClassExpression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.CreatorExpression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.DyadicExpression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.Expression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.InvokeExpression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.JoinExpression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.Literal
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.OrderExpression
 
bind(SymbolTable) - Method in class org.datanucleus.query.expression.ParameterExpression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.PrimaryExpression
Method to bind the expression to the symbol table as appropriate.
bind(SymbolTable) - Method in class org.datanucleus.query.expression.SubqueryExpression
 
bind(SymbolTable) - Method in class org.datanucleus.query.expression.VariableExpression
Method to bind the expression to the symbol table as appropriate.
bindTransactionEventListener(TransactionEventListener) - Method in interface org.datanucleus.Transaction
Listeners that are never cleared, and invoked for all transactions
bindTransactionEventListener(TransactionEventListener) - Method in class org.datanucleus.TransactionImpl
 
BIPUSH - Static variable in interface org.datanucleus.asm.Opcodes
 
BitSet - Class in org.datanucleus.store.types.wrappers
A mutable second-class BitSet object.
BitSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.BitSet
Creates a BitSet object.
BitSetStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.BitSet and a String form.
BitSetStringConverter() - Constructor for class org.datanucleus.store.types.converters.BitSetStringConverter
 
block - Variable in class org.datanucleus.store.valuegenerator.AbstractGenerator
The current block of values that have been reserved.
BOOLEAN - Static variable in class org.datanucleus.asm.Type
The sort of the boolean type.
BOOLEAN - Static variable in class org.datanucleus.ClassConstants
 
BOOLEAN - Static variable in class org.datanucleus.ClassNameConstants
 
BOOLEAN_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
BOOLEAN_TYPE - Static variable in class org.datanucleus.asm.Type
The boolean type.
BooleanArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a boolean[] object to/from ByteBuffer.
BooleanArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.BooleanArrayByteBufferConverter
 
booleanArrayToString(boolean[]) - Static method in class org.datanucleus.util.StringUtils
Utility to convert a boolean[] to a String.
BooleanIntegerConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.lang.Boolean and an Integer (0, 1) form.
BooleanIntegerConverter() - Constructor for class org.datanucleus.store.types.converters.BooleanIntegerConverter
 
BooleanPropertyValidator - Class in org.datanucleus.properties
Validator for a property that represents a boolean.
BooleanPropertyValidator() - Constructor for class org.datanucleus.properties.BooleanPropertyValidator
 
BooleanYNConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.lang.Boolean and a Character ("Y", "N") form.
BooleanYNConverter() - Constructor for class org.datanucleus.store.types.converters.BooleanYNConverter
 
BTMTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for BTM (Bitronix).
BTMTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.BTMTransactionManagerLocator
Constructor.
BULK_DELETE - Static variable in class org.datanucleus.store.query.Query
 
BULK_UPDATE - Static variable in class org.datanucleus.store.query.Query
 
Bundle - Class in org.datanucleus.plugin
A Plug-in (OSGi Bundle) definition.
Bundle(String, String, String, String, URL) - Constructor for class org.datanucleus.plugin.Bundle
Constructor
Bundle.BundleDescription - Class in org.datanucleus.plugin
Description of bundles bundle-description = symbolic-name (';' parameter )* See OSGI 3.0 $ 1.4.2
Bundle.BundleVersion - Class in org.datanucleus.plugin
Bundle Version - according to OSGi spec 3.0 $3.2.4
Bundle.BundleVersionRange - Class in org.datanucleus.plugin
Bundle Range - according to OSGi spec 3.0 �3.2.5
BundleDescription() - Constructor for class org.datanucleus.plugin.Bundle.BundleDescription
 
BundleVersion() - Constructor for class org.datanucleus.plugin.Bundle.BundleVersion
 
BundleVersionRange() - Constructor for class org.datanucleus.plugin.Bundle.BundleVersionRange
 
BYTE - Static variable in class org.datanucleus.asm.Type
The sort of the byte type.
BYTE - Static variable in class org.datanucleus.ClassConstants
 
BYTE - Static variable in class org.datanucleus.ClassNameConstants
 
BYTE_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
BYTE_TYPE - Static variable in class org.datanucleus.asm.Type
The byte type.
ByteArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a byte[] object to/from ByteBuffer.
ByteArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.ByteArrayByteBufferConverter
 
ByteId - Class in org.datanucleus.identity
This class is for identity with a single byte field.
ByteId(Class, byte) - Constructor for class org.datanucleus.identity.ByteId
 
ByteId(Class, Byte) - Constructor for class org.datanucleus.identity.ByteId
 
ByteId(Class, String) - Constructor for class org.datanucleus.identity.ByteId
 
ByteId() - Constructor for class org.datanucleus.identity.ByteId
 
ByteObjectArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a byte[] object to/from ByteBuffer.
ByteObjectArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.ByteObjectArrayByteBufferConverter
 
bytes - Variable in class org.datanucleus.enhancer.ImplementationGenerator
bytes for the implementation class.
ByteVector - Class in org.datanucleus.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class org.datanucleus.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - Constructor for class org.datanucleus.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

cache - Variable in class org.datanucleus.ExecutionContextImpl
Level 1 Cache, essentially a Map of ObjectProvider keyed by the id.
CACHE - Static variable in class org.datanucleus.util.NucleusLogger
Log for Cache issues
cacheable - Variable in class org.datanucleus.metadata.AbstractClassMetaData
cacheable tag value.
cacheable - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
cacheable tag value.
CachedId(String, Object) - Constructor for class org.datanucleus.cache.CachedPC.CachedId
 
CachedPC<T> - Class in org.datanucleus.cache
An object that is stored in the Level2 Cache keyed by the identity of the persistable object.
CachedPC(Class<T>, boolean[], Object) - Constructor for class org.datanucleus.cache.CachedPC
Constructor.
CachedPC.CachedId - Class in org.datanucleus.cache
 
cacheName - Variable in class org.datanucleus.cache.AbstractLevel2Cache
Name of the cache to use.
calcIsSecondClassMutable(MetaDataManager) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Calculate wether this field should be a second class mutable field.
calculateObjectDepthForMember(List<String>, String) - Static method in class org.datanucleus.state.FetchPlanState
 
CalendarComponentsConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.Calendar and (Long, String) being the time in millisecs plus the timezone.
CalendarComponentsConverter() - Constructor for class org.datanucleus.store.types.converters.CalendarComponentsConverter
 
CalendarDateConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.Calendar and a java.util.Date form.
CalendarDateConverter() - Constructor for class org.datanucleus.store.types.converters.CalendarDateConverter
 
CalendarStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.Calendar and a String form.
CalendarStringConverter() - Constructor for class org.datanucleus.store.types.converters.CalendarStringConverter
 
CalendarTimestampConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.Calendar and a java.sql.Timestamp.
CalendarTimestampConverter() - Constructor for class org.datanucleus.store.types.converters.CalendarTimestampConverter
 
CallbackHandler - Interface in org.datanucleus.state
CallBack handlers receive notification of events on persistent objects.
CALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
cancel() - Method in class org.datanucleus.store.query.Query
Method to cancel any currently running queries.
cancel(Thread) - Method in class org.datanucleus.store.query.Query
Method to cancel a running query in the specified Thread.
cancelTaskObject(Object) - Method in class org.datanucleus.store.query.Query
Method to perform the cancellation of a query task.
candidateAlias - Variable in class org.datanucleus.query.compiler.AbstractSymbolResolver
 
candidateAlias - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
Alias for the primary candidate.
candidateAlias - Variable in class org.datanucleus.query.compiler.QueryCompilation
Alias for the (primary) candidate.
candidateAlias - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
 
candidateAliasOrig - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
Default candidate alias in use (only set when in a subquery and the same as the outer query).
candidateClass - Variable in class org.datanucleus.query.compiler.AbstractSymbolResolver
 
candidateClass - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
Primary candidate class (if defined).
candidateClass - Variable in class org.datanucleus.query.compiler.QueryCompilation
Primary candidate class.
candidateClass - Variable in class org.datanucleus.store.AbstractExtent
The candidate class.
candidateClass - Variable in class org.datanucleus.store.query.Query
The candidate class for this query.
candidateClassName - Variable in class org.datanucleus.store.query.Query
Name of the candidate class (used when specified via Single-String).
candidateCollection - Variable in class org.datanucleus.store.query.AbstractJavaQuery
Collection of candidates for this query.
CandidateIdsQueryResult<E> - Class in org.datanucleus.store.query
QueryResult taking in the list of identities of the objects of candidate type.
CandidateIdsQueryResult(Query, List<Object>) - Constructor for class org.datanucleus.store.query.CandidateIdsQueryResult
 
CandidateIdsQueryResult.ResultIterator - Class in org.datanucleus.store.query
Iterator for results for this query.
candidates - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
candidates - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
Candidates objects to evaluate.
CASCADE - Static variable in class org.datanucleus.metadata.ForeignKeyAction
update/delete-action="cascade".
cascadeDelete - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether to delete this relation when deleting the owning object (JPA).
cascadeDetach - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether to detach this relation when detaching the owning object (JPA).
cascadePersist - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether to persist this relation when persisting the owning object.
cascadeRefresh - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether to refresh this relation when refreshing the owning object (JPA).
cascadeRemoveOrphans - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether to remove orphans when deleting the owning object (JPA).
cascadeUpdate - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether to update this relation when updating the owning object.
CaseExpression - Class in org.datanucleus.query.expression
Expression representing a case series of when expressions and their action expressions.
CaseExpression(Expression) - Constructor for class org.datanucleus.query.expression.CaseExpression
 
CaseExpression.ExpressionPair - Class in org.datanucleus.query.expression
 
caseSensitiveAliases - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
caseSensitiveSymbolNames() - Method in class org.datanucleus.query.compiler.JDOQLCompiler
 
caseSensitiveSymbolNames() - Method in class org.datanucleus.query.compiler.JDOQLSymbolResolver
 
caseSensitiveSymbolNames() - Method in class org.datanucleus.query.compiler.JPQLCompiler
 
caseSensitiveSymbolNames() - Method in class org.datanucleus.query.compiler.JPQLSymbolResolver
 
caseSensitiveSymbolNames() - Method in interface org.datanucleus.query.symbol.SymbolResolver
Whether names of symbols are case-sensitive (e.g JDOQL returns true, but JPQL returns false).
CAST - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type declared in an explicit or implicit cast instruction.
CASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
catalog - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Catalog name (O/R mapping).
catalog - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Catalog for the table specified for this field.
catalog - Variable in class org.datanucleus.metadata.FileMetaData
Catalog name for all classes in this file
catalog - Variable in class org.datanucleus.metadata.JoinMetaData
the catalog name.
catalog - Variable in class org.datanucleus.metadata.PackageMetaData
Catalog name for all classes in this package
catalogName - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Name of the catalog to use for the table
CD_Object - Static variable in class org.datanucleus.enhancer.EnhanceUtils
Descriptor for java.lang.Object.
CD_String - Static variable in class org.datanucleus.enhancer.EnhanceUtils
Class descriptor for String.
CeilFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function CEIL(numExpr).
CeilFunction() - Constructor for class org.datanucleus.query.inmemory.CeilFunction
 
ceiling - Variable in class org.datanucleus.plugin.Bundle.BundleVersionRange
 
ceiling_inclusive - Variable in class org.datanucleus.plugin.Bundle.BundleVersionRange
 
changeActivityState(ActivityState) - Method in interface org.datanucleus.state.ObjectProvider
Update the acitvity state.
changeActivityState(ActivityState) - Method in class org.datanucleus.state.ReferentialStateManagerImpl
Change the activity state to a particular state.
changeActivityState(ActivityState) - Method in class org.datanucleus.state.StateManagerImpl
 
changeState(ObjectProvider, int) - Method in class org.datanucleus.state.LifeCycleState
Utility to change state to a new state.
changeTransientState(ObjectProvider, int) - Method in class org.datanucleus.state.LifeCycleState
Utility to change state to a new state.
CHAR - Static variable in class org.datanucleus.asm.Type
The sort of the char type.
CHAR - Static variable in class org.datanucleus.ClassConstants
 
CHAR - Static variable in class org.datanucleus.ClassNameConstants
 
CHAR_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
CHAR_TYPE - Static variable in class org.datanucleus.asm.Type
The char type.
characters(char[], int, int) - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Notification handler for the "body" data inside an element.
charactersBuffer - Variable in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
parser buffer
CharacterStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between Character and a String form.
CharacterStringConverter() - Constructor for class org.datanucleus.store.types.converters.CharacterStringConverter
 
CharArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a char[] object to/from ByteBuffer.
CharArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.CharArrayByteBufferConverter
 
CharId - Class in org.datanucleus.identity
This class is for identity with a single character field.
CharId(Class, char) - Constructor for class org.datanucleus.identity.CharId
 
CharId(Class, Character) - Constructor for class org.datanucleus.identity.CharId
 
CharId(Class, String) - Constructor for class org.datanucleus.identity.CharId
 
CharId() - Constructor for class org.datanucleus.identity.CharId
 
CHECK_READ - Static variable in interface org.datanucleus.enhancer.Persistable
dnFieldFlags for a field includes CHECK_READ, then the field has been enhanced to call the StateManager on read if the dnFlags setting is not READ_OK or READ_WRITE_OK
CHECK_WRITE - Static variable in interface org.datanucleus.enhancer.Persistable
dnFieldFlags for a field includes CHECK_WRITE, then the field has been enhanced to call the StateManager on write if the dnFlags setting is not READ_WRITE_OK
checkAuthorizedStateManager(StateManager) - Static method in class org.datanucleus.enhancer.EnhancementHelper
Check that the parameter instance is of a class that is authorized for JDOPermission("setStateManager").
checkAuthorizedStateManagerClass(Class) - Static method in class org.datanucleus.enhancer.EnhancementHelper
Check that the parameter instance is a class that is authorized for JDOPermission("setStateManager").
CHECKCAST - Static variable in interface org.datanucleus.asm.Opcodes
 
checkClassIsEnhanced(boolean) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Convenience method to return if a class is enhanced.
checkConsistency() - Method in interface org.datanucleus.state.RelationshipManager
Method to check for consistency the managed relations of this object with the related objects.
checkConsistency() - Method in class org.datanucleus.state.RelationshipManagerImpl
 
checkCurrentState() - Method in class org.datanucleus.state.DetachState.Entry
Determine whether the current state is "dominated" by any previous detach state for this entry, in which case we know that all the required fields will already be in the detached copy.
checkForCircularViewReferences(Map, String, String, List) - Static method in class org.datanucleus.util.ViewUtils
Check for any circular view references between referencer and referencee.
checkForMissingParameters(Map) - Method in class org.datanucleus.store.query.Query
Method to check for any missing parameters that the query compilation is expecting but which aren't supplied to execute().
checkIn(ExecutionContext) - Method in class org.datanucleus.ExecutionContextPool
 
checkIn(ObjectProvider) - Method in class org.datanucleus.state.ObjectProviderPool
 
checkInheritance(FieldValues) - Method in interface org.datanucleus.state.ObjectProvider
Deprecated.
Dont use this, to be removed
checkInheritance(FieldValues) - Method in class org.datanucleus.state.StateManagerImpl
Deprecated.
Dont use this, to be removed
checkInitialised() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to check whether the Meta-Data has been initialised.
checkManyToManyBidirectionalRelation(AbstractMemberMetaData, ClassLoaderResolver, ExecutionContext, List<RelationshipManagerImpl.RelationChange>) - Method in class org.datanucleus.state.RelationshipManagerImpl
Method to check consistency of the passed field as M-N.
checkManyToOneBidirectionalRelation(AbstractMemberMetaData, ClassLoaderResolver, ExecutionContext, Object, Object) - Method in class org.datanucleus.state.RelationshipManagerImpl
Method to check the consistency of the passed field as N-1.
checkNotYetPopulated() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to check that the Meta-Data has not been populated yet.
checkOneToManyBidirectionalRelation(AbstractMemberMetaData, ClassLoaderResolver, ExecutionContext, List<RelationshipManagerImpl.RelationChange>) - Method in class org.datanucleus.state.RelationshipManagerImpl
Method to check the consistency of the passed field as 1-N.
checkOneToOneBidirectionalRelation(AbstractMemberMetaData, ClassLoaderResolver, ExecutionContext, Object, Object) - Method in class org.datanucleus.state.RelationshipManagerImpl
Method to check the consistency of the passed field as 1-1.
checkOut(Object, Map<String, Object>) - Method in class org.datanucleus.ExecutionContextPool
 
checkOut(ExecutionContext, AbstractClassMetaData) - Method in class org.datanucleus.state.ObjectProviderPool
 
checkParameterTypesAgainstCompilation(Map) - Method in class org.datanucleus.store.query.Query
Method to do checks of the input parameters with respect to their types being consistent with the types of the parameters in the compilation.
checkPopulated() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to check whether the Meta-Data has been populated.
checkUnusedParameters() - Method in class org.datanucleus.store.query.Query
Whether the query compilation(s) should check for unused parameters.
childNodes - Variable in class org.datanucleus.query.compiler.Node
List of child nodes in the tree below here.
ci - Variable in class org.datanucleus.query.compiler.Lexer
 
CLASS_EXTENDS - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the super class of a class or one of the interfaces it implements.
CLASS_LOADER_RESOLVER - Static variable in class org.datanucleus.ClassConstants
 
CLASS_TYPE_PARAMETER - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target a type parameter of a generic class.
CLASS_TYPE_PARAMETER_BOUND - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic class.
ClassAnnotationHandler - Interface in org.datanucleus.metadata.annotations
Interface defining a handler for class annotations.
classBytes - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Bytes of the class (after enhancing).
ClassConstants - Class in org.datanucleus
Constants with classes (class created to reduce overhead on calling Class.class *performance*)
ClassConstants() - Constructor for class org.datanucleus.ClassConstants
 
classDescriptor - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Class descriptor for this class.
ClassEnhancer - Interface in org.datanucleus.enhancer
Interface representation of an enhancer of a class.
ClassEnhancerImpl - Class in org.datanucleus.enhancer
Class enhancer using ASM (see http://asm.objectweb.org but included in DataNucleus core repackaged).
ClassEnhancerImpl(ClassMetaData, ClassLoaderResolver, MetaDataManager, EnhancementNamer) - Constructor for class org.datanucleus.enhancer.ClassEnhancerImpl
Constructor for an enhancer for the class.
ClassEnhancerImpl(ClassMetaData, ClassLoaderResolver, MetaDataManager, EnhancementNamer, byte[]) - Constructor for class org.datanucleus.enhancer.ClassEnhancerImpl
Constructor for an enhancer to enhance a class defined by the provided bytes.
ClassEnhancerImpl.MyClassVisitor - Class in org.datanucleus.enhancer
Convenience class to look up the class name for a file.
classes - Variable in class org.datanucleus.metadata.PackageMetaData
List of classes (uses List to retain positioning).
classes - Variable in class org.datanucleus.store.autostart.MetaDataAutoStarter
 
classesAreDescendents(ClassLoaderResolver, String, String) - Static method in class org.datanucleus.util.ClassUtils
Method to check if 2 classes are direct descendents.
ClassesAutoStarter - Class in org.datanucleus.store.autostart
An auto-starter mechanism that uses a defined list of classes to be loaded at start.
ClassesAutoStarter(StoreManager, ClassLoaderResolver) - Constructor for class org.datanucleus.store.autostart.ClassesAutoStarter
Constructor, taking the names of the classes to use.
classesWithoutPersistenceInfo - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Cache of class names that are known to not have MetaData/annotations.
ClassExpression - Class in org.datanucleus.query.expression
Expression representing a candidate in a FROM clause.
ClassExpression(String) - Constructor for class org.datanucleus.query.expression.ClassExpression
 
ClassField - Class in org.datanucleus.enhancer
Representation of a field that an enhanced class requires.
ClassField(ClassEnhancer, String, int, Object) - Constructor for class org.datanucleus.enhancer.ClassField
Constructor
ClassField(ClassEnhancer, String, int, Object, Object) - Constructor for class org.datanucleus.enhancer.ClassField
Constructor
classForName(String, ClassLoader) - Method in interface org.datanucleus.ClassLoaderResolver
Class loading method, allowing specification of a primary loader.
classForName(String, ClassLoader, boolean) - Method in interface org.datanucleus.ClassLoaderResolver
Class loading method, allowing specification of a primary loader and whether the class should be initialised or not.
classForName(String) - Method in interface org.datanucleus.ClassLoaderResolver
Class loading method.
classForName(String, boolean) - Method in interface org.datanucleus.ClassLoaderResolver
Class loading method, allowing for initialisation of the class.
classForName(String, ClassLoader) - Method in class org.datanucleus.ClassLoaderResolverImpl
JDO's Class Loading mechanism (Spec 1.0.1 Chapter 12.5).
classForName(String, ClassLoader, boolean) - Method in class org.datanucleus.ClassLoaderResolverImpl
JDO's Class Loading mechanism (Spec 1.0.1 Chapter 12.5)
classForName(String) - Method in class org.datanucleus.ClassLoaderResolverImpl
JDO's Class Loading mechanism (Spec 1.0.1 Chapter 12.5).
classForName(String, boolean) - Method in class org.datanucleus.ClassLoaderResolverImpl
JDO's Class Loading mechanism (Spec 1.0.1 Chapter 12.5)
ClassLoaderResolver - Interface in org.datanucleus
Class to allow resolution and loading of classes in a persistence framework.
classLoaderResolverClassName - Variable in class org.datanucleus.AbstractNucleusContext
Name of the class providing the ClassLoaderResolver.
ClassLoaderResolverImpl - Class in org.datanucleus
A basic implementation of a ClassLoaderResolver.
ClassLoaderResolverImpl(ClassLoader) - Constructor for class org.datanucleus.ClassLoaderResolverImpl
Constructor for ExecutionContext cases.
ClassLoaderResolverImpl() - Constructor for class org.datanucleus.ClassLoaderResolverImpl
Constructor for non-PersistenceManager cases so there is no PM context loader.
classLoaderResolverMap - Variable in class org.datanucleus.AbstractNucleusContext
Map of the ClassLoaderResolver, keyed by the clr class and the primaryLoader name.
ClassMetaData - Class in org.datanucleus.metadata
Representation of the MetaData of a class.
ClassMetaData(PackageMetaData, String) - Constructor for class org.datanucleus.metadata.ClassMetaData
Constructor.
ClassMetaData(InterfaceMetaData, String, boolean) - Constructor for class org.datanucleus.metadata.ClassMetaData
Constructor for creating the ClassMetaData for an implementation of a "persistent-interface".
ClassMetaData(ClassMetaData, String) - Constructor for class org.datanucleus.metadata.ClassMetaData
Constructor for creating the ClassMetaData for an implementation of a "persistent-abstract-class".
classMetaDataByAppIdClassName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of class metadata, keyed by the application-id object-id class name (not SingleField).
classMetaDataByClass - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of ClassMetaData, keyed by the class name.
classMetaDataByDiscriminatorName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of ClassMetaData, keyed by the class discriminator name.
classMetaDataByEntityName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of ClassMetaData, keyed by the JPA "entity name".
ClassMethod - Class in org.datanucleus.enhancer
Representation of a method that an enhanced class requires.
ClassMethod(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.ClassMethod
Constructor.
ClassMethod(ClassEnhancer, String, int, Object, Object[], String[], String[]) - Constructor for class org.datanucleus.enhancer.ClassMethod
Constructor.
className - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Class name of the class being enhanced
className - Variable in class org.datanucleus.enhancer.ImplementationGenerator
Class name of the implementation.
className - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Name of the class to which this field really belongs.
className - Variable in class org.datanucleus.util.MacroString.IdentifierMacro
the class name
ClassNameConstants - Class in org.datanucleus
Constants with classes names (created to reduce overhead on calling Class.class.getName()), namely performance.
ClassNameConstants() - Constructor for class org.datanucleus.ClassNameConstants
 
classNames - Variable in class org.datanucleus.store.autostart.ClassesAutoStarter
Names of the classes to start with.
ClassNotDetachableException - Exception in org.datanucleus.exceptions
A ClassNotDetachableException is thrown if an attempt is made to detach an object whose class is not detachable.
ClassNotDetachableException(String) - Constructor for exception org.datanucleus.exceptions.ClassNotDetachableException
Constructs a class-not-detachable exception with the specified detail message.
ClassNotDetachableException(String, Exception) - Constructor for exception org.datanucleus.exceptions.ClassNotDetachableException
Constructs a class-not-detachable exception with the specified detail message and nested exception.
ClassNotDetachableException(Throwable[]) - Constructor for exception org.datanucleus.exceptions.ClassNotDetachableException
Constructs a class-not-detachable exception for many objects with the specified detail message and nested exceptions.
ClassNotPersistableException - Exception in org.datanucleus.exceptions
An exception thrown when an operation is invoked that requires a persistable object yet the object passed in is not suitable.
ClassNotPersistableException(String) - Constructor for exception org.datanucleus.exceptions.ClassNotPersistableException
Constructs a class-not-persistable exception with the specified detail message.
ClassNotPersistableException(String, Exception) - Constructor for exception org.datanucleus.exceptions.ClassNotPersistableException
Constructs a class-not-persistable exception with the specified detail message and nested exception.
ClassNotResolvedException - Exception in org.datanucleus.exceptions
A ClassNotResolvedException is thrown if an attempt is made to load a class that cannot be found by the ClassLoaderResolver.
ClassNotResolvedException(String, Throwable) - Constructor for exception org.datanucleus.exceptions.ClassNotResolvedException
Constructs a class-not-resolvable exception with the specified detail message and nested exception.
ClassNotResolvedException(String) - Constructor for exception org.datanucleus.exceptions.ClassNotResolvedException
Constructs a class-not-resolvable exception with the specified detail message and nested exception.
ClassPersistenceModifier - Enum in org.datanucleus.metadata
Definition of the options for persistence-modifier of a class.
ClassReader - Class in org.datanucleus.asm
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - Constructor for class org.datanucleus.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class org.datanucleus.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class org.datanucleus.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class org.datanucleus.asm.ClassReader
Constructs a new ClassReader object.
ClassStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.lang.Class and a String form.
ClassStringConverter() - Constructor for class org.datanucleus.store.types.converters.ClassStringConverter
 
ClassUtils - Class in org.datanucleus.util
Utilities for handling classes.
ClassUtils() - Constructor for class org.datanucleus.util.ClassUtils
 
ClassVisitor - Class in org.datanucleus.asm
A visitor to visit a Java class.
ClassVisitor(int) - Constructor for class org.datanucleus.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassVisitor(int, ClassVisitor) - Constructor for class org.datanucleus.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassWriter - Class in org.datanucleus.asm
A ClassVisitor that generates classes in bytecode form.
ClassWriter(int) - Constructor for class org.datanucleus.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(ClassReader, int) - Constructor for class org.datanucleus.asm.ClassWriter
Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
cleanUp() - Method in class org.datanucleus.ExecutionContextPool
 
cleanUp() - Method in class org.datanucleus.state.ObjectProviderPool
 
clear() - Method in class org.datanucleus.cache.SoftRefCache
 
clear() - Method in class org.datanucleus.cache.StrongRefCache
 
clear() - Method in class org.datanucleus.cache.WeakRefCache
 
clear() - Method in class org.datanucleus.flush.OperationQueue
 
clear() - Method in class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
clear() - Method in interface org.datanucleus.query.cache.QueryCompilationCache
Method to clear the cache.
clear() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
clear() - Method in interface org.datanucleus.state.LockManager
Method to clear all settings of required lock level for object ids (mode 2).
clear() - Method in class org.datanucleus.state.LockManagerImpl
 
clear() - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
clear() - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to clear the results.
clear() - Method in class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
clear() - Method in interface org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Method to clear the cache.
clear() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
clear() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
Method to clear out any cached schema information.
clear(ObjectProvider) - Method in interface org.datanucleus.store.scostore.ArrayStore
Method to clear the array.
clear(ObjectProvider) - Method in interface org.datanucleus.store.scostore.CollectionStore
Method to clear the collection.
clear(ObjectProvider) - Method in interface org.datanucleus.store.scostore.MapStore
Method to clear the map.
clear() - Method in class org.datanucleus.store.StoreDataManager
Clear the cache
clear() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to clear the ArrayList.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to clear the ArrayList.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to clear the Collection.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to clear the HashMap.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to clear the HashSet
clear() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to clear the Hashtable
clear() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to clear the LinkedHashMap.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to clear the LinkedHashSet
clear() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to clear the LinkedList.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to clear the List
clear() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to clear the Map.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to clear the Collection.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to clear the Hashtable
clear() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to clear the Collection.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to clear the Collection.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to clear the SortedMap.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to clear the SortedSet
clear() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to clear the Stack
clear() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to clear the TreeMap.
clear() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to clear the TreeSet
clear() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to clear the Vector.
clear(int) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
clear() - Method in class org.datanucleus.store.types.wrappers.BitSet
 
clear(int, int) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
clear() - Method in class org.datanucleus.store.types.wrappers.Collection
Method to clear the Collection.
clear() - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to clear the HashMap.
clear() - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to clear the HashSet
clear() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to clear the Hashtable
clear() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to clear the LinkedHashMap.
clear() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to clear the LinkedHashSet
clear() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to clear the LinkedList.
clear() - Method in class org.datanucleus.store.types.wrappers.List
Method to clear the List
clear() - Method in class org.datanucleus.store.types.wrappers.Map
Method to clear the Map.
clear() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to clear the Collection.
clear() - Method in class org.datanucleus.store.types.wrappers.Properties
Method to clear the Hashtable
clear() - Method in class org.datanucleus.store.types.wrappers.Queue
Method to clear the Collection.
clear() - Method in class org.datanucleus.store.types.wrappers.Set
Method to clear the Collection.
clear() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to clear the SortedMap.
clear() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to clear the SortedSet
clear() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to clear the Stack
clear() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to clear the TreeMap.
clear() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to clear the TreeSet
clear() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to clear the Vector.
clear() - Method in class org.datanucleus.store.valuegenerator.ValueGenerationManager
Method to clear out the generators managed by this manager.
clear() - Method in class org.datanucleus.util.MultiMap
Clear the map.
clear() - Method in class org.datanucleus.util.ReferenceValueMap
Method to empty the HashMap.
clearAtClose - Variable in class org.datanucleus.cache.AbstractLevel2Cache
Whether to clear out all objects at close().
clearChildren() - Method in interface org.datanucleus.store.schema.ListStoreSchemaData
Method to remove all children.
clearChildren() - Method in interface org.datanucleus.store.schema.MapStoreSchemaData
Method to remove all children.
clearDirty(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Mark the specified ObjectProvider as clean.
clearDirty() - Method in interface org.datanucleus.ExecutionContext
Method to mark as clean all ObjectProviders of dirty objects.
clearDirty(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
Method to clear an object from the list of dirty objects.
clearDirty() - Method in class org.datanucleus.ExecutionContextImpl
Method to clear all objects marked as dirty (whether directly or indirectly).
clearDirty(ObjectProvider) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
clearDirty() - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
clearDirtyFlags() - Method in class org.datanucleus.state.AbstractStateManager
Method to clear all dirty flags on the object.
clearDirtyFlags(int[]) - Method in class org.datanucleus.state.AbstractStateManager
Method to clear all dirty flags on the object.
clearFetchGroups() - Method in class org.datanucleus.FetchGroupManager
Clear out all fetch groups from use by this manager.
clearFields() - Method in interface org.datanucleus.state.ObjectProvider
Method to clear all fields of the object.
clearFields() - Method in interface org.datanucleus.state.RelationshipManager
Convenience method to clear all fields from being managed.
clearFields() - Method in class org.datanucleus.state.RelationshipManagerImpl
 
clearFields() - Method in class org.datanucleus.state.StateManagerImpl
Method to clear all fields of the object.
clearFieldsByNumbers(int[]) - Method in class org.datanucleus.state.AbstractStateManager
 
clearFlags(boolean[]) - Static method in class org.datanucleus.util.ClassUtils
Utility to clear the supplied flags.
clearFlags(boolean[], int[]) - Static method in class org.datanucleus.util.ClassUtils
Utility to clear the supplied flags.
clearGroups() - Method in class org.datanucleus.FetchPlan
Method to clear the current groups and activate the DFG.
clearJarFiles() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Convenience method to clear out all jar files.
clearLoadedFlags() - Method in interface org.datanucleus.state.ObjectProvider
Method to clear all loaded flags on the object.
clearLoadedFlags() - Method in class org.datanucleus.state.StateManagerImpl
Method to clear all loaded flags on the object.
clearLoadedFlagsOnDeleteObject() - Method in interface org.datanucleus.api.ApiAdapter
Whether the API requires clearing of the fields of an object when it is deleted.
clearNonPrimaryKeyFields() - Method in interface org.datanucleus.state.ObjectProvider
Method to clear all fields that are not part of the primary key of the object.
clearNonPrimaryKeyFields() - Method in class org.datanucleus.state.StateManagerImpl
Method to clear all fields that are not part of the primary key of the object.
clearObjectProviderAssociatedValues(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
 
clearObjectProviderAssociatedValues(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
 
clearSavedFields() - Method in interface org.datanucleus.state.ObjectProvider
Method to clear all saved fields on the object.
clearSavedFields() - Method in class org.datanucleus.state.StateManagerImpl
Method to clear all saved fields on the object.
client - Variable in class org.datanucleus.identity.IdentityReference
The object we are the identity for.
clone() - Method in interface org.datanucleus.store.types.SCO
Mutable second class objects are required to provide a public clone() method so that copying of persistable objects can take place.
clone() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Clone operator to return a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Clone operator to return a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Clone operator to return a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.List
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Clone operator to return a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Clone operator to return a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.BitSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Collection
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Date
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.HashMap
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.HashSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Clone operator to return a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.List
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Map
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Properties
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Queue
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Set
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.SqlDate
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.SqlTime
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Stack
Clone operator to return a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Creates and returns a copy of this object.
clone() - Method in class org.datanucleus.store.types.wrappers.Vector
Clone operator to return a copy of this object.
clone() - Method in class org.datanucleus.util.MultiMap
Method to clone the Map.
clone() - Method in class org.datanucleus.util.ReferenceValueMap
Clone method.
close() - Method in class org.datanucleus.AbstractNucleusContext
 
close() - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Method to close the cache when no longer needed.
close() - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
close() - Method in interface org.datanucleus.cache.Level2Cache
Method to close the cache when no longer needed.
close() - Method in class org.datanucleus.cache.NullLevel2Cache
Method to close the cache when no longer needed.
close() - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to close the cache when no longer needed.
close() - Method in class org.datanucleus.enhancer.ClassMethod
Method to close the definition of the class method.
close() - Method in class org.datanucleus.enhancer.EnhancementNucleusContextImpl
 
close() - Method in class org.datanucleus.enhancer.methods.DefaultConstructor
Close the method
close() - Method in interface org.datanucleus.ExecutionContext
Method to close the execution context.
close() - Method in class org.datanucleus.ExecutionContextImpl
Method to close the context.
close() - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
close() - Method in class org.datanucleus.management.jmx.ManagementManager
Close a instance.
close() - Method in interface org.datanucleus.metadata.MetaDataManager
 
close() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
close() - Method in interface org.datanucleus.NucleusContext
Clear out resources for the supported services.
close() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
close() - Method in class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
close() - Method in interface org.datanucleus.query.cache.QueryCompilationCache
Method to close the cache when no longer needed.
close() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
close() - Method in interface org.datanucleus.state.CallbackHandler
Clear any objects to release resources.
close() - Method in interface org.datanucleus.state.LockManager
Method to close the manager and release resources.
close() - Method in class org.datanucleus.state.LockManagerImpl
 
close() - Method in class org.datanucleus.state.NullCallbackHandler
 
close() - Method in interface org.datanucleus.state.ObjectProviderFactory
 
close() - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
 
close() - Method in class org.datanucleus.state.ObjectProviderPool
 
close() - Method in class org.datanucleus.store.AbstractStoreManager
 
close() - Method in class org.datanucleus.store.autostart.AbstractAutoStartMechanism
Closes a transaction for writing (add/delete) classes to the auto start mechanism.
close() - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Closes a transaction for writing (add/delete) classes to the auto start mechanism.
close() - Method in class org.datanucleus.store.autostart.XMLAutoStarter
Performs the write to the XML file.
close() - Method in class org.datanucleus.store.connection.AbstractConnectionFactory
 
close() - Method in interface org.datanucleus.store.connection.ConnectionFactory
Release any resources that have been allocated.
close() - Method in interface org.datanucleus.store.connection.ManagedConnection
Close the connection to the datastore.
close(Iterator<T>) - Method in class org.datanucleus.store.DefaultCandidateExtent
 
close(Iterator<T>) - Method in interface org.datanucleus.store.Extent
Close the specified iterator.
close() - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
close() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
close() - Method in interface org.datanucleus.store.NucleusConnection
Method to close the connection, handing it back to DataNucleus.
close() - Method in class org.datanucleus.store.NucleusConnectionImpl
Method to close the connection.
close() - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to close the results, meaning that they are inaccessible after this point.
close() - Method in class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
close() - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
close() - Method in interface org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Method to close the cache when no longer needed.
close() - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Method to close the cache when no longer needed.
close(Object) - Method in class org.datanucleus.store.query.Query
Close a query result and release any resources associated with it.
close() - Method in interface org.datanucleus.store.query.QueryManager
Close the QueryManager, releasing all cached compilations and results.
close() - Method in class org.datanucleus.store.query.QueryManagerImpl
 
close() - Method in interface org.datanucleus.store.query.QueryResult
Method to close the results, making them unusable thereafter.
close() - Method in interface org.datanucleus.store.StoreManager
 
close() - Method in interface org.datanucleus.store.StorePersistenceHandler
Method to close the persistence handler, and release any resources.
close() - Method in interface org.datanucleus.Transaction
Method to inform the transaction that it is closed.
close() - Method in class org.datanucleus.TransactionImpl
 
close() - Method in class org.datanucleus.validation.BeanValidatorHandler
 
closeAfterTransactionEnd() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
closeAfterTransactionEnd() - Method in interface org.datanucleus.store.connection.ManagedConnection
Convenience method for whether this connection should be closed after the end of transaction.
closeAll() - Method in class org.datanucleus.store.DefaultCandidateExtent
 
closeAll() - Method in interface org.datanucleus.store.Extent
Close all iterators and all resources for this extent.
closeAll() - Method in class org.datanucleus.store.query.Query
Close all query results associated with this Query instance, and release all resources associated with them.
closeAllConnections(ConnectionFactory, ExecutionContext) - Method in interface org.datanucleus.store.connection.ConnectionManager
Method to close all pooled connections for the specified key of the specified factory.
closeAllConnections(ConnectionFactory, ExecutionContext) - Method in class org.datanucleus.store.connection.ConnectionManagerImpl
Method to close all pooled connections for the specified key of the specified factory.
closeCallbackHandler() - Method in interface org.datanucleus.ExecutionContext
Close the callback handler, and disconnect any registered instance listeners.
closeCallbackHandler() - Method in class org.datanucleus.ExecutionContextImpl
Close the callback handler and disconnect any registered listeners.
closed - Variable in class org.datanucleus.query.evaluator.InMemoryQueryResult
Whether the results are close.
closed - Variable in class org.datanucleus.store.query.AbstractQueryResult
Whether the results are close.
closeOnRelease - Variable in class org.datanucleus.store.connection.AbstractManagedConnection
Whether we should close() when release() of the connection is called.
closeOnRelease() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
closeOnRelease() - Method in interface org.datanucleus.store.connection.ManagedConnection
 
closeResults() - Method in class org.datanucleus.store.query.AbstractQueryResult
Inform the query result that we are closing the results now.
closeResults() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult
 
closingConnection() - Method in class org.datanucleus.store.query.AbstractQueryResult
Inform the query result that the connection is being closed so perform any operations now, or rest in peace.
closingConnection() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult
 
clr - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Class Loader Resolver to use for any loading issues.
clr - Variable in class org.datanucleus.query.compiler.AbstractSymbolResolver
 
clr - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
clr - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
 
clr - Variable in class org.datanucleus.store.autostart.MetaDataAutoStarter
 
clr - Variable in class org.datanucleus.store.query.Query
 
clr - Variable in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
clr - Variable in class org.datanucleus.store.types.TypeManagerImpl
 
cls - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Class that is being enhanced.
cmd - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
MetaData for the class being enhanced.
cmd - Variable in class org.datanucleus.state.AbstractStateManager
the metadata for the class.
cmd - Variable in class org.datanucleus.store.AbstractExtent
ClassMetaData for the candidate class.
cmd - Variable in class org.datanucleus.store.fieldmanager.AbstractFetchFieldManager
 
cmd - Variable in class org.datanucleus.store.fieldmanager.AbstractStoreFieldManager
 
cmds - Variable in class org.datanucleus.store.query.AbstractCandidateLazyLoadList
Collection of class metadata suitable for returned objects that haven't yet been fully processed.
CoalesceFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function COALESCE(numExpr[, numExpr2[, numExpr3] etc]).
CoalesceFunction() - Constructor for class org.datanucleus.query.inmemory.CoalesceFunction
 
Collection - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class Collection object.
Collection(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.Collection
Constructor.
Collection(ObjectProvider, AbstractMemberMetaData, boolean, CollectionStore) - Constructor for class org.datanucleus.store.types.wrappers.backed.Collection
Constructor used when creating a Collection for "Map.values" with specified backing store.
Collection - Class in org.datanucleus.store.types.wrappers
A mutable second-class Collection object.
Collection(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Collection
Constructor.
CollectionAddOperation - Class in org.datanucleus.flush
Add operation for a collection where we have a backing store.
CollectionAddOperation(ObjectProvider, CollectionStore, Object) - Constructor for class org.datanucleus.flush.CollectionAddOperation
 
CollectionClearOperation - Class in org.datanucleus.flush
Clear operation for a collection where we have a backing store.
CollectionClearOperation(ObjectProvider, CollectionStore) - Constructor for class org.datanucleus.flush.CollectionClearOperation
 
CollectionContainsMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{collExpr}.contains(elemExpr)".
CollectionContainsMethod() - Constructor for class org.datanucleus.query.inmemory.CollectionContainsMethod
 
collectionHasElementsWithoutIdentity(AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to return if a collection field has elements without their own identity.
collectionHasSerialisedElements(AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to return if a collection field has the elements serialised into the table of the field as a single BLOB.
CollectionMetaData - Class in org.datanucleus.metadata
Representation of the MetaData of a collection.
CollectionMetaData(CollectionMetaData) - Constructor for class org.datanucleus.metadata.CollectionMetaData
Constructor to create a copy of the passed metadata.
CollectionMetaData() - Constructor for class org.datanucleus.metadata.CollectionMetaData
Default constructor.
CollectionRemoveOperation - Class in org.datanucleus.flush
Remove operation for a collection where we have a backing store.
CollectionRemoveOperation(ObjectProvider, CollectionStore, Object, boolean) - Constructor for class org.datanucleus.flush.CollectionRemoveOperation
 
collectionsAreEqual(ApiAdapter, Collection, Collection) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to return if two collections of persistent elements are equal.
CollectionStore - Interface in org.datanucleus.store.scostore
Interface representation of the backing store for a Collection.
collectionToString(Collection) - Static method in class org.datanucleus.util.StringUtils
Converts the given collection of objects to string as a comma-separated list.
ColorComponentsConverter - Class in org.datanucleus.store.types.converters
TypeConverter for storing a java.awt.Color as its 4 components (red, green, blue, alpha).
ColorComponentsConverter() - Constructor for class org.datanucleus.store.types.converters.ColorComponentsConverter
 
ColorStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.awt.Color (RGBA) and a String form.
ColorStringConverter() - Constructor for class org.datanucleus.store.types.converters.ColorStringConverter
 
column - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
column tag value.
Column - Interface in org.datanucleus.store.schema.table
Interface representing a column in a table.
columnDdl - Variable in class org.datanucleus.metadata.ColumnMetaData
Optional column DDL appended to the column definition defined by DataNucleus.
ColumnImpl - Class in org.datanucleus.store.schema.table
Representation of a column in a table.
ColumnImpl(Table, String, ColumnType) - Constructor for class org.datanucleus.store.schema.table.ColumnImpl
 
ColumnLengthDefiningTypeConverter - Interface in org.datanucleus.store.types.converters
Interface implemented by a TypeConverter if it has default length values for any of its datastore columns.
columnMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Contains the metadata for column(s).
ColumnMetaData - Class in org.datanucleus.metadata
Representation of the Meta-Data for a column mapping of a field.
ColumnMetaData(ColumnMetaData) - Constructor for class org.datanucleus.metadata.ColumnMetaData
Creates a ColumnMetaData by copying contents from colmd.
ColumnMetaData() - Constructor for class org.datanucleus.metadata.ColumnMetaData
Default constructor.
columnMetaData - Variable in class org.datanucleus.metadata.DiscriminatorMetaData
Discriminator column
columnMetaData - Variable in class org.datanucleus.metadata.IdentityMetaData
Metadata for column.
columnMetaData - Variable in class org.datanucleus.metadata.VersionMetaData
Contains the metadata for column.
ColumnMetaDataContainer - Interface in org.datanucleus.metadata
Interface defining an object that contains Columns.
columnName - Variable in class org.datanucleus.metadata.AbstractElementMetaData
 
columnName - Variable in class org.datanucleus.metadata.DiscriminatorMetaData
Column name of discriminator
columnName - Variable in class org.datanucleus.metadata.IdentityMetaData
column name value.
columnName - Variable in class org.datanucleus.metadata.JoinMetaData
 
columnName - Variable in class org.datanucleus.metadata.OrderMetaData
The name of the column (if specified as input)
columnName - Variable in class org.datanucleus.metadata.PrimaryKeyMetaData
Column name of PK.
columnName - Variable in class org.datanucleus.metadata.VersionMetaData
column name
columnNames - Variable in class org.datanucleus.metadata.ConstraintMetaData
The column names for this constraint.
columns - Variable in class org.datanucleus.metadata.AbstractElementMetaData
 
columns - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Columns ColumnMetaData
columns - Variable in class org.datanucleus.metadata.ForeignKeyMetaData
The columns for this foreign key.
columns - Variable in class org.datanucleus.metadata.JoinMetaData
 
columns - Variable in class org.datanucleus.metadata.OrderMetaData
the columns
columns - Variable in class org.datanucleus.metadata.PrimaryKeyMetaData
 
columns - Variable in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
ColumnType - Enum in org.datanucleus.store.schema.naming
Enum defining the types of columns.
CommandLine - Class in org.datanucleus.util
Command line option parser.
CommandLine() - Constructor for class org.datanucleus.util.CommandLine
Default constructor
CommandLine(boolean) - Constructor for class org.datanucleus.util.CommandLine
Default constructor
CommandLine.NoArgOption - Class in org.datanucleus.util
No argument option class.
CommandLine.Option - Class in org.datanucleus.util
CommandLine option base class
CommandLine.WithArgOption - Class in org.datanucleus.util
Use argment option class.
commit() - Method in class org.datanucleus.JTATransactionImpl
Allow UserTransaction demarcation
commit(Xid, boolean) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
commit() - Method in class org.datanucleus.store.StoreDataManager
Commit the transaction changes to the StoreData cache
commit() - Method in interface org.datanucleus.Transaction
Commit the current transaction.
commit() - Method in class org.datanucleus.transaction.Transaction
 
commit(ExecutionContext) - Method in class org.datanucleus.transaction.TransactionManager
 
commit() - Method in class org.datanucleus.TransactionImpl
Method to commit the transaction.
commitOnRelease - Variable in class org.datanucleus.store.connection.AbstractManagedConnection
Whether we should commit() the connection on release().
commitOnRelease() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
commitOnRelease() - Method in interface org.datanucleus.store.connection.ManagedConnection
 
CommitStateTransitionException - Exception in org.datanucleus.exceptions
A CommitStateTransitionException is thrown when an error occurs transitioning from one lifecycle state to another.
CommitStateTransitionException(Exception[]) - Constructor for exception org.datanucleus.exceptions.CommitStateTransitionException
Constructor.
comparator() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the comparator.
comparator() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for the comparator.
compare(SingleFieldId) - Method in class org.datanucleus.identity.SingleFieldId
Determine the ordering of identity objects.
compare(Extension, Extension) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry.ExtensionSorter
 
compare(Extension, Extension) - Method in class org.datanucleus.plugin.OSGiPluginRegistry.ExtensionSorter
 
compareExpressionValues(Object, Object, Expression.Operator) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to compare two expression values against the specified operator.
compareTo(CachedPC.CachedId) - Method in class org.datanucleus.cache.CachedPC.CachedId
 
compareTo(Object) - Method in class org.datanucleus.identity.ByteId
 
compareTo(Object) - Method in class org.datanucleus.identity.CharId
 
compareTo(Object) - Method in class org.datanucleus.identity.DatastoreIdImpl
 
compareTo(Object) - Method in class org.datanucleus.identity.DatastoreIdImplKodo
 
compareTo(Object) - Method in class org.datanucleus.identity.DatastoreIdImplXcalia
 
compareTo(Object) - Method in class org.datanucleus.identity.DatastoreUniqueLongId
 
compareTo(Object) - Method in class org.datanucleus.identity.IntId
 
compareTo(Object) - Method in class org.datanucleus.identity.LongId
 
compareTo(Object) - Method in class org.datanucleus.identity.ObjectId
 
compareTo(Object) - Method in class org.datanucleus.identity.ShortId
 
compareTo(Object) - Method in class org.datanucleus.identity.StringId
 
compareTo(Object) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Comparator method.
compareTo(Object) - Method in class org.datanucleus.plugin.Bundle.BundleVersion
 
compilation - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
Compilation of the underlying query, that we are evaluating.
compilation - Variable in class org.datanucleus.store.query.Query
Query compilation (when using the generic query compiler).
CompilationComponent - Enum in org.datanucleus.query.compiler
Enum defining the component of a query being compiled.
compile(Map, Map) - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Method to compile the query.
compile(Map, Map) - Method in class org.datanucleus.query.compiler.JDOQLCompiler
Method to compile the query, and return the compiled results.
compile(Map, Map) - Method in class org.datanucleus.query.compiler.JPQLCompiler
Method to compile the query, and return the compiled results.
compile() - Method in class org.datanucleus.store.query.Query
Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan.
compileAdditiveMultiplicativeExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
 
compileCandidatesParametersVariables(Map) - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Compile the candidates, variables and parameters.
compiledSQL - Variable in class org.datanucleus.store.query.AbstractSQLQuery
The actual SQL issued at execution time.
compileExpression(Node) - Method in class org.datanucleus.query.expression.ExpressionCompiler
Primary entry point for compiling a node for the filter, grouping, having, result clauses.
compileFilter() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Compile the filter and return the compiled expression.
compileFrom() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Method to compile the "from" clause (if present for the query language).
compileFromExpression(Node, boolean) - Method in class org.datanucleus.query.expression.ExpressionCompiler
Primary entry point for compiling a node for the from clause.
compileGeneric(Map) - Method in class org.datanucleus.store.query.AbstractJavaQuery
Method to generate the generic compilation of this query.
compileGeneric(Map) - Method in class org.datanucleus.store.query.AbstractJDOQLQuery
 
compileGeneric(Map) - Method in class org.datanucleus.store.query.AbstractJPQLQuery
 
compileGrouping() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
 
compileHaving() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
 
compileInternal(Map) - Method in class org.datanucleus.store.query.AbstractJDOQLQuery
Method to compile the JDOQL query.
compileInternal(Map) - Method in class org.datanucleus.store.query.AbstractJPQLQuery
Method to compile the JPQL query.
compileInternal(Map) - Method in class org.datanucleus.store.query.Query
Method to compile the query.
compileOrAndExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
This method deals with the OR/AND conditions.
compileOrderExpression(Node) - Method in class org.datanucleus.query.expression.ExpressionCompiler
Primary entry point for compiling a node for the order clause.
compileOrdering() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
 
compilePrimaryExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
 
compileRelationalExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to handle a relational expression comparing two expressions and returning a BooleanExpression.
compileResult() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
 
compileSubqueries(Map<String, Query.SubqueryDefinition>, QueryCompilation, JavaQueryCompiler, Map) - Method in class org.datanucleus.store.query.AbstractJDOQLQuery
Recursively compile the subqueries
compileSubqueries(Map<String, Query.SubqueryDefinition>, QueryCompilation, JavaQueryCompiler, Map) - Method in class org.datanucleus.store.query.AbstractJPQLQuery
Recursively compile the subqueries
compileUnaryExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
 
compileUpdate() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
 
compileUpdate() - Method in class org.datanucleus.query.compiler.JDOQLCompiler
 
CompleteClassTable - Class in org.datanucleus.store.schema.table
Representation of a table for a class where the class is stored in "complete-table" inheritance (or in JPA "TablePerClass") whereby all members (in this class and superclasses) are handled in this table.
CompleteClassTable(StoreManager, AbstractClassMetaData, SchemaVerifier) - Constructor for class org.datanucleus.store.schema.table.CompleteClassTable
 
compute(double) - Method in class org.datanucleus.util.MathUtils.SMA
Compute the moving average.
COMPUTE_FRAMES - Static variable in class org.datanucleus.asm.ClassWriter
Flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - Static variable in class org.datanucleus.asm.ClassWriter
Flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
ConcatFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function CONCAT(strExpr1, strExpr2).
ConcatFunction() - Constructor for class org.datanucleus.query.inmemory.ConcatFunction
 
concreteSubclassNamesByClassName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Cache of names of concrete subclass for a class name.
config - Variable in class org.datanucleus.AbstractNucleusContext
Configuration for this context.
Configuration - Class in org.datanucleus
Class providing configuration for the context.
Configuration(NucleusContext) - Constructor for class org.datanucleus.Configuration
Create a configuration object for the specified NucleusContext.
ConfigurationElement - Class in org.datanucleus.plugin
Represents XML elements declared nested in the extension element
ConfigurationElement(Extension, String, ConfigurationElement) - Constructor for class org.datanucleus.plugin.ConfigurationElement
Constructor
conn - Variable in class org.datanucleus.store.connection.AbstractManagedConnection
The underlying (datastore-specific) connection.
connect(ExecutionContext, AbstractClassMetaData) - Method in class org.datanucleus.state.AbstractStateManager
Method to (re)connect the provider to the specified ExecutionContext and object type.
connect(ExecutionContext, AbstractClassMetaData) - Method in interface org.datanucleus.state.ObjectProvider
Method to (re)connect this provider to the specified ExecutionContext and object type.
connect(ExecutionContext, AbstractClassMetaData) - Method in class org.datanucleus.state.ReferentialStateManagerImpl
 
connect(ExecutionContext, AbstractClassMetaData) - Method in class org.datanucleus.state.StateManagerImpl
 
CONNECTION - Static variable in class org.datanucleus.util.NucleusLogger
Log for Connection issues
ConnectionEncryptionProvider - Interface in org.datanucleus.store.encryption
Interface to be implemented by an decryption provider allowing encrypted passwords in persistence properties.
ConnectionFactory - Interface in org.datanucleus.store.connection
Factory for connections to the datastore.
ConnectionFactoryNotFoundException - Exception in org.datanucleus.exceptions
Exception thrown if a named connection factory cannot be found using its JNDI name.
ConnectionFactoryNotFoundException(String, Exception) - Constructor for exception org.datanucleus.exceptions.ConnectionFactoryNotFoundException
Constructs a connection factory not found exception.
connectionListeners - Variable in class org.datanucleus.store.query.AbstractQueryResult
List of listeners to notify when the query results are closed.
ConnectionManager - Interface in org.datanucleus.store.connection
Manager of connections for a StoreManager, allowing ManagedConnection pooling, enlistment in transaction.
ConnectionManagerImpl - Class in org.datanucleus.store.connection
Manager of connections for a datastore, allowing ManagedConnection pooling, enlistment in transaction.
ConnectionManagerImpl(PersistenceNucleusContext) - Constructor for class org.datanucleus.store.connection.ConnectionManagerImpl
Constructor.
connectionMgr - Variable in class org.datanucleus.store.AbstractStoreManager
ConnectionManager
connectionProvider - Variable in class org.datanucleus.store.valuegenerator.AbstractDatastoreGenerator
The means of connecting to the datastore (if required by the generator).
ConnectionResourceType - Enum in org.datanucleus.store.connection
Resource type of the connection.
ConstraintMetaData - Class in org.datanucleus.metadata
Representation of an ORM constraint.
ConstraintMetaData() - Constructor for class org.datanucleus.metadata.ConstraintMetaData
Default constructor.
ConstraintMetaData(ConstraintMetaData) - Constructor for class org.datanucleus.metadata.ConstraintMetaData
Copy constructor.
construct(String, String) - Static method in class org.datanucleus.enhancer.EnhancementHelper
Construct an instance of the parameter class, using the keyString as an argument to the constructor.
construct(String) - Method in interface org.datanucleus.enhancer.EnhancementHelper.StringConstructor
Construct an instance of the class for which this instance is registered.
CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor call.
CONSTRUCTOR_REFERENCE - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the receiver type of a constructor reference.
CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor reference.
constructorsCache - Static variable in class org.datanucleus.util.ClassUtils
caching for constructors - using caching, the perf is at least doubled
ConstructorTypeColumn(String, Class) - Constructor for class org.datanucleus.metadata.QueryResultMetaData.ConstructorTypeColumn
 
ConstructorTypeMapping() - Constructor for class org.datanucleus.metadata.QueryResultMetaData.ConstructorTypeMapping
 
ContainerIsEmptyMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{contExpr}.isEmpty()".
ContainerIsEmptyMethod() - Constructor for class org.datanucleus.query.inmemory.ContainerIsEmptyMethod
 
containerMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Meta-Data of any container.
ContainerMetaData - Class in org.datanucleus.metadata
Representation of the Meta-Data for a container.
ContainerMetaData() - Constructor for class org.datanucleus.metadata.ContainerMetaData
Constructor.
ContainerMetaData(ContainerMetaData) - Constructor for class org.datanucleus.metadata.ContainerMetaData
Copy constructor.
ContainerSizeMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{contExpr}.size()".
ContainerSizeMethod() - Constructor for class org.datanucleus.query.inmemory.ContainerSizeMethod
 
contains(String) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
contains(String) - Method in class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
contains(String) - Method in interface org.datanucleus.query.cache.QueryCompilationCache
Accessor for whether the specified query is in the cache
contains(Object) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
contains(Object) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
contains(Object) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to check if the specified object is contained in this result.
contains(String) - Method in class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
contains(String) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
contains(String) - Method in interface org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Accessor for whether the specified query is in the cache
contains(String) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Accessor for whether the specified query is in the cache
contains(ObjectProvider, Object) - Method in interface org.datanucleus.store.scostore.CollectionStore
Method to check if an element exists in the collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to return if the list contains this element.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to return if the list contains this element.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Accessor for whether an element is contained in the Collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Accessor for whether an element is contained in this Set.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Accessor for whether an element is contained in this Set.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to return if the list contains this element.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Accessor for whether an element is contained in the List.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Accessor for whether an element is contained in the Collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Accessor for whether an element is contained in the Collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Accessor for whether an element is contained in the Collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for whether an element is contained in this Set.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to return if the list contains this element.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for whether an element is contained in this Set.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to return if the list contains this element.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.Collection
Accessor for whether an element is contained in the Collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.HashSet
Accessor for whether an element is contained in this set.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Accessor for whether an element is contained in this Set.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to return if the list contains this element.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.List
Accessor for whether an element is contained in the List.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for whether an element is contained in the Collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.Queue
Accessor for whether an element is contained in the Collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.Set
Accessor for whether an element is contained in the Collection.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for whether an element is contained in this Set.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to return if the list contains this element.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for whether an element is contained in this Set.
contains(Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return if the list contains this element.
containsAll(Collection) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
containsAll(Collection) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
containsAll(Collection) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to check if all of the specified objects are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Accessor for whether a collection is contained in this Set.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Accessor for whether a collection is contained in this Set.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.List
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for whether a collection is contained in this Set.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for whether a collection is contained in this Set.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Collection
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.HashSet
Accessor for whether a collection is contained in this set.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Accessor for whether a collection is contained in this Set.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.List
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Queue
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Set
Accessor for whether a collection of elements are contained here.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for whether a collection is contained in this Set.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for whether a collection is contained in this Set.
containsAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Vector
Accessor for whether a collection of elements are contained here.
containsAssociatedValue(Object) - Method in class org.datanucleus.state.AbstractStateManager
 
containsKey(Object) - Method in class org.datanucleus.cache.SoftRefCache
 
containsKey(Object) - Method in class org.datanucleus.cache.StrongRefCache
 
containsKey(Object) - Method in class org.datanucleus.cache.WeakRefCache
 
containsKey(ObjectProvider, Object) - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for whether the Map contains this key.
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Utility to check if a key is contained in the Map.
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.Map
Utility to check if a key is contained in the Map.
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to return if the map contains this key
containsKey(Object) - Method in class org.datanucleus.util.ReferenceValueMap
Accessor for whether the Map contains the specified Key
containsObjectProviderAssociatedValue(ObjectProvider, Object) - Method in interface org.datanucleus.ExecutionContext
 
containsObjectProviderAssociatedValue(ObjectProvider, Object) - Method in class org.datanucleus.ExecutionContextImpl
 
containsOid(Object) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Accessor for whether the cache contains the specified id.
containsOid(Object) - Method in interface org.datanucleus.cache.Level2Cache
Accessor for whether an object with the specified id is in the cache
containsOid(Object) - Method in class org.datanucleus.cache.NullLevel2Cache
Accessor for whether an object with the specified id is in the cache
containsOid(Object) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to check if an object with the specified id is in the cache
containsValue(Object) - Method in class org.datanucleus.cache.SoftRefCache
 
containsValue(Object) - Method in class org.datanucleus.cache.StrongRefCache
 
containsValue(Object) - Method in class org.datanucleus.cache.WeakRefCache
 
containsValue(ObjectProvider, Object) - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for whether the Map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Utility to check if a value is contained in the Map.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.Map
Utility to check if a value is contained in the Map.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to return if the map contains this value.
containsValue(Object) - Method in class org.datanucleus.util.MultiMap
Check if the map contains the passed value.
containsValue(Object) - Method in class org.datanucleus.util.ReferenceValueMap
Accessor for whether the Map contains the specified value.
contextLoader - Variable in class org.datanucleus.ClassLoaderResolverImpl
ClassLoader initialised by the context (ExecutionContext).
contextLoaderHashCode - Variable in class org.datanucleus.ClassLoaderResolverImpl
Hash code cache for performance improvement
convert(String) - Method in class org.datanucleus.util.RegularExpressionConverter
Convert a regular expression from Java to use the specified constructs.
convertCommaSeparatedStringToSet(String) - Static method in class org.datanucleus.util.StringUtils
Converts the input comma-separated string into a Set of the individual strings, with each string trimmed and converted to UPPERCASE.
convertersByName - Variable in class org.datanucleus.store.types.TypeManagerImpl
Map of TypeConverter keyed by their symbolic name.
convertTo(Object, Class) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert the value to a instance of the given type.
convertValue(Object, Class) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to convert the passed value to an object of the specified type (if possible).
CopyField - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnCopyField" using ASM.
CopyField(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.CopyField
Constructor.
CopyFields - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnCopyFields" using ASM.
CopyFields(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.CopyFields
Constructor.
copyFieldsFromObject(Object, int[]) - Method in interface org.datanucleus.state.ObjectProvider
Convenience method to update our object with the field values from the passed object.
copyFieldsFromObject(Object, int[]) - Method in class org.datanucleus.state.StateManagerImpl
Convenience method to update our object with the field values from the passed object.
copyKeyFieldsFromIdToObject(Object, Persistable.ObjectIdFieldConsumer, Object) - Method in interface org.datanucleus.api.ApiAdapter
Method to set the pk fields of the object from the provided identity.
copyKeyFieldsFromObjectId(Class, Persistable.ObjectIdFieldConsumer, Object) - Method in class org.datanucleus.enhancer.EnhancementHelper
Copy fields to an outside source from the key fields in the ObjectId.
CopyKeyFieldsFromObjectId - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnCopyKeyFieldsFromObjectId" using ASM.
CopyKeyFieldsFromObjectId(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.CopyKeyFieldsFromObjectId
Constructor.
CopyKeyFieldsFromObjectId2 - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnCopyKeyFieldsFromObjectId" using ASM.
CopyKeyFieldsFromObjectId2(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.CopyKeyFieldsFromObjectId2
Constructor.
copyKeyFieldsToObjectId(Class, Persistable.ObjectIdFieldSupplier, Object) - Method in class org.datanucleus.enhancer.EnhancementHelper
Copy fields from an outside source to the key fields in the ObjectId.
CopyKeyFieldsToObjectId - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnCopyKeyFieldsToObjectId" using ASM.
CopyKeyFieldsToObjectId(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.CopyKeyFieldsToObjectId
Constructor.
CopyKeyFieldsToObjectId2 - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnCopyKeyFieldsToObjectId" using ASM.
CopyKeyFieldsToObjectId2(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.CopyKeyFieldsToObjectId2
Constructor.
copyMembersFromInterface(InterfaceMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to copy the properties from an existing interface.
CorePropertyValidator - Class in org.datanucleus.properties
Validator for persistence properties used by core.
CorePropertyValidator() - Constructor for class org.datanucleus.properties.CorePropertyValidator
 
CosineFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function COS(numExpr).
CosineFunction() - Constructor for class org.datanucleus.query.inmemory.CosineFunction
 
count(Expression, ExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.SetExpression
 
create(Object, Map<String, Object>) - Method in class org.datanucleus.ExecutionContextPool
 
create(ExecutionContext, AbstractClassMetaData) - Method in class org.datanucleus.state.ObjectProviderPool
 
createCollection(Collection) - Method in class org.datanucleus.util.MultiMap
Creates a new instance of the map value Collection container.
createDefaultConstructor() - Method in class org.datanucleus.enhancer.ImplementationGenerator
Create a default constructor, assuming that there is no persistent superclass.
createExecutableExtension(ConfigurationElement, String, Class[], Object[]) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Loads a class (do not initialize) from an attribute of ConfigurationElement
createExecutableExtension(ConfigurationElement, String, Class[], Object[]) - Method in class org.datanucleus.plugin.OSGiPluginRegistry
Loads a class (do not initialize) from an attribute of ConfigurationElement
createExecutableExtension(String, String, String, String, Class[], Object[]) - Method in class org.datanucleus.plugin.PluginManager
Convenience accessor for getting the Class of an attribute for an extension (of an extension point).
createExecutableExtension(String, String[], String[], String, Class[], Object[]) - Method in class org.datanucleus.plugin.PluginManager
Convenience accessor for getting the Class of an attribute for an extension (of an extension point).
createExecutableExtension(ConfigurationElement, String, Class[], Object[]) - Method in interface org.datanucleus.plugin.PluginRegistry
Loads a class (do not initialize) from an attribute of ConfigurationElement
createFetchGroup(Class, String) - Method in class org.datanucleus.FetchGroupManager
Method to create a new FetchGroup for the class and name.
createFullClassName(String, String) - Static method in class org.datanucleus.util.ClassUtils
Utility to create the full class name given the package and class name.
createGetter(AbstractMemberMetaData) - Method in class org.datanucleus.enhancer.ImplementationGenerator
Create a getter method for a /property.
createInternalFetchGroup(Class, String) - Method in interface org.datanucleus.PersistenceNucleusContext
Method to create a new internal fetch group for the class+name.
createInternalFetchGroup(Class, String) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
createManagedConnection(ExecutionContext, Map) - Method in interface org.datanucleus.store.connection.ConnectionFactory
Create the ManagedConnection.
createPluginManager(Map, ClassLoader) - Static method in class org.datanucleus.plugin.PluginManager
Convenience method that will create and return a PluginManager using any passed in properties.
createPropertyFields() - Method in class org.datanucleus.enhancer.ImplementationGenerator
Creates fields for the properties of this class and super classes.
createPropertyFields(AbstractClassMetaData) - Method in class org.datanucleus.enhancer.ImplementationGenerator
Create the fields for the implementation.
createPropertyMethods() - Method in class org.datanucleus.enhancer.ImplementationGenerator
Create getters and setters methods for this class and super classes
createPropertyMethods(AbstractClassMetaData) - Method in class org.datanucleus.enhancer.ImplementationGenerator
Create getters and setters methods.
createRepository() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Method to create any needed repository for the values.
createResultObjectUsingArgumentedConstructor(Class, Object[], Class[]) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to create an instance of the result class with the provided field values, using a constructor taking the arguments.
createResultObjectUsingDefaultConstructorAndSetters(Class, String[], Map, Object[]) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to create an instance of the result class with the provided field values, using the default constructor and setting the fields using either public fields, or setters, or a put method.
createResultObjectUsingDefaultConstructorAndSetters(Class, String[], Field[], Object[]) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to create an instance of the result class with the provided field values, using the default constructor and setting the fields using either public fields, or setters, or a put method.
createSchema(String, Properties, Object) - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
createSchema(String, Properties) - Method in interface org.datanucleus.store.schema.SchemaAwareStoreManager
Method that will create an actual schema in the datastore (if the datastore supports it).
createSchema(SchemaAwareStoreManager, String) - Method in class org.datanucleus.store.schema.SchemaTool
 
createSchema(String, Properties, Object) - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
Method to create the specified schema.
createSchemaForClasses(Set<String>, Properties, Object) - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
createSchemaForClasses(Set<String>, Properties) - Method in interface org.datanucleus.store.schema.SchemaAwareStoreManager
Create the schema (tables/constraints) for the specified classes (if supported by this datastore).
createSchemaForClasses(SchemaAwareStoreManager, Set<String>) - Method in class org.datanucleus.store.schema.SchemaTool
 
createSchemaForClasses(Set<String>, Properties, Object) - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
Method to generate the required schema for the supplied classes.
createSetter(AbstractMemberMetaData) - Method in class org.datanucleus.enhancer.ImplementationGenerator
Create a setter method for a property.
createStoreManagerForProperties(Map<String, Object>, Map<String, Object>, ClassLoaderResolver, NucleusContext) - Static method in class org.datanucleus.NucleusContextHelper
Method to create a StoreManager based on the specified properties passed in.
createValueGenerator(String, Class, Properties, StoreManager, ValueGenerationConnectionProvider) - Method in class org.datanucleus.store.valuegenerator.ValueGenerationManager
Method to create a ValueGenerator when the generator is datastore based.
CreatorExpression - Class in org.datanucleus.query.expression
Expression representing something like "new X.Y.Z([param1[,param2[,param3]]])".
CreatorExpression(List, List) - Constructor for class org.datanucleus.query.expression.CreatorExpression
 
ctrTypeMappings - Variable in class org.datanucleus.metadata.QueryResultMetaData
 
CurrencyStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.Currency and a String form.
CurrencyStringConverter() - Constructor for class org.datanucleus.store.types.converters.CurrencyStringConverter
 
current() - Method in interface org.datanucleus.store.NucleusSequence
Accessor for the current value object.
current() - Method in class org.datanucleus.store.NucleusSequenceImpl
Accessor for the current element.
current() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Accessor for the current value allocated.
current() - Method in class org.datanucleus.store.valuegenerator.ValueGenerationBlock
Accessor for the current value.
current() - Method in interface org.datanucleus.store.valuegenerator.ValueGenerator
Returns the current sequence value object if it is available.
currentAverage() - Method in class org.datanucleus.util.MathUtils.SMA
 
CurrentDateFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function CURRENT_DATE().
CurrentDateFunction() - Constructor for class org.datanucleus.query.inmemory.CurrentDateFunction
 
CurrentTimeFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function CURRENT_TIME().
CurrentTimeFunction() - Constructor for class org.datanucleus.query.inmemory.CurrentTimeFunction
 
CurrentTimestampFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function CURRENT_TIMESTAMP().
CurrentTimestampFunction() - Constructor for class org.datanucleus.query.inmemory.CurrentTimestampFunction
 
currentValue() - Method in interface org.datanucleus.store.NucleusSequence
Accessor for the current value.
currentValue() - Method in class org.datanucleus.store.NucleusSequenceImpl
Accessor for the current element in the sequence as a long.
currentValue() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Accessor for the current element in the sequence as a long.
currentValue() - Method in interface org.datanucleus.store.valuegenerator.ValueGenerator
Returns the current sequence value as a long.
currFM - Variable in class org.datanucleus.state.AbstractStateManager
Current FieldManager.
CUSTOM - Static variable in class org.datanucleus.metadata.IdentityStrategy
An extension strategy not in the standard JDO/JPA list.
CustomJNDITransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager in a user-defined JNDI location defined by persistence properties.
CustomJNDITransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.CustomJNDITransactionManagerLocator
Constructor.
cv - Variable in class org.datanucleus.asm.ClassVisitor
The class visitor to which this visitor must delegate method calls.

D

D2F - Static variable in interface org.datanucleus.asm.Opcodes
 
D2I - Static variable in interface org.datanucleus.asm.Opcodes
 
D2L - Static variable in interface org.datanucleus.asm.Opcodes
 
DADD - Static variable in interface org.datanucleus.asm.Opcodes
 
DALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
DASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
DATANUCLEUS_CONNECTION2_RESOURCE_TYPE - Static variable in interface org.datanucleus.store.connection.ConnectionFactory
User-visible configuration property name
DATANUCLEUS_CONNECTION_RESOURCE_TYPE - Static variable in interface org.datanucleus.store.connection.ConnectionFactory
User-visible configuration property name
DataNucleusClassFileTransformer - Class in org.datanucleus.enhancer
Entry Point (as per Java) for transforming classes at runtime.
DataNucleusClassFileTransformer(String, Map) - Constructor for class org.datanucleus.enhancer.DataNucleusClassFileTransformer
 
DataNucleusEnhancer - Class in org.datanucleus.enhancer
DataNucleus Byte-Code Enhancer.
DataNucleusEnhancer(String, Properties) - Constructor for class org.datanucleus.enhancer.DataNucleusEnhancer
Constructor for an enhancer specifying the API and class enhancer and optional properties.
DATASTORE - Static variable in class org.datanucleus.util.NucleusLogger
Log for Datastore issues
DATASTORE_NATIVE - Static variable in class org.datanucleus.util.NucleusLogger
Log for Datastore native operations
DATASTORE_PERSIST - Static variable in class org.datanucleus.util.NucleusLogger
Log for Datastore persistence issues
DATASTORE_RETRIEVE - Static variable in class org.datanucleus.util.NucleusLogger
Log for Datastore retrieval issues
DATASTORE_SCHEMA - Static variable in class org.datanucleus.util.NucleusLogger
Log for Datastore Schema issues
DatastoreId - Interface in org.datanucleus.identity
Interface for a datastore-identity class to implement.
datastoreIdClass - Variable in class org.datanucleus.identity.IdentityManagerImpl
 
DatastoreIdImpl - Class in org.datanucleus.identity
An object identifier, typically used for datastore identity.
DatastoreIdImpl() - Constructor for class org.datanucleus.identity.DatastoreIdImpl
 
DatastoreIdImpl(String, Object) - Constructor for class org.datanucleus.identity.DatastoreIdImpl
 
DatastoreIdImpl(String) - Constructor for class org.datanucleus.identity.DatastoreIdImpl
Constructs an identity from its string representation that is consistent with the output of toString().
DatastoreIdImplKodo - Class in org.datanucleus.identity
Object identifier, typically used for datastore identity.
DatastoreIdImplKodo() - Constructor for class org.datanucleus.identity.DatastoreIdImplKodo
 
DatastoreIdImplKodo(String, Object) - Constructor for class org.datanucleus.identity.DatastoreIdImplKodo
 
DatastoreIdImplKodo(String) - Constructor for class org.datanucleus.identity.DatastoreIdImplKodo
Constructs an OID from its string representation that is consistent with the output of toString().
DatastoreIdImplXcalia - Class in org.datanucleus.identity
Object identifier, typically used for datastore identity.
DatastoreIdImplXcalia() - Constructor for class org.datanucleus.identity.DatastoreIdImplXcalia
 
DatastoreIdImplXcalia(String, Object) - Constructor for class org.datanucleus.identity.DatastoreIdImplXcalia
 
DatastoreIdImplXcalia(String) - Constructor for class org.datanucleus.identity.DatastoreIdImplXcalia
Constructs an OID from its string representation that is consistent with the output of toString().
DatastoreInitialisationException - Exception in org.datanucleus.store.exceptions
Representation of an error encountered initialising a datastore.
DatastoreInitialisationException(String) - Constructor for exception org.datanucleus.store.exceptions.DatastoreInitialisationException
Constructor for an exception with a message.
DatastoreInitialisationException(String, Throwable) - Constructor for exception org.datanucleus.store.exceptions.DatastoreInitialisationException
Constructor for an exception with a message.
DatastoreReadOnlyException - Exception in org.datanucleus.store.exceptions
Exception thrown when trying to update a datastores contents when it is read-only.
DatastoreReadOnlyException(String, ClassLoaderResolver) - Constructor for exception org.datanucleus.store.exceptions.DatastoreReadOnlyException
 
datastoreSequence - Variable in class org.datanucleus.metadata.SequenceMetaData
Datastore Sequence name
DatastoreUniqueLongId - Class in org.datanucleus.identity
Identity for use with datastore-identity where the datastore provides a unique "identity" long key per object and hence doesn't need the class name.
DatastoreUniqueLongId() - Constructor for class org.datanucleus.identity.DatastoreUniqueLongId
 
DatastoreUniqueLongId(long) - Constructor for class org.datanucleus.identity.DatastoreUniqueLongId
 
DatastoreUniqueLongId(String) - Constructor for class org.datanucleus.identity.DatastoreUniqueLongId
Constructs an OID from its string representation that is consistent with the output of toString().
DatastoreValidationException - Exception in org.datanucleus.store.exceptions
A DatastoreValidationException is thrown if a mismatch is discovered between what the JDO runtime thinks the datastore should look like and what it actually looks like.
DatastoreValidationException(String) - Constructor for exception org.datanucleus.store.exceptions.DatastoreValidationException
Constructs a datastore validation exception with the specified detail message.
DatastoreValidationException(String, Exception) - Constructor for exception org.datanucleus.store.exceptions.DatastoreValidationException
Constructs a schema validation exception with the specified detail message and nested exception.
Date - Class in org.datanucleus.store.types.wrappers
A mutable second-class date object.
Date(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Date
Creates a Date object that represents the time at which it was allocated.
DateAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing a "java.util.Date" (and subclasses), used in evaluation of aggregates.
DateAggregateExpression(Date) - Constructor for class org.datanucleus.query.inmemory.DateAggregateExpression
 
DateGetDayMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{dateExpr}.getDay()".
DateGetDayMethod() - Constructor for class org.datanucleus.query.inmemory.DateGetDayMethod
 
DateGetHoursMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{dateExpr}.getHours()".
DateGetHoursMethod() - Constructor for class org.datanucleus.query.inmemory.DateGetHoursMethod
 
DateGetMinutesMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{dateExpr}.getMinutes()".
DateGetMinutesMethod() - Constructor for class org.datanucleus.query.inmemory.DateGetMinutesMethod
 
DateGetMonthMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{dateExpr}.getMonth()".
DateGetMonthMethod() - Constructor for class org.datanucleus.query.inmemory.DateGetMonthMethod
 
DateGetSecondsMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{dateExpr}.getSeconds()".
DateGetSecondsMethod() - Constructor for class org.datanucleus.query.inmemory.DateGetSecondsMethod
 
DateGetTimeMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{dateExpr}.getTime()".
DateGetTimeMethod() - Constructor for class org.datanucleus.query.inmemory.DateGetTimeMethod
 
DateGetYearMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{dateExpr}.getYear()".
DateGetYearMethod() - Constructor for class org.datanucleus.query.inmemory.DateGetYearMethod
 
DateLongConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.Date and a Long form.
DateLongConverter() - Constructor for class org.datanucleus.store.types.converters.DateLongConverter
 
DateStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.Date and a String form.
DateStringConverter() - Constructor for class org.datanucleus.store.types.converters.DateStringConverter
 
DCMPG - Static variable in interface org.datanucleus.asm.Opcodes
 
DCMPL - Static variable in interface org.datanucleus.asm.Opcodes
 
DCONST_0 - Static variable in interface org.datanucleus.asm.Opcodes
 
DCONST_1 - Static variable in interface org.datanucleus.asm.Opcodes
 
DDIV - Static variable in interface org.datanucleus.asm.Opcodes
 
debug(Object) - Method in class org.datanucleus.util.JDK14Logger
Log a debug message.
debug(Object, Throwable) - Method in class org.datanucleus.util.JDK14Logger
Log a debug message with throwable.
debug(Object) - Method in class org.datanucleus.util.Log4JLogger
Log a debug message.
debug(Object, Throwable) - Method in class org.datanucleus.util.Log4JLogger
Log a debug message with throwable.
debug(Object) - Method in class org.datanucleus.util.NucleusLogger
Log a debug message.
debug(Object, Throwable) - Method in class org.datanucleus.util.NucleusLogger
Log a debug message with throwable.
debug(Object) - Method in class org.datanucleus.util.NullLogger
 
debug(Object, Throwable) - Method in class org.datanucleus.util.NullLogger
 
debugString(String) - Method in class org.datanucleus.query.compiler.QueryCompilation
 
declareExplicitParameters(String) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Declare the explicit parameters to be used in the query.
declareExplicitParameters(String) - Method in class org.datanucleus.store.query.Query
Method to define the explicit parameters.
declareExplicitVariables(String) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Declare the unbound variables to be used in the query.
declareExplicitVariables(String) - Method in class org.datanucleus.store.query.Query
Method to define the explicit variables for the query.
declareImports(String) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the import statements to be used to identify the fully qualified name of variables or parameters.
declareImports(String) - Method in class org.datanucleus.store.query.Query
Set the import statements to be used to identify the fully qualified name of variables or parameters.
decode(String) - Static method in class org.datanucleus.util.Base64
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class org.datanucleus.util.Base64
Decodes a byte array from Base64 format.
decodeString(String) - Static method in class org.datanucleus.util.Base64
Decodes a string from Base64 format.
decrementActiveConnections() - Method in class org.datanucleus.management.FactoryStatistics
 
decrypt(String) - Method in interface org.datanucleus.store.encryption.ConnectionEncryptionProvider
Method to decrypt the supplied string.
decryptValue(AbstractMemberMetaData, Object) - Method in interface org.datanucleus.store.encryption.PersistenceEncryptionProvider
Method to decrypt the provided value from persistence.
deepFindSymbolForParameterInCompilation(QueryCompilation, Object) - Method in class org.datanucleus.store.query.Query
 
DEFAULT - Static variable in class org.datanucleus.FetchGroup
 
DEFAULT - Static variable in class org.datanucleus.FetchPlan
Constant defining the fields in the default fetch group.
DEFAULT - Static variable in class org.datanucleus.metadata.ForeignKeyAction
update/delete-action="default".
DEFAULT_RECURSION_DEPTH - Static variable in class org.datanucleus.metadata.AbstractMemberMetaData
Default recursion-depth according to proposed final draft spec, [12.7.2].
defaultArg - Variable in class org.datanucleus.util.CommandLine
Default arguments
DefaultCandidateExtent<T> - Class in org.datanucleus.store
Extent that does a simple JDOQL query for the candidate with/without subclasses.
DefaultCandidateExtent(ExecutionContext, Class<T>, boolean, AbstractClassMetaData) - Constructor for class org.datanucleus.store.DefaultCandidateExtent
Constructor.
DefaultConstructor - Class in org.datanucleus.enhancer.methods
Method to generate a default Constructor using ASM.
DefaultConstructor(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.DefaultConstructor
Constructor.
defaultFetchGroup - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
default-fetch-group tag value.
DefaultStoreSchemaHandler - Class in org.datanucleus.store.schema
Fallback StoreSchemaHandler that simply provides access to the schema flags.
DefaultStoreSchemaHandler(StoreManager) - Constructor for class org.datanucleus.store.schema.DefaultStoreSchemaHandler
 
defaultValue - Variable in class org.datanucleus.metadata.ColumnMetaData
Default value for the column (when constructing the table with this column).
deferred - Variable in class org.datanucleus.metadata.ForeignKeyMetaData
The deferred attribute specifies whether the foreign key constraint is defined to be checked only at commit time.
defineClass(String, byte[], ClassLoaderResolver) - Method in class org.datanucleus.enhancer.EnhancerClassLoader
Define a class in this ClassLoader.
delegate - Variable in class org.datanucleus.store.types.wrappers.ArrayList
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.Collection
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.HashMap
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.HashSet
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.Hashtable
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.LinkedHashMap
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.LinkedHashSet
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.LinkedList
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.List
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.Map
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.PriorityQueue
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.Properties
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.Queue
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.Set
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.SortedMap
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.SortedSet
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.Stack
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.TreeMap
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.TreeSet
The internal "delegate".
delegate - Variable in class org.datanucleus.store.types.wrappers.Vector
The internal "delegate".
deleteAction - Variable in class org.datanucleus.metadata.ForeignKeyMetaData
Foreign keys represent a consistency constraint in the database that must be maintained.
deleteAllClasses() - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Method to delete all classes that are currently listed as supported in the internal storage.
deleteAllClasses() - Method in class org.datanucleus.store.autostart.ClassesAutoStarter
Method to remove all classes from the starter.
deleteAllClasses() - Method in class org.datanucleus.store.autostart.MetaDataAutoStarter
Method to remove all classes from the starter.
deleteAllClasses() - Method in class org.datanucleus.store.autostart.XMLAutoStarter
Remove all classes from the starter.
deleteClass(String) - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Method to delete a class/field that is currently listed as supported in the internal storage.
deleteClass(String) - Method in class org.datanucleus.store.autostart.ClassesAutoStarter
Method to remove a class from the starter
deleteClass(String) - Method in class org.datanucleus.store.autostart.MetaDataAutoStarter
Method to remove a class from the starter.
deleteClass(String) - Method in class org.datanucleus.store.autostart.XMLAutoStarter
Method to remove a class from the starter
deleteDatastoreQueryCompilation(String, String, String) - Method in interface org.datanucleus.store.query.QueryManager
Method to remove a cached datastore query compilation.
deleteDatastoreQueryCompilation(String, String, String) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
DeleteFieldManager - Class in org.datanucleus.store.fieldmanager
Field manager that deletes all "dependent" PC objects referenced from the source object.
DeleteFieldManager(ObjectProvider) - Constructor for class org.datanucleus.store.fieldmanager.DeleteFieldManager
Constructor.
DeleteFieldManager(ObjectProvider, boolean) - Constructor for class org.datanucleus.store.fieldmanager.DeleteFieldManager
Constructor.
deleteObject(Object) - Method in interface org.datanucleus.ExecutionContext
Method to delete an object from the datastore.
deleteObject(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to delete an object from the datastore.
deleteObject(Object) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
deleteObject(ObjectProvider) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
deleteObject(ObjectProvider) - Method in interface org.datanucleus.store.StorePersistenceHandler
Deletes a persistent object from the datastore.
deleteObjectInternal(Object) - Method in interface org.datanucleus.ExecutionContext
Method to delete the passed object (internally).
deleteObjectInternal(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to delete an object from persistence which should be called from internal calls only.
deleteObjects(Object[]) - Method in interface org.datanucleus.ExecutionContext
Method to delete an array of objects from the datastore.
deleteObjects(Object[]) - Method in class org.datanucleus.ExecutionContextImpl
Method to delete an array of objects from the datastore.
deleteObjects(Object[]) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
deleteObjects(ObjectProvider...) - Method in class org.datanucleus.store.AbstractPersistenceHandler
 
deleteObjects(ObjectProvider...) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
deleteObjects(ObjectProvider...) - Method in interface org.datanucleus.store.StorePersistenceHandler
Method to delete an array of objects from the datastore.
DeleteOperation - Class in org.datanucleus.flush
Flush operation for a delete of the specified object.
DeleteOperation(ObjectProvider) - Constructor for class org.datanucleus.flush.DeleteOperation
 
deletePersistent() - Method in interface org.datanucleus.state.ObjectProvider
Method to delete the object from persistence.
deletePersistent() - Method in class org.datanucleus.state.StateManagerImpl
Method to delete the object from persistence.
deletePersistentAll() - Method in class org.datanucleus.store.query.Query
Method to delete all objects found by this query, catering for cascade changes and updates to in-memory objects.
deletePersistentAll(Object[]) - Method in class org.datanucleus.store.query.Query
Method to delete all objects found by this query, catering for cascade changes and updates to in-memory objects.
deletePersistentAll(Map) - Method in class org.datanucleus.store.query.Query
Method to delete all objects found by this query, catering for cascade changes and updates to in-memory objects.
deleteSchema(String, Properties, Object) - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
deleteSchema(String, Properties) - Method in interface org.datanucleus.store.schema.SchemaAwareStoreManager
Method that will delete a schema from the datastore (if the datastore supports it).
deleteSchema(SchemaAwareStoreManager, String) - Method in class org.datanucleus.store.schema.SchemaTool
 
deleteSchema(String, Properties, Object) - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
Method to delete the specified schema.
deleteSchemaForClasses(Set<String>, Properties, Object) - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
deleteSchemaForClasses(Set<String>, Properties) - Method in interface org.datanucleus.store.schema.SchemaAwareStoreManager
Delete the schema (tables/constraints) for the specified classes (if supported by this datastore).
deleteSchemaForClasses(SchemaAwareStoreManager, Set<String>) - Method in class org.datanucleus.store.schema.SchemaTool
 
deleteSchemaForClasses(Set<String>, Properties, Object) - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
Method to delete the schema for the supplied classes.
DELETING - Static variable in class org.datanucleus.state.ActivityState
Deleting the object.
delistResource(XAResource, int) - Method in class org.datanucleus.transaction.Transaction
 
dependent - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether this field contains a reference that should be deleted when deleting this field.
dereferenceFilter(String) - Method in class org.datanucleus.store.query.AbstractJavaQuery
Method to expand the subqueries defined in a filter.
deregisterAllStoreData() - Method in class org.datanucleus.store.AbstractStoreManager
Method to deregister all existing store data so that we are managing nothing.
deregisterClass(String) - Method in class org.datanucleus.store.StoreDataManager
 
deregisterEmbeddedRelation(ExecutionContext.EmbeddedOwnerRelation) - Method in interface org.datanucleus.ExecutionContext
Method to deregister the specified embedded relation (e.g when the embedded object is disconnected).
deregisterEmbeddedRelation(ExecutionContext.EmbeddedOwnerRelation) - Method in class org.datanucleus.ExecutionContextImpl
 
deregisterExecutionContextListener(ExecutionContextListener) - Method in interface org.datanucleus.ExecutionContext
Deregister a listener from calling when this ExecutionContext is closing.
deregisterExecutionContextListener(ExecutionContextListener) - Method in class org.datanucleus.ExecutionContextImpl
 
deregisterListener(FetchPlan) - Method in class org.datanucleus.FetchGroup
Method to deregister a listener for changes to this FetchGroup.
deregisterListener(MetaDataListener) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to deregister a listener from being notified when metadata for a class/interface is initialised.
deregisterListener(MetaDataListener) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
deregisterMBean(String) - Method in class org.datanucleus.management.jmx.ManagementManager
Deregister an MBean from the MBeanServer
deregisterTask() - Method in class org.datanucleus.store.query.Query
 
detach(FetchPlanState) - Method in interface org.datanucleus.state.ObjectProvider
Method to detach the persistable object.
detach(FetchPlanState) - Method in class org.datanucleus.state.StateManagerImpl
Method to detach this object.
DETACH_LOAD_FIELDS - Static variable in class org.datanucleus.FetchPlan
Members that are not loaded but are in the current fetch plan should be loaded before detachment.
DETACH_UNLOAD_FIELDS - Static variable in class org.datanucleus.FetchPlan
Members that are loaded but not in current fetch plan should be unloaded before detachment.
Detachable - Interface in org.datanucleus.enhancer
This interface is implemented by classes that can be detached from the persistence context and later attached.
detachable - Variable in class org.datanucleus.metadata.AbstractClassMetaData
detachable tag value.
detachAll() - Method in interface org.datanucleus.ExecutionContext
Method to detach all managed objects.
detachAll() - Method in class org.datanucleus.ExecutionContextImpl
Method to detach all objects in the context.
detachAsWrapped(ObjectProvider) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience accessor for whether to detach SCO objects as wrapped.
detachCopy(FetchPlanState) - Method in interface org.datanucleus.state.ObjectProvider
Method to make detached copy of this instance
detachCopy(FetchPlanState) - Method in class org.datanucleus.state.StateManagerImpl
Method to make detached copy of this instance If the object is detachable then the copy will be migrated to DETACHED state, otherwise will migrate the copy to TRANSIENT.
detachCopy(FetchPlanState) - Method in interface org.datanucleus.store.types.SCO
Method to return a detached copy of this object.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.BitSet
Method to detach a copy.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Date
Method to detach a copy of this object.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to return a detached copy of the value object.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.List
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Map
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Set
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.SqlDate
Method to detach a copy of this object.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.SqlTime
Method to detach a copy of this object.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Method to detach a copy of this object.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to return a detached copy of the container.
detachCopy(FetchPlanState) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return a detached copy of the container.
detachCopyForCollection(ObjectProvider, Object[], FetchPlanState, Collection) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to detach copies (recursively) of all elements for a collection field.
detachCopyForMap(ObjectProvider, Set, FetchPlanState, Map) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to detach copies (recursively) of all elements for a map field.
DETACHED_CLEAN - Static variable in class org.datanucleus.state.LifeCycleState
Detached-Clean
DETACHED_DIRTY - Static variable in class org.datanucleus.state.LifeCycleState
Detached-Dirty
DetachFieldManager - Class in org.datanucleus.store.fieldmanager
FieldManager to handle the detachment of fields with persistable objects.
DetachFieldManager(ObjectProvider, boolean[], FetchPlanForClass, FetchPlanState, boolean) - Constructor for class org.datanucleus.store.fieldmanager.DetachFieldManager
Constructor for a field manager for detachment.
detachForCollection(ObjectProvider, Object[], FetchPlanState) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to detach (recursively) all elements for a collection field.
detachForMap(ObjectProvider, Set, FetchPlanState) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to detach (recursively) all elements for a map field.
DetachListener - Class in org.datanucleus.util
Listener hook for detachment events, as an alternative to the JDO standard process of throwing a NucleusUserException.
DetachListener() - Constructor for class org.datanucleus.util.DetachListener
 
detachObject(Object, FetchPlanState) - Method in interface org.datanucleus.ExecutionContext
Method to detach the passed object.
detachObject(Object, FetchPlanState) - Method in class org.datanucleus.ExecutionContextImpl
Method to detach a persistent object without making a copy.
detachObject(Object, FetchPlanState) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
detachObjectCopy(T, FetchPlanState) - Method in interface org.datanucleus.ExecutionContext
Method to detach a copy of the passed object using the provided state.
detachObjectCopy(T, FetchPlanState) - Method in class org.datanucleus.ExecutionContextImpl
Detach a copy of the passed persistent object using the provided detach state.
detachObjectCopy(Object, FetchPlanState) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
DetachState - Class in org.datanucleus.state
Holder for the detachment state control for the detachment process.
DetachState(ApiAdapter) - Constructor for class org.datanucleus.state.DetachState
Constructor.
DetachState.Entry - Class in org.datanucleus.state
 
determineIdentity() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Determines the identity based on MetaData defaults or user defined MetaData
determineInheritanceMetaData(MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Impose a default inheritance strategy when one is not already specified.
determineObjectIdClass(MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Determine the object id class.
determineSuperClassName(ClassLoaderResolver, Class, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Determine the nearest superclass that is persistable (if any).
dfgMemberFlags - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Flags of the default-fetch-group state for all fields/properties.
dfgMemberPositions - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Positions of the default-fetch-group fields/properties (inc superclasses).
directSubclassesByClass - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Cache subclass information as that is expensive to compute, keyed by class name
dirty - Variable in class org.datanucleus.state.AbstractStateManager
Indicator for whether the persistable instance is dirty.
dirtyFields - Variable in class org.datanucleus.state.AbstractStateManager
indicators for which fields are currently dirty in the persistable instance.
disableConnectionPool() - Method in interface org.datanucleus.store.connection.ConnectionManager
Disable binding objects to "ExecutionContext" references, so automatically disables the connection pooling
disableConnectionPool() - Method in class org.datanucleus.store.connection.ConnectionManagerImpl
Disable binding objects to ExecutionContext references, so automatically disables the connection pooling
discardCompiled() - Method in class org.datanucleus.store.query.AbstractJavaQuery
Method to discard our current compiled query due to changes.
discardCompiled() - Method in class org.datanucleus.store.query.AbstractSQLQuery
Utility to discard any compiled query.
discardCompiled() - Method in class org.datanucleus.store.query.Query
Utility to remove any previous compilation of this Query.
disconnect() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
disconnect() - Method in interface org.datanucleus.state.ObjectProvider
Disconnect this provider from the ExecutionContext and PC object.
disconnect() - Method in class org.datanucleus.state.ReferentialStateManagerImpl
Disconnect the provider from the ExecutionContext and PC object.
disconnect() - Method in class org.datanucleus.state.StateManagerImpl
Disconnect the provider from the ExecutionContext and PC object.
disconnect() - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to disconnect the results from the ExecutionContext, meaning that thereafter it just behaves like a List.
disconnect() - Method in interface org.datanucleus.store.query.QueryResult
Method to disconnect the results from the ExecutionContext, meaning that thereafter it just behaves like a List.
disconnectClone(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Method to disconnect any cloned persistence capable objects from their StateManager.
disconnectFromListeners() - Method in class org.datanucleus.FetchGroup
Method to disconnect this fetch group from all listeners since the group is removed from use.
disconnectObjectProvider(ObjectProvider) - Method in interface org.datanucleus.state.ObjectProviderFactory
Method to be called when an ObjectProvider is disconnected (finished with).
disconnectObjectProvider(ObjectProvider) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Hook to allow an ObjectProvider to mark itself as disconnected so that it is returned to the pool.
disconnectObjectProvidersFromCache() - Method in class org.datanucleus.ExecutionContextImpl
Disconnect ObjectProviders that are cached from their objects, and removes them from the cache.
discriminatorLookupByRootClassName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
 
DiscriminatorMetaData - Class in org.datanucleus.metadata
Representation of a discriminator in an inheritance strategy.
DiscriminatorMetaData() - Constructor for class org.datanucleus.metadata.DiscriminatorMetaData
 
DiscriminatorMetaData(DiscriminatorMetaData) - Constructor for class org.datanucleus.metadata.DiscriminatorMetaData
Copy constructor.
discriminatorMetaData - Variable in class org.datanucleus.metadata.EmbeddedMetaData
Discriminator for use when embedding objects with inheritance.
discriminatorMetaData - Variable in class org.datanucleus.metadata.InheritanceMetaData
DiscriminatorMetaData element.
DiscriminatorStrategy - Enum in org.datanucleus.metadata
Representation of the values for discriminator "strategy".
displaysDash - Variable in class org.datanucleus.util.CommandLine
displays dash
div(Object) - Method in class org.datanucleus.query.inmemory.AggregateExpression
 
div(Object) - Method in class org.datanucleus.query.inmemory.BigDecimalAggregateExpression
 
div(Object) - Method in class org.datanucleus.query.inmemory.BigIntegerAggregateExpression
 
div(Object) - Method in class org.datanucleus.query.inmemory.DoubleAggregateExpression
 
div(Object) - Method in class org.datanucleus.query.inmemory.FloatAggregateExpression
 
div(Object) - Method in class org.datanucleus.query.inmemory.IntegerAggregateExpression
 
div(Object) - Method in class org.datanucleus.query.inmemory.LongAggregateExpression
 
div(Object) - Method in class org.datanucleus.query.inmemory.NumericAggregateExpression
 
div(Object) - Method in class org.datanucleus.query.inmemory.ShortAggregateExpression
 
DLOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
DMUL - Static variable in interface org.datanucleus.asm.Opcodes
 
DN2NamingFactory - Class in org.datanucleus.store.schema.naming
Naming factory used by DataNucleus v3.x onwards.
DN2NamingFactory(NucleusContext) - Constructor for class org.datanucleus.store.schema.naming.DN2NamingFactory
 
dnCopyFields(Object, int[]) - Method in interface org.datanucleus.enhancer.Persistable
Copy field values from another instance of the same class to this instance.
dnCopyKeyFieldsFromObjectId(Persistable.ObjectIdFieldConsumer, Object) - Method in interface org.datanucleus.enhancer.Persistable
Copy fields to an outside consumer from the key fields in the ObjectId.
dnCopyKeyFieldsToObjectId(Object) - Method in interface org.datanucleus.enhancer.Persistable
Copy fields from this Persistable instance to the Object Id instance.
dnCopyKeyFieldsToObjectId(Persistable.ObjectIdFieldSupplier, Object) - Method in interface org.datanucleus.enhancer.Persistable
Copy fields from an outside source to the key fields in the ObjectId.
DNEG - Static variable in interface org.datanucleus.asm.Opcodes
 
dnGetExecutionContext() - Method in interface org.datanucleus.enhancer.Persistable
Return the associated ExecutionContext if there is one.
dnGetObjectId() - Method in interface org.datanucleus.enhancer.Persistable
Return a copy of the identity associated with this instance.
dnGetTransactionalObjectId() - Method in interface org.datanucleus.enhancer.Persistable
Return a copy of the identity associated with this instance.
dnGetVersion() - Method in interface org.datanucleus.enhancer.Persistable
Return the version of this instance.
dnIsDeleted() - Method in interface org.datanucleus.enhancer.Persistable
Tests whether this object has been deleted.
dnIsDetached() - Method in interface org.datanucleus.enhancer.Persistable
Tests whether this object has been detached.
dnIsDirty() - Method in interface org.datanucleus.enhancer.Persistable
Tests whether this object is dirty.
dnIsNew() - Method in interface org.datanucleus.enhancer.Persistable
Tests whether this object has been newly made persistent.
dnIsPersistent() - Method in interface org.datanucleus.enhancer.Persistable
Tests whether this object is persistent.
dnIsTransactional() - Method in interface org.datanucleus.enhancer.Persistable
Tests whether this object is transactional.
dnMakeDirty(String) - Method in interface org.datanucleus.enhancer.Persistable
Explicitly mark this instance and this field dirty.
dnNewInstance(StateManager) - Method in interface org.datanucleus.enhancer.Persistable
Return a new instance of this class, with the StateManager set to the parameter, and dnFlags set to LOAD_REQUIRED.
dnNewInstance(StateManager, Object) - Method in interface org.datanucleus.enhancer.Persistable
Return a new instance of this class, with the StateManager set to the parameter, key fields initialized to the values in the oid, and dnFlags set to LOAD_REQUIRED.
dnNewObjectIdInstance() - Method in interface org.datanucleus.enhancer.Persistable
Create a new instance of the ObjectId class for this Persistable class and initialize the key fields from the instance on which this method is called.
dnNewObjectIdInstance(Object) - Method in interface org.datanucleus.enhancer.Persistable
Create a new instance of the class used for identity, using the key constructor of the object id class.
dnProvideField(int) - Method in interface org.datanucleus.enhancer.Persistable
The owning StateManager uses this method to ask the instance to provide the value of the single field identified by fieldNumber.
dnProvideFields(int[]) - Method in interface org.datanucleus.enhancer.Persistable
The owning StateManager uses this method to ask the instance to provide the values of the multiple fields identified by fieldNumbers.
dnReplaceDetachedState() - Method in interface org.datanucleus.enhancer.Detachable
This method calls the StateManager with the current detached state instance as a parameter and replaces the current detached state instance with the value provided by the StateManager.
dnReplaceField(int) - Method in interface org.datanucleus.enhancer.Persistable
The owning StateManager uses this method to ask the instance to replace the value of the single field identified by number.
dnReplaceFields(int[]) - Method in interface org.datanucleus.enhancer.Persistable
The owning StateManager uses this method to ask the instance to replace the values of the multiple fields identified by number.
dnReplaceFlags() - Method in interface org.datanucleus.enhancer.Persistable
The owning StateManager uses this method to ask the instance to replace the value of the flags by calling back the StateManager replacingFlags method.
dnReplaceStateManager(StateManager) - Method in interface org.datanucleus.enhancer.Persistable
This method sets the StateManager instance that manages the state of this instance.
doc - Variable in class org.datanucleus.store.autostart.XMLAutoStarter
 
DOUBLE - Static variable in interface org.datanucleus.asm.Opcodes
 
DOUBLE - Static variable in class org.datanucleus.asm.Type
The sort of the double type.
DOUBLE - Static variable in class org.datanucleus.ClassConstants
 
DOUBLE - Static variable in class org.datanucleus.ClassNameConstants
 
DOUBLE_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
DOUBLE_TYPE - Static variable in class org.datanucleus.asm.Type
The double type.
DoubleAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing a Double, used in evaluation of aggregates.
DoubleAggregateExpression(Double) - Constructor for class org.datanucleus.query.inmemory.DoubleAggregateExpression
 
DoubleArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a double[] object to/from ByteBuffer.
DoubleArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.DoubleArrayByteBufferConverter
 
DREM - Static variable in interface org.datanucleus.asm.Opcodes
 
DRETURN - Static variable in interface org.datanucleus.asm.Opcodes
 
DSTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
DSUB - Static variable in interface org.datanucleus.asm.Opcodes
 
dump(NucleusLogger) - Method in class org.datanucleus.properties.BasePropertyStore
 
dump(PrintWriter) - Method in class org.datanucleus.state.StateManagerImpl
Utility to dump the contents of the StateManager.
dumpClassInformation(Class) - Static method in class org.datanucleus.util.ClassUtils
Utility to use Reflection to dump out the details of a class.
dumpToFile(String) - Method in class org.datanucleus.enhancer.ImplementationGenerator
Convenience method to dump the generated class to the specified file.
DUP - Static variable in interface org.datanucleus.asm.Opcodes
 
DUP2 - Static variable in interface org.datanucleus.asm.Opcodes
 
DUP2_X1 - Static variable in interface org.datanucleus.asm.Opcodes
 
DUP2_X2 - Static variable in interface org.datanucleus.asm.Opcodes
 
DUP_X1 - Static variable in interface org.datanucleus.asm.Opcodes
 
DUP_X2 - Static variable in interface org.datanucleus.asm.Opcodes
 
DyadicExpression - Class in org.datanucleus.query.expression
Expression between two other expressions and an operation.
DyadicExpression(Expression.MonadicOperator, Expression) - Constructor for class org.datanucleus.query.expression.DyadicExpression
Perform a function op on operand
DyadicExpression(Expression, Expression.DyadicOperator, Expression) - Constructor for class org.datanucleus.query.expression.DyadicExpression
Performs a function on two arguments.
DyadicOperator(String, int, boolean) - Constructor for class org.datanucleus.query.expression.Expression.DyadicOperator
Dyadic operator

E

ec - Variable in class org.datanucleus.store.AbstractExtent
ExecutionContext
ec - Variable in class org.datanucleus.store.fieldmanager.AbstractFetchFieldManager
 
ec - Variable in class org.datanucleus.store.fieldmanager.AbstractStoreFieldManager
 
ec - Variable in class org.datanucleus.store.NucleusSequenceImpl
execution context.
ec - Variable in class org.datanucleus.store.query.AbstractCandidateLazyLoadList
ExecutionContext.
ec - Variable in class org.datanucleus.store.query.Query
 
element - Variable in class org.datanucleus.metadata.ArrayMetaData
Representation of the element of the array.
element - Variable in class org.datanucleus.metadata.CollectionMetaData
Representation of the element of the collection.
elementAt(int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to retrieve an element no.
elementAt(int) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to retrieve an element no.
elementIsPersistent() - Method in class org.datanucleus.metadata.ArrayMetaData
 
elementIsPersistent() - Method in class org.datanucleus.metadata.CollectionMetaData
 
elementMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
ElementMetaData.
ElementMetaData - Class in org.datanucleus.metadata
This element specifies the mapping for the element component of arrays and collections.
ElementMetaData(ElementMetaData) - Constructor for class org.datanucleus.metadata.ElementMetaData
Constructor to create a copy of the passed metadata using the provided parent.
ElementMetaData() - Constructor for class org.datanucleus.metadata.ElementMetaData
Default constructor.
elements() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to return the elements of the List as an Enumeration.
elements() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return the elements of the List as an Enumeration.
embedded - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
embedded tag value.
EMBEDDED_COLLECTION_ELEMENT_PC - Static variable in interface org.datanucleus.state.ObjectProvider
Embedded (or serialised) Collection Element PC
EMBEDDED_MAP_KEY_PC - Static variable in interface org.datanucleus.state.ObjectProvider
Embedded (or serialised) Map Key PC
EMBEDDED_MAP_VALUE_PC - Static variable in interface org.datanucleus.state.ObjectProvider
Embedded (or serialised) Map Value PC
EMBEDDED_PC - Static variable in interface org.datanucleus.state.ObjectProvider
Embedded (or serialised) PC
embeddedMetaData - Variable in class org.datanucleus.metadata.AbstractElementMetaData
EmbeddedMetaData
embeddedMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
EmbeddedMetaData.
EmbeddedMetaData - Class in org.datanucleus.metadata
This element specifies the mapping for an embedded type.
EmbeddedMetaData(EmbeddedMetaData) - Constructor for class org.datanucleus.metadata.EmbeddedMetaData
Constructor to create a copy of the passed metadata.
EmbeddedMetaData() - Constructor for class org.datanucleus.metadata.EmbeddedMetaData
Default constructor.
embeddedOnly - Variable in class org.datanucleus.metadata.AbstractClassMetaData
embedded-only tag value.
EmbeddedOwnerRelation(ObjectProvider, int, ObjectProvider) - Constructor for class org.datanucleus.ExecutionContext.EmbeddedOwnerRelation
 
embOP - Variable in class org.datanucleus.ExecutionContext.EmbeddedOwnerRelation
 
empty() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Accessor for whether the Stack is empty.
empty() - Method in class org.datanucleus.store.types.wrappers.Stack
Accessor for whether the Stack is empty.
encode(byte[]) - Static method in class org.datanucleus.util.Base64
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class org.datanucleus.util.Base64
Encodes a byte array into Base64 format.
encodeString(String) - Static method in class org.datanucleus.util.Base64
Encodes a string into Base64 format.
EncryptionAwareStoreManager - Interface in org.datanucleus.store.encryption
Interface implemented by any StoreManager that wants to provide a hook to encrypt field data prior to persistence.
encryptValue(AbstractMemberMetaData, Object) - Method in interface org.datanucleus.store.encryption.PersistenceEncryptionProvider
Method to encrypt the provided value for persistence.
end(Xid, int) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
end() - Method in interface org.datanucleus.Transaction
Method to notify that the transaction is ended.
end() - Method in class org.datanucleus.TransactionImpl
Method to allow the transaction to flush any resources.
endElement(String, String, String) - Method in class org.datanucleus.metadata.xml.PersistenceFileMetaDataHandler
Handler method called at the end of an element.
EndOfFetchPlanGraphException() - Constructor for exception org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager.EndOfFetchPlanGraphException
 
endOfGraphOperation(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
Method called when an end of graph is encountered.
endOfGraphOperation(int) - Method in class org.datanucleus.store.fieldmanager.DetachFieldManager
Method to throw and EndOfFetchPlanGraphException since we're at the end of a branch in the tree.
endOfGraphOperation(int) - Method in class org.datanucleus.store.fieldmanager.LoadFieldManager
Method called when were arrive at the end of a branch
endOfGraphOperation(int) - Method in class org.datanucleus.store.fieldmanager.MakeTransientFieldManager
Method to throw and EndOfFetchPlanGraphException since we're at the end of a branch in the tree.
enhance() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Method to enhance the class definition internally.
enhance() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Method to enhance a classes definition.
enhance() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to enhance all classes defined by addClass, addClasses, addJar, addPersistenceUnit, addFiles.
enhance(ClassLoaderResolver) - Method in class org.datanucleus.enhancer.ImplementationGenerator
Enhance the implementation of the class/interface.
enhance(String, byte[], ClassLoader) - Method in class org.datanucleus.enhancer.RuntimeEnhancer
 
enhanceClass(ClassMetaData, ClassEnhancer, boolean) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to enhance the class defined by the MetaData.
enhanced - Variable in class org.datanucleus.enhancer.EnhancerClassChecker
Flag for whether the class is enhanced.
EnhancementHelper - Class in org.datanucleus.enhancer
Helper class for the DN bytecode enhancement contract.
EnhancementHelper.RegisterClassEvent - Class in org.datanucleus.enhancer
 
EnhancementHelper.RegisterClassListener - Interface in org.datanucleus.enhancer
 
EnhancementHelper.StringConstructor - Interface in org.datanucleus.enhancer
Construct an instance of a key class using a String as input.
EnhancementNamer - Interface in org.datanucleus.enhancer
Interface defining the naming of fields/classes used in enhancement.
EnhancementNucleusContextImpl - Class in org.datanucleus.enhancer
NucleusContext to use when enhancing.
EnhancementNucleusContextImpl(String, Map) - Constructor for class org.datanucleus.enhancer.EnhancementNucleusContextImpl
Constructor for the context.
EnhancementNucleusContextImpl(String, Map, PluginManager) - Constructor for class org.datanucleus.enhancer.EnhancementNucleusContextImpl
Constructor for the context.
enhancer - Variable in class org.datanucleus.enhancer.ClassField
The parent enhancer.
enhancer - Variable in class org.datanucleus.enhancer.ClassMethod
The parent enhancer.
enhancer - Variable in class org.datanucleus.enhancer.DataNucleusClassFileTransformer
 
enhancer - Variable in class org.datanucleus.enhancer.EnhancerClassAdapter
The underlying enhancer.
enhancer - Variable in class org.datanucleus.enhancer.EnhancerClassChecker
Enhancer for the class.
enhancer - Variable in class org.datanucleus.enhancer.EnhancerMethodAdapter
The enhancer for this class.
enhancer - Variable in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
The enhancer for this class.
enhancer - Variable in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
The enhancer for this class.
EnhancerClassAdapter - Class in org.datanucleus.enhancer
Adapter visitor class for providing enhancement of an existing class using ASM.
EnhancerClassAdapter(ClassVisitor, ClassEnhancer) - Constructor for class org.datanucleus.enhancer.EnhancerClassAdapter
Constructor.
EnhancerClassChecker - Class in org.datanucleus.enhancer
Visitor used to check the enhancement state of a class.
EnhancerClassChecker(ClassEnhancer, boolean) - Constructor for class org.datanucleus.enhancer.EnhancerClassChecker
Constructor.
EnhancerClassLoader - Class in org.datanucleus.enhancer
ClassLoader for newly defined classes.
EnhancerClassLoader() - Constructor for class org.datanucleus.enhancer.EnhancerClassLoader
 
EnhancerClassLoader(ClassLoaderResolver) - Constructor for class org.datanucleus.enhancer.EnhancerClassLoader
 
EnhancerMethodAdapter - Class in org.datanucleus.enhancer
Adapter for methods in persistence-enabled classes allowing enhancement of direct access to user fields.
EnhancerMethodAdapter(MethodVisitor, ClassEnhancer, String, String) - Constructor for class org.datanucleus.enhancer.EnhancerMethodAdapter
Constructor for the method adapter.
EnhancerPropertyGetterAdapter - Class in org.datanucleus.enhancer
Adapter for property getter methods in persistence-enabled classes.
EnhancerPropertyGetterAdapter(MethodVisitor, ClassEnhancer, String, String, AbstractMemberMetaData, ClassVisitor) - Constructor for class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
Constructor for the method adapter.
EnhancerPropertySetterAdapter - Class in org.datanucleus.enhancer
Adapter for property setter methods in persistence-enabled classes.
EnhancerPropertySetterAdapter(MethodVisitor, ClassEnhancer, String, String, AbstractMemberMetaData, ClassVisitor) - Constructor for class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
Constructor for the method adapter.
EnhancerTask - Class in org.datanucleus.enhancer
Enhancer Ant Task.
EnhancerTask() - Constructor for class org.datanucleus.enhancer.EnhancerTask
Default constructor
EnhanceUtils - Class in org.datanucleus.enhancer
Utility class for bytecode enhancement using ASM.
enlistInTransaction(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Method to enlist the specified ObjectProvider in the current transaction.
enlistInTransaction(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
Method to enlist the specified ObjectProvider in the current transaction.
enlistInTransaction(ObjectProvider) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
enlistInTransaction() - Method in interface org.datanucleus.state.ObjectProvider
 
enlistInTransaction() - Method in class org.datanucleus.state.StateManagerImpl
Method to enlist the managed object in the current transaction.
enlistResource(XAResource) - Method in class org.datanucleus.transaction.Transaction
 
enqueue(Operation) - Method in class org.datanucleus.flush.OperationQueue
Method to add the specified operation to the operation queue.
entityName - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Entity name.
entityResolver - Variable in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Entity Resolver to use (if required)
EntityResolverFactory - Class in org.datanucleus.metadata.xml
Factory for Entity Resolvers.
entrySet() - Method in class org.datanucleus.cache.SoftRefCache
 
entrySet() - Method in class org.datanucleus.cache.StrongRefCache
 
entrySet() - Method in class org.datanucleus.cache.WeakRefCache
 
entrySet() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.HashMap
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.Map
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.Properties
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the set of entries in the Map.
entrySet() - Method in class org.datanucleus.util.ReferenceValueMap
Accessor for the entry set.
entrySetStore() - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for a backing store representing the entry set for the Map.
EnumMatchesMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{enumExpr}.matches(expr)".
EnumMatchesMethod() - Constructor for class org.datanucleus.query.inmemory.EnumMatchesMethod
 
EnumOrdinalMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{enumExpr}.ordinal()".
EnumOrdinalMethod() - Constructor for class org.datanucleus.query.inmemory.EnumOrdinalMethod
 
EnumToStringMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{enumExpr}.toString()".
EnumToStringMethod() - Constructor for class org.datanucleus.query.inmemory.EnumToStringMethod
 
eq(Object) - Method in class org.datanucleus.query.inmemory.AggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.BigDecimalAggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.BigIntegerAggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.DateAggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.DoubleAggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.FloatAggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.IntegerAggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.LongAggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.ShortAggregateExpression
 
eq(Object) - Method in class org.datanucleus.query.inmemory.StringAggregateExpression
 
equals(Object) - Method in class org.datanucleus.asm.Handle
 
equals(Object) - Method in class org.datanucleus.asm.Type
Tests if the given object is equal to this type.
equals(Object) - Method in class org.datanucleus.cache.CachedPC.CachedId
 
equals(Object) - Method in class org.datanucleus.cache.Level2Cache.PinnedClass
 
equals(Object) - Method in class org.datanucleus.Configuration
 
equals(Object) - Method in class org.datanucleus.enhancer.ClassField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.datanucleus.enhancer.ClassMethod
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.datanucleus.FetchGroup
 
equals(Object) - Method in class org.datanucleus.identity.ByteId
 
equals(Object) - Method in class org.datanucleus.identity.CharId
 
equals(Object) - Method in interface org.datanucleus.identity.DatastoreId
 
equals(Object) - Method in class org.datanucleus.identity.DatastoreIdImpl
 
equals(Object) - Method in class org.datanucleus.identity.DatastoreIdImplKodo
 
equals(Object) - Method in class org.datanucleus.identity.DatastoreIdImplXcalia
 
equals(Object) - Method in class org.datanucleus.identity.DatastoreUniqueLongId
 
equals(Object) - Method in class org.datanucleus.identity.IdentityReference
 
equals(Object) - Method in class org.datanucleus.identity.IntId
 
equals(Object) - Method in class org.datanucleus.identity.LongId
 
equals(Object) - Method in class org.datanucleus.identity.ObjectId
 
equals(Object) - Method in class org.datanucleus.identity.ShortId
 
equals(Object) - Method in class org.datanucleus.identity.SingleFieldId
Check the class and class name and object type.
equals(Object) - Method in class org.datanucleus.identity.StringId
 
equals(Object) - Method in class org.datanucleus.metadata.ForeignKeyAction
 
equals(Object) - Method in class org.datanucleus.metadata.IdentityStrategy
 
equals(Object) - Method in class org.datanucleus.plugin.Bundle.BundleVersion
 
equals(Object) - Method in class org.datanucleus.state.ActivityState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.datanucleus.store.query.AbstractQueryResult
Equality operator for QueryResults.
equals(Object) - Method in class org.datanucleus.store.query.CandidateIdsQueryResult
 
equals(Object) - Method in class org.datanucleus.store.query.Query
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.Collection
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.HashSet
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.List
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.Map
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.Queue
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.Set
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
 
equals(Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to check the equality of this map, and another.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Equality operator.
equals(Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Equality operator.
equals(Object) - Method in class org.datanucleus.util.ReferenceValueMap
Equality operator.
error(SAXParseException) - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Parser error method.
error(Object) - Method in class org.datanucleus.util.JDK14Logger
Log an error message.
error(Object, Throwable) - Method in class org.datanucleus.util.JDK14Logger
Log an error message with throwable.
error(Object) - Method in class org.datanucleus.util.Log4JLogger
Log an error message.
error(Object, Throwable) - Method in class org.datanucleus.util.Log4JLogger
Log an error message with throwable.
error(Object) - Method in class org.datanucleus.util.NucleusLogger
Log an error message.
error(Object, Throwable) - Method in class org.datanucleus.util.NucleusLogger
Log an error message with throwable.
error(Object) - Method in class org.datanucleus.util.NullLogger
 
error(Object, Throwable) - Method in class org.datanucleus.util.NullLogger
 
evaluate(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to "evaluate" the expression.
evaluate(ExpressionEvaluator) - Method in class org.datanucleus.query.expression.DyadicExpression
Method to evaluate this expression, using the passed evaluator.
evaluate(ExpressionEvaluator) - Method in class org.datanucleus.query.expression.Expression
Method to evaluate this expression, using the passed evaluator.
evaluate(Expression) - Method in interface org.datanucleus.query.expression.ExpressionEvaluator
Method to evaluate the provided expression.
evaluate(ExpressionEvaluator) - Method in class org.datanucleus.query.expression.OrderExpression
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.ArrayContainsMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.ArraySizeMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.CoalesceFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.CollectionContainsMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.ConcatFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.ContainerIsEmptyMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.ContainerSizeMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.CurrentDateFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.CurrentTimeFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.CurrentTimestampFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.DateGetDayMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.DateGetHoursMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.DateGetMinutesMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.DateGetMonthMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.DateGetSecondsMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.DateGetTimeMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.DateGetYearMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.EnumMatchesMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.EnumOrdinalMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.EnumToStringMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in interface org.datanucleus.query.inmemory.InvocationEvaluator
Method to evaluate the InvokeExpression, as part of the overall evaluation defined by the InMemoryExpressionEvaluator.
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.LengthFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.ListGetMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.LocateFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.LowerFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.MapContainsEntryMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.MapContainsKeyMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.MapContainsValueMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.MapGetMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.MathFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.ModFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.NullIfFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.ObjectGetClassMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.SizeFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringCharAtMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringConcatMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringEndsWithMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringEqualsIgnoreCaseMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringEqualsMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringIndexOfMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringLengthMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringMatchesMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringStartsWithMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringSubstringMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringToLowerCaseMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringToUpperCaseMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringTrimLeftMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringTrimMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.StringTrimRightMethod
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.SubstringFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.TrimFunction
 
evaluate(InvokeExpression, Object, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.UpperFunction
 
evaluateInMemory() - Method in class org.datanucleus.store.query.AbstractJavaQuery
Convenience method to return whether the query should be evaluated in-memory.
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.AbsFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.ArcCosineFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.ArcSineFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.ArcTangentFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.CeilFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.CosineFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.ExpFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.FloorFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.LogFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.MathFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.SineFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.SqrtFunction
 
evaluateMathFunction(double) - Method in class org.datanucleus.query.inmemory.TangentFunction
 
evaluateSubquery(Query, QueryCompilation, Collection, Object) - Method in class org.datanucleus.query.evaluator.JavaQueryEvaluator
Method to evaluate a subquery of the query being evaluated.
evaluateSubquery(Query, QueryCompilation, Collection, Object) - Method in class org.datanucleus.query.evaluator.JDOQLEvaluator
Method to evaluate a subquery of the query being evaluated.
evaluateSubquery(Query, QueryCompilation, Collection, Object) - Method in class org.datanucleus.query.evaluator.JPQLEvaluator
Method to evaluate a subquery of the query being evaluated.
evaluator - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
The evaluator.
EventListenerMetaData - Class in org.datanucleus.metadata
Listener for events, following the JPA model.
EventListenerMetaData(String) - Constructor for class org.datanucleus.metadata.EventListenerMetaData
Constructor for an EventListener MetaData
evict(Object) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Evict the parameter instance from the second-level cache.
evict(Class) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
evict(Query) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
evict(Query, Map) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
evict(Object) - Method in interface org.datanucleus.cache.Level2Cache
Evict the parameter instance from the second-level cache.
evict(Object) - Method in class org.datanucleus.cache.NullLevel2Cache
Evict the parameter instance from the second-level cache.
evict(Object) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to evict an object from the cache.
evict(String) - Method in class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
evict(String) - Method in interface org.datanucleus.query.cache.QueryCompilationCache
Evict the query from the compilation cache.
evict() - Method in class org.datanucleus.state.AbstractStateManager
Method to change the object state to evicted.
evict() - Method in interface org.datanucleus.state.ObjectProvider
Method to change the object state to evicted.
evict(String) - Method in class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
evict(Class) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
evict(Query) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
evict(Query, Map) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
evict(String) - Method in interface org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Evict the query from the compilation cache.
evict(Class) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Method to evict all queries that use the provided class as candidate.
evict(Query) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Evict the query from the results cache.
evict(Query, Map) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Evict the query with the specified params from the results cache.
evictAll() - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[]) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll() - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
evictAll() - Method in interface org.datanucleus.cache.Level2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[]) - Method in interface org.datanucleus.cache.Level2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection) - Method in interface org.datanucleus.cache.Level2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean) - Method in interface org.datanucleus.cache.Level2Cache
Evict the parameter instances from the second-level cache.
evictAll() - Method in class org.datanucleus.cache.NullLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean) - Method in class org.datanucleus.cache.NullLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection) - Method in class org.datanucleus.cache.NullLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[]) - Method in class org.datanucleus.cache.NullLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll() - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to evict all objects from the L2 cache.
evictAll(Class, boolean) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to evict all objects of the given types from the cache.
evictAll(Collection) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to evict the objects with the specified ids.
evictAll(Object[]) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to evict the objects with the specified ids.
evictAll() - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
evictAll() - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Method to clear the cache.
evictAllObjects() - Method in interface org.datanucleus.ExecutionContext
Method to evict all L1 cache objects
evictAllObjects() - Method in class org.datanucleus.ExecutionContextImpl
Method to evict all current objects from L1 cache.
evictAllObjects() - Method in class org.datanucleus.ExecutionContextThreadedImpl
Method to evict all current objects from L1 cache.
evictFromTransaction(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Method to evict the specified ObjectProvider from the current transaction.
evictFromTransaction(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
Method to evict the specified ObjectProvider from the current transaction.
evictFromTransaction(ObjectProvider) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
evictFromTransaction() - Method in interface org.datanucleus.state.ObjectProvider
 
evictFromTransaction() - Method in class org.datanucleus.state.StateManagerImpl
Method to evict the managed object from the current transaction.
evictObject(Object) - Method in interface org.datanucleus.ExecutionContext
Method to evict the passed object.
evictObject(Object) - Method in class org.datanucleus.ExecutionContextImpl
Internal method to evict an object from L1 cache.
evictObject(Object) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
evictObjects(Class, boolean) - Method in interface org.datanucleus.ExecutionContext
Method to evict all objects of the specified type (and optionaly its subclasses).
evictObjects(Class, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Method to evict all objects of the specified type (and optionaly its subclasses) that are present in the L1 cache.
evictQueryResultsForType(Class) - Method in interface org.datanucleus.store.query.QueryManager
Method to evict all query results for the specified candidate type.
evictQueryResultsForType(Class) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
EXCEPTION_PARAMETER - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type of the exception of a 'catch' clause in a method.
exceptions - Variable in class org.datanucleus.enhancer.ClassMethod
Exceptions that can be thrown.
excludeDefaultListeners - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Flag to exclude default listeners.
excludeDefaultListeners() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to exclude default listeners.
excludeSuperClassListeners - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Flag to exclude superclass listeners.
excludeSuperClassListeners() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Toogle exclude super class listeners
execute() - Method in class org.datanucleus.enhancer.ClassMethod
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.EnhancerTask
Execution method
execute() - Method in class org.datanucleus.enhancer.methods.CopyField
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.CopyFields
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.CopyKeyFieldsFromObjectId
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.CopyKeyFieldsFromObjectId2
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.CopyKeyFieldsToObjectId
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.CopyKeyFieldsToObjectId2
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.DefaultConstructor
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetExecutionContext
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetInheritedFieldCount
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetManagedFieldCount
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetNormal
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetObjectId
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetTransactionalObjectId
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetVersion
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetViaCheck
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.GetViaMediate
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.InitClass
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.InitFieldFlags
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.InitFieldNames
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.InitFieldTypes
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.InitPersistableSuperclass
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.IsDetached
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.IsDirty
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.IsXXX
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.LoadClass
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.MakeDirty
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.NewInstance1
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.NewInstance2
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.NewObjectIdInstance1
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.NewObjectIdInstance2
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.PreSerialize
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.ProvideField
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.ProvideFields
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.ReplaceDetachedState
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.ReplaceField
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.ReplaceFields
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.ReplaceFlags
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.ReplaceStateManager
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.SetNormal
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.SetViaCheck
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.SetViaMediate
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.SuperClone
Method to add the contents of the class method.
execute() - Method in class org.datanucleus.enhancer.methods.WriteObject
Method to add the contents of the class method.
execute(ExecutionContext, List<ObjectProvider>, List<ObjectProvider>, OperationQueue) - Method in class org.datanucleus.flush.FlushNonReferential
 
execute(ExecutionContext, List<ObjectProvider>, List<ObjectProvider>, OperationQueue) - Method in class org.datanucleus.flush.FlushOrdered
 
execute(ExecutionContext, List<ObjectProvider>, List<ObjectProvider>, OperationQueue) - Method in interface org.datanucleus.flush.FlushProcess
Execute the flush.
execute(boolean, boolean, boolean, boolean, boolean) - Method in class org.datanucleus.query.evaluator.JavaQueryEvaluator
Method to perform the evaluation, applying the query restrictions that are required.
execute(boolean, boolean, boolean, boolean, boolean) - Method in class org.datanucleus.query.evaluator.JDOQLEvaluator
 
execute(boolean, boolean, boolean, boolean, boolean) - Method in class org.datanucleus.query.evaluator.JPQLEvaluator
 
execute() - Method in class org.datanucleus.store.query.Query
Execute the query and return the filtered results.
execute() - Method in class org.datanucleus.store.schema.SchemaToolTask
Execute method, to execute the task.
executeQuery(Map) - Method in class org.datanucleus.store.query.Query
Method to execute the actual query.
executeScript(String) - Method in interface org.datanucleus.store.schema.SchemaScriptAwareStoreManager
Execute the provided script on the datastore schema.
executeWithArray(Object[]) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Execute the query and return the filtered List.
executeWithArray(Object[]) - Method in class org.datanucleus.store.query.Query
Execute the query and return the filtered results using the array of parameters.
executeWithMap(Map) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Execute the query using the input Map of parameters.
executeWithMap(Map) - Method in class org.datanucleus.store.query.Query
Execute the query and return the filtered results using the map of parameters.
EXECUTION_CONTEXT - Static variable in class org.datanucleus.ClassConstants
 
ExecutionContext - Interface in org.datanucleus
Context of execution for persistence operations.
ExecutionContext.EmbeddedOwnerRelation - Class in org.datanucleus
 
ExecutionContext.LifecycleListener - Interface in org.datanucleus
Interface to be implemented by a listener for the closure of the ExecutionContext.
executionContextClosing(ExecutionContext) - Method in interface org.datanucleus.ExecutionContextListener
Method called when the specified ExecutionContext is closing.
executionContextClosing(ExecutionContext) - Method in class org.datanucleus.store.query.Query
 
ExecutionContextImpl - Class in org.datanucleus
Manager for persistence/retrieval of objects within an execution context, equating to the work required by javax.jdo.PersistenceManager and javax.persistence.EntityManager.
ExecutionContextImpl(PersistenceNucleusContext, Object, Map<String, Object>) - Constructor for class org.datanucleus.ExecutionContextImpl
Constructor.
ExecutionContextListener - Interface in org.datanucleus
Listener for closure of an ExecutionContext.
ExecutionContextPool - Class in org.datanucleus
Pool of ExecutionContext objects.
ExecutionContextPool(PersistenceNucleusContext) - Constructor for class org.datanucleus.ExecutionContextPool
 
ExecutionContextReference - Interface in org.datanucleus.enhancement
Reference for an ExecutionContext, for use in the enhancement contract.
ExecutionContextThreadedImpl - Class in org.datanucleus
ExecutionContext to attempt to handle multi-threaded PM/EM cases.
ExecutionContextThreadedImpl(PersistenceNucleusContext, Object, Map<String, Object>) - Constructor for class org.datanucleus.ExecutionContextThreadedImpl
 
exists(Object) - Method in interface org.datanucleus.ExecutionContext
Method to return if the specified object exists in the datastore.
exists(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to return if the specified object exists in the datastore.
EXPAND_FRAMES - Static variable in class org.datanucleus.asm.ClassReader
Flag to expand the stack map frames.
ExpFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function EXP(numExpr).
ExpFunction() - Constructor for class org.datanucleus.query.inmemory.ExpFunction
 
expire(ExecutionContext) - Method in class org.datanucleus.ExecutionContextPool
 
expire(ObjectProvider) - Method in class org.datanucleus.state.ObjectProviderPool
 
explicitParameters - Variable in class org.datanucleus.store.query.Query
Any explicit parameters defined for this query, comma separated.
explicitVariables - Variable in class org.datanucleus.store.query.Query
Any explicit variables defined for this query, semicolon separated.
exponentialFormatBigDecimal(BigDecimal) - Static method in class org.datanucleus.util.StringUtils
Formats the given BigDecimal value into a floating-point literal (like we find in SQL).
Expression - Class in org.datanucleus.query.expression
A Scalar expression in a Query.
Expression() - Constructor for class org.datanucleus.query.expression.Expression
Constructor.
Expression(Expression.MonadicOperator, Expression) - Constructor for class org.datanucleus.query.expression.Expression
Perform a function op on operand
Expression(Expression, Expression.DyadicOperator, Expression) - Constructor for class org.datanucleus.query.expression.Expression
Performs a function on two arguments.
Expression.DyadicOperator - Class in org.datanucleus.query.expression
"Dyadic" operator performs operation on one or two operands.
Expression.MonadicOperator - Class in org.datanucleus.query.expression
"Monadic" operator performs a function on one operand.
Expression.Operator - Class in org.datanucleus.query.expression
Representation of an Operator.
ExpressionCompiler - Class in org.datanucleus.query.expression
Compiler for expressions.
ExpressionCompiler() - Constructor for class org.datanucleus.query.expression.ExpressionCompiler
 
ExpressionEvaluator - Interface in org.datanucleus.query.expression
Interface for an evaluator of an expression.
expressionHasNotOperator(Expression) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to return if there is a NOT operator in the expression.
expressionHasOrOperator(Expression) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to return if there is an OR operator in the expression.
ExpressionPair(Expression, Expression) - Constructor for class org.datanucleus.query.expression.CaseExpression.ExpressionPair
 
exprFilter - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compiled filter expression
exprFrom - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compiled from expression.
exprGrouping - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compiled grouping expression.
exprHaving - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compiled having expression.
exprOrdering - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compiled ordering expression.
exprResult - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compiled result expression.
exprUpdate - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compiled update expression.
Extension - Class in org.datanucleus.plugin
Extension declared in a plug-in.
Extension(ExtensionPoint, Bundle) - Constructor for class org.datanucleus.plugin.Extension
 
Extension(String, Bundle) - Constructor for class org.datanucleus.plugin.Extension
 
EXTENSION_CHECK_UNUSED_PARAMETERS - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_CLOSE_RESULTS_AT_EC_CLOSE - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_COMPILATION_CACHED - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_EVALUATE_IN_MEMORY - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_FLUSH_BEFORE_EXECUTION - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_LOAD_RESULTS_AT_COMMIT - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_MULTITHREAD - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_RESULT_CACHE_TYPE - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_RESULT_SIZE_METHOD - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_RESULTS_CACHED - Static variable in class org.datanucleus.store.query.Query
 
EXTENSION_USE_FETCH_PLAN - Static variable in class org.datanucleus.store.query.Query
 
ExtensionMetaData - Class in org.datanucleus.metadata
Representation of the Meta-Data for an extension.
ExtensionMetaData(String, String, String) - Constructor for class org.datanucleus.metadata.ExtensionMetaData
Constructor
ExtensionPoint - Class in org.datanucleus.plugin
Extension Point declared in a plug-in.
ExtensionPoint(String, String, URL, Bundle) - Constructor for class org.datanucleus.plugin.ExtensionPoint
Constructor
extensions - Variable in class org.datanucleus.metadata.MetaData
List of extensions for this MetaData element.
extensions - Variable in class org.datanucleus.store.query.Query
Any extensions
ExtensionSorter() - Constructor for class org.datanucleus.plugin.NonManagedPluginRegistry.ExtensionSorter
 
ExtensionSorter() - Constructor for class org.datanucleus.plugin.OSGiPluginRegistry.ExtensionSorter
 
Extent<T> - Interface in org.datanucleus.store
Extent of objects within DataNucleus.

F

F2D - Static variable in interface org.datanucleus.asm.Opcodes
 
F2I - Static variable in interface org.datanucleus.asm.Opcodes
 
F2L - Static variable in interface org.datanucleus.asm.Opcodes
 
F_APPEND - Static variable in interface org.datanucleus.asm.Opcodes
Represents a compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
F_CHOP - Static variable in interface org.datanucleus.asm.Opcodes
Represents a compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
F_FULL - Static variable in interface org.datanucleus.asm.Opcodes
Represents a compressed frame with complete frame data.
F_NEW - Static variable in interface org.datanucleus.asm.Opcodes
Represents an expanded frame.
F_SAME - Static variable in interface org.datanucleus.asm.Opcodes
Represents a compressed frame with exactly the same locals as the previous frame and with an empty stack.
F_SAME1 - Static variable in interface org.datanucleus.asm.Opcodes
Represents a compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
FactoryBasedTransactionManagerLocator - Class in org.datanucleus.transaction.jta
TransactionManager locator using a factory class.
FactoryBasedTransactionManagerLocator() - Constructor for class org.datanucleus.transaction.jta.FactoryBasedTransactionManagerLocator
 
factoryClass - Variable in class org.datanucleus.metadata.SequenceMetaData
factory class name (JDO).
FactoryStatistics - Class in org.datanucleus.management
Statistics for a factory of persistence (PMF/EMF).
FactoryStatistics(String) - Constructor for class org.datanucleus.management.FactoryStatistics
 
FactoryStatisticsMBean - Interface in org.datanucleus.management
Interface defining the MBean for a persistence factory.
FADD - Static variable in interface org.datanucleus.asm.Opcodes
 
FALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
FASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
fatal(Object) - Method in class org.datanucleus.util.JDK14Logger
Log a fatal message.
fatal(Object, Throwable) - Method in class org.datanucleus.util.JDK14Logger
Log a fatal message with throwable.
fatal(Object) - Method in class org.datanucleus.util.Log4JLogger
Log an fatal message.
fatal(Object, Throwable) - Method in class org.datanucleus.util.Log4JLogger
Log a fatal message with throwable.
fatal(Object) - Method in class org.datanucleus.util.NucleusLogger
Log a fatal message.
fatal(Object, Throwable) - Method in class org.datanucleus.util.NucleusLogger
Log a fatal message with throwable.
fatal(Object) - Method in class org.datanucleus.util.NullLogger
 
fatal(Object, Throwable) - Method in class org.datanucleus.util.NullLogger
 
FCMPG - Static variable in interface org.datanucleus.asm.Opcodes
 
FCMPL - Static variable in interface org.datanucleus.asm.Opcodes
 
FCO_TYPE - Static variable in class org.datanucleus.store.StoreData
First class object (FCO) type
FCONST_0 - Static variable in interface org.datanucleus.asm.Opcodes
 
FCONST_1 - Static variable in interface org.datanucleus.asm.Opcodes
 
FCONST_2 - Static variable in interface org.datanucleus.asm.Opcodes
 
FDIV - Static variable in interface org.datanucleus.asm.Opcodes
 
FederatedJDOQLQuery - Class in org.datanucleus.store.federation
JDOQL query that is federated across multiple datastores
FederatedJDOQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.federation.FederatedJDOQLQuery
Constructs a new query instance that uses the given execution context.
FederatedJDOQLQuery(StoreManager, ExecutionContext, FederatedJDOQLQuery) - Constructor for class org.datanucleus.store.federation.FederatedJDOQLQuery
Constructs a new query instance having the same criteria as the given query.
FederatedJDOQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.federation.FederatedJDOQLQuery
Constructor for a JDOQL query where the query is specified using the "Single-String" format.
FederatedPersistenceHandler - Class in org.datanucleus.store.federation
Persistence handler for federated datastores.
FederatedPersistenceHandler(StoreManager) - Constructor for class org.datanucleus.store.federation.FederatedPersistenceHandler
Constructor.
FederatedQueryManagerImpl - Class in org.datanucleus.store.federation
Manager for queries for federated datastores.
FederatedQueryManagerImpl(NucleusContext, StoreManager) - Constructor for class org.datanucleus.store.federation.FederatedQueryManagerImpl
 
FederatedStoreManager - Class in org.datanucleus.store.federation
A federated StoreManager orchestrates the persistence/retrieval for multiple datastores.
FederatedStoreManager(ClassLoaderResolver, NucleusContext) - Constructor for class org.datanucleus.store.federation.FederatedStoreManager
 
FETCH_SIZE_GREEDY - Static variable in class org.datanucleus.FetchPlan
Fetch size to load all possible.
FETCH_SIZE_OPTIMAL - Static variable in class org.datanucleus.FetchPlan
Fetch size for the implementation to decide how many to load.
fetchBooleanField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchBooleanField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchBooleanField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchBooleanField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchBooleanField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchBooleanField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch a boolean field at the specified field number, returning it.
fetchBooleanField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchBooleanField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for boolean field.
fetchBooleanField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for boolean field.
fetchByteField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchByteField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchByteField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchByteField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchByteField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchByteField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch a byte field at the specified field number, returning it.
fetchByteField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchByteField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for byte field.
fetchByteField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for byte field.
fetchCharField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchCharField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchCharField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchCharField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchCharField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchCharField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch a char field at the specified field number, returning it.
fetchCharField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchCharField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for char field.
fetchCharField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for int field.
fetchDoubleField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchDoubleField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchDoubleField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchDoubleField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchDoubleField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchDoubleField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch a double field at the specified field number, returning it.
fetchDoubleField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchDoubleField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for double field.
fetchDoubleField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for double field.
fetchFields(ObjectProvider) - Method in interface org.datanucleus.store.FieldValues
Method to retrieve the fields and store them in the object managed by the ObjectProvider.
fetchFKOnly() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Extension accessor where the user has requested that the fetch of this field fetch just the FK.
fetchFloatField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchFloatField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchFloatField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchFloatField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchFloatField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchFloatField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch a float field at the specified field number, returning it.
fetchFloatField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchFloatField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for float field.
fetchFloatField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for float field.
FetchGroup - Class in org.datanucleus
Group of fields for fetching, to be used by a FetchPlan.
FetchGroup(NucleusContext, String, Class) - Constructor for class org.datanucleus.FetchGroup
Constructor.
FetchGroup(FetchGroup) - Constructor for class org.datanucleus.FetchGroup
Constructor to take a copy of the supplied group, but modifiable.
FetchGroupManager - Class in org.datanucleus
Manager for dynamic fetch groups.
FetchGroupManager(NucleusContext) - Constructor for class org.datanucleus.FetchGroupManager
Constructor for a FetchGroupManager for a particular Context.
FetchGroupMemberMetaData - Class in org.datanucleus.metadata
Metadata for a member of a fetch group
FetchGroupMemberMetaData(MetaData, String) - Constructor for class org.datanucleus.metadata.FetchGroupMemberMetaData
 
FetchGroupMetaData - Class in org.datanucleus.metadata
A fetch group defines a particular loaded state for an object graph.
FetchGroupMetaData(String) - Constructor for class org.datanucleus.metadata.FetchGroupMetaData
Constructor for a named fetch group.
fetchGroupMetaDataByName - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Convenience lookup map of fetch group by the name.
fetchGroupMetaWithPostLoad - Variable in class org.datanucleus.metadata.AbstractClassMetaData
fetchGroups - Variable in class org.datanucleus.metadata.AbstractClassMetaData
 
fetchGroups - Variable in class org.datanucleus.metadata.FetchGroupMetaData
A contained fetch-group element indicates that the named group is to be included in the group being defined.
fetchGroups - Variable in class org.datanucleus.metadata.FetchPlanMetaData
Series of Fetch Groups used in this FetchPlan.
fetchIntField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchIntField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchIntField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchIntField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchIntField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchIntField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch an int field at the specified field number, returning it.
fetchIntField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchIntField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for int field.
fetchIntField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for int field.
fetchLongField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchLongField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchLongField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchLongField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchLongField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchLongField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch a long field at the specified field number, returning it.
fetchLongField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchLongField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for long field.
fetchLongField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for long field.
fetchNonLoadedFields(ObjectProvider) - Method in interface org.datanucleus.store.FieldValues
Method to retrieve the unloaded fields and store them in the object managed by the ObjectProvider.
fetchObject(ObjectProvider, int[]) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
fetchObject(ObjectProvider, int[]) - Method in interface org.datanucleus.store.StorePersistenceHandler
Fetches a persistent object from the database.
fetchObjectField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchObjectField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchObjectField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
Method to fetch an object field whether it is SCO collection, PC, or whatever.
fetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchObjectField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch an object field at the specified field number, returning it.
fetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
Accessor for object field.
fetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for object field.
fetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for Object field.
FetchPlan - Class in org.datanucleus
FetchPlan for fields for use internally.
FetchPlan(ExecutionContext, ClassLoaderResolver) - Constructor for class org.datanucleus.FetchPlan
Constructor.
FetchPlanForClass - Class in org.datanucleus
Representation of the fetch plan for a particular class, defining the members that are to be fetched.
FetchPlanForClass(AbstractClassMetaData, FetchPlan) - Constructor for class org.datanucleus.FetchPlanForClass
Constructor.
FetchPlanMetaData - Class in org.datanucleus.metadata
FetchPlan defined in MetaData.
FetchPlanMetaData(String) - Constructor for class org.datanucleus.metadata.FetchPlanMetaData
Constructor for a fetch plan with a name.
fetchPlanMetaDataByName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of FetchPlanMetaData, keyed by the fetch plan name.
fetchPlanName - Variable in class org.datanucleus.metadata.QueryMetaData
Name of any fetch-plan to use.
fetchPlans - Variable in class org.datanucleus.metadata.FileMetaData
Named FetchPlans in this file.
FetchPlanState - Class in org.datanucleus.state
Holder for the state control for FetchPlan processing.
FetchPlanState() - Constructor for class org.datanucleus.state.FetchPlanState
 
fetchShortField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchShortField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchShortField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchShortField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchShortField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchShortField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch a short field at the specified field number, returning it.
fetchShortField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchShortField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for short field.
fetchShortField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for short field.
fetchSize - Variable in class org.datanucleus.metadata.FetchPlanMetaData
Fetch Size for use when querying using this FetchPlan.
fetchStringField(int) - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
fetchStringField(int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchStringField(int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
fetchStringField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
 
fetchStringField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
fetchStringField(int) - Method in interface org.datanucleus.store.fieldmanager.FieldSupplier
Fetch a string field at the specified field number, returning it.
fetchStringField(int) - Method in class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
 
fetchStringField(int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Accessor for string field.
fetchStringField(int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Accessor for String field.
FIELD - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type of a field.
fieldBelongsToClass() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for whether the field is for a superclass, and not for this class.
FieldConsumer - Interface in org.datanucleus.store.fieldmanager
Interface providing methods for consuming field values from a persistable object.
fieldFlags - Variable in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
The flags of managed fields of the persistence-capable class
fieldId - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Id of the field in its class (only for fields that are managed).
FieldManager - Interface in org.datanucleus.store.fieldmanager
Provide methods to fetch from/to a persistable object to/from the ObjectProvider/DataStore.
FieldMetaData - Class in org.datanucleus.metadata
Representation of the Meta-Data for a field of a class.
FieldMetaData(MetaData, AbstractMemberMetaData) - Constructor for class org.datanucleus.metadata.FieldMetaData
Convenience constructor to copy the specification from the passed field.
FieldMetaData(MetaData, String) - Constructor for class org.datanucleus.metadata.FieldMetaData
Constructor.
fieldName - Variable in class org.datanucleus.enhancer.ClassField
Name of the field.
fieldName - Variable in class org.datanucleus.metadata.PropertyMetaData
Name of the field that this property is wrapping (when part of a persistent class).
fieldName - Variable in class org.datanucleus.metadata.VersionMetaData
Name of the field that contains the version (if not generating a surrogate column).
fieldName - Variable in class org.datanucleus.util.MacroString.IdentifierMacro
the field name
fieldNames - Variable in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
The names of managed fields of the persistence-capable class
FieldOrder(String) - Constructor for class org.datanucleus.metadata.OrderMetaData.FieldOrder
 
fieldOrders - Variable in class org.datanucleus.metadata.OrderMetaData
Ordering of fields (when using "ordered List"), splitting the "ordering" apart by comma-separated parts.
FieldPersistenceModifier - Enum in org.datanucleus.metadata
Class defining the possibilities for persistence, in terms of the type of persistence, and the types that are capable to be supported.
FieldRole - Enum in org.datanucleus.metadata
Series of roles that fields can be performing in the (ORM) mapping process.
fieldsRequired - Variable in class org.datanucleus.enhancer.EnhancerClassChecker
Set of fields required to be present.
fieldsToAdd - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
List of fields to be added to the class.
FieldSupplier - Interface in org.datanucleus.store.fieldmanager
Interface providing methods for supplying field values to a persistable object.
fieldTypes - Variable in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
The types of managed fields of the persistence-capable class
fieldTypes - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Specification of the possible type(s) that can be stored in this field.
FieldValues - Interface in org.datanucleus.store
Interface for field values.
FieldVisitor - Class in org.datanucleus.asm
A visitor to visit a Java field.
FieldVisitor(int) - Constructor for class org.datanucleus.asm.FieldVisitor
Constructs a new FieldVisitor.
FieldVisitor(int, FieldVisitor) - Constructor for class org.datanucleus.asm.FieldVisitor
Constructs a new FieldVisitor.
FileMetaData - Class in org.datanucleus.metadata
Representation of a Meta-Data file.
FileMetaData() - Constructor for class org.datanucleus.metadata.FileMetaData
Constructor.
fileMetaDataByURLString - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of FileMetaData for the parsed files, keyed by the URL string.
filename - Variable in class org.datanucleus.metadata.FileMetaData
Name of file
filename - Variable in class org.datanucleus.metadata.PersistenceFileMetaData
Filename of the "persistence.xml"
filename - Variable in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Filename for the parsed file.
fileUrl - Variable in class org.datanucleus.store.autostart.XMLAutoStarter
 
filter - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
filter - Variable in class org.datanucleus.store.query.Query
The filter for the query.
filterOutSupportedSecondClassNames(String[]) - Method in interface org.datanucleus.store.types.TypeManager
Convenience method to filter out any supported classes from a list.
filterOutSupportedSecondClassNames(String[]) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
findJavaTypeForClass(Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
Convenience method to return the JavaType for the specified class.
findJavaTypeForCollectionClass(Class, Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
Convenience method to return the JavaType for the specified class.
findObject(Class<T>, Object) - Method in interface org.datanucleus.ExecutionContext
Accessor for an object of the specified type with the provided id "key".
findObject(Object, boolean) - Method in interface org.datanucleus.ExecutionContext
Shortcut to calling "findObject(id, validate, validate, null)".
findObject(Object, boolean, boolean, String) - Method in interface org.datanucleus.ExecutionContext
Accessor for an object given the object id.
findObject(Object, FieldValues, Class, boolean, boolean) - Method in interface org.datanucleus.ExecutionContext
Accessor for an object given the object id.
findObject(Class<T>, Object) - Method in class org.datanucleus.ExecutionContextImpl
 
findObject(Object, boolean) - Method in class org.datanucleus.ExecutionContextImpl
 
findObject(Object, FieldValues, Class, boolean, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for an object given the object id and a set of field values to apply to it.
findObject(Object, boolean, boolean, String) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for an object given the object id.
findObject(ExecutionContext, Object) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
findObject(ExecutionContext, Object) - Method in interface org.datanucleus.store.StorePersistenceHandler
Method to find a persistable object with the specified id from the datastore, if the StoreManager supports this operation (optional).
findObjectProvider(Object) - Method in interface org.datanucleus.ExecutionContext
Method to find the ObjectProvider for the passed persistable object when it is managed by this manager.
findObjectProvider(Object, boolean) - Method in interface org.datanucleus.ExecutionContext
Method to find the ObjectProvider for the passed persistable object when it is managed by this manager, and if not yet persistent to persist it.
findObjectProvider(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to find the ObjectProvider for an object.
findObjectProvider(Object, boolean) - Method in class org.datanucleus.ExecutionContextImpl
 
findObjectProvider(Object) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
findObjectProviderForEmbedded(Object, ObjectProvider, AbstractMemberMetaData) - Method in interface org.datanucleus.ExecutionContext
Method to find the ObjectProvider for the passed embedded persistable object.
findObjectProviderForEmbedded(Object, ObjectProvider, AbstractMemberMetaData) - Method in class org.datanucleus.ExecutionContextImpl
 
findObjectProviderOfOwnerForAttachingObject(Object) - Method in interface org.datanucleus.ExecutionContext
 
findObjectProviderOfOwnerForAttachingObject(Object) - Method in class org.datanucleus.ExecutionContextImpl
 
findObjects(Object[], boolean) - Method in interface org.datanucleus.ExecutionContext
Accessor for objects with the specified identities.
findObjects(Object[], boolean) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for objects with the specified identities.
findObjects(ExecutionContext, Object[]) - Method in class org.datanucleus.store.AbstractPersistenceHandler
Simple implementation of find of multiple objects, relaying the find for each object to
findObjects(ExecutionContext, Object[]) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
findObjects(ExecutionContext, Object[]) - Method in interface org.datanucleus.store.StorePersistenceHandler
Method to find an array of objects with the specified identities from the datastore.
findResource(String) - Method in class org.datanucleus.enhancer.EnhancerClassLoader
Overwrite to have an opportunity to find resources from the delegate ClassLoaderResolver
first() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for the first element in the sorted set.
first() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for the first element in the sorted set.
first() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for the first element in the sorted set.
first() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for the first element in the sorted set.
firstElement() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to return the first element in the Vector.
firstElement() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return the first element in the Vector.
firstKey() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Accessor for the first key in the sorted map.
firstKey() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Accessor for the first key in the sorted map.
firstKey() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the first key in the sorted map.
firstKey() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the first key in the sorted map.
fkDefinition - Variable in class org.datanucleus.metadata.ForeignKeyMetaData
Alternative method of specifying FK where we just supply the string defining it (JPA crap).
fkDefinitionApplies - Variable in class org.datanucleus.metadata.ForeignKeyMetaData
 
FLAG_ATTACHING - Static variable in class org.datanucleus.state.AbstractStateManager
Flag for AbstractStateManager.flags whether we are in the process of attaching the object.
FLAG_BECOMING_DELETED - Static variable in class org.datanucleus.state.AbstractStateManager
 
FLAG_CHANGING_STATE - Static variable in class org.datanucleus.state.AbstractStateManager
 
FLAG_DETACHING - Static variable in class org.datanucleus.state.AbstractStateManager
Flag for AbstractStateManager.flags whether we are in the process of detaching the object.
FLAG_DISCONNECTING - Static variable in class org.datanucleus.state.AbstractStateManager
Flag for AbstractStateManager.flags whether we are in the process of disconnecting the object.
FLAG_FLUSHED_NEW - Static variable in class org.datanucleus.state.AbstractStateManager
if the persistable object is new and was flushed to the datastore.
FLAG_FLUSHING - Static variable in class org.datanucleus.state.AbstractStateManager
Flag for AbstractStateManager.flags whether we are in the process of flushing changes to the object.
FLAG_LOADINGFPFIELDS - Static variable in class org.datanucleus.state.AbstractStateManager
 
FLAG_MAKING_TRANSIENT - Static variable in class org.datanucleus.state.AbstractStateManager
Flag for AbstractStateManager.flags whether we are in the process of making transient the object.
FLAG_NEED_INHERITANCE_VALIDATION - Static variable in class org.datanucleus.state.AbstractStateManager
Whether the managed object needs the inheritance level validating before loading fields.
FLAG_POSTINSERT_UPDATE - Static variable in class org.datanucleus.state.AbstractStateManager
 
FLAG_POSTLOAD_PENDING - Static variable in class org.datanucleus.state.AbstractStateManager
 
FLAG_RESETTING_DETACHED_STATE - Static variable in class org.datanucleus.state.AbstractStateManager
Flag for AbstractStateManager.flags whether we are resetting the detached state.
FLAG_RETRIEVING_DETACHED_STATE - Static variable in class org.datanucleus.state.AbstractStateManager
Flag for AbstractStateManager.flags whether we are retrieving detached state from the detached object.
FLAG_STORING_PC - Static variable in class org.datanucleus.state.AbstractStateManager
Flag to signify that we are currently storing the persistable object, so we don't detach it on serialisation.
FLAG_UPDATING_EMBEDDING_FIELDS_WITH_OWNER - Static variable in class org.datanucleus.state.AbstractStateManager
Flag whether this SM is updating the ownership of its embedded/serialised field(s).
flags - Variable in class org.datanucleus.state.AbstractStateManager
Bit-packed flags for operational settings (packed into "int" for memory benefit).
flip(int, int) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
flip(int) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
FLOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
FLOAT - Static variable in interface org.datanucleus.asm.Opcodes
 
FLOAT - Static variable in class org.datanucleus.asm.Type
The sort of the float type.
FLOAT - Static variable in class org.datanucleus.ClassConstants
 
FLOAT - Static variable in class org.datanucleus.ClassNameConstants
 
FLOAT_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
FLOAT_TYPE - Static variable in class org.datanucleus.asm.Type
The float type.
FloatAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing a Float, used in evaluation of aggregates.
FloatAggregateExpression(Float) - Constructor for class org.datanucleus.query.inmemory.FloatAggregateExpression
 
FloatArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a float[] object to/from ByteBuffer.
FloatArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.FloatArrayByteBufferConverter
 
floor - Variable in class org.datanucleus.plugin.Bundle.BundleVersionRange
 
floor_inclusive - Variable in class org.datanucleus.plugin.Bundle.BundleVersionRange
 
FloorFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function FLOOR(numExpr).
FloorFunction() - Constructor for class org.datanucleus.query.inmemory.FloorFunction
 
flush() - Method in interface org.datanucleus.ExecutionContext
Method callable from external APIs for user-management of flushing.
flush() - Method in class org.datanucleus.ExecutionContextImpl
Method callable from external APIs for user-management of flushing.
flush() - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
flush() - Method in interface org.datanucleus.state.ObjectProvider
Method to flush all changes to the datastore.
flush() - Method in class org.datanucleus.state.StateManagerImpl
Flushes any outstanding changes to the object to the datastore.
flush() - Method in interface org.datanucleus.Transaction
Method to allow the transaction to flush any resources.
flush() - Method in class org.datanucleus.TransactionImpl
Method to flush the transaction.
flushDeleteInsertUpdateGrouped(Set<ObjectProvider>, ExecutionContext) - Method in class org.datanucleus.flush.FlushNonReferential
Method that does the flushing of the passed ObjectProviders, grouping them into all DELETEs, then all INSERTs, finally all UPDATEs.
flushInternal(boolean) - Method in interface org.datanucleus.ExecutionContext
Method to flushes all dirty, new, and deleted instances to the datastore.
flushInternal(boolean) - Method in class org.datanucleus.ExecutionContextImpl
This method flushes all dirty, new, and deleted instances to the datastore.
flushInternal(boolean) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
FlushNonReferential - Class in org.datanucleus.flush
Flush method for cases where the datastore doesn't use referential integrity so we can send batches of deletes, then batches of inserts, then any updates to optimise the persistence.
FlushNonReferential() - Constructor for class org.datanucleus.flush.FlushNonReferential
 
flushOperationsForBackingStore(Store, ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Method to flush all queued operations for the specified backing store (if any).
flushOperationsForBackingStore(Store, ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
 
FlushOrdered - Class in org.datanucleus.flush
Flush process that processes the objects in the order that they became dirty.
FlushOrdered() - Constructor for class org.datanucleus.flush.FlushOrdered
 
FlushProcess - Interface in org.datanucleus.flush
Representation of a persistence flush process.
flushProcess - Variable in class org.datanucleus.store.AbstractStoreManager
The flush process appropriate for this datastore.
fmd - Variable in class org.datanucleus.enhancer.methods.GetNormal
Field that this dnGetXXX is for.
fmd - Variable in class org.datanucleus.enhancer.methods.GetViaCheck
Field that this dnGetXXX is for.
fmd - Variable in class org.datanucleus.enhancer.methods.GetViaMediate
Field that this dnGetXXX is for.
fmd - Variable in class org.datanucleus.enhancer.methods.SetNormal
Field that this setZZZ is for.
fmd - Variable in class org.datanucleus.enhancer.methods.SetViaCheck
Field that this dnSetZZZ is for.
fmd - Variable in class org.datanucleus.enhancer.methods.SetViaMediate
Field that this dnSetZZZ is for.
FMUL - Static variable in interface org.datanucleus.asm.Opcodes
 
FNEG - Static variable in interface org.datanucleus.asm.Opcodes
 
ForeignKeyAction - Class in org.datanucleus.metadata
Foreign keys represent a consistency constraint in the database that must be maintained.
ForeignKeyAction(int) - Constructor for class org.datanucleus.metadata.ForeignKeyAction
constructor
foreignKeyMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
ForeignKeyMetaData
foreignKeyMetaData - Variable in class org.datanucleus.metadata.AbstractElementMetaData
ForeignKeyMetaData
foreignKeyMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
ForeignKeyMetaData.
ForeignKeyMetaData - Class in org.datanucleus.metadata
Foreign keys in metadata serve two quite different purposes.
ForeignKeyMetaData() - Constructor for class org.datanucleus.metadata.ForeignKeyMetaData
 
ForeignKeyMetaData(ForeignKeyMetaData) - Constructor for class org.datanucleus.metadata.ForeignKeyMetaData
Copy constructor.
foreignKeyMetaData - Variable in class org.datanucleus.metadata.JoinMetaData
the foreign-key element.
foreignKeys - Variable in class org.datanucleus.metadata.AbstractClassMetaData
List of foreign-key
forget(Xid) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
fpClass - Variable in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
Fetch Plan for the class of this object.
FREM - Static variable in interface org.datanucleus.asm.Opcodes
 
FrequentlyAccessedProperties - Class in org.datanucleus.properties
Class for providing faster access to properties that are rarely set but often read.
FrequentlyAccessedProperties() - Constructor for class org.datanucleus.properties.FrequentlyAccessedProperties
 
frequentProperties - Variable in class org.datanucleus.properties.PropertyStore
 
FRETURN - Static variable in interface org.datanucleus.asm.Opcodes
 
from - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
from - Variable in class org.datanucleus.store.query.Query
From clause of the query (optional).
fromInclNo - Variable in class org.datanucleus.store.query.Query
Query result range start position (inclusive).
fromInclParam - Variable in class org.datanucleus.store.query.Query
Query result range lower limit (inclusive) as a parameter name.
fromString(String) - Static method in class org.datanucleus.asm.TypePath
Converts a type path in string form, in the format used by TypePath.toString(), into a TypePath object.
FSTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
FSUB - Static variable in interface org.datanucleus.asm.Opcodes
 
fullClassName - Variable in class org.datanucleus.enhancer.ImplementationGenerator
Fully-qualified class name (including package) of the implementation.
fullFieldName - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
fullName - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Full name (e.g org.datanucleus.MyClass)
fullSuperclassName - Variable in class org.datanucleus.enhancer.ImplementationGenerator
Class name for the superclass.
fv - Variable in class org.datanucleus.asm.FieldVisitor
The field visitor to which this visitor must delegate method calls.

G

GENERAL - Static variable in class org.datanucleus.util.NucleusLogger
Log for General issues
generate() - Method in class org.datanucleus.enhancer.PrimaryKeyGenerator
Method to generate the primary key class.
generate(ExecutionContext, Object, ExtensionMetaData[]) - Method in interface org.datanucleus.store.objectvaluegenerator.ObjectValueGenerator
Method that takes the object being persisted by the specified ExecutionContext and generates a value (based on the contents of the object).
GENERATED_PK_SUFFIX - Static variable in class org.datanucleus.metadata.AbstractClassMetaData
Suffix to add on to the class name for any generated primary key class.
generateGetXXXMethod(MethodVisitor, AbstractMemberMetaData, String, String, boolean, EnhancementNamer) - Static method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
Convenience method to use the MethodVisitor to generate the code for the method getXXX() for the property with the specified MetaData.
generateSetXXXMethod(MethodVisitor, AbstractMemberMetaData, String, String, EnhancementNamer) - Static method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
Convenience method to use the MethodVisitor to generate the code for the method setXXX() for the property with the specified MetaData.
generator - Variable in class org.datanucleus.store.NucleusSequenceImpl
The generator for the sequence.
generatorsByName - Variable in class org.datanucleus.store.valuegenerator.ValueGenerationManager
Map of ValueGenerator keyed by the symbolic name.
get(Object) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Accessor for an object in the cache.
get(String) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
get(Object) - Method in interface org.datanucleus.cache.Level2Cache
Accessor for an object from the cache.
get(Object) - Method in class org.datanucleus.cache.NullLevel2Cache
Accessor for an object from the cache
get(Object) - Method in class org.datanucleus.cache.SoftRefCache
 
get(Object) - Method in class org.datanucleus.cache.StrongRefCache
 
get(Object) - Method in class org.datanucleus.cache.WeakLevel2Cache
Accessor for an object from the cache.
get(Object) - Method in class org.datanucleus.cache.WeakRefCache
 
get(String) - Method in class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
get(String) - Method in interface org.datanucleus.query.cache.QueryCompilationCache
Accessor for a (generic) compilation from the cache.
get(int) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
get(int) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
get(int) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to retrieve a particular element from the list.
get(String) - Method in class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
get(String) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
get(String) - Method in interface org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Accessor for a (generic) compilation from the cache.
get(String) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Accessor for the results from the cache.
get(int) - Method in class org.datanucleus.store.query.CandidateIdsQueryResult
 
get(ObjectProvider, int) - Method in interface org.datanucleus.store.scostore.ListStore
Method to retrieve an element from a position in the List.
get(ObjectProvider, Object) - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for a value from the Map.
get(String) - Method in class org.datanucleus.store.StoreDataManager
Get the StoreData by the given className
get(AbstractMemberMetaData) - Method in class org.datanucleus.store.StoreDataManager
Get the StoreData by the given field/property, if it has some specific store data component (join table).
get(int) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to retrieve an element no.
get(int) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to retrieve an element no.
get(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Accessor for the value stored against a key.
get(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Accessor for the value stored against a key.
get(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Accessor for the value stored against a key.
get(int) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to retrieve an element no.
get(int) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to retrieve an element no.
get(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Accessor for the value stored against a key.
get(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Accessor for the value stored against a key.
get(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Accessor for the value stored against a key.
get(int) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to retrieve an element no.
get(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Accessor for the value stored against a key.
get(int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to retrieve an element no.
get(Object) - Method in class org.datanucleus.store.types.wrappers.HashMap
Accessor for the value stored against a key.
get(Object) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Accessor for the value stored against a key.
get(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Accessor for the value stored against a key.
get(int) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to retrieve an element no.
get(int) - Method in class org.datanucleus.store.types.wrappers.List
Method to retrieve an element no.
get(Object) - Method in class org.datanucleus.store.types.wrappers.Map
Accessor for the value stored against a key.
get(Object) - Method in class org.datanucleus.store.types.wrappers.Properties
Accessor for the value stored against a key.
get(Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the value stored against a key.
get(int) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to retrieve an element no.
get(Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the value stored against a key.
get(int) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to retrieve an element no.
get(Object) - Method in class org.datanucleus.util.ReferenceValueMap
Method to get a value for a key.
getAbsoluteFieldNumber() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the field id
getAbsoluteMemberPositionForRelativePosition(int) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute position for a relative position.
getAbsolutePositionOfMember(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute position of the field/property with the specified name.
getAbsolutePositionOfMember(String, String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute position of the field/property with the specified name.
getAbstractClassMetaData() - Method in class org.datanucleus.FetchPlanForClass
Accessor for the MetaData for this classes plan.
getAbstractClassMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience accessor for the MetaData of the parent class.
getAccess() - Method in class org.datanucleus.asm.ClassReader
Returns the class's access flags (see Opcodes).
getAccess() - Method in class org.datanucleus.enhancer.ClassField
Accessor for the access
getAccess() - Method in class org.datanucleus.enhancer.ClassMethod
Accessor for the access
getActionExpression() - Method in class org.datanucleus.query.expression.CaseExpression.ExpressionPair
 
getActivityState(String) - Static method in class org.datanucleus.state.ActivityState
Obtain the ActivityState for the given name by value
getAlias() - Method in class org.datanucleus.query.expression.ClassExpression
 
getAlias() - Method in class org.datanucleus.query.expression.Expression
 
getAlias() - Method in class org.datanucleus.query.expression.JoinExpression
 
getAll(Collection) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
getAll(Collection) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
 
getAll(Collection) - Method in interface org.datanucleus.cache.Level2Cache
Accessor for a collection of objects from the cache.
getAll(Collection) - Method in class org.datanucleus.cache.WeakLevel2Cache
 
getAllClassData() - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Accessor for the data for the classes that are currently auto started.
getAllClassData() - Method in class org.datanucleus.store.autostart.ClassesAutoStarter
Accessor for all auto start data for this starter.
getAllClassData() - Method in class org.datanucleus.store.autostart.MetaDataAutoStarter
Accessor for all auto start data for this starter.
getAllClassData() - Method in class org.datanucleus.store.autostart.XMLAutoStarter
Accessor for all auto start data for this starter.
getAllFieldsLoaded() - Method in class org.datanucleus.state.AbstractStateManager
Returns whether all fields are loaded.
getAllFieldsLoaded() - Method in interface org.datanucleus.state.ObjectProvider
Returns whether all fields are loaded.
getAllMemberPositions() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for all field/property positions.
getAllocationSize() - Method in class org.datanucleus.metadata.SequenceMetaData
 
getAllocationSize() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getAllowsNull() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getAnnotationManager() - Method in interface org.datanucleus.metadata.MetaDataManager
 
getAnnotationManager() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getAnnotationObjectsForAnnotations(String, Annotation[]) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Convenience method to convert an array of Annotation objects into an array of AnnotationObjects.
getApi() - Method in class org.datanucleus.store.schema.SchemaTool
Accessor for the metadata API (JDO, JPA) in use (metadata definition)
getApiAdapter() - Method in class org.datanucleus.AbstractNucleusContext
 
getApiAdapter(String, PluginManager) - Method in class org.datanucleus.api.ApiAdapterFactory
Accessor for an adapter, given the api name.
getApiAdapter() - Method in interface org.datanucleus.ExecutionContext
Accessor for the API adapter.
getApiAdapter() - Method in class org.datanucleus.ExecutionContextImpl
 
getApiAdapter() - Method in interface org.datanucleus.metadata.MetaDataManager
 
getApiAdapter() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getApiAdapter() - Method in interface org.datanucleus.NucleusContext
 
getApiAdapter() - Method in class org.datanucleus.store.AbstractStoreManager
 
getApiAdapter() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getApiAdapter() - Method in interface org.datanucleus.store.StoreManager
Accessor for the API adapter.
getApiExceptionForNucleusException(NucleusException) - Method in interface org.datanucleus.api.ApiAdapter
Convenience method to convert the passed NucleusException into an exception for the API.
getApiName() - Method in class org.datanucleus.AbstractNucleusContext
 
getApiName() - Method in interface org.datanucleus.NucleusContext
Accessor for the name of the API (JDO, JPA, etc).
getApplicationId(ClassLoaderResolver, AbstractClassMetaData, String) - Method in interface org.datanucleus.identity.IdentityManager
Utility to create a new application identity when you know the metadata for the target class, and the toString() output of the identity.
getApplicationId(Object, AbstractClassMetaData) - Method in interface org.datanucleus.identity.IdentityManager
Method to create a new object identity for the passed object with the supplied MetaData.
getApplicationId(Class, Object) - Method in interface org.datanucleus.identity.IdentityManager
Method to return a new object identity for the specified class, and key (possibly toString() output).
getApplicationId(ClassLoaderResolver, AbstractClassMetaData, String) - Method in class org.datanucleus.identity.IdentityManagerImpl
Utility to create a new application identity when you know the metadata for the target class, and the toString() output of the identity.
getApplicationId(Object, AbstractClassMetaData) - Method in class org.datanucleus.identity.IdentityManagerImpl
Method to create a new object identity for the passed object with the supplied MetaData.
getApplicationId(Class, Object) - Method in class org.datanucleus.identity.IdentityManagerImpl
Method to return a new object identity for the specified class, and key (possibly toString() output).
getApplicationIdentityForResultSetRow(ExecutionContext, AbstractClassMetaData, Class, boolean, FieldManager) - Static method in class org.datanucleus.identity.IdentityUtils
Method to return the object application identity for a row of the result set.
getArguments() - Method in class org.datanucleus.query.expression.CreatorExpression
Accessor for the arguments to use in the creation call.
getArguments() - Method in class org.datanucleus.query.expression.InvokeExpression
Accessor for any arguments to be passed in the invocation.
getArgumentsAndReturnSizes(String) - Static method in class org.datanucleus.asm.Type
Computes the size of the arguments and of the return value of a method.
getArgumentsAndReturnSizes() - Method in class org.datanucleus.asm.Type
Returns the size of the arguments and of the return value of methods of this type.
getArgumentTypes(String) - Static method in class org.datanucleus.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - Static method in class org.datanucleus.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getArgumentTypes() - Method in class org.datanucleus.asm.Type
Returns the argument types of methods of this type.
getArray() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for an array container for this field.
getArray(ObjectProvider) - Method in interface org.datanucleus.store.scostore.ArrayStore
Method to retrieve the elements of the array.
getArraySize() - Method in class org.datanucleus.query.expression.ArrayExpression
 
getASMClassName() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the ASM class name for the class being enhanced.
getASMClassName() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Accessor for the ASM class name
getASMClassNameForSingleFieldIdentityConstructor(Class) - Static method in class org.datanucleus.enhancer.EnhanceUtils
Convenience method to return the ASM class name to use as input via the SingleFieldIdentity constructor.
getAsmVersionForJRE() - Static method in class org.datanucleus.enhancer.EnhanceUtils
 
getAssociatedValue(Object) - Method in class org.datanucleus.state.AbstractStateManager
Accessor for an associated value stored with this object.
getAssociatedValue(Object) - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the value of an external field.
getAttachDetachReferencedObject(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Access a referenced object for this ObjectProvider during the attach/detach process.
getAttachDetachReferencedObject(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
 
getAttachedObjectForId(Object) - Method in interface org.datanucleus.ExecutionContext
Convenience method to return the attached object for the specified id if one exists.
getAttachedObjectForId(Object) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to return the attached object for the specified id if one exists.
getAttr(Attributes, String, String) - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Accessor for an attribute out of the attributes for an element.
getAttr(Attributes, String) - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Accessor for an attribute out of the attributes for an element.
getAttribute(String) - Method in class org.datanucleus.plugin.ConfigurationElement
Acessor for the attribute value by a given name
getAttributeNames() - Method in class org.datanucleus.plugin.ConfigurationElement
Acessor for all attribute names declared in this element
getAttributeValueForExtension(String, String, String, String) - Method in class org.datanucleus.plugin.PluginManager
Convenience accessor for getting the value of an attribute for an extension (of an extension point).
getAttributeValueForExtension(String, String[], String[], String) - Method in class org.datanucleus.plugin.PluginManager
Convenience accessor for getting the value of an attribute for an extension (of an extension point).
getAttributeValuesForExtension(String, String, String, String) - Method in class org.datanucleus.plugin.PluginManager
Convenience accessor for getting the value of an attribute for an extension (of an extension point).
getAutoApplyTypeConverterForType(Class) - Method in interface org.datanucleus.store.types.TypeManager
Method to return a TypeConverter that should be applied by default for the specified java (member) type.
getAutoApplyTypeConverterForType(Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getAutoStartMechanism() - Method in interface org.datanucleus.PersistenceNucleusContext
 
getAutoStartMechanism() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
 
getBackingStore() - Method in interface org.datanucleus.store.types.wrappers.backed.BackedSCO
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.List
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.Map
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.Set
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
 
getBackingStore() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
 
getBackingStoreForField(ClassLoaderResolver, AbstractMemberMetaData, Class) - Method in interface org.datanucleus.store.BackedSCOStoreManager
Accessor for the backing store for the specified field/property.
getBaseAbstractClassMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience accessor for the AbstractClassMetaData of the base object in this hierarchy.
getBaseIdentityMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to return the root identity metadata for this inheritance tree.
getBaseInheritanceStrategy() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getBasicMemberPositions(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute positions of fields/properties that are considered basic.
getBidirectionalRelationMemberPositions(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to return the absolute positions of fields/properties that have bidirectional relations.
getBigDecimalArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getBigIntegerArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getBitFromInt(int, int) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to get the value of a bit from an int when we are storing (up to 32) boolean in an int for memory utilisation purposes.
getBitSetFromBooleanArray(boolean[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a boolean[] into an instance of our value class.
getBooleanArrayFromBitSet(BitSet) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a boolean[].
getBooleanArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getBooleanExtensionProperty(String, boolean) - Method in class org.datanucleus.store.query.Query
Convenience accessor to return whether an extension is set (or whether the persistence property of the same name is set), and what is its boolean value.
getBooleanField(Persistable, int, boolean) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getBooleanField(Persistable, int, boolean) - Method in class org.datanucleus.state.StateManagerImpl
 
getBooleanForString(String, boolean) - Static method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to return a boolean from the String value.
getBooleanObjectArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getBooleanObjectProperty(String) - Method in class org.datanucleus.properties.PropertyStore
Accessor for the specified property as a Boolean.
getBooleanObjectProperty(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
getBooleanObjectProperty(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getBooleanObjectProperty(String) - Method in interface org.datanucleus.store.StoreManager
 
getBooleanProperty(String) - Method in interface org.datanucleus.ExecutionContext
Accessor for a boolean property value.
getBooleanProperty(String) - Method in class org.datanucleus.ExecutionContextImpl
 
getBooleanProperty(String) - Method in class org.datanucleus.properties.PropertyStore
Accessor for the specified property as a boolean.
getBooleanProperty(String, boolean) - Method in class org.datanucleus.properties.PropertyStore
Accessor for the specified property as a boolean.
getBooleanProperty(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
getBooleanProperty(String, boolean) - Method in class org.datanucleus.store.AbstractStoreManager
 
getBooleanProperty(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getBooleanProperty(String, boolean) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getBooleanProperty(String) - Method in interface org.datanucleus.store.StoreManager
 
getBooleanProperty(String, boolean) - Method in interface org.datanucleus.store.StoreManager
 
getBranchQualifier() - Method in class org.datanucleus.transaction.XidImpl
 
getBundle() - Method in class org.datanucleus.plugin.ExtensionPoint
Accessor for the Plug-in that declared this ExtensionPoint
getBundles() - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Accessor for all registered bundles
getBundles() - Method in class org.datanucleus.plugin.OSGiPluginRegistry
Accessor for all registered bundles
getBundles() - Method in interface org.datanucleus.plugin.PluginRegistry
Accessor for all registered bundles
getBundleSymbolicName() - Method in class org.datanucleus.plugin.Bundle.BundleDescription
 
getByteArrayFromBigDecimalArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromBigIntegerArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromBooleanArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromBooleanObjectArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromByteObjectArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromCharArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromCharObjectArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromDoubleArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromDoubleObjectArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromFloatArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromFloatObjectArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromIntArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromIntObjectArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromLongArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromLongObjectArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromShortArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteArrayFromShortObjectArray(Object) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert an instance of our value class into a byte[].
getByteField(Persistable, int, byte) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getByteField(Persistable, int, byte) - Method in class org.datanucleus.state.StateManagerImpl
 
getByteObjectArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getBytes() - Method in class org.datanucleus.enhancer.ImplementationGenerator
Accessor for the byte representation of the generated class.
getBytesFromInt(int) - Static method in class org.datanucleus.util.TypeConversionHelper
Utility to convert an int into a byte array
getBytesFromShort(short) - Static method in class org.datanucleus.util.TypeConversionHelper
Utility to convert a short into a a byte array
getCaching() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Accessor for the persistence unit caching policy.
getCallbackHandler() - Method in interface org.datanucleus.ExecutionContext
Retrieve the callback handler for this ExecutionContext.
getCallbackHandler() - Method in class org.datanucleus.ExecutionContextImpl
Retrieve the callback handler for this context.
getCallbackHandler() - Method in class org.datanucleus.state.AbstractStateManager
returns the handler for callback events.
getCandidateAlias() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for the candidate alias.
getCandidateClass() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for the candidate class.
getCandidateClass() - Method in class org.datanucleus.store.AbstractExtent
Accessor for the class of instances in this Extent.
getCandidateClass() - Method in interface org.datanucleus.store.Extent
Accessor for candidate class of the extent.
getCandidateClass() - Method in class org.datanucleus.store.query.Query
Accessor for the class of the candidate instances of the query.
getCandidateClassMetaData() - Method in class org.datanucleus.store.query.Query
 
getCandidateClassName() - Method in class org.datanucleus.store.query.Query
Accessor for the candidate class name.
getCandidateExpression() - Method in class org.datanucleus.query.expression.ClassExpression
 
getCandidateExpression() - Method in class org.datanucleus.store.query.Query.SubqueryDefinition
 
getCaseSensitiveNameForPropertyName(String) - Method in class org.datanucleus.Configuration
 
getCatalog() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getCatalog() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getCatalog() - Method in class org.datanucleus.metadata.FileMetaData
 
getCatalog() - Method in class org.datanucleus.metadata.JoinMetaData
 
getCatalog() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the catalog name for all classes in this package
getCatalogName() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getCatalogName() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getCatalogName() - Method in interface org.datanucleus.store.schema.table.Table
 
getCause() - Method in exception org.datanucleus.exceptions.NucleusException
Return the first nested exception (if any), otherwise null.
getCharArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getCharField(Persistable, int, char) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getCharField(Persistable, int, char) - Method in class org.datanucleus.state.StateManagerImpl
 
getCharObjectArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getChild(int) - Method in interface org.datanucleus.store.schema.ListStoreSchemaData
Accessor for a child store metadata component at a position (if stored in a List).
getChild(String) - Method in interface org.datanucleus.store.schema.MapStoreSchemaData
Accessor for a child store metadata component at a key.
getChildNode(int) - Method in class org.datanucleus.query.compiler.Node
 
getChildNodes() - Method in class org.datanucleus.query.compiler.Node
 
getChildren() - Method in class org.datanucleus.plugin.ConfigurationElement
Acessor for all children of this ConfigurationElement
getChildren() - Method in interface org.datanucleus.store.schema.ListStoreSchemaData
Accessor for a List of child metadata components (if stored in a List).
getChildren() - Method in interface org.datanucleus.store.schema.MapStoreSchemaData
Accessor for a Map of child metadata components.
getClass(String, String) - Method in class org.datanucleus.metadata.FileMetaData
Utility method to check if the MetaData for a class is contained in this file.
getClass(int) - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the Meta-Data of a class in this package.
getClass(String) - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the Meta-Data of a class with the specified name.
getClassAnnotationHasHandler(String) - Method in interface org.datanucleus.metadata.annotations.AnnotationManager
 
getClassAnnotationHasHandler(String) - Method in class org.datanucleus.metadata.annotations.AnnotationManagerImpl
 
getClassAnnotationsForClass(Class) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Method returning the annotations for the class.
getClassBeingEnhanced() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the class being enhanced.
getClassBeingEnhanced() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Accessor for the class being enhanced.
getClassBytes() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Access the class bytecode.
getClassBytes() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Accessor for the class bytes.
getClassDescriptor() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the class descriptor for the class being enhanced
getClassDescriptor() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Accessor for the class descriptor for the class being enhanced
getClassEnhancer() - Method in class org.datanucleus.enhancer.ClassMethod
Convenience accessor for the ClassEnhancer
getClassEnhancer(ClassMetaData, byte[]) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to return an instance of the ClassEnhancer for use with this class.
getClassesImplementingInterface(String, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the list of names of classes that are declared to implement the specified interface (using <implements> in the MetaData).
getClassesImplementingInterface(String, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getClassesWithMetaData() - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the names of the classes with MetaData currently registered with this manager.
getClassesWithMetaData() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getClassFilesForDirectory(File, boolean, boolean) - Static method in class org.datanucleus.util.ClassUtils
Method to return the class files below the specified directory.
getClassForGenericType(Type, int) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to attempt to return the class for the provided generic type.
getClassForMemberOfClass(Class, String) - Static method in class org.datanucleus.util.ClassUtils
Method that returns the class type of a member of the specified class (if present).
getClassLoader() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Accessor for the user-defined class loader for enhancement (if any).
getClassLoader() - Method in class org.datanucleus.enhancer.ImplementationCreatorImpl
Accessor for the ClassLoader.
getClassLoader() - Method in interface org.datanucleus.ImplementationCreator
Accessor for the ClassLoader loading classes created at runtime
getClassLoaderResolver(ClassLoader) - Method in class org.datanucleus.AbstractNucleusContext
 
getClassLoaderResolver() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the ClassLoaderResolver in use.
getClassLoaderResolver() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Accessor for the ClassLoaderResolver
getClassLoaderResolver() - Method in interface org.datanucleus.ExecutionContext
Accessor for the ClassLoader resolver to use in class loading issues.
getClassLoaderResolver() - Method in class org.datanucleus.ExecutionContextImpl
 
getClassLoaderResolver(ClassLoader) - Method in interface org.datanucleus.NucleusContext
Accessor for a ClassLoaderResolver to use in resolving classes.
getClassLoaderResolver() - Method in exception org.datanucleus.store.exceptions.DatastoreReadOnlyException
 
getClassLoaderResolver() - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getClassMetaData() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the ClassMetaData for the class.
getClassMetaData() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
 
getClassMetaData() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the ClassMetaData for this object.
getClassMetaData() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the ClassMetaData for this object.
getClassMetaData() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getClassMetaData() - Method in interface org.datanucleus.store.schema.table.Table
Accessor for the primary class metadata for this table.
getClassMetaDataForImplementationOfPersistentInterface(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the metadata for the implementation of the specified "persistent-interface".
getClassMetaDataForImplementationOfPersistentInterface(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getClassMetaDataWithApplicationId(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the metadata for the class(es) with the specified object-id class name as PK.
getClassMetaDataWithApplicationId(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getClassName() - Method in class org.datanucleus.asm.ClassReader
Returns the internal name of the class (see getInternalName).
getClassName() - Method in class org.datanucleus.asm.Type
Returns the binary name of the class corresponding to this type.
getClassName() - Method in class org.datanucleus.cache.CachedPC.CachedId
 
getClassName() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the name of the class being enhanced.
getClassName() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
 
getClassName() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
getClassName() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the fully-qualified class name owning this field.
getClassName(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience to return the class name that this a field of.
getClassName() - Method in class org.datanucleus.metadata.EventListenerMetaData
Accessor for the name of the EventListener class
getClassName() - Method in exception org.datanucleus.metadata.InvalidClassMetaDataException
 
getClassName() - Method in exception org.datanucleus.metadata.InvalidMemberMetaDataException
 
getClassName() - Method in class org.datanucleus.metadata.QueryResultMetaData.ConstructorTypeMapping
 
getClassName() - Method in class org.datanucleus.metadata.QueryResultMetaData.PersistentTypeMapping
 
getClassNameForClass(Class) - Static method in class org.datanucleus.util.ClassUtils
Utility to return the class name without the package name for a class.
getClassNameForDiscriminatorValueWithRoot(AbstractClassMetaData, String) - Method in interface org.datanucleus.metadata.MetaDataManager
 
getClassNameForDiscriminatorValueWithRoot(AbstractClassMetaData, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getClassNameForFileName(String) - Static method in class org.datanucleus.enhancer.ClassEnhancerImpl
Convenience accessor for the class name that is stored in a particular class.
getClassnameForFilename(String, String) - Static method in class org.datanucleus.util.ClassUtils
Utility to get the Class name given the file name and the file name of the root of the package structure.
getClassNameForFileName(String, ClassLoaderResolver) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to try to find the class name stored in the specified file.
getClassNameForFileURL(URL) - Static method in class org.datanucleus.util.ClassUtils
Utility to find the class name of a class given the absolute file name of its class file.
getClassNameForObjectId(Object) - Method in class org.datanucleus.ExecutionContextImpl
 
getClassNameForObjectID(Object, ClassLoaderResolver, ExecutionContext) - Method in class org.datanucleus.store.AbstractStoreManager
 
getClassNameForObjectID(Object, ClassLoaderResolver, ExecutionContext) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getClassNameForObjectID(Object, ClassLoaderResolver, ExecutionContext) - Method in interface org.datanucleus.store.StoreManager
Returns the class corresponding to the given object identity.
getClassNameFromDiscriminatorValue(String, DiscriminatorMetaData) - Method in interface org.datanucleus.metadata.MetaDataManager
 
getClassNameFromDiscriminatorValue(String, DiscriminatorMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getClassNames() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getClassNamesForDirectoryAndBelow(File) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return the names of classes specified in the directory and below.
getClassNamesForJarFile(String) - Static method in class org.datanucleus.util.ClassUtils
Convenience accessor for the names of all class files in the jar file with the specified name.
getClassNamesForJarFile(URL) - Static method in class org.datanucleus.util.ClassUtils
Convenience accessor for the names of all class files in the jar file with the specified URL.
getClassNamesForJarFile(URI) - Static method in class org.datanucleus.util.ClassUtils
Convenience accessor for the names of all class files in the jar file with the specified URL.
getClassPersistenceModifier(String) - Static method in enum org.datanucleus.metadata.ClassPersistenceModifier
Return ClassPersistenceModifier from String.
getCollection() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for a collection container for this field.
getCollectionElementType(Field) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the element type of a collection when using JDK1.5 generics given the input field.
getCollectionElementType(Method) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the element type of a collection when using JDK1.5 generics, given the input method (getter).
getCollectionElementType(Class, Type) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the element type of a collection when using JDK1.5 generics given the input field.
getColumn(int) - Method in interface org.datanucleus.store.schema.table.MemberColumnMapping
Accessor for the column at the specified position.
getColumn(int) - Method in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
getColumnDdl() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getColumnForField(String) - Method in class org.datanucleus.metadata.QueryResultMetaData.PersistentTypeMapping
 
getColumnForName(String) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getColumnForName(String) - Method in interface org.datanucleus.store.schema.table.Table
Accessor for the column with the supplied name (if present).
getColumnForPosition(int) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getColumnForPosition(int) - Method in interface org.datanucleus.store.schema.table.Table
Accessor for the column at the specified position (numbered from 0 to numcols-1).
getColumnMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Accessor for columnMetaData
getColumnMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Acessor for the columns
getColumnMetaData() - Method in interface org.datanucleus.metadata.ColumnMetaDataContainer
Accessor for columnMetaData
getColumnMetaData() - Method in class org.datanucleus.metadata.DiscriminatorMetaData
Accessor for column MetaData.
getColumnMetaData() - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
getColumnMetaData() - Method in class org.datanucleus.metadata.IdentityMetaData
 
getColumnMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
Accessor for columnMetaData
getColumnMetaData() - Method in class org.datanucleus.metadata.OrderMetaData
 
getColumnMetaData() - Method in class org.datanucleus.metadata.PrimaryKeyMetaData
Accessor for columnMetaData
getColumnMetaData() - Method in class org.datanucleus.metadata.VersionMetaData
 
getColumnMetaData() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the metadata for this column (if any).
getColumnMetaData() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getColumnName() - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
getColumnName() - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
getColumnName() - Method in class org.datanucleus.metadata.IdentityMetaData
 
getColumnName() - Method in class org.datanucleus.metadata.JoinMetaData
 
getColumnName() - Method in class org.datanucleus.metadata.OrderMetaData
 
getColumnName() - Method in class org.datanucleus.metadata.PrimaryKeyMetaData
 
getColumnName() - Method in class org.datanucleus.metadata.QueryResultMetaData.ConstructorTypeColumn
 
getColumnName() - Method in class org.datanucleus.metadata.VersionMetaData
 
getColumnName(AbstractMemberMetaData, ColumnType) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
getColumnName(List<AbstractMemberMetaData>, int) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
getColumnName(AbstractClassMetaData, ColumnType) - Method in class org.datanucleus.store.schema.naming.DN2NamingFactory
 
getColumnName(AbstractMemberMetaData, ColumnType, int) - Method in class org.datanucleus.store.schema.naming.DN2NamingFactory
 
getColumnName(AbstractClassMetaData, ColumnType) - Method in class org.datanucleus.store.schema.naming.JPANamingFactory
 
getColumnName(AbstractMemberMetaData, ColumnType, int) - Method in class org.datanucleus.store.schema.naming.JPANamingFactory
 
getColumnName(AbstractClassMetaData, ColumnType) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of the column for the specified class (version, datastore-id, discriminator etc).
getColumnName(AbstractMemberMetaData, ColumnType) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of the column for the specified field.
getColumnName(AbstractMemberMetaData, ColumnType, int) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of the column for the position of the specified field.
getColumnName(List<AbstractMemberMetaData>, int) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of the column for the position of the specified EMBEDDED field, within the specified owner field.
getColumnNames() - Method in class org.datanucleus.metadata.ConstraintMetaData
 
getColumns() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getColumns() - Method in interface org.datanucleus.store.schema.table.MemberColumnMapping
Accessor for the columns representing this member.
getColumns() - Method in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
getColumns() - Method in interface org.datanucleus.store.schema.table.Table
 
getColumnsForConstructor() - Method in class org.datanucleus.metadata.QueryResultMetaData.ConstructorTypeMapping
 
getColumnType() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the role that this column serves (if known).
getColumnType() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getCommonSuperClass(String, String) - Method in class org.datanucleus.asm.ClassWriter
Returns the common super type of the two given types.
getComparator(AbstractMemberMetaData, ClassLoaderResolver) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method for creating a Comparator using extension metadata tags for the specified field.
getCompilation() - Method in class org.datanucleus.store.query.Query
Accessor for the query compilation.
getCompilationForSubquery(String) - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for the compilation for a subquery with the specified alias.
getCompleteDdl() - Method in class org.datanucleus.store.schema.SchemaTool
 
getConcreteSubclassesForClass(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the names of all concrete subclasses of the provided class.
getConcreteSubclassesForClass(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getConditions() - Method in class org.datanucleus.query.expression.CaseExpression
 
getConfiguration() - Method in class org.datanucleus.AbstractNucleusContext
 
getConfiguration() - Method in interface org.datanucleus.NucleusContext
 
getConfigurationElementForExtension(String, String, String) - Method in class org.datanucleus.plugin.PluginManager
Convenience accessor for getting the (first) ConfigurationElement for an extension (of an extension point).
getConfigurationElementForExtension(String, String[], String[]) - Method in class org.datanucleus.plugin.PluginManager
Convenience accessor for getting the ConfigurationElement for an extension (of an extension point).
getConfigurationElements() - Method in class org.datanucleus.plugin.Extension
Acessor for all ConfigurationElements declared in the Extension
getConfigurationElementsForExtension(String, String, String) - Method in class org.datanucleus.plugin.PluginManager
Convenience accessor for getting the ConfigurationElement(s) for an extension (of an extension point).
getConnection(ExecutionContext) - Method in class org.datanucleus.store.AbstractStoreManager
Accessor for a connection for the specified ExecutionContext.
getConnection(ExecutionContext, Map) - Method in class org.datanucleus.store.AbstractStoreManager
Accessor for a connection for the specified ExecutionContext.
getConnection(int) - Method in class org.datanucleus.store.AbstractStoreManager
Utility to return a managed connection not tied to any ExecutionContext.
getConnection(ExecutionContext, Transaction, Map) - Method in class org.datanucleus.store.connection.AbstractConnectionFactory
 
getConnection(ExecutionContext, Transaction, Map) - Method in interface org.datanucleus.store.connection.ConnectionFactory
Obtain a connection from the Factory.
getConnection() - Method in interface org.datanucleus.store.connection.ManagedConnection
Accessor for the datastore connection.
getConnection(ExecutionContext) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnection(ExecutionContext, Map) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnection(int) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnection(ExecutionContext) - Method in interface org.datanucleus.store.StoreManager
Accessor for a connection for the specified ExecutionContext (PM/EM).
getConnection(ExecutionContext, Map) - Method in interface org.datanucleus.store.StoreManager
Accessor for a connection for the specified ExecutionContext (PM/EM).
getConnection(int) - Method in interface org.datanucleus.store.StoreManager
Accessor for a connection for the specified transaction isolation level.
getConnectionActiveCurrent() - Method in class org.datanucleus.management.FactoryStatistics
 
getConnectionActiveCurrent() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getConnectionActiveHigh() - Method in class org.datanucleus.management.FactoryStatistics
 
getConnectionActiveHigh() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getConnectionActiveTotal() - Method in class org.datanucleus.management.FactoryStatistics
 
getConnectionActiveTotal() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getConnectionDriverName() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience accessor for the driver name to use for the connection (if applicable for this datastore).
getConnectionDriverName() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionDriverName() - Method in interface org.datanucleus.store.StoreManager
Convenience accessor for the driver name to use for the connections (where supported).
getConnectionFactory() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience accessor for the factory for the connection (transactional).
getConnectionFactory() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionFactory() - Method in interface org.datanucleus.store.StoreManager
Convenience accessor for the primary connection factory (when a factory was provided by the user).
getConnectionFactory2() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience accessor for the factory for the connection (non-transactional).
getConnectionFactory2() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionFactory2() - Method in interface org.datanucleus.store.StoreManager
Convenience accessor for the secondary connection factory (when a factory was provided by the user).
getConnectionFactory2Name() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience accessor for the factory name for the connection (non-transactional).
getConnectionFactory2Name() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionFactory2Name() - Method in interface org.datanucleus.store.StoreManager
Convenience accessor for the factory (JNDI) name for the secondary connection factory (when provided by the user).
getConnectionFactoryName() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience accessor for the factory name for the connection (transactional).
getConnectionFactoryName() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionFactoryName() - Method in interface org.datanucleus.store.StoreManager
Convenience accessor for the factory (JNDI) name for the primary connection factory (when provided by the user).
getConnectionManager() - Method in class org.datanucleus.store.AbstractStoreManager
 
getConnectionManager() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionManager() - Method in interface org.datanucleus.store.StoreManager
Accessor for the connection manager for this store manager.
getConnectionPassword() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience accessor for the password to use for the connection.
getConnectionPassword() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionPassword() - Method in interface org.datanucleus.store.StoreManager
Convenience accessor for the password to use for the connections (where required).
getConnectionPreference() - Method in class org.datanucleus.store.valuegenerator.AbstractDatastoreGenerator
Accessor for any requirement for connection used by this value generator.
getConnectionURL() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience accessor for the URL for the connection
getConnectionURL() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionURL() - Method in interface org.datanucleus.store.StoreManager
Convenience accessor for the URL for the connections.
getConnectionUserName() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience accessor for the username to use for the connection
getConnectionUserName() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getConnectionUserName() - Method in interface org.datanucleus.store.StoreManager
Convenience accessor for the user name to use for the connections (where required).
getConstraintName(AbstractClassMetaData, ConstraintMetaData, int) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
getConstraintName(String, AbstractMemberMetaData, ConstraintMetaData) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
getConstraintName(AbstractClassMetaData, ConstraintMetaData, ColumnType) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
getConstraintName(AbstractClassMetaData, ConstraintMetaData, int) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of a constraint specified at class level.
getConstraintName(String, AbstractMemberMetaData, ConstraintMetaData) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of a constraint specified at member level.
getConstraintName(AbstractClassMetaData, ConstraintMetaData, ColumnType) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of the constraint for the specified class (version, datastore-id, discriminator etc).
getConstructorDescriptor(Constructor<?>) - Static method in class org.datanucleus.asm.Type
Returns the descriptor corresponding to the given constructor.
getConstructorNameForCache(Class, Class[]) - Method in class org.datanucleus.identity.IdentityManagerImpl
 
getConstructorTypeMappings() - Method in class org.datanucleus.metadata.QueryResultMetaData
 
getConstructorWithArguments(Class, Class[]) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return the constructor of the passed class that accepts the supplied argument types.
getContainer() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the container for this field.
getContainerInfoMessage(ObjectProvider, String, SCOContainer, boolean, boolean, boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Utility to generate a message representing the SCO container wrapper and its capabilities.
getContainerInstanceType(Class, Boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Method to return the type to instantiate a container as.
getCopy() - Method in class org.datanucleus.cache.CachedPC
 
getCopy() - Method in class org.datanucleus.FetchPlan
Returns a copy of this FetchPlan with all settings initialized.
getCopyFieldMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getCopyFieldMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getCopyFieldsMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getCopyFieldsMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getCopyKeyFieldsFromObjectIdMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getCopyKeyFieldsFromObjectIdMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getCopyKeyFieldsToObjectIdMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getCopyKeyFieldsToObjectIdMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getCount() - Method in class org.datanucleus.store.valuegenerator.AbstractUUIDGenerator
Simple counter for identities.
getCurrentFetchDepth() - Method in class org.datanucleus.state.FetchPlanState
Accessor for the object graph depth currently
getCustomName() - Method in class org.datanucleus.metadata.IdentityStrategy
Accessor for the custom name (if using strategy type of CUSTOM).
getDatastoreColumnTypes() - Method in class org.datanucleus.store.types.converters.CalendarComponentsConverter
 
getDatastoreColumnTypes() - Method in class org.datanucleus.store.types.converters.ColorComponentsConverter
 
getDatastoreColumnTypes() - Method in interface org.datanucleus.store.types.converters.MultiColumnConverter
Accessor for the java types of the datastore columns.
getDatastoreDate() - Method in class org.datanucleus.store.AbstractStoreManager
 
getDatastoreDate() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getDatastoreDate() - Method in interface org.datanucleus.store.StoreManager
Get the date/time of the datastore.
getDataStoreExceptionForException(String, Exception) - Method in interface org.datanucleus.api.ApiAdapter
Convenience method to return a datastore exception appropriate for this API.
getDatastoreId(String, Object) - Method in interface org.datanucleus.identity.IdentityManager
Method to return a datastore identity, representing the persistable object with specified class name and key value.
getDatastoreId(long) - Method in interface org.datanucleus.identity.IdentityManager
Method to return a datastore-unique datastore identity, with the specified value.
getDatastoreId(String) - Method in interface org.datanucleus.identity.IdentityManager
Method to return a datastore identity, for the specified string which comes from the output of toString().
getDatastoreId(String, Object) - Method in class org.datanucleus.identity.IdentityManagerImpl
 
getDatastoreId(long) - Method in class org.datanucleus.identity.IdentityManagerImpl
 
getDatastoreId(String) - Method in class org.datanucleus.identity.IdentityManagerImpl
 
getDatastoreIdClass() - Method in interface org.datanucleus.identity.IdentityManager
 
getDatastoreIdClass() - Method in class org.datanucleus.identity.IdentityManagerImpl
 
getDatastoreIdColumn() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getDatastoreIdColumn() - Method in interface org.datanucleus.store.schema.table.Table
 
getDatastoreProperties() - Method in class org.datanucleus.Configuration
Convenience method to return all properties that are user-specified and should be specified on the StoreManager.
getDatastoreQueryCompilation(String, String, String) - Method in interface org.datanucleus.store.query.QueryManager
Accessor for the datastore-specific compilation for a query.
getDatastoreQueryCompilation(String, String, String) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
getDatastoreReadTimeoutMillis() - Method in class org.datanucleus.store.query.Query
Convenience accessor for the datastore read timeout (milliseconds).
getDatastoreSequence() - Method in class org.datanucleus.metadata.SequenceMetaData
 
getDatastoreTypeForTypeConverter(TypeConverter, Class) - Static method in class org.datanucleus.store.types.converters.TypeConverterHelper
 
getDatastoreWriteTimeoutMillis() - Method in class org.datanucleus.store.query.Query
Convenience accessor for the datastore write timeout (milliseconds).
getDdlFile() - Method in class org.datanucleus.store.schema.SchemaTool
 
getDecodedStringFromURLString(String) - Static method in class org.datanucleus.util.StringUtils
Convenience method to decode a URL string for use (so spaces are allowed)
getDefaultArgs() - Method in class org.datanucleus.util.CommandLine
Return default arguments.
getDefaultCascadeDeleteForField() - Method in interface org.datanucleus.api.ApiAdapter
Method to return the default setting for cascading delete of a field
getDefaultCascadePersistForField() - Method in interface org.datanucleus.api.ApiAdapter
Method to return the default setting for cascading persist of a field
getDefaultCascadeRefreshForField() - Method in interface org.datanucleus.api.ApiAdapter
Method to return the default setting for cascading refresh of a field
getDefaultCascadeUpdateForField() - Method in interface org.datanucleus.api.ApiAdapter
Method to return the default setting for cascading update of a field
getDefaultColumnLength(int) - Method in interface org.datanucleus.store.types.converters.ColumnLengthDefiningTypeConverter
Accessor for the default column length to use for the datastore column at the specified position.
getDefaultColumnLength(int) - Method in class org.datanucleus.store.types.converters.CurrencyStringConverter
 
getDefaultColumnLength(int) - Method in class org.datanucleus.store.types.converters.LocaleStringConverter
 
getDefaultColumnLength(int) - Method in class org.datanucleus.store.types.converters.TimeZoneStringConverter
 
getDefaultColumnLength(int) - Method in class org.datanucleus.store.types.converters.UUIDStringConverter
 
getDefaultDFGForPersistableField() - Method in interface org.datanucleus.api.ApiAdapter
Method to return the default DFG setting for a persistable field.
getDefaultFactoryProperties() - Method in interface org.datanucleus.api.ApiAdapter
Method to return a set of default properties for the factory (PMF, EMF, etc)
getDefaultFieldPersistenceModifier(Class, int, boolean, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the default "persistence-modifier" for a field given the class, its modifier and whether it is a PersistentCapable class.
getDefaultObjectProviderClassName() - Method in class org.datanucleus.store.AbstractStoreManager
 
getDefaultObjectProviderClassName() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getDefaultObjectProviderClassName() - Method in interface org.datanucleus.store.StoreManager
 
getDefaultTypeConverterForType(Class) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for the default type converter for the provided Java type.
getDefaultTypeConverterForType(Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getDefaultValue() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getDefaultValue() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the default Value
getDefaultValue() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getDeleteAction() - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
getDeleteAction() - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
getDeleteAction() - Method in class org.datanucleus.metadata.JoinMetaData
 
getDesc() - Method in class org.datanucleus.asm.Handle
Returns the descriptor of the field or method designated by this handle.
getDescription() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getDescriptor() - Method in class org.datanucleus.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class<?>) - Static method in class org.datanucleus.asm.Type
Returns the descriptor corresponding to the given Java type.
getDescriptor() - Method in class org.datanucleus.enhancer.ClassMethod
Accessor for the descriptor of the method.
getDetachableAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getDetachableAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getDetachableClass() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getDetachableClass() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getDetachableDescriptor() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getDetachableDescriptor() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getDetachAllOnCommit() - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
 
getDetachedCopyEntry(Object) - Method in class org.datanucleus.state.DetachState
Get any existing detached copy object for the passed in persistable
getDetachedCopyObject() - Method in class org.datanucleus.state.DetachState.Entry
 
getDetachedFieldAccessExceptionAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getDetachedFieldAccessExceptionAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getDetachedFieldAccessExceptionAsmClassName() - Method in class org.datanucleus.enhancer.JPAEnhancementNamer
 
getDetachedStateFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getDetachedStateFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getDetachListenerAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getDetachListenerAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getDetachmentOptions() - Method in class org.datanucleus.FetchPlan
Return the options to be used at detachment.
getDetachmentRootClasses() - Method in class org.datanucleus.FetchPlan
Accessor for the root classes of the detachment graph for DetachAllOnCommit.
getDetachmentRoots() - Method in class org.datanucleus.FetchPlan
Accessor for the roots of the detachment graph for DetachAllOnCommit.
getDetachOnClose() - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
 
getDFGMemberFlags() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the flags of the DFG fields/properties (inc superclass).
getDFGMemberPositions() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute positions of the default fetch group fields/properties (inc superclasses).
getDimensions() - Method in class org.datanucleus.asm.Type
Returns the number of dimensions of this array type.
getDir() - Method in class org.datanucleus.enhancer.EnhancerTask
Gets the root dir for looking for files
getDirtyFieldNames() - Method in class org.datanucleus.state.AbstractStateManager
Convenience accessor for the names of the fields that are dirty.
getDirtyFieldNames() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the names of the fields that are dirty.
getDirtyFieldNumbers() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the field numbers of all dirty fields.
getDirtyFieldNumbers() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the field numbers of all dirty fields.
getDirtyFields() - Method in class org.datanucleus.state.AbstractStateManager
Creates a copy of the AbstractStateManager.dirtyFields bitmap.
getDirtyFields() - Method in interface org.datanucleus.state.ObjectProvider
Creates a copy of the internal dirtyFields array.
getDiscriminatorColumn() - Method in class org.datanucleus.metadata.QueryResultMetaData.PersistentTypeMapping
 
getDiscriminatorColumn() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getDiscriminatorColumn() - Method in interface org.datanucleus.store.schema.table.Table
 
getDiscriminatorColumnMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Return the metadata for the discriminator column if defined in metadata.
getDiscriminatorColumnName() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Return the name of the discriminator column if defined in metadata.
getDiscriminatorMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience accessor for the discriminator metadata applying to this class.
getDiscriminatorMetaData() - Method in class org.datanucleus.metadata.EmbeddedMetaData
 
getDiscriminatorMetaData() - Method in class org.datanucleus.metadata.InheritanceMetaData
 
getDiscriminatorMetaDataForTable() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to find the discriminator MetaData defining the discrim for the same table as this class is using.
getDiscriminatorMetaDataRoot() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to return the "root" discriminator metadata definition (that defines the strategy, column etc).
getDiscriminatorStrategy() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to return the discriminator strategy being used by this class.
getDiscriminatorStrategy(String) - Static method in enum org.datanucleus.metadata.DiscriminatorStrategy
Accessor for the strategy
getDiscriminatorStrategyForTable() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience accessor for the discriminator strategy applying to this class.
getDiscriminatorValue() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method returning the discriminator value to apply to an instance of this class.
getDiscriminatorValueForClass(AbstractClassMetaData, String) - Method in interface org.datanucleus.metadata.MetaDataManager
 
getDiscriminatorValueForClass(AbstractClassMetaData, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getDocumentBuilder() - Static method in class org.datanucleus.plugin.OSGiBundleParser
Convenience method to create a document builder for parsing.
getDomainName() - Method in class org.datanucleus.management.jmx.ManagementManager
Domain name for this manager instance.
getDoubleArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getDoubleField(Persistable, int, double) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getDoubleField(Persistable, int, double) - Method in class org.datanucleus.state.StateManagerImpl
 
getDoubleObjectArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getElement(int) - Method in class org.datanucleus.query.expression.ArrayExpression
Accessor for an element of the array.
getElementClassMetaData(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.ArrayMetaData
Convenience accessor for the Element ClassMetaData.
getElementClassMetaData(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.CollectionMetaData
Convenience accessor for the Element ClassMetaData.
getElementMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for elementMetaData
getElementType() - Method in class org.datanucleus.asm.Type
Returns the type of the elements of this array type.
getElementType() - Method in class org.datanucleus.metadata.ArrayMetaData
Accessor for the element implementation types (when element is a reference type).
getElementType() - Method in class org.datanucleus.metadata.CollectionMetaData
Accessor for the element-type tag value.
getElseExpression() - Method in class org.datanucleus.query.expression.CaseExpression
 
getEmbeddedInformationForOwner(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Accessor for the relations for the specified embedded ObjectProvider where it is embedded.
getEmbeddedInformationForOwner(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
 
getEmbeddedMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Accessor for embeddedMetaData
getEmbeddedMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for embeddedMetaData
getEmbeddedOP() - Method in class org.datanucleus.ExecutionContext.EmbeddedOwnerRelation
 
getEmbeddedOwners() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the overall owner ObjectProviders of the managed object when embedded.
getEmbeddedOwners() - Method in class org.datanucleus.state.StateManagerImpl
Accessor for the owning ObjectProviders for the managed object when stored embedded.
getEncodedURLStringFromString(String) - Static method in class org.datanucleus.util.StringUtils
Convenience method to encode a URL string for use (so spaces are allowed)
getEnhancedBytes(String) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Accessor for the enhanced bytes of any classes just enhanced.
getEnhancedMethodNamePrefix() - Method in interface org.datanucleus.metadata.MetaDataManager
 
getEnhancedMethodNamePrefix() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getEnhancerVersion() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
 
getEntityName() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getEnumByValue(int) - Static method in enum org.datanucleus.metadata.JdbcType
 
getExceptionIndex() - Method in class org.datanucleus.asm.TypeReference
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced by this type reference.
getExcludeUnlistedClasses() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getExecutionContext(Object) - Method in interface org.datanucleus.api.ApiAdapter
Method to return the ExecutionContext (if any) associated with the passed object.
GetExecutionContext - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnGetExecutionContext" using ASM.
GetExecutionContext(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.GetExecutionContext
Constructor.
getExecutionContext(Object, Map<String, Object>) - Method in interface org.datanucleus.PersistenceNucleusContext
Method to return an ExecutionContext for use in persistence.
getExecutionContext(Object, Map<String, Object>) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getExecutionContext() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the ExecutionContext for this object.
getExecutionContext() - Method in interface org.datanucleus.state.ObjectProvider
 
getExecutionContext(Persistable) - Method in interface org.datanucleus.state.StateManager
Return the ExecutionContext that owns this instance.
getExecutionContext(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Accessor for the ExecutionContext that owns this instance.
getExecutionContext() - Method in class org.datanucleus.store.AbstractExtent
Accessor for the owning execution context.
getExecutionContext() - Method in class org.datanucleus.store.DefaultCandidateExtent
 
getExecutionContext() - Method in interface org.datanucleus.store.Extent
 
getExecutionContext() - Method in class org.datanucleus.store.query.Query
Accessor for the Execution Context associated with this Query.
getExecutionContextAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getExecutionContextAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getExecutionContextClass() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getExecutionContextClass() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getExecutionContextDescriptor() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getExecutionContextDescriptor() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getExecutionContextListeners() - Method in interface org.datanucleus.PersistenceNucleusContext
Object the array of registered ExecutionContext listeners.
getExecutionContextListeners() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getExecutionContextPool() - Method in interface org.datanucleus.PersistenceNucleusContext
 
getExecutionContextPool() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getExplicitParameters() - Method in class org.datanucleus.store.query.Query
Accessor for the explicit parameters specification.
getExplicitVariables() - Method in class org.datanucleus.store.query.Query
Accessor for the explicit variables specification.
getExpressionsFromString(String) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to split an expression string into its constituent parts where separated by commas.
getExprFilter() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for the filter expression.
getExprFrom() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for any from expression(s).
getExprGrouping() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for any grouping expression(s).
getExprHaving() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for any having expression.
getExprOrdering() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for any ordering expression(s).
getExprResult() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for any result expression(s).
getExprUpdate() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for any update expression(s).
getExtension() - Method in class org.datanucleus.plugin.ConfigurationElement
Accesstor to the Extension
getExtension(String) - Method in class org.datanucleus.store.query.Query
Accessor for the value of an extension for this query.
getExtensionPoint(String) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Accessor for the ExtensionPoint with the specified id.
getExtensionPoint(String) - Method in class org.datanucleus.plugin.OSGiPluginRegistry
Accessor for the ExtensionPoint with the specified id.
getExtensionPoint(String) - Method in class org.datanucleus.plugin.PluginManager
Acessor for the ExtensionPoint
getExtensionPoint(String) - Method in interface org.datanucleus.plugin.PluginRegistry
Acessor for the ExtensionPoint
getExtensionPointId() - Method in class org.datanucleus.plugin.Extension
Acessor to the extension point id
getExtensionPoints() - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Accessor for the currently registered ExtensionPoints.
getExtensionPoints() - Method in class org.datanucleus.plugin.OSGiPluginRegistry
 
getExtensionPoints() - Method in interface org.datanucleus.plugin.PluginRegistry
Acessor for the currently registed ExtensionPoints
getExtensions() - Method in class org.datanucleus.metadata.MetaData
 
getExtensions() - Method in class org.datanucleus.plugin.ExtensionPoint
 
getExtensions() - Method in class org.datanucleus.store.query.Query
Accessor for the extensions defined for this query.
getExtent(Class<T>, boolean) - Method in interface org.datanucleus.ExecutionContext
Accessor for the Extent for a class (and optionally its subclasses).
getExtent(Class<T>, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Extents are collections of datastore objects managed by the datastore, not by explicit user operations on collections.
getExtent(Class, boolean) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
getExtent(ExecutionContext, Class, boolean) - Method in class org.datanucleus.store.AbstractStoreManager
 
getExtent(ExecutionContext, Class, boolean) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getExtent(ExecutionContext, Class, boolean) - Method in interface org.datanucleus.store.StoreManager
Interface to getting an Extent for a class.
getExternalObjectId() - Method in interface org.datanucleus.state.ObjectProvider
 
getExternalObjectId(Object) - Method in class org.datanucleus.state.StateManagerImpl
Return an object id that the user can use.
getExternalObjectId() - Method in class org.datanucleus.state.StateManagerImpl
Return an object identity that can be used by the user for the managed object.
getFactoryClass() - Method in class org.datanucleus.metadata.SequenceMetaData
 
getFactoryClass(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.BTMTransactionManagerLocator
Accessor for the factory class to use for this locator.
getFactoryClass(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.FactoryBasedTransactionManagerLocator
Accessor for the factory class to use for this locator.
getFactoryClass(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.JOnASTransactionManagerLocator
Accessor for the factory class to use for this locator.
getFactoryClass(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.JOTMTransactionManagerLocator
Accessor for the factory class to use for this locator.
getFactoryClass(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.WebSphereTransactionManagerLocator
Method to return the factory class for this locator
getFailedObject() - Method in exception org.datanucleus.exceptions.NucleusException
The exception may include a failed object.
getFatalInternalExceptionAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getFatalInternalExceptionAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getFatalInternalExceptionAsmClassName() - Method in class org.datanucleus.enhancer.JPAEnhancementNamer
 
getFetchGroup(Class, String) - Method in class org.datanucleus.FetchGroupManager
Accessor for a fetch group for the specified class.
getFetchGroupManager() - Method in class org.datanucleus.ExecutionContextImpl
Convenience accessor for the FetchGroupManager.
getFetchGroupManager() - Method in interface org.datanucleus.PersistenceNucleusContext
Convenience accessor for the FetchGroupManager.
getFetchGroupManager() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getFetchGroupMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for all MetaData defined for fetch groups for this class.
getFetchGroupMetaData(Collection) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for fetch group metadata for the specified groups (if present).
getFetchGroupMetaData(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the fetch group metadata for the group specified.
getFetchGroupMetaData() - Method in class org.datanucleus.metadata.FetchPlanMetaData
Accessor for fetchGroupMetaData
getFetchGroups() - Method in class org.datanucleus.metadata.FetchGroupMetaData
 
getFetchGroupsWithName(String) - Method in interface org.datanucleus.ExecutionContext
Accessor for the fetch groups for the specified name.
getFetchGroupsWithName(String) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the fetch groups for the specified name.
getFetchGroupsWithName(String) - Method in class org.datanucleus.FetchGroupManager
Accessor for the fetch groups for the specified name.
getFetchGroupsWithName(String) - Method in interface org.datanucleus.PersistenceNucleusContext
Accessor for the fetch groups for the specified name.
getFetchGroupsWithName(String) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getFetchPlan() - Method in interface org.datanucleus.ExecutionContext
Acessor for the current FetchPlan
getFetchPlan() - Method in class org.datanucleus.ExecutionContextImpl
 
getFetchPlan() - Method in class org.datanucleus.FetchPlanForClass
Accessor for the FetchPlan that this classes plan relates to.
getFetchPlan() - Method in class org.datanucleus.store.DefaultCandidateExtent
 
getFetchPlan() - Method in interface org.datanucleus.store.Extent
 
getFetchPlan() - Method in class org.datanucleus.store.query.Query
This method retrieves the fetch plan associated with the Query.
getFetchPlanForClass(AbstractClassMetaData) - Method in class org.datanucleus.FetchPlan
Access the fetch plan for the class.
getFetchPlanForLoading() - Method in interface org.datanucleus.store.FieldValues
Accessor for any FetchPlan to use when loading of fields (if any).
getFetchPlanName() - Method in class org.datanucleus.metadata.QueryMetaData
 
getFetchPlans() - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the metadata of the named fetch plans.
getFetchSize() - Method in class org.datanucleus.FetchPlan
Accessor for the fetch size when using large result sets.
getFetchSize() - Method in class org.datanucleus.metadata.FetchPlanMetaData
 
GETFIELD - Static variable in interface org.datanucleus.asm.Opcodes
 
getFieldAnnotationsForClass(Class) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Method returning a Collection of the annotated fields for the specified class.
getFieldFlags(Class) - Method in class org.datanucleus.enhancer.EnhancementHelper
Get the field flags for a Persistable class.
getFieldFlags() - Method in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
 
getFieldFlagsFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getFieldFlagsFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getFieldFlagsInitMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getFieldFlagsInitMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getFieldForClass(Class, String) - Static method in class org.datanucleus.util.ClassUtils
Obtain a field from a class or superclasses using reflection.
getFieldId() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the field id.
getFieldName() - Method in class org.datanucleus.metadata.ContainerMetaData
Accessor for the parent field name
getFieldName() - Method in class org.datanucleus.metadata.OrderMetaData.FieldOrder
 
getFieldName() - Method in class org.datanucleus.metadata.PropertyMetaData
Accessor for the field name if a concrete implementation of the interface is generated the field name for this property.
getFieldName() - Method in class org.datanucleus.metadata.VersionMetaData
 
getFieldName() - Method in interface org.datanucleus.store.types.SCO
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.BitSet
Accessor for the field name
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Collection
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Date
Accessor for the field name
getFieldName() - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Accessor for the field name
getFieldName() - Method in class org.datanucleus.store.types.wrappers.HashMap
Accessor for the field name that this HashMap relates to.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.HashSet
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Accessor for the field name that this Hashtable relates to.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Accessor for the field name that this LinkedHashMap relates to.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.List
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Map
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Properties
Accessor for the field name that this Hashtable relates to.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Queue
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Set
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the field name that this SortedMap relates to.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.SqlDate
Accessor for the field name
getFieldName() - Method in class org.datanucleus.store.types.wrappers.SqlTime
Accessor for the field name
getFieldName() - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Accessor for the field name
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Stack
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the field name that this TreeMap relates to.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for the field name.
getFieldName() - Method in class org.datanucleus.store.types.wrappers.Vector
Accessor for the field name.
getFieldNameForJavaBeanGetter(String) - Static method in class org.datanucleus.util.ClassUtils
Generate a field name for JavaBeans compatible getter method
getFieldNameForJavaBeanSetter(String) - Static method in class org.datanucleus.util.ClassUtils
Generate a field name for JavaBeans compatible setter method
getFieldNames(Class) - Method in class org.datanucleus.enhancer.EnhancementHelper
Get the field names for a Persistable class.
getFieldNames() - Method in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
 
getFieldNamesFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getFieldNamesFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getFieldNamesInitMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getFieldNamesInitMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getFieldNumbersOfLoadedOrDirtyFields(boolean[], boolean[]) - Method in class org.datanucleus.state.AbstractStateManager
Convenience accessor to return the field numbers for the input loaded and dirty field arrays.
getFieldOrders() - Method in class org.datanucleus.metadata.OrderMetaData
 
getFieldPersistenceModifier(String) - Static method in enum org.datanucleus.metadata.FieldPersistenceModifier
Return FieldPersistenceModifier from String.
getFieldsList() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the fields required.
getFieldsList() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Accessor for the fields required.
getFieldsNotLoaded() - Method in class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
getFieldTypes(Class) - Method in class org.datanucleus.enhancer.EnhancementHelper
Get the field types for a Persistable class.
getFieldTypes() - Method in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
 
getFieldTypes() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the implementation type(s) that can be stored in this field when it is a reference type.
getFieldTypesFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getFieldTypesFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getFieldTypesInitMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getFieldTypesInitMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getFieldValue(Integer) - Method in class org.datanucleus.cache.CachedPC
 
getFileForFilename(String) - Static method in class org.datanucleus.util.StringUtils
Convenience method to get a File for the specified filename.
getFileMetaData() - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for all FileMetaData currently managed here.
getFileMetaData() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getFileMetaData() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the parent FileMetaData.
getFileMetadataForInput() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method that processes the registered components to enhance, and loads the metadata for them into the MetaDataManager, returning the associated FileMetaData.
getFileMetaDataForInputFiles(MetaDataManager, ClassLoaderResolver, String[]) - Static method in class org.datanucleus.metadata.MetaDataUtils
Method to take the provided input files and returns the FileMetaData that they implies.
getFilename() - Method in class org.datanucleus.metadata.FileMetaData
 
getFilename() - Method in class org.datanucleus.metadata.PersistenceFileMetaData
Accessor for the filename
getFiles() - Method in class org.datanucleus.enhancer.EnhancerTask
 
getFiles() - Method in class org.datanucleus.store.schema.SchemaToolTask
 
getFilesForDirectory(File) - Static method in class org.datanucleus.util.ClassUtils
Method to return the files below the specified directory.
getFilter() - Method in class org.datanucleus.store.query.Query
Accessor for the filter specification.
getFirst() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to retrieve the first element.
getFirst() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to retrieve the first element.
getFirstChild() - Method in class org.datanucleus.query.compiler.Node
 
getFkDefinition() - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
getFkDefinitionApplies() - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
getFlagsFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getFlagsFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getFlagsSetTo(boolean[], boolean) - Static method in class org.datanucleus.util.ClassUtils
Returns an array of integers containing the indices of all elements in flags that are in the state passed as argument.
getFlagsSetTo(boolean[], int[], boolean) - Static method in class org.datanucleus.util.ClassUtils
Returns an array of integers containing the indices of all elements in flags whose index occurs in indices and whose value is state.
getFloatArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getFloatField(Persistable, int, float) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getFloatField(Persistable, int, float) - Method in class org.datanucleus.state.StateManagerImpl
 
getFloatObjectArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getFlushProcess() - Method in class org.datanucleus.store.AbstractStoreManager
 
getFlushProcess() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getFlushProcess() - Method in interface org.datanucleus.store.StoreManager
 
getForeignKeyAction(String) - Static method in class org.datanucleus.metadata.ForeignKeyAction
Return ForeignKeyDeleteAction from String.
getForeignKeyMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for foreignKeyMetaData
getForeignKeyMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Accessor for foreignKeyMetaData
getForeignKeyMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for foreignKeyMetaData
getForeignKeyMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
 
getFormalParameterIndex() - Method in class org.datanucleus.asm.TypeReference
Returns the index of the formal parameter whose type is referenced by this type reference.
getFormatId() - Method in class org.datanucleus.transaction.XidImpl
 
getFrequentProperties() - Method in class org.datanucleus.properties.PropertyStore
 
getFrom() - Method in class org.datanucleus.store.query.Query
Accessor for the FROM clause of the query.
getFullClassName() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the full class name including any package name.
getFullFieldName() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the full field name.
getFullyQualifiedName() - Method in class org.datanucleus.metadata.SequenceMetaData
Convenience accessor for the fully-qualified name of the sequence.
getFullyQualifiedName() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
Convenience accessor for the fully-qualified name of the sequence.
getFunctionName() - Method in class org.datanucleus.query.inmemory.AbsFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.ArcCosineFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.ArcSineFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.ArcTangentFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.CeilFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.CosineFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.ExpFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.FloorFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.LogFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.MathFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.SineFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.SqrtFunction
 
getFunctionName() - Method in class org.datanucleus.query.inmemory.TangentFunction
 
getGenerator(AbstractClassMetaData, String) - Method in class org.datanucleus.enhancer.ImplementationCreatorImpl
Method to return the generator for the implementation.
getGenericType() - Method in class org.datanucleus.metadata.annotations.Member
Accessor to the generic type
getGetExecutionContextMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getGetExecutionContextMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getGetInheritedFieldCountMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getGetInheritedFieldCountMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getGetManagedFieldCountMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getGetManagedFieldCountMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getGetMethodPrefixMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getGetMethodPrefixMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getGetObjectIdMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getGetObjectIdMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getGetterMethodForClass(Class, String) - Static method in class org.datanucleus.util.ClassUtils
Obtain a (Java bean) getter method from a class or superclasses using reflection.
getGetTransactionalObjectIdMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getGetTransactionalObjectIdMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getGetVersionMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getGetVersionMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getGlobalTransactionId() - Method in class org.datanucleus.transaction.XidImpl
 
getGrouping() - Method in class org.datanucleus.store.query.Query
Accessor for the grouping string for the query.
getGroups() - Method in class org.datanucleus.FetchPlan
Accessor for the static groups for this FetchPlan.
getHandlerForClassAnnotation(String) - Method in interface org.datanucleus.metadata.annotations.AnnotationManager
Accessor for a handler for the specified class annotation.
getHandlerForClassAnnotation(String) - Method in class org.datanucleus.metadata.annotations.AnnotationManagerImpl
 
getHandlerForMemberAnnotation(String) - Method in interface org.datanucleus.metadata.annotations.AnnotationManager
Accessor for a handler for the specified member annotation.
getHandlerForMemberAnnotation(String) - Method in class org.datanucleus.metadata.annotations.AnnotationManagerImpl
 
getHaving() - Method in class org.datanucleus.store.query.Query
Accessor for the having string for the query.
getHexFromInt(int) - Static method in class org.datanucleus.util.TypeConversionHelper
Utility to convert an int into a 8-char hex String
getHexFromShort(short) - Static method in class org.datanucleus.util.TypeConversionHelper
Utility to convert a short into a 4-char hex String
getId() - Method in class org.datanucleus.cache.CachedPC.CachedId
 
getId() - Method in class org.datanucleus.plugin.ExtensionPoint
Accessor for the id of this ExtensionPoint
getId() - Method in class org.datanucleus.query.expression.CreatorExpression
Accessor for the class name of the object being created.
getId() - Method in class org.datanucleus.query.expression.ParameterExpression
 
getId() - Method in class org.datanucleus.query.expression.PrimaryExpression
Accessor for the expression "id".
getId() - Method in class org.datanucleus.query.expression.VariableExpression
 
getIdentifier() - Method in class org.datanucleus.store.valuegenerator.AbstractUIDGenerator
Create an identifier in the UID format required.
getIdentifier() - Method in class org.datanucleus.store.valuegenerator.AUIDGenerator
Accessor for a new identifier.
getIdentifier() - Method in class org.datanucleus.store.valuegenerator.UUIDGenerator
Create an identifier with the form "2cdb8cee-9134-453f-9d7a-14c0ae8184c6".
getIdentifier() - Method in class org.datanucleus.store.valuegenerator.UUIDHexGenerator
Create an identifier with the form "IIIIIIIIJJJJJJJJHHHHLLLLLLLLCCCC".
getIdentifier() - Method in class org.datanucleus.store.valuegenerator.UUIDStringGenerator
Create an identifier with the form "IIIIJJJJHHLLLLCC".
getIdentity(ExecutionContext, String) - Method in interface org.datanucleus.identity.IdentityStringTranslator
Method to translate the object into the identity.
getIdentity(ExecutionContext, String) - Method in class org.datanucleus.identity.XcaliaIdentityStringTranslator
 
getIdentityKeyTranslator() - Method in interface org.datanucleus.identity.IdentityManager
Accessor for the current identity key translator to use (if any).
getIdentityKeyTranslator() - Method in class org.datanucleus.identity.IdentityManagerImpl
 
getIdentityManager() - Method in interface org.datanucleus.PersistenceNucleusContext
Accessor for a manager for identities.
getIdentityManager() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getIdentityMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for identityMetaData
getIdentityStrategy(String) - Static method in class org.datanucleus.metadata.IdentityStrategy
Gets an IdentityStrategy for the given value argument.
getIdentityStringTranslator() - Method in interface org.datanucleus.identity.IdentityManager
Accessor for the current identity string translator to use (if any).
getIdentityStringTranslator() - Method in class org.datanucleus.identity.IdentityManagerImpl
 
getIdentityType() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getIdentityType(String) - Static method in enum org.datanucleus.metadata.IdentityType
Return IdentityType from String.
getIdForObject(Object) - Method in interface org.datanucleus.api.ApiAdapter
Method to return the object identity for the passed persistable object.
getIgnoreCache() - Method in class org.datanucleus.store.query.Query
Accessor for the ignoreCache option setting.
getImplementationCreator() - Method in interface org.datanucleus.PersistenceNucleusContext
 
getImplementationCreator() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getImplementationNameForPersistentInterface(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the implementation name for the specified "persistent-interface".
getImplementationNameForPersistentInterface(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getImplementationNamesForReferenceField(AbstractMemberMetaData, FieldRole, ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to return the class names of the available implementation types for an interface/Object field, given its required role.
getImplementsMetaData() - Method in class org.datanucleus.metadata.ClassMetaData
Accessor for the implements MetaData
getImplHelperAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getImplHelperAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getImplicitParameters() - Method in class org.datanucleus.store.query.Query
Accessor for the implicit parameters.
getImports() - Method in class org.datanucleus.store.query.Query
Accessor for the imports specification.
getIncludeAutoStart() - Method in class org.datanucleus.store.schema.SchemaTool
 
getIndex() - Method in class org.datanucleus.query.compiler.Lexer
Accessor for the current index in the input string.
getIndexed() - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
getIndexed() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getIndexed() - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
getIndexed() - Method in class org.datanucleus.metadata.JoinMetaData
 
getIndexed() - Method in class org.datanucleus.metadata.VersionMetaData
 
getIndexedValue(String) - Static method in enum org.datanucleus.metadata.IndexedValue
Obtain a IndexedValue for the given name by value
getIndexMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for indexMetaData
getIndexMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Accessor for indexMetaData
getIndexMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for indexMetaData
getIndexMetaData() - Method in class org.datanucleus.metadata.DiscriminatorMetaData
Accessor for indexMetaData
getIndexMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
 
getIndexMetaData() - Method in class org.datanucleus.metadata.OrderMetaData
 
getIndexMetaData() - Method in class org.datanucleus.metadata.VersionMetaData
 
getInheritanceMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for inheritanceMetaData
getInheritanceStrategy(String) - Static method in enum org.datanucleus.metadata.InheritanceStrategy
Obtain a InheritanceStrategy for the given name by value
GetInheritedFieldCount - Class in org.datanucleus.enhancer.methods
Method to generate the method "__dnGetInheritedFieldCount" using ASM.
GetInheritedFieldCount(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.GetInheritedFieldCount
Constructor.
getInheritedFieldCountFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getInheritedFieldCountFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getInitialValue() - Method in class org.datanucleus.enhancer.ClassField
Accessor for the value
getInitialValue() - Method in class org.datanucleus.metadata.SequenceMetaData
 
getInitialValue() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getInMemoryEvaluatorForMethod(Class, String) - Method in interface org.datanucleus.store.query.QueryManager
Accessor for an evaluator for invocation of the specified method for the supplied type.
getInMemoryEvaluatorForMethod(Class, String) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
getInput() - Method in class org.datanucleus.query.compiler.Lexer
Accessor for the input string.
getInputParameters() - Method in class org.datanucleus.store.query.Query
Accessor for the input parameters for this query.
getInputSQL() - Method in class org.datanucleus.store.query.AbstractSQLQuery
Accessor for the user-input SQL query.
getInsertable() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getInsertValue() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getInstance() - Static method in class org.datanucleus.api.ApiAdapterFactory
Accessor for the ApiAdapterFactory (singleton).
getInstance() - Static method in class org.datanucleus.enhancer.EnhancementHelper
 
getInstance() - Static method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getInstance() - Static method in class org.datanucleus.enhancer.JPAEnhancementNamer
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.CopyField
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.CopyFields
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.CopyKeyFieldsFromObjectId
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.CopyKeyFieldsFromObjectId2
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.CopyKeyFieldsToObjectId
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.CopyKeyFieldsToObjectId2
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.DefaultConstructor
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.GetExecutionContext
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.GetInheritedFieldCount
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.GetManagedFieldCount
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.GetObjectId
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.GetTransactionalObjectId
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.GetVersion
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.InitClass
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.InitFieldFlags
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.InitFieldNames
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.InitFieldTypes
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.InitPersistableSuperclass
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.IsDeleted
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.IsDetached
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.IsDirty
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.IsNew
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.IsPersistent
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.IsTransactional
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.LoadClass
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.MakeDirty
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.NewInstance1
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.NewInstance2
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.NewObjectIdInstance1
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.NewObjectIdInstance2
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.PreSerialize
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.ProvideField
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.ProvideFields
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.ReplaceDetachedState
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.ReplaceField
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.ReplaceFields
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.ReplaceFlags
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.ReplaceStateManager
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.SuperClone
 
getInstance(ClassEnhancer) - Static method in class org.datanucleus.enhancer.methods.WriteObject
 
getInstance() - Static method in class org.datanucleus.metadata.MetaDataUtils
Gets an instance of MetaDataUtils
getInstance(PluginManager, String) - Static method in class org.datanucleus.metadata.xml.EntityResolverFactory
Factory method for EntityResolver instances
getInstance() - Static method in class org.datanucleus.util.DetachListener
 
getInstanceName() - Method in class org.datanucleus.management.jmx.ManagementManager
Instance name for this manager instance.
getIntArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getIntegerForLiteral(Literal) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
Convenience method to get an int value from the supplied literal.
getInterface(int) - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the Meta-Data of a interface in this package.
getInterface(String) - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the Meta-Data of an interface with the specified name.
getInterfaceName() - Method in class org.datanucleus.store.StoreData
Accessor for the persistent interface name
getInterfaces() - Method in class org.datanucleus.asm.ClassReader
Returns the internal names of the class's interfaces (see getInternalName).
getInternalFetchGroup(Class, String) - Method in interface org.datanucleus.ExecutionContext
Accessor for an internal fetch group for the specified class.
getInternalFetchGroup(Class, String) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for an internal fetch group for the specified class.
getInternalFetchGroup(Class, String) - Method in interface org.datanucleus.PersistenceNucleusContext
Accessor for an internal fetch group for the specified class.
getInternalFetchGroup(Class, String) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getInternalName() - Method in class org.datanucleus.asm.Type
Returns the internal name of the class corresponding to this object or array type.
getInternalName(Class<?>) - Static method in class org.datanucleus.asm.Type
Returns the internal name of the given class.
getInternalNameForProperty(String) - Method in class org.datanucleus.Configuration
 
getInternalObjectId() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the internal object id of the object we are managing.
getInternalObjectId() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the id of the object managed by this ObjectProvider.
getIntField(Persistable, int, int) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getIntField(Persistable, int, int) - Method in class org.datanucleus.state.StateManagerImpl
 
getIntFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Utility to convert a byte array to an int.
getIntObjectArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getIntProperty(String) - Method in interface org.datanucleus.ExecutionContext
Accessor for an int property value.
getIntProperty(String) - Method in class org.datanucleus.ExecutionContextImpl
 
getIntProperty(String) - Method in class org.datanucleus.properties.PropertyStore
Accessor for the specified property as an int.
getIntProperty(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
getIntProperty(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getIntProperty(String) - Method in interface org.datanucleus.store.StoreManager
 
getIntValueForProperty(Properties, String, int) - Static method in class org.datanucleus.util.StringUtils
Convenience method to extract an integer property value from a Properties file.
getInvokeExpression() - Method in exception org.datanucleus.query.expression.PrimaryExpressionIsInvokeException
Accessor for the InvokeExpression that this primary expression should be swapped for.
getIsActive() - Method in class org.datanucleus.JTAJCATransactionImpl
 
getIsActive() - Method in class org.datanucleus.JTATransactionImpl
 
getIsActive() - Method in interface org.datanucleus.Transaction
Return whether the transaction is active and return immediately.
getIsActive() - Method in class org.datanucleus.TransactionImpl
Similar to "isActive" except that it just returns the "active" flag whereas the isActive() method can also embody rejoining to underlying transactions.
getIsDeletedMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getIsDeletedMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getIsDetachedInternalMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getIsDetachedInternalMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getIsDetachedMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getIsDetachedMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getIsDirtyMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getIsDirtyMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getIsNewMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getIsNewMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getIsPersistentMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getIsPersistentMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getIsTransactionalMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getIsTransactionalMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getItem(int) - Method in class org.datanucleus.asm.ClassReader
Returns the start index of the constant pool item in b, plus one.
getItemCount() - Method in class org.datanucleus.asm.ClassReader
Returns the number of constant pool items in b.
getJarFileForFilename(String) - Static method in class org.datanucleus.util.StringUtils
Convenience method to get a JarFile for the specified filename.
getJarFiles() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Accessor for the jar files for this persistence unit.
getJavaBeanAccessorAnnotationsForClass(Class) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Method returning a Map containing an array of the annotations for each Java Bean accessor method of the passed class, keyed by the method name.
getJavaBeanGetterName(String, boolean) - Static method in class org.datanucleus.util.ClassUtils
Generate a JavaBeans compatible getter name
getJavaBeanSetterName(String) - Static method in class org.datanucleus.util.ClassUtils
Generate a JavaBeans compatible setter name
getJavaLangClassForType(String) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return the passed type as a java.lang type wherever possible.
getJavaType() - Method in class org.datanucleus.metadata.QueryResultMetaData.ConstructorTypeColumn
 
getJdbcType() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getJdbcType() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the JDBC Type used for this column.
getJdbcType() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getJdbcTypeName() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getJDOQLForExpression(Expression) - Static method in class org.datanucleus.query.JDOQLQueryHelper
 
getJMXManager() - Method in interface org.datanucleus.PersistenceNucleusContext
Accessor for the JMX manager (if required).
getJMXManager() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getJNDIName() - Method in class org.datanucleus.transaction.jta.CustomJNDITransactionManagerLocator
Accessor for the JNDI name to lookup the txn manager under.
getJNDIName() - Method in class org.datanucleus.transaction.jta.JBossTransactionManagerLocator
Accessor for the JNDI name to lookup the txn manager under.
getJNDIName() - Method in class org.datanucleus.transaction.jta.JNDIBasedTransactionManagerLocator
Accessor for the JNDI name to use.
getJNDIName() - Method in class org.datanucleus.transaction.jta.OC4JTransactionManagerLocator
Accessor for the JNDI name to lookup the txn manager under.
getJNDIName() - Method in class org.datanucleus.transaction.jta.OrionTransactionManagerLocator
Accessor for the JNDI name to lookup the txn manager under.
getJNDIName() - Method in class org.datanucleus.transaction.jta.ResinTransactionManagerLocator
Accessor for the JNDI name to lookup the txn manager under.
getJNDIName() - Method in class org.datanucleus.transaction.jta.SAPWebASTransactionManagerLocator
Accessor for the JNDI name to lookup the txn manager under.
getJNDIName() - Method in class org.datanucleus.transaction.jta.SunTransactionManagerLocator
Accessor for the JNDI name to lookup the txn manager under.
getJNDIName() - Method in class org.datanucleus.transaction.jta.WebLogicTransactionManagerLocator
Accessor for the JNDI name to lookup the txn manager under.
getJoinMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for joinMetaData
getJoinMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for joinMetaData
getJoinMetaData() - Method in class org.datanucleus.metadata.InheritanceMetaData
 
getJPQLForExpression(Expression) - Static method in class org.datanucleus.query.JPQLQueryHelper
Convenience method to return the JPQL single-string query text for the provided expression.
getJtaDataSource() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getJtaSyncRegistry() - Method in interface org.datanucleus.PersistenceNucleusContext
 
getJtaSyncRegistry() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getJtaTransactionManager() - Method in interface org.datanucleus.PersistenceNucleusContext
Accessor for the JTA transaction manager (if using JTA).
getJtaTransactionManager() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getKey() - Method in class org.datanucleus.flush.MapPutOperation
Accessor for the key being put.
getKey() - Method in class org.datanucleus.flush.MapRemoveOperation
Accessor for the key being removed.
getKey() - Method in class org.datanucleus.identity.ByteId
 
getKey() - Method in class org.datanucleus.identity.CharId
 
getKey() - Method in class org.datanucleus.identity.DatastoreUniqueLongId
 
getKey(ExecutionContext, Class, Object) - Method in interface org.datanucleus.identity.IdentityKeyTranslator
Method to translate the object into the identity.
getKey() - Method in class org.datanucleus.identity.IntId
 
getKey() - Method in class org.datanucleus.identity.LongId
 
getKey() - Method in class org.datanucleus.identity.ObjectId
 
getKey() - Method in class org.datanucleus.identity.ShortId
 
getKey() - Method in class org.datanucleus.identity.StringId
 
getKey() - Method in class org.datanucleus.metadata.ExtensionMetaData
Accessor for the key tag value.
getKey() - Method in interface org.datanucleus.util.ReferenceValueMap.ValueReference
Returns the key associated with the value referenced by this Reference object.
getKeyAsObject() - Method in class org.datanucleus.identity.ByteId
 
getKeyAsObject() - Method in class org.datanucleus.identity.CharId
 
getKeyAsObject() - Method in interface org.datanucleus.identity.DatastoreId
Provides the identity in a form that can be used by the database as a key.
getKeyAsObject() - Method in class org.datanucleus.identity.DatastoreIdImpl
 
getKeyAsObject() - Method in class org.datanucleus.identity.DatastoreIdImplKodo
 
getKeyAsObject() - Method in class org.datanucleus.identity.DatastoreIdImplXcalia
 
getKeyAsObject() - Method in class org.datanucleus.identity.DatastoreUniqueLongId
 
getKeyAsObject() - Method in class org.datanucleus.identity.IntId
 
getKeyAsObject() - Method in class org.datanucleus.identity.LongId
 
getKeyAsObject() - Method in class org.datanucleus.identity.ObjectId
 
getKeyAsObject() - Method in class org.datanucleus.identity.ShortId
 
getKeyAsObject() - Method in class org.datanucleus.identity.SingleFieldId
 
getKeyAsObject() - Method in class org.datanucleus.identity.StringId
 
getKeyClassMetaData(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.MapMetaData
Convenience accessor for the Key ClassMetaData.
getKeyForQueryResultsCache(Query, Map) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to generate the "key" for storing the query results of a query with parameters.
getKeyMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for keyMetaData
getKeyType() - Method in class org.datanucleus.metadata.MapMetaData
Accessor for the key-type tag value.
getKeyTypeForSingleFieldIdentityType(Class) - Static method in class org.datanucleus.identity.IdentityUtils
Accessor for the type of the single field application-identity key given the single field identity type.
getKeyword() - Method in class org.datanucleus.query.expression.SubqueryExpression
 
getL2CacheableObject(ObjectProvider, CachedPC) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to convert the object managed by the ObjectProvider into a form suitable for caching in an L2 cache.
getLabels() - Method in class org.datanucleus.asm.Attribute
Returns the labels corresponding to this attribute.
getLanguage() - Method in class org.datanucleus.metadata.QueryMetaData
 
getLanguage() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Accessor for the query language name.
getLanguage() - Method in class org.datanucleus.query.compiler.JDOQLCompiler
Accessor for the query language name.
getLanguage() - Method in class org.datanucleus.query.compiler.JPQLCompiler
Accessor for the query language name.
getLanguage() - Method in class org.datanucleus.store.query.AbstractJDOQLQuery
Accessor for the query language.
getLanguage() - Method in class org.datanucleus.store.query.AbstractJPQLQuery
Accessor for the query language.
getLanguage() - Method in class org.datanucleus.store.query.AbstractSQLQuery
 
getLanguage() - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
 
getLanguage() - Method in class org.datanucleus.store.query.Query
Accessor for the query language.
getLast() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to retrieve the last element.
getLast() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to retrieve the last element.
getLeft() - Method in class org.datanucleus.query.expression.Expression
Accessor for the left hand expression.
getLength() - Method in class org.datanucleus.asm.TypePath
Returns the length of this path.
getLength() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getLevel2Cache() - Method in interface org.datanucleus.PersistenceNucleusContext
 
getLevel2Cache() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getLevel2CacheRetrieveMode() - Method in class org.datanucleus.ExecutionContextImpl
 
getLevel2CacheRetrieveMode() - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
 
getLevel2CacheStoreMode() - Method in class org.datanucleus.ExecutionContextImpl
 
getLevel2CacheStoreMode() - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
 
getLifeCycleState(int) - Method in interface org.datanucleus.api.ApiAdapter
Returns the LifeCycleState for the state constant.
getLifecycleState() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the LifeCycleState
getLifecycleState() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the LifeCycleState
getListenerForClass(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the EventListener info for an EventListener class name
getListenerFPs() - Method in class org.datanucleus.FetchGroup
 
getListeners() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Get the event listeners
getListeners() - Method in class org.datanucleus.metadata.FileMetaData
Get the event listeners registered against the file.
getLiteral() - Method in class org.datanucleus.query.expression.Literal
 
getLiteral() - Method in exception org.datanucleus.query.expression.PrimaryExpressionIsClassLiteralException
Accessor for the Literal that this primary expression should be swapped for.
getLiteralField() - Method in exception org.datanucleus.query.expression.PrimaryExpressionIsClassStaticFieldException
Accessor for the field that this primary expression represents.
getLoadClassMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getLoadClassMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getLoadedFieldNames() - Method in class org.datanucleus.state.AbstractStateManager
Convenience accessor for the names of the fields that are loaded.
getLoadedFieldNames() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the names of the fields that are loaded.
getLoadedFieldNumbers() - Method in class org.datanucleus.cache.CachedPC
 
getLoadedFieldNumbers() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the field numbers of all loaded fields in this managed instance.
getLoadedFieldNumbers() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the field numbers of all loaded fields.
getLoadedFields() - Method in class org.datanucleus.cache.CachedPC
Accessor for the loaded fields of this object.
getLoadedFields() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the fields
getLoadedFields() - Method in interface org.datanucleus.state.ObjectProvider
 
getLoadFetchGroup() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getLocaleFromString(String) - Static method in class org.datanucleus.util.I18nUtils
Convert a string based locale into a Locale Object.
getLocalInputSource(String, String, String) - Method in class org.datanucleus.util.AbstractXMLEntityResolver
Accessor for the input source for a path.
getLock() - Method in interface org.datanucleus.ExecutionContext
Accessor for the lock object for this ExecutionContext.
getLock() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the context lock object.
getLockManager() - Method in interface org.datanucleus.ExecutionContext
Accessor for the lock manager for this execution context.
getLockManager() - Method in class org.datanucleus.ExecutionContextImpl
 
getLockMode() - Method in class org.datanucleus.state.AbstractStateManager
 
getLockMode(Object) - Method in interface org.datanucleus.state.LockManager
Accessor for what locking should be applied to the object with the specified identity (mode 2).
getLockMode(ObjectProvider) - Method in interface org.datanucleus.state.LockManager
Accessor for the current lock mode for the object managed by the passed ObjectProvider (mode 1).
getLockMode(Object) - Method in class org.datanucleus.state.LockManagerImpl
 
getLockMode(ObjectProvider) - Method in class org.datanucleus.state.LockManagerImpl
 
getLockMode() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the current lock mode.
getLoggerInstance(String) - Static method in class org.datanucleus.util.NucleusLogger
Method to create a logger instance.
getLongArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getLongField(Persistable, int, long) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getLongField(Persistable, int, long) - Method in class org.datanucleus.state.StateManagerImpl
 
getLongObjectArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getMakeDirtyDetachedMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getMakeDirtyDetachedMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getMakeDirtyMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getMakeDirtyMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
GetManagedFieldCount - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnGetManagedFieldCount" using ASM.
GetManagedFieldCount(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.GetManagedFieldCount
Constructor.
getManagedMembers() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the managed fields/properties in this class (not including superclass, but including overridden).
getManagedObjects() - Method in interface org.datanucleus.ExecutionContext
Accessor for the currently managed objects for the current transaction.
getManagedObjects(Class[]) - Method in interface org.datanucleus.ExecutionContext
Accessor for the currently managed objects for the current transaction.
getManagedObjects(String[]) - Method in interface org.datanucleus.ExecutionContext
Accessor for the currently managed objects for the current transaction.
getManagedObjects(String[], Class[]) - Method in interface org.datanucleus.ExecutionContext
Accessor for the currently managed objects for the current transaction.
getManagedObjects() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the currently managed objects for the current transaction.
getManagedObjects(Class[]) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the currently managed objects for the current transaction.
getManagedObjects(String[]) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the currently managed objects for the current transaction.
getManagedObjects(String[], Class[]) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the currently managed objects for the current transaction.
getManagedOverrideablePropertyNames() - Method in class org.datanucleus.Configuration
Returns the names of the properties that are manager overrideable (using their original cases, not lowercase).
getManagedStoreData() - Method in class org.datanucleus.store.StoreDataManager
Accessor for the StoreData currently managed by this store.
getManageRelations() - Method in interface org.datanucleus.ExecutionContext
Whether managed relations are supported by this execution context.
getManageRelations() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for whether to manage relationships at flush/commit.
getManageRelationsChecks() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for whether to manage relationships checks at flush/commit.
getManagerOverrideableProperties() - Method in class org.datanucleus.Configuration
Convenience method to return all properties that are overrideable on the PM/EM.
getManifestLocation() - Method in class org.datanucleus.plugin.Bundle
Acessor for the location of the manifest.mf file
getMap() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for a map container for this field.
getMapKeyType(Field) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the key type of a map when using JDK1.5 generics given the input field.
getMapKeyType(Method) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the key type of a map when using JDK1.5 generics given the input method.
getMapKeyType(Class, Type) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the key type of a map when using JDK1.5 generics given the input field.
getMappedBy() - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
getMappedBy() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getMappedBy() - Method in class org.datanucleus.metadata.OrderMetaData
 
getMappingFiles() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getMapsIdAttribute() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getMapType() - Method in class org.datanucleus.metadata.MapMetaData
 
getMapValueType(Field) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the value type of a map when using JDK1.5 generics given the input field
getMapValueType(Method) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the value type of a map when using JDK1.5 generics given the input method.
getMapValueType(Class, Type) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to extract the value type of a map when using JDK1.5 generics given the input field
getMaxFetchDepth() - Method in class org.datanucleus.FetchPlan
Accessor for the maximum fetch depth.
getMaxFetchDepth() - Method in class org.datanucleus.metadata.FetchPlanMetaData
 
getMaximumLengthForComponent(SchemaComponent) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
getMaxRecursionDepthForMember(int) - Method in class org.datanucleus.FetchPlanForClass
Method to return the effective depth of this member number in the overall fetch plan.
getMaxStringLength() - Method in class org.datanucleus.asm.ClassReader
Returns the maximum length of the strings contained in the constant pool of the class.
getMBeanServer() - Method in class org.datanucleus.management.jmx.Mx4jManagementServer
 
getMemberAnnotationHasHandler(String) - Method in interface org.datanucleus.metadata.annotations.AnnotationManager
 
getMemberAnnotationHasHandler(String) - Method in class org.datanucleus.metadata.annotations.AnnotationManagerImpl
 
getMemberBeingOverridden(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method that navigates up a MetaData inheritance tree until it finds the base field/property definition.
getMemberColumnMapping() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the mapping (and hence member) that owns this column.
getMemberColumnMapping() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getMemberColumnMappingForEmbeddedMember(List<AbstractMemberMetaData>) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getMemberColumnMappingForEmbeddedMember(List<AbstractMemberMetaData>) - Method in interface org.datanucleus.store.schema.table.Table
Method to return the member-column mapping for the specified embedded member.
getMemberColumnMappingForMember(AbstractMemberMetaData) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getMemberColumnMappingForMember(AbstractMemberMetaData) - Method in interface org.datanucleus.store.schema.table.Table
Method to return the member-column mapping for the specified member.
getMemberColumnMappings() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getMemberColumnMappings() - Method in interface org.datanucleus.store.schema.table.Table
 
getMemberCount() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the number of managed fields/properties from this class plus inherited classes.
getMemberMetaData() - Method in class org.datanucleus.metadata.ContainerMetaData
Accessor for the parent field/property MetaData.
getMemberMetaData() - Method in class org.datanucleus.metadata.EmbeddedMetaData
Accessor for metadata for the embedded members.
getMemberMetaData() - Method in interface org.datanucleus.store.schema.table.MemberColumnMapping
 
getMemberMetaData() - Method in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
getMemberName() - Method in exception org.datanucleus.metadata.InvalidMemberMetaDataException
 
getMemberNames() - Method in class org.datanucleus.metadata.ConstraintMetaData
 
getMemberNumbers() - Method in class org.datanucleus.FetchPlanForClass
Get the absolute numbers of the members in the fetch plan for this class.
getMemberNumbersByBitSet() - Method in class org.datanucleus.FetchPlanForClass
Get all members (of this class, and superclasses) in the fetch plan.
getMemberRepresented() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the member being represented.
getMembers() - Method in class org.datanucleus.FetchGroup
Accessor for the members that are in this fetch group.
getMembers() - Method in class org.datanucleus.metadata.FetchGroupMetaData
Accessor for metadata for the members of this group.
getMemberTypeForTypeConverter(TypeConverter, Class) - Static method in class org.datanucleus.store.types.converters.TypeConverterHelper
 
getMessageKey() - Method in exception org.datanucleus.metadata.InvalidAnnotationException
Return message resource key
getMessageKey() - Method in exception org.datanucleus.metadata.InvalidMetaDataException
Accessor for the message key into the localisation system of messages.
getMetaData() - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Accessor for the MetaData for this file.
getMetaData() - Method in class org.datanucleus.store.StoreData
Accessor for class/field meta data.
getMetaDataForCandidates(Class, boolean, ExecutionContext) - Static method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to return the class metadata for the candidate and optionally its subclasses.
getMetaDataForClass(Class, PackageMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Accessor for the ClassMetaData for the specified class from its annotations.
getMetaDataForClass(Class, PackageMetaData, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.annotations.AnnotationManager
Method to get the ClassMetaData for a class from its annotations.
getMetaDataForClass(Class, PackageMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.annotations.AnnotationManagerImpl
Accessor for the MetaData for the specified class, read from annotations.
getMetaDataForClass(Class, PackageMetaData, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.annotations.AnnotationReader
Method to get the ClassMetaData for a class from its annotations.
getMetaDataForClass(String, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a class given the name and a loader.
getMetaDataForClass(Class, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Main accessor for the MetaData for a class.
getMetaDataForClass(String, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForClass(Class, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForClassInternal(Class, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Internal convenience method for accessing the MetaData for a class.
getMetaDataForClassInternal(Class, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForDiscriminator(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a class given the "discriminator".
getMetaDataForDiscriminator(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForEntityName(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a class given the "entity-name".
getMetaDataForEntityName(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForFetchPlan(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a named fetch plan.
getMetaDataForFetchPlan(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForImplementationOfReference(Class, Object, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for an implementation of a reference type.
getMetaDataForImplementationOfReference(Class, Object, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForInterface(Class, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for an interface.
getMetaDataForInterface(Class, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForManagedMemberAtAbsolutePosition(int) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for a managed field/property including superclass fields.
getMetaDataForManagedMemberAtAbsolutePositionInternal(int) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Internal method to get the field/property for an absolute field number.
getMetaDataForManagedMemberAtRelativePosition(int) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for MetaData for a managed field/property in this class.
getMetaDataForMember(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the Meta-Data for a field/property.
getMetaDataForMemberAtRelativePosition(int) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the metadata of a field/property.
getMetaDataForPersistenceUnit(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to parse all available "persistence.xml" files and return the metadata for the persistence unit with the specified name.
getMetaDataForPersistenceUnit(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForQuery(Class, ClassLoaderResolver, String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a named query for a class.
getMetaDataForQuery(Class, ClassLoaderResolver, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForQueryResult(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a QueryResult.
getMetaDataForQueryResult(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForSequence(ClassLoaderResolver, String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a Sequence in a package.
getMetaDataForSequence(ClassLoaderResolver, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForStoredProcQuery(Class, ClassLoaderResolver, String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a named stored procedure query for a class.
getMetaDataForStoredProcQuery(Class, ClassLoaderResolver, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataForTableGenerator(ClassLoaderResolver, String) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the MetaData for a TableGenerator in a package.
getMetaDataForTableGenerator(ClassLoaderResolver, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getMetaDataManager() - Method in class org.datanucleus.AbstractNucleusContext
 
getMetaDataManager() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the MetaData manager in use.
getMetaDataManager() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
 
getMetaDataManager() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Accessor for the MetaDataManager.
getMetaDataManager() - Method in interface org.datanucleus.ExecutionContext
Accessor for the MetaData Manager.
getMetaDataManager() - Method in class org.datanucleus.ExecutionContextImpl
 
getMetaDataManager() - Method in interface org.datanucleus.NucleusContext
 
getMetaDataManager() - Method in class org.datanucleus.store.AbstractStoreManager
 
getMetaDataManager() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getMetaDataManager() - Method in interface org.datanucleus.store.StoreManager
 
getMethodAdditionMessage(String, Object, Object[], String[]) - Static method in class org.datanucleus.enhancer.ClassMethod
Convenience method to generate a message that a method has been added.
getMethodDescriptor(Type, Type...) - Static method in class org.datanucleus.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class org.datanucleus.asm.Type
Returns the descriptor corresponding to the given method.
getMethodForClass(Class, String, Class[]) - Static method in class org.datanucleus.util.ClassUtils
Obtain a method from a class or superclasses using reflection
getMethodNameForCallbackClass(String) - Method in class org.datanucleus.metadata.EventListenerMetaData
Accessor for the method name in the EventListener class that handles the specified callback event
getMethodsList() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for the methods required.
getMethodsList() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Accessor for the methods required.
getMethodType(String) - Static method in class org.datanucleus.asm.Type
Returns the Java type corresponding to the given method descriptor.
getMethodType(Type, Type...) - Static method in class org.datanucleus.asm.Type
Returns the Java method type corresponding to the given argument and return types.
getMethodWithArgument(Class, String, Class) - Static method in class org.datanucleus.util.ClassUtils
Obtain a method from a class or superclasses using reflection.
getMode() - Method in class org.datanucleus.metadata.StoredProcQueryParameterMetaData
 
getMode(String) - Static method in enum org.datanucleus.metadata.StoredProcQueryParameterMode
 
getMode() - Method in class org.datanucleus.store.autostart.AbstractAutoStartMechanism
Accessor for the mode of operation
getMode() - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Accessor for the mode of operation.
getMode() - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery.StoredProcedureParameter
 
getModifiers() - Method in class org.datanucleus.metadata.annotations.Member
Accessor to the field / method modifiers
getModifiersForFieldOfClass(ClassLoaderResolver, String, String) - Static method in class org.datanucleus.util.ClassUtils
Convenience accessor for the modifiers of a field in a class.
getMultitenancyColumn() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getMultitenancyColumn() - Method in interface org.datanucleus.store.schema.table.Table
 
getMultithreaded() - Method in interface org.datanucleus.ExecutionContext
Accessor for whether this context is multithreaded.
getMultithreaded() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for whether the object manager is multithreaded.
getMultithreaded() - Method in class org.datanucleus.ExecutionContextThreadedImpl
Accessor for whether the object manager is multithreaded.
getMultivaluedMemberPositions() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute positions of fields/properties that are considered multi-valued This category includes members of all multi-valued types, including Collection, array, and Map types of basic and relationship types.
getName() - Method in interface org.datanucleus.api.ApiAdapter
Accessor for the name of the API.
getName() - Method in class org.datanucleus.asm.Handle
Returns the name of the field or method designated by this handle.
getName() - Method in class org.datanucleus.enhancer.ClassField
Accessor for the field name
getName() - Method in class org.datanucleus.enhancer.ClassMethod
Accessor for the method name
getName() - Method in class org.datanucleus.FetchGroup
Accessor for the group name.
getName() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the simple class name (without package name).
getName() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the field name
getName() - Method in class org.datanucleus.metadata.annotations.AnnotationObject
Accessor for the annotation class name
getName() - Method in class org.datanucleus.metadata.annotations.Member
Field name or Method name (without get/set/is prefix)
getName() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getName() - Method in class org.datanucleus.metadata.ConstraintMetaData
 
getName() - Method in class org.datanucleus.metadata.FetchGroupMemberMetaData
 
getName() - Method in class org.datanucleus.metadata.FetchGroupMetaData
 
getName() - Method in class org.datanucleus.metadata.FetchPlanMetaData
Accessor for name
getName() - Method in class org.datanucleus.metadata.ImplementsMetaData
Accessor for name.
getName() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the name of the package
getName() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getName() - Method in class org.datanucleus.metadata.PrimaryKeyMetaData
 
getName() - Method in class org.datanucleus.metadata.QueryMetaData
 
getName() - Method in class org.datanucleus.metadata.QueryResultMetaData
Accessor for the name of the result mapping.
getName() - Method in class org.datanucleus.metadata.SequenceMetaData
 
getName() - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
getName() - Method in class org.datanucleus.metadata.StoredProcQueryParameterMetaData
 
getName() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getName() - Method in class org.datanucleus.plugin.Bundle
Acessor for the plug-in name
getName() - Method in class org.datanucleus.plugin.ConfigurationElement
Acessor for the name of this element
getName() - Method in class org.datanucleus.plugin.ExtensionPoint
Accessor for a user friendly name
getName() - Method in interface org.datanucleus.store.NucleusSequence
Accessor for the name of the sequence.
getName() - Method in class org.datanucleus.store.NucleusSequenceImpl
Accessor for the sequence name.
getName() - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery.StoredProcedureParameter
 
getName() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the column name.
getName() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getName() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getName() - Method in interface org.datanucleus.store.schema.table.Table
 
getName() - Method in class org.datanucleus.store.StoreData
Accessor for class/field name.
getName() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Accessor for the symbolic name for this generator.
getName() - Method in interface org.datanucleus.store.valuegenerator.ValueGenerator
Returns the fully qualified name of the Sequence.
getNamedQueryNames() - Method in interface org.datanucleus.metadata.MetaDataManager
 
getNamedQueryNames() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getNameForTransactionIsolationLevel(int) - Static method in class org.datanucleus.transaction.TransactionUtils
Accessor for a string name of a transaction isolation level.
getNameInRequiredCase(String) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
Convenience method to convert the passed name into a name in the required "case".
getNameOfClass(Class) - Static method in class org.datanucleus.util.StringUtils
 
getNamer() - Method in interface org.datanucleus.enhancer.ClassEnhancer
 
getNamer() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
 
getNamer() - Method in class org.datanucleus.enhancer.ClassMethod
 
getNameValueMap() - Method in class org.datanucleus.metadata.annotations.AnnotationObject
Accessor for the annotation properties map
getNamingFactory() - Method in class org.datanucleus.store.AbstractStoreManager
 
getNamingFactory() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getNamingFactory() - Method in interface org.datanucleus.store.StoreManager
 
getNativeConnection() - Method in interface org.datanucleus.store.NucleusConnection
Accessor for the underlying connection.
getNativeConnection() - Method in class org.datanucleus.store.NucleusConnectionImpl
Accessor for the native connection for this datastore.
getNativeQuery() - Method in class org.datanucleus.store.query.Query
Method returning the native query performed by this query (if the query has been compiled, and if the datastore plugin supports this).
getNativeQueryLanguage() - Method in class org.datanucleus.store.AbstractStoreManager
 
getNativeQueryLanguage() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getNativeQueryLanguage() - Method in interface org.datanucleus.store.StoreManager
Accessor for the native query language of this store.
getNestedExceptions() - Method in exception org.datanucleus.exceptions.NucleusException
The exception may have been caused by multiple exceptions in the runtime.
getNewInstanceMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getNewInstanceMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getNewObjectIdInstanceMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getNewObjectIdInstanceMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getNextChild() - Method in class org.datanucleus.query.compiler.Node
 
getNextResults() - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Accessor for the next result set.
getNextVersion(VersionStrategy, Object) - Static method in class org.datanucleus.store.VersionHelper
Convenience method to provide the next version, using the version strategy given the supplied current version.
getNodeChildId() - Method in class org.datanucleus.query.compiler.Node
 
getNodeId() - Method in class org.datanucleus.query.compiler.Node
 
getNodeType() - Method in class org.datanucleus.query.compiler.Node
 
getNodeValue() - Method in class org.datanucleus.query.compiler.Node
 
getNonJtaDataSource() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getNonPKMemberFlags() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the flags of the non primary key fields/properties (inc superclass members).
getNonPKMemberPositions() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the positions of the non primary key fields/properties (inc superclass fields).
getNonRelationMemberPositions(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getNontransactionalRead() - Method in interface org.datanucleus.Transaction
If true, allows persistent instances to be read without a transaction active.
getNontransactionalRead() - Method in class org.datanucleus.TransactionImpl
Accessor for the nontransactionalRead flag for this transaction.
getNontransactionalWrite() - Method in interface org.datanucleus.Transaction
If true, allows persistent instances to be written without a transaction active.
getNontransactionalWrite() - Method in class org.datanucleus.TransactionImpl
Accessor for the nontransactionalWrite flag for this transaction.
getNontransactionalWriteAutoCommit() - Method in interface org.datanucleus.Transaction
Whether to auto-commit any non-tx writes.
getNontransactionalWriteAutoCommit() - Method in class org.datanucleus.TransactionImpl
Accessor for whether non-tx writes are auto-commit.
getNoOfClasses() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the number of classes.
getNoOfExtensions() - Method in class org.datanucleus.metadata.MetaData
 
getNoOfFetchPlans() - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the number of named fetch plans.
getNoOfInheritedManagedMembers() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the number of inherited managed fields/properties in superclasses.
getNoOfInterfaces() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the number of interfaces.
getNoOfManagedMembers() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the number of managed fields/properties (this class only).
getNoOfMembers() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the number of fields/properties.
getNoOfOverriddenMembers() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the number of overridden fields/properties (this class only).
getNoOfPackages() - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the number of packages.
getNoOfPersistenceUnits() - Method in class org.datanucleus.metadata.PersistenceFileMetaData
Accessor for the number of persistence units.
getNoOfPrimaryKeyMembers() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the number of primary key fields/properties.
getNoOfQueries() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the number of named queries.
getNoOfQueries() - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the number of named queries.
getNoOfSequences() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the number of sequences.
getNoOfStoredProcQueries() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the number of named stored proc queries.
getNoOfStoredProcQueries() - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the number of named queries.
getNoOfTableGenerators() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the number of table generators.
GetNormal - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnGetZZZ" using ASM for NORMAL_GET fields.
GetNormal(ClassEnhancer, AbstractMemberMetaData) - Constructor for class org.datanucleus.enhancer.methods.GetNormal
Constructor.
getNucleusConnection(ExecutionContext) - Method in class org.datanucleus.store.AbstractStoreManager
 
getNucleusConnection(ExecutionContext) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getNucleusConnection(ExecutionContext) - Method in interface org.datanucleus.store.StoreManager
Method to return a connection to the user for the ExecutionContext.
getNucleusContext() - Method in interface org.datanucleus.ExecutionContext
Accessor for the context in which this execution context is running.
getNucleusContext() - Method in class org.datanucleus.ExecutionContextImpl
 
getNucleusContext() - Method in interface org.datanucleus.metadata.MetaDataManager
 
getNucleusContext() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getNucleusContext() - Method in class org.datanucleus.store.AbstractStoreManager
 
getNucleusContext() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getNucleusContext() - Method in interface org.datanucleus.store.StoreManager
Accessor for the context in which this StoreManager is running
getNucleusContextForMode(SchemaTool.Mode, String, Map, String, String, boolean) - Static method in class org.datanucleus.store.schema.SchemaTool
Method to create a NucleusContext for the specified mode of SchemaTool
getNucleusSequence(ExecutionContext, SequenceMetaData) - Method in class org.datanucleus.store.AbstractStoreManager
Method to return a datastore sequence for this datastore matching the passed sequence MetaData.
getNucleusSequence(ExecutionContext, SequenceMetaData) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getNucleusSequence(ExecutionContext, SequenceMetaData) - Method in interface org.datanucleus.store.StoreManager
Method to return a datastore sequence for this datastore matching the passed sequence MetaData.
getNullIndicatorColumn() - Method in class org.datanucleus.metadata.EmbeddedMetaData
 
getNullIndicatorValue() - Method in class org.datanucleus.metadata.EmbeddedMetaData
 
getNullOrder() - Method in class org.datanucleus.query.expression.OrderExpression
 
getNullValue() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getNullValue(String) - Static method in enum org.datanucleus.metadata.NullValue
Obtain a NullValue for the given name by value
getNumberOfChildren() - Method in interface org.datanucleus.store.schema.ListStoreSchemaData
Accessor for the number of child metadata components.
getNumberOfChildren() - Method in interface org.datanucleus.store.schema.MapStoreSchemaData
Accessor for the number of child metadata components.
getNumberOfColumns() - Method in class org.datanucleus.metadata.ConstraintMetaData
 
getNumberOfColumns() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getNumberOfColumns() - Method in interface org.datanucleus.store.schema.table.MemberColumnMapping
Accessor for the number of columns that represents this member.
getNumberOfColumns() - Method in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
getNumberOfColumns() - Method in interface org.datanucleus.store.schema.table.Table
Accessor for number of columns.
getNumberOfDatastoreReads() - Method in class org.datanucleus.management.AbstractStatistics
 
getNumberOfDatastoreReads() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getNumberOfDatastoreReads() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getNumberOfDatastoreReadsInLatestTxn() - Method in class org.datanucleus.management.AbstractStatistics
 
getNumberOfDatastoreReadsInLatestTxn() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getNumberOfDatastoreReadsInLatestTxn() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getNumberOfDatastoreWrites() - Method in class org.datanucleus.management.AbstractStatistics
 
getNumberOfDatastoreWrites() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getNumberOfDatastoreWrites() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getNumberOfDatastoreWritesInLatestTxn() - Method in class org.datanucleus.management.AbstractStatistics
 
getNumberOfDatastoreWritesInLatestTxn() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getNumberOfDatastoreWritesInLatestTxn() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getNumberOfFetchGroups() - Method in class org.datanucleus.metadata.FetchPlanMetaData
 
getNumberOfMembers() - Method in class org.datanucleus.metadata.ConstraintMetaData
 
getNumberOfMembers() - Method in class org.datanucleus.metadata.FetchGroupMetaData
 
getNumberOfObjectDeletes() - Method in class org.datanucleus.management.AbstractStatistics
 
getNumberOfObjectDeletes() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getNumberOfObjectDeletes() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getNumberOfObjectFetches() - Method in class org.datanucleus.management.AbstractStatistics
 
getNumberOfObjectFetches() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getNumberOfObjectFetches() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getNumberOfObjectInserts() - Method in class org.datanucleus.management.AbstractStatistics
 
getNumberOfObjectInserts() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getNumberOfObjectInserts() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getNumberOfObjectUpdates() - Method in class org.datanucleus.management.AbstractStatistics
 
getNumberOfObjectUpdates() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getNumberOfObjectUpdates() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getNumberOfPinnedObjects() - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
getNumberOfPinnedObjects() - Method in interface org.datanucleus.cache.Level2Cache
Accessor for the number of pinned objects in the cache.
getNumberOfPinnedObjects() - Method in class org.datanucleus.cache.NullLevel2Cache
 
getNumberOfPinnedObjects() - Method in class org.datanucleus.cache.WeakLevel2Cache
Accessor for the number of pinned objects in the cache.
getNumberOfUnpinnedObjects() - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
getNumberOfUnpinnedObjects() - Method in interface org.datanucleus.cache.Level2Cache
Accessor for the number of unpinned objects in the cache.
getNumberOfUnpinnedObjects() - Method in class org.datanucleus.cache.NullLevel2Cache
 
getNumberOfUnpinnedObjects() - Method in class org.datanucleus.cache.WeakLevel2Cache
Accessor for the number of unpinned objects in the cache.
getObject() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the persistable object being managed.
getObject() - Method in interface org.datanucleus.state.ObjectProvider
The object being persisted, or a virtual object containing properties to be persisted For persistence of (depends on the API/language): - Java objects, the object returned is the actual Java object being persisted - JSON objects, the object returned is an instance of org.json.JSONObject - XML objects, the object returned is an instance of org.w3c.dom.Node Warning: to obtain the type being persisted use getClassMetaData(), otherwise the store will not be able objects from any language
getObject() - Method in class org.datanucleus.state.StateManagerImpl
Accessor for the Persistent Capable object.
getObjectAsPrintable() - Method in class org.datanucleus.state.AbstractStateManager
 
getObjectAsPrintable() - Method in interface org.datanucleus.state.ObjectProvider
Returns a printable form of the managed object.
getObjectClass() - Method in class org.datanucleus.cache.CachedPC
 
getObjectDepthForType(String) - Method in class org.datanucleus.state.FetchPlanState
Accessor for the current depth for the specified member name.
getObjectField(Persistable, int, Object) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getObjectField(Persistable, int, Object) - Method in class org.datanucleus.state.StateManagerImpl
 
getObjectForIndex(int) - Method in class org.datanucleus.store.query.CandidateIdsQueryResult
Convenience method to get the object for a particular index.
getObjectFromCache(Object) - Method in interface org.datanucleus.ExecutionContext
Convenience method to access an object in the cache.
getObjectFromCache(Object) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to access an object in the cache.
getObjectFromIdString(String, AbstractClassMetaData, ExecutionContext, boolean) - Static method in class org.datanucleus.identity.IdentityUtils
Convenience method to find an object given a string form of its identity, and the metadata for the class (or a superclass).
getObjectFromIdString(String, AbstractMemberMetaData, FieldRole, ExecutionContext, boolean) - Static method in class org.datanucleus.identity.IdentityUtils
Convenience method to find an object given a string form of its identity, and the metadata for the member.
getObjectFromLevel1Cache(Object) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to access an object in the Level 1 cache.
getObjectFromLevel2Cache(Object) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to access an object in the Level 2 cache.
getObjectFromPersistableIdentity(String, AbstractClassMetaData, ExecutionContext) - Static method in class org.datanucleus.identity.IdentityUtils
Convenience method to find an object given a string form of its identity, and the metadata for the class (or a superclass).
GetObjectId - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnGetObjectId" using ASM.
GetObjectId(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.GetObjectId
Constructor.
getObjectId(Persistable) - Method in interface org.datanucleus.state.StateManager
Return the object representing the identity of the calling instance.
getObjectId(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Return the object representing the JDO identity of the calling instance.
getObjectidClass() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getObjectIdentityClass() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getObjectIdentityClass() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getObjectIdFieldConsumerAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getObjectIdFieldConsumerAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getObjectIdFieldConsumerClass() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getObjectIdFieldConsumerClass() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getObjectIdFieldConsumerDescriptor() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getObjectIdFieldConsumerDescriptor() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getObjectIdFieldSupplierAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getObjectIdFieldSupplierAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getObjectIdFieldSupplierClass() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getObjectIdFieldSupplierClass() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getObjectIdFieldSupplierDescriptor() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getObjectIdFieldSupplierDescriptor() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getObjectProvider() - Method in class org.datanucleus.flush.CollectionAddOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.CollectionClearOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.CollectionRemoveOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.DeleteOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.ListAddAtOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.ListRemoveAtOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.ListSetOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.MapClearOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.MapPutOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.MapRemoveOperation
 
getObjectProvider() - Method in interface org.datanucleus.flush.Operation
Accessor for the ObjectProvider of the object that this operation is performed on.
getObjectProvider() - Method in class org.datanucleus.flush.PersistOperation
 
getObjectProvider() - Method in class org.datanucleus.flush.UpdateMemberOperation
 
getObjectProvider(ExecutionContext, AbstractClassMetaData) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
 
getObjectProviderAssociatedValue(ObjectProvider, Object) - Method in interface org.datanucleus.ExecutionContext
 
getObjectProviderAssociatedValue(ObjectProvider, Object) - Method in class org.datanucleus.ExecutionContextImpl
 
getObjectProviderFactory() - Method in interface org.datanucleus.PersistenceNucleusContext
 
getObjectProviderFactory() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getObjectsFromCache(Object[]) - Method in interface org.datanucleus.ExecutionContext
Convenience method to access objects in the cache.
getObjectsFromCache(Object[]) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to access objects in the cache.
getObjectsFromLevel2Cache(Collection) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to access a collection of objects from the Level 2 cache.
getObjectState(Object) - Method in interface org.datanucleus.api.ApiAdapter
Accessor for the object state.
getObjectsToBeFlushed() - Method in interface org.datanucleus.ExecutionContext
Convenience method to inspect the list of objects with outstanding changes to flush.
getObjectsToBeFlushed() - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to inspect the list of objects with outstanding changes to flush.
getObjectType(String) - Static method in class org.datanucleus.asm.Type
Returns the Java type corresponding to the given internal name.
getObjectValueGenerator(ExecutionContext, String) - Static method in class org.datanucleus.state.AbstractStateManager
Method to find an object value generator based on its name.
getOffset() - Method in class org.datanucleus.asm.Label
Returns the offset corresponding to this label.
getOnExpression() - Method in class org.datanucleus.query.expression.JoinExpression
 
getOpcode(int) - Method in class org.datanucleus.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOperation() - Method in class org.datanucleus.query.expression.InvokeExpression
The method/function invoked.
getOperationQueue() - Method in interface org.datanucleus.ExecutionContext
Accessor for the operation queue.
getOperationQueue() - Method in class org.datanucleus.ExecutionContextImpl
 
getOperations() - Method in class org.datanucleus.flush.OperationQueue
Method to provide access to inspect the queued operations.
getOperator() - Method in class org.datanucleus.query.expression.Expression
The operator to be performed by this expression.
getOptimistic() - Method in interface org.datanucleus.Transaction
Optimistic transactions do not hold data store locks until commit time.
getOptimistic() - Method in class org.datanucleus.TransactionImpl
Accessor for the Optimistic setting
getOptimisticTransaction() - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
 
getOptionArg(String) - Method in class org.datanucleus.util.CommandLine
Return option argument.
getOptions() - Method in interface org.datanucleus.Transaction
Obtain all settings for this Transaction
getOptions() - Method in class org.datanucleus.TransactionImpl
 
getOrdering() - Method in class org.datanucleus.metadata.OrderMetaData
 
getOrdering() - Method in class org.datanucleus.store.query.Query
Accessor for the ordering string for the query.
getOrderMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for orderMetaData
getOutputDirectory() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Acessor for the output directory.
getOutputParameterValue(int) - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Accessor for the value of the output parameter at the specified position.
getOutputParameterValue(String) - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Accessor for the value of the output parameter with the specified name.
getOverallParentClassMetaData(MetaData) - Static method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to navigate back through the parents to find the overall ClassMetaData handling this object.
getOverriddenMember(int) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for MetaData for an overridden field/property in this class.
getOverriddenMember(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for an overridden field/property with the specified name.
getOverriddenMembers() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the overridden fields/properties in this class.
getOwner() - Method in class org.datanucleus.asm.Handle
Returns the internal name of the class that owns the field or method designated by this handle.
getOwner() - Method in interface org.datanucleus.enhancement.ExecutionContextReference
Accessor for the owner of the ExecutionContext.
getOwner() - Method in interface org.datanucleus.ExecutionContext
Method to return the owner object.
getOwner() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the owner of this ExecutionContext.
getOwner() - Method in interface org.datanucleus.store.types.SCO
Accessor for the owner object of the SCO instance.
getOwner() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.BitSet
Accessor for the owner.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Collection
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Date
Accessor for the owner.
getOwner() - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Accessor for the owner.
getOwner() - Method in class org.datanucleus.store.types.wrappers.HashMap
Accessor for the owner that this HashMap relates to.
getOwner() - Method in class org.datanucleus.store.types.wrappers.HashSet
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Accessor for the owner that this Hashtable relates to.
getOwner() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Accessor for the owner that this LinkedHashMap relates to.
getOwner() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.List
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Map
Accessor for the owner.
getOwner() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Properties
Accessor for the owner that this Hashtable relates to.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Queue
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Set
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the owner that this SortedMap relates to.
getOwner() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.SqlDate
Accessor for the owner.
getOwner() - Method in class org.datanucleus.store.types.wrappers.SqlTime
Accessor for the owner.
getOwner() - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Accessor for the owner.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Stack
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the owner that this TreeMap relates to.
getOwner() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for the owner object.
getOwner() - Method in class org.datanucleus.store.types.wrappers.Vector
Accessor for the owner object.
getOwnerFieldNum() - Method in class org.datanucleus.ExecutionContext.EmbeddedOwnerRelation
 
getOwnerInformationForEmbedded(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Accessor for the relations for the specified embedded ObjectProvider where it is embedded.
getOwnerInformationForEmbedded(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
 
getOwnerMember() - Method in class org.datanucleus.metadata.EmbeddedMetaData
 
getOwnerMemberMetaData() - Method in interface org.datanucleus.store.scostore.Store
 
getOwnerOP() - Method in class org.datanucleus.ExecutionContext.EmbeddedOwnerRelation
 
getPackage(int) - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the meta-data of a package.
getPackage(String) - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the Meta-Data of a package with a given name.
getPackageJdoFilesForJarFile(String) - Static method in class org.datanucleus.util.ClassUtils
Convenience accessor for the names of all "package.jdo" files in the jar file with the specified name.
getPackageJdoFilesForJarFile(URL) - Static method in class org.datanucleus.util.ClassUtils
Convenience accessor for the names of all "package.jdo" files in the jar file with the specified URL.
getPackageJdoFilesForJarFile(URI) - Static method in class org.datanucleus.util.ClassUtils
Convenience accessor for the names of all "package.jdo" files in the jar file with the specified URL.
getPackageMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience accessor for the parent Package MetaData.
getPackageName() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience accessor for the package name.
getPackageNameForClass(Class) - Static method in class org.datanucleus.util.ClassUtils
Utility to return the package name for a class.
getParameter(String) - Method in class org.datanucleus.plugin.Bundle.BundleDescription
 
getParameterExpressionForPosition(int) - Method in class org.datanucleus.query.compiler.QueryCompilation
 
getParameterExpressionForPosition(Expression, int) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to return the ParameterExpression for the specified position if found in the expression tree starting at
getParameterMap() - Method in class org.datanucleus.store.query.Query.SubqueryDefinition
 
getParameterMapForValues(Object[]) - Method in class org.datanucleus.store.query.Query
Convenience method to convert the input parameters into a parameter map keyed by the parameter name.
getParameters() - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
getParameterValues() - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
getParent() - Method in class org.datanucleus.metadata.MetaData
 
getParent() - Method in class org.datanucleus.plugin.ConfigurationElement
Acessor for the parent of this ConfigurationElement
getParent() - Method in class org.datanucleus.query.compiler.Node
 
getParent() - Method in class org.datanucleus.query.expression.Expression
Accessor for the parent expression where this expression is access from.
getParent() - Method in interface org.datanucleus.store.schema.ListStoreSchemaData
Accessor for the parent store metadata component for this (if any).
getParent() - Method in interface org.datanucleus.store.schema.MapStoreSchemaData
Accessor for the parent store metadata component for this (if any).
getParentSymbolTable() - Method in class org.datanucleus.query.symbol.SymbolTable
 
getParsedImports() - Method in class org.datanucleus.store.query.Query
Accessor for the parsed imports.
getPersistable() - Method in exception org.datanucleus.store.exceptions.NotYetFlushedException
 
getPersistableAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getPersistableAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getPersistableClass() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getPersistableClass() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getPersistableDescriptor() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getPersistableDescriptor() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getPersistableIdentityForId(Object) - Static method in class org.datanucleus.identity.IdentityUtils
Method to return a persistable form of the identity of a persistable object.
getPersistableSuperclass(Class) - Method in class org.datanucleus.enhancer.EnhancementHelper
Get the persistence-capable superclass for a Persistable class.
getPersistableSuperclass() - Method in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
 
getPersistableSuperclass() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getPersistableSuperclassFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getPersistableSuperclassFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getPersistableSuperclassInitMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getPersistableSuperclassInitMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getPersistenceFlags() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the persistence flags
getPersistenceHandler() - Method in class org.datanucleus.store.AbstractStoreManager
 
getPersistenceHandler() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getPersistenceHandler() - Method in interface org.datanucleus.store.StoreManager
 
getPersistenceModifier() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getPersistenceModifier() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getPersistenceProperties() - Method in class org.datanucleus.Configuration
Accessor for the persistence properties.
getPersistencePropertiesDefaults() - Method in class org.datanucleus.Configuration
Accessor for the persistence properties default values.
getPersistenceUnit(String) - Method in class org.datanucleus.metadata.PersistenceFileMetaData
Accessor for the Meta-Data of a persistence unit with a given name.
getPersistenceUnits() - Method in class org.datanucleus.metadata.PersistenceFileMetaData
Accessor for the persistence units in this "persistence.xml" file.
getPersistentTypeMappings() - Method in class org.datanucleus.metadata.QueryResultMetaData
Accessor for the persistent type mapping information for this result set.
getPkClassBytes(String) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Accessor for the bytes of any pk classes just created.
getPKColumnName() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getPKColumnValue() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getPKMemberPositions() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the field numbers of the primary key fields/properties.
getPlugin() - Method in class org.datanucleus.plugin.Extension
Accessor for the Plug-in that declared this Extension
getPluginManager() - Method in class org.datanucleus.AbstractNucleusContext
 
getPluginManager() - Method in interface org.datanucleus.NucleusContext
 
getPoint() - Method in class org.datanucleus.plugin.Extension
Acessor for the ExtensionPoint that this Extension implements
getPosition() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getPosition() - Method in class org.datanucleus.query.compiler.ParameterNode
 
getPosition() - Method in class org.datanucleus.query.expression.ParameterExpression
 
getPosition() - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery.StoredProcedureParameter
 
getPosition() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the position of this column in the table (if specified).
getPosition() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getPostLoad() - Method in class org.datanucleus.FetchGroup
Accessor for whether to call postLoad when this group is loaded.
getPostLoad() - Method in class org.datanucleus.metadata.FetchGroupMetaData
 
getPreSerializeMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getPreSerializeMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getPrimaryClass() - Method in class org.datanucleus.query.compiler.AbstractSymbolResolver
 
getPrimaryClass() - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
 
getPrimaryClass() - Method in interface org.datanucleus.query.symbol.SymbolResolver
Accessor for the candidate class of the query.
getPrimaryExpression() - Method in class org.datanucleus.query.expression.JoinExpression
 
getPrimaryKeyClassBytes() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Access the generated primary-key class bytecode.
getPrimaryKeyClassBytes() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Accessor for the primary-key class bytes (if generating a PK).
getPrimaryKeyMemberNames() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the names of the primary key fields/properties.
getPrimaryKeyMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for primaryKeyMetaData
getPrimaryKeyMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
Accessor for primaryKeyMetaData
getPrimitiveTypeForType(Class) - Static method in class org.datanucleus.util.ClassUtils
Method to return the primitive equivalent of the specified type (if any).
getProcedureName() - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
getProperties() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Accessor for global properties defining this enhancer.
getProperties() - Method in interface org.datanucleus.ExecutionContext
Accessor for the defined properties.
getProperties() - Method in class org.datanucleus.ExecutionContextImpl
 
getProperties() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getProperties() - Method in class org.datanucleus.properties.BasePropertyStore
 
getProperties() - Method in class org.datanucleus.query.compiler.Node
 
getProperties() - Method in class org.datanucleus.store.StoreData
Accessor for extension props, if utilised by the store manager.
getPropertiesForGenerator(AbstractClassMetaData, int, ExecutionContext, SequenceMetaData, TableGeneratorMetaData) - Method in class org.datanucleus.store.AbstractStoreManager
Method to return the properties to pass to the generator for the specified field.
getPropertiesForSchemaTool() - Method in class org.datanucleus.store.schema.SchemaTool
Method to generate the properties to be used by SchemaTool.
getProperty(String) - Method in class org.datanucleus.Configuration
Accessor for the specified property as an Object.
getProperty(String) - Method in interface org.datanucleus.ExecutionContext
Accessor for a property.
getProperty(String) - Method in class org.datanucleus.ExecutionContextImpl
 
getProperty(String) - Method in class org.datanucleus.properties.PropertyStore
Method to get the value of a property from the store.
getProperty(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
getProperty(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getProperty(String) - Method in interface org.datanucleus.store.schema.StoreSchemaData
Accessor for a property of this store metadata component.
getProperty(String) - Method in class org.datanucleus.store.StoreData
 
getProperty(String) - Method in interface org.datanucleus.store.StoreManager
 
getProperty(String) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Accessor for the string value stored against a string key.
getPropertyNames() - Method in class org.datanucleus.properties.BasePropertyStore
 
getPropertyNamesWithPrefix(String) - Method in class org.datanucleus.Configuration
 
getPropertyNameWithInternalPropertyName(String, String) - Method in class org.datanucleus.Configuration
 
getProvideFieldMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getProvideFieldMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getProvideFieldsMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getProvideFieldsMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getProvider() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getPublicPutMethodForResultClass(Class) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to return the put(Object, Object method for the result class.
getPublicSetMethodForFieldOfResultClass(Class, String, Class) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to return the setXXX method for a field of the result class.
getQualifiedName() - Method in class org.datanucleus.query.symbol.PropertySymbol
 
getQualifiedName() - Method in interface org.datanucleus.query.symbol.Symbol
 
getQueries() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the metadata of the named queries.
getQueries() - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the metadata of the named queries.
getQuery() - Method in class org.datanucleus.metadata.QueryMetaData
 
getQuery() - Method in class org.datanucleus.store.query.Query.SubqueryDefinition
 
getQueryActiveTotalCount() - Method in class org.datanucleus.management.AbstractStatistics
 
getQueryActiveTotalCount() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getQueryActiveTotalCount() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getQueryCacheKey() - Method in class org.datanucleus.store.AbstractStoreManager
 
getQueryCacheKey() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getQueryCacheKey() - Method in class org.datanucleus.store.query.AbstractJDOQLQuery
Method to get key for query cache
getQueryCacheKey() - Method in class org.datanucleus.store.query.AbstractJPQLQuery
Method to get key for query cache
getQueryCacheKey() - Method in interface org.datanucleus.store.StoreManager
Accessor for the key used for representing this store manager in the query cache.
getQueryCompilationCache() - Method in interface org.datanucleus.store.query.QueryManager
Accessor for the generic compilation cache.
getQueryCompilationCache() - Method in class org.datanucleus.store.query.QueryManagerImpl
 
getQueryCompilationForQuery(String, String) - Method in interface org.datanucleus.store.query.QueryManager
Accessor for a Query compilation for the specified query and language.
getQueryCompilationForQuery(String, String) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
getQueryDatastoreCompilationCache() - Method in interface org.datanucleus.store.query.QueryManager
Accessor for the datastore compilation cache.
getQueryDatastoreCompilationCache() - Method in class org.datanucleus.store.query.QueryManagerImpl
 
getQueryErrorTotalCount() - Method in class org.datanucleus.management.AbstractStatistics
 
getQueryErrorTotalCount() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getQueryErrorTotalCount() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getQueryExecutionTimeAverage() - Method in class org.datanucleus.management.AbstractStatistics
 
getQueryExecutionTimeAverage() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getQueryExecutionTimeAverage() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getQueryExecutionTimeHigh() - Method in class org.datanucleus.management.AbstractStatistics
 
getQueryExecutionTimeHigh() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getQueryExecutionTimeHigh() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getQueryExecutionTimeLow() - Method in class org.datanucleus.management.AbstractStatistics
 
getQueryExecutionTimeLow() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getQueryExecutionTimeLow() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getQueryExecutionTotalCount() - Method in class org.datanucleus.management.AbstractStatistics
 
getQueryExecutionTotalCount() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getQueryExecutionTotalCount() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getQueryExecutionTotalTime() - Method in class org.datanucleus.management.AbstractStatistics
 
getQueryExecutionTotalTime() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getQueryExecutionTotalTime() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getQueryLanguage(String) - Static method in enum org.datanucleus.metadata.QueryLanguage
Return QueryLanguage from String.
getQueryLanguage() - Method in class org.datanucleus.query.compiler.QueryCompilation
 
getQueryLanguage() - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
getQueryManager() - Method in class org.datanucleus.store.AbstractStoreManager
 
getQueryManager() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getQueryManager() - Method in class org.datanucleus.store.query.Query
 
getQueryManager() - Method in interface org.datanucleus.store.StoreManager
 
getQueryResult(Query, Map) - Method in interface org.datanucleus.store.query.QueryManager
Accessor for the results for a query.
getQueryResult(Query, Map) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
getQueryResultMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Get the query result MetaData registered for this class.
getQueryResultMetaData() - Method in class org.datanucleus.metadata.FileMetaData
Get the query result MetaData.
getQueryResultsCache() - Method in interface org.datanucleus.store.query.QueryManager
Accessor for the query results cache.
getQueryResultsCache() - Method in class org.datanucleus.store.query.QueryManagerImpl
 
getRange() - Method in class org.datanucleus.store.query.Query
Accessor for the range specification string.
getRangeFromIncl() - Method in class org.datanucleus.store.query.Query
Accessor for the range lower limit (inclusive).
getRangeFromInclParam() - Method in class org.datanucleus.store.query.Query
Accessor for the range lower limit parameter (inclusive).
getRangeToExcl() - Method in class org.datanucleus.store.query.Query
Accessor for the range upper limit (exclusive).
getRangeToExclParam() - Method in class org.datanucleus.store.query.Query
Accessor for the range upper limit parameter (exclusive).
getReachabilityAtCommit() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for whether to run the reachability algorithm at commit time.
getReachabilityAtCommit() - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
 
getRecursionDepth(String) - Method in class org.datanucleus.FetchGroup
Accessor for the recursion depth for the specified field/property.
getRecursionDepth() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getRecursionDepth() - Method in class org.datanucleus.metadata.FetchGroupMemberMetaData
 
getReferencedClasses(String[], ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Convenience method to get the MetaData for all referenced classes with the passed set of classes as root.
getReferencedClasses(String[], ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getReferencedClassMetaData(AbstractClassMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Utility to return all ClassMetaData that is referenced from the supplier class.
getReferencedPC() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for the referenced PC object when we are attaching or detaching.
getReferencedPC() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the referenced PC object when we are attaching or detaching.
getRegisteredClass() - Method in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
 
getRegisteredClasses() - Method in class org.datanucleus.enhancer.EnhancementHelper
Returns a collection of class objects of the registered persistable classes.
getRegisteredName() - Method in class org.datanucleus.management.AbstractStatistics
 
getRegisteredName() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getRegisteredName() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getRegistryClassName() - Method in class org.datanucleus.plugin.PluginManager
Accessor for the PluginRegistry class name.
getRelatedMemberMetaData(ClassLoaderResolver) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the FieldMetaData of any related field/property (where this field is part of a bidirectional relation).
getRelatedMemberMetaDataForObject(ClassLoaderResolver, Object, Object) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience accessor for the MetaData for the field/property at the other side of the bidirectional relation given the objects at this side and the other side.
getRelationMemberPositions(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to return the absolute positions of all fields/properties that have relations.
getRelationshipManager(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Accessor for the RelationshipManager for the provided ObjectProvider.
getRelationshipManager(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
 
getRelationType(ClassLoaderResolver) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the relation type for this field.
getRelativePositionOfMember(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the position of the field/property with the specified name.
getReplaceDetachedStateMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getReplaceDetachedStateMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getReplaceFieldMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getReplaceFieldMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getReplaceFieldsMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getReplaceFieldsMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getReplaceFlagsMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getReplaceFlagsMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getReplaceStateManagerMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getReplaceStateManagerMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getRequireBundle() - Method in class org.datanucleus.plugin.Bundle
Acessor for the RequireBundle
getResource(String, ClassLoader) - Method in interface org.datanucleus.ClassLoaderResolver
Finds the resource with the given name.
getResource(String, ClassLoader) - Method in class org.datanucleus.ClassLoaderResolverImpl
Finds the resource with the given name.
getResourceName() - Method in class org.datanucleus.store.connection.AbstractConnectionFactory
 
getResources(String, ClassLoader) - Method in interface org.datanucleus.ClassLoaderResolver
Finds all the resources with the given name.
getResources(String, ClassLoader) - Method in class org.datanucleus.ClassLoaderResolverImpl
Finds all the resources with the given name.
getResourceType() - Method in class org.datanucleus.store.connection.AbstractConnectionFactory
 
getResourceType() - Method in interface org.datanucleus.store.connection.ConnectionFactory
Type of resource that this ConnectionFactory represents.
getRestoreValues() - Method in interface org.datanucleus.Transaction
Return the current value of the restoreValues property.
getRestoreValues() - Method in class org.datanucleus.TransactionImpl
Accessor for the restoreValues flag for this transaction.
getResult() - Method in class org.datanucleus.store.query.Query
Accessor for the result specification string.
getResultClass() - Method in class org.datanucleus.metadata.QueryMetaData
 
getResultClass() - Method in class org.datanucleus.store.query.Query
Accessor for the result class.
getResultClasses() - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
getResultClassName() - Method in class org.datanucleus.store.query.Query
 
getResultDistinct() - Method in class org.datanucleus.query.compiler.QueryCompilation
 
getResultDistinct() - Method in class org.datanucleus.store.query.Query
Accessor for whether the results are distinct.
getResultMetaDataName() - Method in class org.datanucleus.metadata.QueryMetaData
 
getResultSetMappings() - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
getResultTypes() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for the types of the result row components.
getRetainValues() - Method in interface org.datanucleus.Transaction
If true, at commit time instances retain their field values.
getRetainValues() - Method in class org.datanucleus.TransactionImpl
Accessor for the retainValues flag for this transaction.
getReturnType(String) - Static method in class org.datanucleus.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - Static method in class org.datanucleus.asm.Type
Returns the Java type corresponding to the return type of the given method.
getReturnType() - Method in class org.datanucleus.asm.Type
Returns the return type of methods of this type.
getRight() - Method in class org.datanucleus.query.expression.Expression
Accessor for the right hand expression.
getRollbackOnly() - Method in interface org.datanucleus.Transaction
Returns the rollback-only status of the transaction.
getRollbackOnly() - Method in class org.datanucleus.TransactionImpl
Accessor for the "rollback only" flag.
getRootInstantiableClass() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getRootURI() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Accessor for the persistence unit root.
getScalarColumns() - Method in class org.datanucleus.metadata.QueryResultMetaData
Accessor for the names of the result set columns that are returned as scalars.
getScale() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getScanner(ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Accessor for any scanner for metadata classes (optional).
getSchema() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getSchema() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getSchema() - Method in class org.datanucleus.metadata.FileMetaData
 
getSchema() - Method in class org.datanucleus.metadata.JoinMetaData
 
getSchema() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the schema name for all classes in this package
getSchema() - Method in class org.datanucleus.plugin.ExtensionPoint
Accessor to the URL that points to the schema (.xsd) file
getSchemaData(Object, String, Object[]) - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
getSchemaData(Object, String, Object[]) - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
Accessor for schema data store under the provided name and defined by the specified values.
getSchemaHandler() - Method in class org.datanucleus.store.AbstractStoreManager
 
getSchemaHandler() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getSchemaHandler() - Method in interface org.datanucleus.store.StoreManager
 
getSchemaName() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getSchemaName() - Method in class org.datanucleus.store.schema.SchemaTool
 
getSchemaName() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getSchemaName() - Method in interface org.datanucleus.store.schema.table.Table
 
getSCOClass() - Method in class org.datanucleus.identity.SCOID
Returns the class of the object identified by this SCOID.
getSCOContainerMemberPositions() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute positions of all SCO fields/properties that are containers.
getSCOMutableMemberFlags() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the flags of the SCO mutable fields (inc superclass fields).
getSCOMutableMemberPositions() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute positions of the second class mutable fields/properties.
getSCONonContainerMemberPositions() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the absolute positions of all SCO fields/properties that are NOT containers (e.g Dates, Points, etc)
getScope() - Method in class org.datanucleus.metadata.QueryMetaData
 
getSCOWrapperOptionsMessage(boolean, boolean, boolean, boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to generate a message containing the options of this SCO wrapper.
getSequence() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
If the value-strategy is sequence, the sequence attribute specifies the name of the sequence to use to automatically generate a value for the field.
getSequence() - Method in class org.datanucleus.metadata.IdentityMetaData
 
getSequence(String) - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the Meta-Data of an sequence with the specified name.
getSequenceName(SequenceMetaData) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
getSequenceName(SequenceMetaData) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of sequence.
getSequences() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the Meta-Data for the sequences in this package.
getSerialiseRead() - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
 
getSerializeRead() - Method in class org.datanucleus.store.query.Query
Accessor for whether to serialise (lock) any read objects retrieved from this query.
getSerializeRead() - Method in interface org.datanucleus.Transaction
Accessor for the setting for whether to serialize read objects (lock them).
getSerializeRead() - Method in class org.datanucleus.TransactionImpl
 
getSerializeReadForClass(String) - Method in interface org.datanucleus.ExecutionContext
Convenience method to return the setting for serialize read for the current transaction for the specified class name.
getSerializeReadForClass(String) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to return the setting for serialize read for the current transaction for the specified class name.
getSerialVersionUidFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getSerialVersionUidFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getSetMethodPrefixMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getSetMethodPrefixMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getSetterMethodForClass(Class, String, Class) - Static method in class org.datanucleus.util.ClassUtils
Obtain a (Java bean) setter method from a class or superclasses using reflection.
getShortArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getShortField(Persistable, int, short) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getShortField(Persistable, int, short) - Method in class org.datanucleus.state.StateManagerImpl
 
getShortObjectArrayFromByteArray(byte[]) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a byte[] into an instance of our value class.
getSingleFieldId(Class, Class, Object) - Method in interface org.datanucleus.identity.IdentityManager
Method to return a single-field identity, for the persistable type specified, and for the idType of SingleFieldId.
getSingleFieldId(Class, Class, Object) - Method in class org.datanucleus.identity.IdentityManagerImpl
Utility to create a new SingleFieldIdentity using reflection when you know the type of the Persistable, and also which SingleFieldIdentity, and the value of the key.
getSingleFieldIdentityDescriptor(String) - Method in interface org.datanucleus.enhancer.EnhancementNamer
Accessor for the descriptor for a SingleFieldIdentity type.
getSingleFieldIdentityDescriptor(String) - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
Accessor for the descriptor for a SingleFieldIdentity type.
getSingleStringQuery() - Method in class org.datanucleus.store.query.AbstractJavaQuery
Accessor for a single string form of the query.
getSingleStringQuery() - Method in class org.datanucleus.store.query.AbstractJDOQLQuery
Method to take the defined parameters for the query and form a single string.
getSingleStringQuery() - Method in class org.datanucleus.store.query.AbstractJPQLQuery
Method to take the defined parameters for the query and form a single string.
getSize() - Method in class org.datanucleus.asm.Type
Returns the size of values of this type.
getSize() - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Accessor for the size of the cache.
getSize() - Method in interface org.datanucleus.cache.Level2Cache
Accessor for the total number of objects in the L2 cache.
getSize() - Method in class org.datanucleus.cache.NullLevel2Cache
 
getSize() - Method in class org.datanucleus.cache.WeakLevel2Cache
Accessor for the total number of objects in the L2 cache.
getSize() - Method in class org.datanucleus.store.query.AbstractLazyLoadList
Method to return the size of the list.
getSizeUsingMethod() - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to get the size using the "resultSizeMethod".
getSort() - Method in class org.datanucleus.asm.Type
Returns the sort of this Java type.
getSort() - Method in class org.datanucleus.asm.TypeReference
Returns the sort of this type reference.
getSortOrder() - Method in class org.datanucleus.query.expression.OrderExpression
 
getSqlType() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getStack() - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Accessor for the current MetaData component.
getStateManagerAsmClassName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getStateManagerAsmClassName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getStateManagerClass() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getStateManagerClass() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getStateManagerDescriptor() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getStateManagerDescriptor() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getStateManagerFieldName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getStateManagerFieldName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getStateManagerIsMethod() - Method in class org.datanucleus.enhancer.methods.IsDeleted
Method returning the name of the method on the StateManager that gives the return info.
getStateManagerIsMethod() - Method in class org.datanucleus.enhancer.methods.IsNew
Method returning the name of the method on the StateManager that gives the return info.
getStateManagerIsMethod() - Method in class org.datanucleus.enhancer.methods.IsPersistent
Method returning the name of the method on the StateManager that gives the return info.
getStateManagerIsMethod() - Method in class org.datanucleus.enhancer.methods.IsTransactional
Method returning the name of the method on the StateManager that gives the return info.
getStateManagerIsMethod() - Method in class org.datanucleus.enhancer.methods.IsXXX
Method returning the name of the method on the StateManager that gives the return info.
GETSTATIC - Static variable in interface org.datanucleus.asm.Opcodes
 
getStatistics() - Method in interface org.datanucleus.ExecutionContext
Accessor for any statistics-gathering object.
getStatistics() - Method in class org.datanucleus.ExecutionContextImpl
 
getStatistics() - Method in interface org.datanucleus.PersistenceNucleusContext
 
getStatistics() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getStatus() - Method in class org.datanucleus.transaction.Transaction
 
getStep(int) - Method in class org.datanucleus.asm.TypePath
Returns the value of the given step of this path.
getStepArgument(int) - Method in class org.datanucleus.asm.TypePath
Returns the index of the type argument that the given step is stepping into.
getStorageClass() - Static method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Accessor for the storage class for values generated with this generator.
getStorageClass() - Static method in class org.datanucleus.store.valuegenerator.AbstractUIDGenerator
Accessor for the storage class for values generated with this generator.
getStorageDescription() - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Utility to return a description of the storage for this mechanism.
getStorageDescription() - Method in class org.datanucleus.store.autostart.ClassesAutoStarter
Method to give a descriptive name for the starter process.
getStorageDescription() - Method in class org.datanucleus.store.autostart.MetaDataAutoStarter
Method to give a descriptive name for the starter process.
getStorageDescription() - Method in class org.datanucleus.store.autostart.XMLAutoStarter
Method to give a descriptive name for the starter process.
getStore() - Method in class org.datanucleus.flush.CollectionAddOperation
 
getStore() - Method in class org.datanucleus.flush.CollectionClearOperation
 
getStore() - Method in class org.datanucleus.flush.CollectionRemoveOperation
 
getStore() - Method in class org.datanucleus.flush.ListAddAtOperation
 
getStore() - Method in class org.datanucleus.flush.ListRemoveAtOperation
 
getStore() - Method in class org.datanucleus.flush.ListSetOperation
 
getStore() - Method in class org.datanucleus.flush.MapClearOperation
 
getStore() - Method in class org.datanucleus.flush.MapPutOperation
 
getStore() - Method in class org.datanucleus.flush.MapRemoveOperation
 
getStore() - Method in interface org.datanucleus.flush.SCOOperation
Accessor for the backing store for this operation.
getStoreDataForClass(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
getStoreDataForClass(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getStoreDataForClass(String) - Method in interface org.datanucleus.store.StoreManager
 
getStoreDataForProperties(String, Object, String, Object) - Method in class org.datanucleus.store.StoreDataManager
Convenience accessor for all store data where property 1 has value1 and property 2 has value2.
getStoredProcQueries() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the metadata of the named stored proc queries.
getStoredProcQueries() - Method in class org.datanucleus.metadata.FileMetaData
Accessor for the metadata of the named stored procedure queries.
getStoreManager() - Method in interface org.datanucleus.ExecutionContext
Accessor for the Store Manager.
getStoreManager() - Method in class org.datanucleus.ExecutionContextImpl
 
getStoreManager() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getStoreManager() - Method in class org.datanucleus.state.AbstractStateManager
 
getStoreManager() - Method in interface org.datanucleus.state.ObjectProvider
 
getStoreManager() - Method in class org.datanucleus.store.query.Query
Accessor for the StoreManager associated with this Query.
getStoreManager() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
getStoreManager() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
getStoreManager() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getStoreManager() - Method in interface org.datanucleus.store.schema.table.Table
 
getStoreManager() - Method in interface org.datanucleus.store.scostore.Store
 
getStoreManager() - Method in interface org.datanucleus.StoreNucleusContext
 
getStoreManagerForClass(AbstractClassMetaData) - Method in class org.datanucleus.store.federation.FederatedStoreManager
Accessor for the StoreManager to use for persisting the specified class.
getStoreManagerForClass(String, ClassLoaderResolver) - Method in class org.datanucleus.store.federation.FederatedStoreManager
Accessor for the StoreManager to use for the specified class.
getStoreManagerKey() - Method in class org.datanucleus.store.AbstractStoreManager
 
getStoreManagerKey() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getStoreManagerKey() - Method in interface org.datanucleus.store.StoreManager
Accessor for the key for this store manager.
getStrategy() - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
getStrategy() - Method in class org.datanucleus.metadata.InheritanceMetaData
 
getStrategy() - Method in class org.datanucleus.metadata.SequenceMetaData
 
getStrategy(String) - Static method in enum org.datanucleus.metadata.SequenceStrategy
Return Sequence strategy from String.
getStrategyForNative(AbstractClassMetaData, int) - Method in class org.datanucleus.store.AbstractStoreManager
Method defining which value-strategy to use when the user specifies "native".
getStrategyForTree() - Method in class org.datanucleus.metadata.InheritanceMetaData
 
getStrategyValue(ExecutionContext, AbstractClassMetaData, int) - Method in class org.datanucleus.store.AbstractStoreManager
 
getStrategyValue(ExecutionContext, AbstractClassMetaData, int) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getStrategyValue(ExecutionContext, AbstractClassMetaData, int) - Method in interface org.datanucleus.store.StoreManager
Method to retrieve the value for a strategy for a particular field.
getStrategyValueForGenerator(ValueGenerator, ExecutionContext) - Method in class org.datanucleus.store.AbstractStoreManager
Accessor for the next value from the specified generator.
getString() - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Accessor for the "body" text metadata.
getStringExtensionProperty(String, String) - Method in class org.datanucleus.store.query.Query
Convenience accessor to return whether an extension is set (or whether the persistence property of the same name is set), and what is its String value.
getStringField(Persistable, int, String) - Method in interface org.datanucleus.state.StateManager
Return the value for the field.
getStringField(Persistable, int, String) - Method in class org.datanucleus.state.StateManagerImpl
 
getStringFromInt(int) - Static method in class org.datanucleus.util.TypeConversionHelper
Utility to convert an int into a byte-generated String
getStringFromShort(short) - Static method in class org.datanucleus.util.TypeConversionHelper
Utility to convert a short into a byte-generated String
getStringFromStackTrace(Throwable) - Static method in class org.datanucleus.util.StringUtils
Convert an exception to a String with full stack trace
getStringProperty(String) - Method in interface org.datanucleus.ExecutionContext
Accessor for a String property value.
getStringProperty(String) - Method in class org.datanucleus.ExecutionContextImpl
 
getStringProperty(String) - Method in class org.datanucleus.properties.PropertyStore
Accessor for the specified property as a String.
getStringProperty(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
getStringProperty(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getStringProperty(String) - Method in interface org.datanucleus.store.StoreManager
 
getStringValue(Object) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to get the String value for an Object.
getStringValueForExpression(Expression, Map) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to get the String value for an Expression.
getSubclassesForClass(String, boolean) - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for the subclasses of a particular class
getSubclassesForClass(String, boolean) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
getSubClassesForClass(String, boolean, ClassLoaderResolver) - Method in class org.datanucleus.store.AbstractStoreManager
 
getSubClassesForClass(String, boolean, ClassLoaderResolver) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getSubClassesForClass(String, boolean, ClassLoaderResolver) - Method in interface org.datanucleus.store.StoreManager
Utility to return the names of the classes that are known subclasses of the provided class.
getSubqueryAliases() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for the aliases for any subqueries in this compilation.
getSubqueryForVariable(String) - Method in class org.datanucleus.store.query.Query
Accessor for the subquery for the supplied variable.
getSuperAbstractClassMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the Meta-Data for the superclass of this class.
getSuperclasses(Class<?>) - Static method in class org.datanucleus.util.ClassUtils
Method to return the superclasses for a class.
getSuperCloneMethodName() - Method in interface org.datanucleus.enhancer.EnhancementNamer
 
getSuperCloneMethodName() - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getSuperinterfaces(Class<?>) - Static method in class org.datanucleus.util.ClassUtils
Method to return the superinterfaces for a class.
getSuperName() - Method in class org.datanucleus.asm.ClassReader
Returns the internal of name of the super class (see getInternalName).
getSuperTypeIndex() - Method in class org.datanucleus.asm.TypeReference
Returns the index of the "super type" of a class that is referenced by this type reference.
getSupportedAnnotationPackages() - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Method to set the valid annotation packages to be supported when reading.
getSupportedAnnotationPackages() - Method in interface org.datanucleus.metadata.annotations.AnnotationReader
Accessor for the annotations packages supported by this reader.
getSupportedExtensions() - Method in class org.datanucleus.store.query.Query
Method to return the names of the extensions supported by this query.
getSupportedOptions() - Method in class org.datanucleus.store.AbstractStoreManager
Accessor for the supported options in string form.
getSupportedOptions() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getSupportedOptions() - Method in interface org.datanucleus.store.StoreManager
 
getSupportedProperties() - Method in class org.datanucleus.Configuration
Accessor for the names of the supported persistence properties.
getSupportedProperties() - Method in interface org.datanucleus.ExecutionContext
Accessor for the supported property names.
getSupportedProperties() - Method in class org.datanucleus.ExecutionContextImpl
 
getSupportedSecondClassTypes() - Method in interface org.datanucleus.store.types.TypeManager
Accessor for the supported second-class Types.
getSupportedSecondClassTypes() - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getSymbol() - Method in class org.datanucleus.query.compiler.Node
 
getSymbol() - Method in class org.datanucleus.query.expression.Expression
Accessor for the symbol for this expression (if set).
getSymbol(String) - Method in class org.datanucleus.query.symbol.SymbolTable
 
getSymbolicName() - Method in class org.datanucleus.plugin.Bundle
Accessor for the plug-in id - bundle symbolic name
getSymbolIgnoreCase(String) - Method in class org.datanucleus.query.symbol.SymbolTable
 
getSymbolNames() - Method in class org.datanucleus.query.symbol.SymbolTable
Accessor for the names of the symbols in this table.
getSymbolResolver() - Method in class org.datanucleus.query.symbol.SymbolTable
 
getSymbolTable() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for the symbol table for the query.
getSynchronization() - Method in interface org.datanucleus.Transaction
The user-specified Synchronization instance for this Transaction instance.
getSynchronization() - Method in class org.datanucleus.TransactionImpl
Accessor for the synchronization object to be notified on transaction completion.
getTable() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
getTable() - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
getTable() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getTable() - Method in class org.datanucleus.metadata.ConstraintMetaData
 
getTable() - Method in class org.datanucleus.metadata.JoinMetaData
 
getTable() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the table for this column.
getTable() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getTable() - Method in class org.datanucleus.store.StoreData
Accessor for the generic Table for this class/member (if the store plugin supports generic Tables).
getTableGenerator(String) - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the Meta-Data of a table generator with the specified name.
getTableGenerators() - Method in class org.datanucleus.metadata.PackageMetaData
Accessor for the Meta-Data for the table generators in this package.
getTableName() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getTableName(AbstractClassMetaData) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
getTableName(AbstractMemberMetaData) - Method in class org.datanucleus.store.schema.naming.DN2NamingFactory
 
getTableName(AbstractMemberMetaData) - Method in class org.datanucleus.store.schema.naming.JPANamingFactory
 
getTableName(AbstractClassMetaData) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of the table for the specified class.
getTableName(AbstractMemberMetaData) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to return the name of the (join) table for the specified field.
getTag() - Method in class org.datanucleus.asm.Handle
Returns the kind of field or method designated by this handle.
getTarget() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getTargetClass() - Method in class org.datanucleus.identity.SingleFieldId
Return the target class.
getTargetClassName() - Method in interface org.datanucleus.identity.DatastoreId
Accessor for the target class name for the persistable object this represents.
getTargetClassName() - Method in class org.datanucleus.identity.DatastoreIdImpl
 
getTargetClassName() - Method in class org.datanucleus.identity.DatastoreIdImplKodo
 
getTargetClassName() - Method in class org.datanucleus.identity.DatastoreIdImplXcalia
 
getTargetClassName() - Method in class org.datanucleus.identity.DatastoreUniqueLongId
 
getTargetClassName() - Method in class org.datanucleus.identity.SingleFieldId
 
getTargetClassNameForIdentitySimple(Object) - Static method in class org.datanucleus.identity.IdentityUtils
Simple method to return the target class name of the persistable object that the provided id represents.
getTargetKeyForDatastoreIdentity(Object) - Static method in class org.datanucleus.identity.IdentityUtils
Accessor for the key object for the specified datastore-identity.
getTargetKeyForSingleFieldIdentity(Object) - Static method in class org.datanucleus.identity.IdentityUtils
Accessor for the key object for the specified single field application-identity.
getTargetMember() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getText() - Method in class org.datanucleus.plugin.ConfigurationElement
Accessor to the text
getThreadContextInfo() - Method in class org.datanucleus.ExecutionContextImpl
Get the current ThreadContextInfo assigned to the current thread without changing the reference counter.
getTransaction() - Method in interface org.datanucleus.ExecutionContext
Accessor for the current transaction for this execution context.
getTransaction() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for the current transaction.
getTransaction(ExecutionContext) - Method in class org.datanucleus.transaction.TransactionManager
 
getTransactionActiveTotalCount() - Method in class org.datanucleus.management.AbstractStatistics
 
getTransactionActiveTotalCount() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getTransactionActiveTotalCount() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
GetTransactionalObjectId - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnGetTransactionalObjectId" using ASM.
GetTransactionalObjectId(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.GetTransactionalObjectId
Constructor.
getTransactionalObjectId(Persistable) - Method in interface org.datanucleus.state.StateManager
Return the object representing the identity of the calling instance.
getTransactionalObjectId(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Return the object representing the JDO identity of the calling instance.
getTransactionalVersion(Object) - Method in class org.datanucleus.state.AbstractStateManager
Return the object representing the transactional version of the calling instance.
getTransactionalVersion() - Method in interface org.datanucleus.state.ObjectProvider
Return the object representing the transactional version of the managed object.
getTransactionalVersion() - Method in class org.datanucleus.state.StateManagerImpl
Return the transactional version of the managed object.
getTransactionCommittedTotalCount() - Method in class org.datanucleus.management.AbstractStatistics
 
getTransactionCommittedTotalCount() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getTransactionCommittedTotalCount() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getTransactionExecutionTimeAverage() - Method in class org.datanucleus.management.AbstractStatistics
 
getTransactionExecutionTimeAverage() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getTransactionExecutionTimeAverage() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getTransactionExecutionTimeHigh() - Method in class org.datanucleus.management.AbstractStatistics
 
getTransactionExecutionTimeHigh() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getTransactionExecutionTimeHigh() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getTransactionExecutionTimeLow() - Method in class org.datanucleus.management.AbstractStatistics
 
getTransactionExecutionTimeLow() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getTransactionExecutionTimeLow() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getTransactionExecutionTotalTime() - Method in class org.datanucleus.management.AbstractStatistics
 
getTransactionExecutionTotalTime() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getTransactionExecutionTotalTime() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getTransactionIsolationForStoreManager(StoreManager, String) - Static method in class org.datanucleus.NucleusContextHelper
Method to return the transaction isolation level that will be used for the provided StoreManager bearing in mind the specified level the user requested.
getTransactionIsolationLevelForName(String) - Static method in class org.datanucleus.transaction.TransactionUtils
Convenience method to convert the supplied isolation level name into the associated UserTransaction type number.
getTransactionManager() - Method in interface org.datanucleus.PersistenceNucleusContext
 
getTransactionManager() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getTransactionManager(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.AtomikosTransactionManagerLocator
 
getTransactionManager(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.FactoryBasedTransactionManagerLocator
Method to return the TransactionManager.
getTransactionManager(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.JNDIBasedTransactionManagerLocator
Method to return the TransactionManager looking it up using JNDI.
getTransactionManager(ClassLoaderResolver) - Method in class org.datanucleus.transaction.jta.TransactionManagerFinder
Accessor for the accessible JTA transaction manager.
getTransactionManager(ClassLoaderResolver) - Method in interface org.datanucleus.transaction.jta.TransactionManagerLocator
Method to return the TransactionManager.
getTransactionRolledBackTotalCount() - Method in class org.datanucleus.management.AbstractStatistics
 
getTransactionRolledBackTotalCount() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getTransactionRolledBackTotalCount() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getTransactionTimeout() - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
getTransactionTotalCount() - Method in class org.datanucleus.management.AbstractStatistics
 
getTransactionTotalCount() - Method in interface org.datanucleus.management.FactoryStatisticsMBean
 
getTransactionTotalCount() - Method in interface org.datanucleus.management.ManagerStatisticsMBean
 
getTransactionType() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
getTryCatchBlockIndex() - Method in class org.datanucleus.asm.TypeReference
Returns the index of the try catch block (using the order in which they are visited with visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
getTuples() - Method in class org.datanucleus.query.expression.CreatorExpression
 
getTuples() - Method in class org.datanucleus.query.expression.PrimaryExpression
 
getType(String) - Static method in class org.datanucleus.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class<?>) - Static method in class org.datanucleus.asm.Type
Returns the Java type corresponding to the given class.
getType(Constructor<?>) - Static method in class org.datanucleus.asm.Type
Returns the Java method type corresponding to the given constructor.
getType(Method) - Static method in class org.datanucleus.asm.Type
Returns the Java method type corresponding to the given method.
getType() - Method in class org.datanucleus.enhancer.ClassField
Accessor for the type
getType() - Method in class org.datanucleus.FetchGroup
Accessor for the class that this group is for.
getType() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the field type
getType() - Method in class org.datanucleus.metadata.annotations.Member
Accessor to the field or method return type.
getType() - Method in class org.datanucleus.metadata.FileMetaData
 
getType() - Method in class org.datanucleus.metadata.ForeignKeyAction
Accessor for the type.
getType() - Method in class org.datanucleus.metadata.IdentityStrategy
Accessor for the type.
getType() - Method in class org.datanucleus.metadata.StoredProcQueryParameterMetaData
 
getType(List) - Method in class org.datanucleus.query.compiler.AbstractSymbolResolver
 
getType(List) - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
 
getType() - Method in class org.datanucleus.query.expression.JoinExpression
 
getType() - Method in class org.datanucleus.query.expression.ParameterExpression
 
getType() - Method in class org.datanucleus.query.symbol.PropertySymbol
 
getType() - Method in interface org.datanucleus.query.symbol.Symbol
 
getType(List) - Method in interface org.datanucleus.query.symbol.SymbolResolver
 
getType() - Method in class org.datanucleus.state.ActivityState
Accessor for the type.
getType() - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery.StoredProcedureParameter
 
getType() - Method in class org.datanucleus.store.query.Query
Accessor for the query type.
getType() - Method in class org.datanucleus.store.StoreData
Accessor for type.
getTypeArgumentIndex() - Method in class org.datanucleus.asm.TypeReference
Returns the index of the type argument referenced by this type reference.
getTypeConverter() - Method in interface org.datanucleus.store.schema.table.MemberColumnMapping
 
getTypeConverter() - Method in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
getTypeConverterForMember(AbstractMemberMetaData, ColumnMetaData[], TypeManager) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getTypeConverterForName(String) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for the type converter with the provided name.
getTypeConverterForName(String) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getTypeConverterForType(Class, Class) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for the type converter for the provided Java type and its datastore type.
getTypeConverterForType(Class, Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getTypeConverterName() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getTypeConvertersForType(Class) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for the available type converters for the provided Java type.
getTypeConvertersForType(Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getTypeDescriptorForEnhanceMethod(Class) - Static method in class org.datanucleus.enhancer.EnhanceUtils
Convenience method to give the descriptor for use in an enhanced "field" method.
getTypeDescriptorForSingleFieldIdentityGetKey(String) - Method in interface org.datanucleus.enhancer.EnhancementNamer
Method to return the type descriptor for the key of the provided single-field identity class name.
getTypeDescriptorForSingleFieldIdentityGetKey(String) - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getTypeDescriptorForType(String) - Static method in class org.datanucleus.enhancer.EnhanceUtils
Return the ASM type descriptor for the input class.
getTypeForSecondClassWrapper(String) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for a java type that the supplied class is a SCO wrapper for.
getTypeForSecondClassWrapper(String) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getTypeManager() - Method in class org.datanucleus.AbstractNucleusContext
 
getTypeManager() - Method in interface org.datanucleus.ExecutionContext
TODO should we keep this here? this is api/language dependent
getTypeManager() - Method in class org.datanucleus.ExecutionContextImpl
 
getTypeManager() - Method in interface org.datanucleus.NucleusContext
 
getTypeName() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the field type name
getTypeName() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for the native type name in the datastore for this column.
getTypeName() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
getTypeNameForField(AbstractMemberMetaData) - Method in class org.datanucleus.enhancer.PrimaryKeyGenerator
 
getTypeNameForPersistableMethod(Class) - Static method in class org.datanucleus.enhancer.EnhanceUtils
Convenience method to give the type name given the type.
getTypeNameForUseWithSingleFieldIdentity(String) - Method in interface org.datanucleus.enhancer.EnhancementNamer
Convenience method to give the method type name for a singleFieldIdentity class name.
getTypeNameForUseWithSingleFieldIdentity(String) - Method in class org.datanucleus.enhancer.JDOEnhancementNamer
 
getTypeOfDatastoreIdentity(IdentityMetaData) - Static method in class org.datanucleus.metadata.MetaDataUtils
 
getTypeParameterBoundIndex() - Method in class org.datanucleus.asm.TypeReference
Returns the index of the type parameter bound, within the type parameter TypeReference.getTypeParameterIndex(), referenced by this type reference.
getTypeParameterIndex() - Method in class org.datanucleus.asm.TypeReference
Returns the index of the type parameter referenced by this type reference.
getUnique() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getUniqueId() - Method in class org.datanucleus.plugin.ExtensionPoint
Accessor for the pluginId + DOT + id.
getUniqueMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for UniqueMetaData
getUniqueMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Accessor for uniqueMetaData
getUniqueMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for uniqueMetaData
getUniqueMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
 
getUnmappedColumns() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for the unmapped columns require for the datastore table.
getUpdate() - Method in class org.datanucleus.store.query.Query
Accessor for the UPDATE clause of the JPQL query.
getUpdateable() - Method in class org.datanucleus.metadata.ColumnMetaData
 
getUpdateAction() - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
getUpdateAction() - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
getUpdateCount() - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Accessor for the update count.
getUserExceptionForException(String, Exception) - Method in interface org.datanucleus.api.ApiAdapter
Convenience method to return a user exception appropriate for this API when an unexpected exception occurs.
getValidationHandler(ExecutionContext) - Method in interface org.datanucleus.PersistenceNucleusContext
Method to return a handler for validation (JSR303).
getValidationHandler(ExecutionContext) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
getValidationMode() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Accessor to the Validation Mode
getValue() - Method in class org.datanucleus.asm.TypeReference
Returns the int encoded value of this type reference, suitable for use in visit methods related to type annotations, like visitTypeAnnotation.
getValue() - Method in class org.datanucleus.flush.CollectionAddOperation
Accessor for the value being added.
getValue() - Method in class org.datanucleus.flush.CollectionRemoveOperation
Accessor for the value being removed.
getValue() - Method in class org.datanucleus.flush.MapPutOperation
Accessor for the value being put against this key.
getValue() - Method in class org.datanucleus.flush.MapRemoveOperation
Accessor for the value being removed for this key (if known).
getValue() - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
getValue() - Method in class org.datanucleus.metadata.ExtensionMetaData
Accessor for the value tag value .
getValue() - Method in enum org.datanucleus.metadata.JdbcType
 
getValue(String) - Static method in enum org.datanucleus.metadata.TransactionType
Return Sequence strategy from String.
getValue() - Method in interface org.datanucleus.store.types.SCO
Method to return the value of the unwrapped type.
getValue() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.List
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.BitSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Collection
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Date
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.HashMap
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.HashSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.List
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Map
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Properties
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Queue
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Set
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.SqlDate
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.SqlTime
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Stack
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for the unwrapped value that we are wrapping.
getValue() - Method in class org.datanucleus.store.types.wrappers.Vector
Accessor for the unwrapped value that we are wrapping.
getValueClassMetaData(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.MapMetaData
Convenience accessor for the Value ClassMetaData
getValueColumnName() - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
getValueForArgExpression(Expression, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.CoalesceFunction
 
getValueForArgExpression(Expression, InMemoryExpressionEvaluator) - Method in class org.datanucleus.query.inmemory.NullIfFunction
 
getValueForExtension(String) - Method in class org.datanucleus.metadata.MetaData
Accessor for the value of a particular extension.
getValueForExtensionRecursively(MetaData, String) - Static method in class org.datanucleus.metadata.MetaDataUtils
Searches the meta data tree upwards starting with the given leaf, stops as soon as it finds an extension with the given key.
getValueForIdentityField(Object, String) - Static method in class org.datanucleus.util.ClassUtils
Method to find the value of a field of the provided user-defined identity.
getValueForInvokeExpression(InvokeExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
Method to evaluate an InvokeExpression.
getValueForMemberInId(Object, AbstractMemberMetaData) - Static method in class org.datanucleus.identity.IdentityUtils
Convenience method that interrogates a user-supplied object identity and returns the value of a particular member in that id.
getValueForParameterExpression(Map, ParameterExpression) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to get the value for a ParameterExpression.
getValueForPrimaryExpression(PrimaryExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
Convenience method to get the value for a PrimaryExpression.
getValueForPropertyWithValidator(String, String) - Method in class org.datanucleus.Configuration
 
getValueForVariableExpression(VariableExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
Convenience method to get the (current) value for a VariableExpression.
getValueGenerationManager() - Method in class org.datanucleus.store.AbstractStoreManager
 
getValueGenerationManager() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
getValueGenerationManager() - Method in interface org.datanucleus.store.StoreManager
Accessor for the ValueGenerationManager for obtaining sequences.
getValueGenerator(String) - Method in class org.datanucleus.store.valuegenerator.ValueGenerationManager
Accessor for the ValueGenerator with the given symbolic name.
getValueGeneratorName() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Name of a (user-provided) value generator to override the default generator for this strategy.
getValueGeneratorName() - Method in class org.datanucleus.metadata.IdentityMetaData
 
getValueMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for valueMetaData
getValueOfFieldByReflection(Object, String) - Static method in class org.datanucleus.util.ClassUtils
Helper method to return the value of a field of an object using reflection.
getValueOfMethodByReflection(Object, String, Object...) - Static method in class org.datanucleus.util.ClassUtils
Helper method to return the value returned by a method on an object using reflection.
getValues() - Method in exception org.datanucleus.query.inmemory.VariableNotSetException
Accessor for the possible variable values (if known).
getValuesForCommaSeparatedAttribute(String) - Method in class org.datanucleus.metadata.MetaDataUtils
Convenience method that splits a comma-separated list of values into a String array (removing whitespace).
getValuesForExtension(String) - Method in class org.datanucleus.metadata.MetaData
Accessor for the value of a particular extension, but splitting it into separate parts.
getValuesForExtensionRecursively(MetaData, String) - Static method in class org.datanucleus.metadata.MetaDataUtils
Searches the meta data tree upwards starting with the given leaf, stops as soon as it finds an extension with the given key.
getValueStrategy() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
getValueStrategy() - Method in class org.datanucleus.metadata.IdentityMetaData
 
getValueType() - Method in class org.datanucleus.metadata.MapMetaData
Accessor for the value-type tag value.
getValueType() - Method in class org.datanucleus.query.symbol.PropertySymbol
 
getValueType() - Method in interface org.datanucleus.query.symbol.Symbol
 
getVariableDeclaration() - Method in class org.datanucleus.store.query.Query.SubqueryDefinition
 
getVariableExpression() - Method in exception org.datanucleus.query.expression.PrimaryExpressionIsVariableException
Accessor for the VariableExpression that this primary expression should be swapped for.
getVariableExpression() - Method in exception org.datanucleus.query.inmemory.VariableNotSetException
Accessor for the variable expression that is not set.
getVendorName() - Method in class org.datanucleus.metadata.ExtensionMetaData
Accessor for the vendor-name tag value.
getVendorName() - Method in class org.datanucleus.plugin.Bundle
Accessor for the provider name of this plug-in
getVersion() - Method in class org.datanucleus.cache.CachedPC
 
GetVersion - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnGetVersion" using ASM.
GetVersion(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.GetVersion
Constructor.
getVersion() - Method in class org.datanucleus.plugin.Bundle
Acessor for the version of this plug-in
getVersion() - Method in interface org.datanucleus.state.ObjectProvider
Method to return the current version of the managed object.
getVersion(Persistable) - Method in interface org.datanucleus.state.StateManager
Return the object representing the version of the calling instance.
getVersion(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Return the object representing the version of the calling instance.
getVersion() - Method in class org.datanucleus.state.StateManagerImpl
Method to return the current version of the managed object.
getVersionColumn() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
getVersionColumn() - Method in interface org.datanucleus.store.schema.table.Table
 
getVersionForBundle(String) - Method in class org.datanucleus.plugin.PluginManager
Accessor for the version of a particular bundle (or null if not registered).
getVersionForObject(Object) - Method in interface org.datanucleus.api.ApiAdapter
Method to return the object version for the passed persistable object.
getVersionMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for Version MetaData for this class specifically.
getVersionMetaDataForClass() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience accessor for the version metadata applying to this class.
getVersionMetaDataForTable() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to find the version MetaData defining versioning for the same 'table' as this class is using.
getVersionStrategy() - Method in class org.datanucleus.metadata.VersionMetaData
 
getVersionStrategy(String) - Static method in enum org.datanucleus.metadata.VersionStrategy
Return VersionStrategy from String.
GetViaCheck - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnGetZZZ" using ASM for CHECK_READ fields.
GetViaCheck(ClassEnhancer, AbstractMemberMetaData) - Constructor for class org.datanucleus.enhancer.methods.GetViaCheck
Constructor.
GetViaMediate - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnGetZZZ" using ASM for MEDIATE_READ fields.
GetViaMediate(ClassEnhancer, AbstractMemberMetaData) - Constructor for class org.datanucleus.enhancer.methods.GetViaMediate
Constructor.
getWhenExpression() - Method in class org.datanucleus.query.expression.CaseExpression.ExpressionPair
 
getWrappedTypeBackedForType(String) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for the backing-store Second Class Wrapper class for the supplied class.
getWrappedTypeBackedForType(String) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getWrapperTypeForPrimitiveType(Class) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return the object wrapper type for a primitive type.
getWrapperTypeForType(String) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for the SCO wrapper for the type
getWrapperTypeForType(String) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
getWrapperTypeNameForPrimitiveTypeName(String) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return the object wrapper type for a primitive type name.
getXAErrorCode(Throwable) - Static method in class org.datanucleus.transaction.Transaction
 
getXAResource() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
Obtain an XAResource which can be enlisted in a transaction Override this if you intend on supporting this as an XA resource (default = not supported).
getXAResource() - Method in interface org.datanucleus.store.connection.ManagedConnection
An XAResoure for this datastore connection.
GOTO - Static variable in interface org.datanucleus.asm.Opcodes
 
GregorianCalendar - Class in org.datanucleus.store.types.wrappers
A mutable second-class GregorianCalendar object.
GregorianCalendar(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.GregorianCalendar
Creates a GregorianCalendar object that represents the time at which it was allocated.
grouping - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
grouping - Variable in class org.datanucleus.store.query.Query
Grouping clause for the query, for use with aggregate expressions.
gt(Object) - Method in class org.datanucleus.query.inmemory.AggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.BigDecimalAggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.BigIntegerAggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.DateAggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.DoubleAggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.FloatAggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.IntegerAggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.LongAggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.ShortAggregateExpression
 
gt(Object) - Method in class org.datanucleus.query.inmemory.StringAggregateExpression
 

H

H_GETFIELD - Static variable in interface org.datanucleus.asm.Opcodes
 
H_GETSTATIC - Static variable in interface org.datanucleus.asm.Opcodes
 
H_INVOKEINTERFACE - Static variable in interface org.datanucleus.asm.Opcodes
 
H_INVOKESPECIAL - Static variable in interface org.datanucleus.asm.Opcodes
 
H_INVOKESTATIC - Static variable in interface org.datanucleus.asm.Opcodes
 
H_INVOKEVIRTUAL - Static variable in interface org.datanucleus.asm.Opcodes
 
H_NEWINVOKESPECIAL - Static variable in interface org.datanucleus.asm.Opcodes
 
H_PUTFIELD - Static variable in interface org.datanucleus.asm.Opcodes
 
H_PUTSTATIC - Static variable in interface org.datanucleus.asm.Opcodes
 
Handle - Class in org.datanucleus.asm
A reference to a field or a method.
Handle(int, String, String, String) - Constructor for class org.datanucleus.asm.Handle
Constructs a new field or method handle.
hasArray() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for whether the field has an array
hasCollection() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for whether the field has a collection
hasContainer() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for whether the field has a container.
hasDefaultConstructor - Variable in class org.datanucleus.enhancer.EnhancerClassAdapter
Whether a default constructor is present.
hasDefaultConstructor(Class) - Static method in class org.datanucleus.util.ClassUtils
Method to check for a default constructor on a class.
hasDependentElement(AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Method to return if the member is a collection/array with dependent element.
hasDependentKey(AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Method to return if the member is a map with dependent key.
hasDependentValue(AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Method to return if the member is a map with dependent value.
hasDetachedState - Variable in class org.datanucleus.enhancer.EnhancerClassAdapter
Whether the field xxxDetachedState is present.
hasDiscriminatorStrategy() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for whether we have a discriminator defined for this class (may be in superclasses).
hasExtension(String) - Method in class org.datanucleus.metadata.MetaData
 
hasFetchGroupWithPostLoad() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Whether this class or any super class has any fetch group definition with FetchGroupMetaData.getPostLoad()==true.
hashCode() - Method in class org.datanucleus.asm.Handle
 
hashCode() - Method in class org.datanucleus.asm.Type
Returns a hash code value for this type.
hashCode() - Method in class org.datanucleus.cache.CachedPC.CachedId
 
hashCode() - Method in class org.datanucleus.cache.Level2Cache.PinnedClass
 
hashCode() - Method in class org.datanucleus.Configuration
 
hashCode() - Method in class org.datanucleus.enhancer.ClassField
Return hash code of this instance.
hashCode() - Method in class org.datanucleus.enhancer.ClassMethod
Return hash code of this instance.
hashCode() - Method in class org.datanucleus.FetchGroup
 
hashCode() - Method in interface org.datanucleus.identity.DatastoreId
 
hashCode - Variable in class org.datanucleus.identity.DatastoreIdImpl
pre-created hasCode to improve performance
hashCode() - Method in class org.datanucleus.identity.DatastoreIdImpl
 
hashCode - Variable in class org.datanucleus.identity.DatastoreIdImplKodo
pre-created hasCode to improve performance
hashCode() - Method in class org.datanucleus.identity.DatastoreIdImplKodo
 
hashCode - Variable in class org.datanucleus.identity.DatastoreIdImplXcalia
pre-created hasCode to improve performance
hashCode() - Method in class org.datanucleus.identity.DatastoreIdImplXcalia
 
hashCode() - Method in class org.datanucleus.identity.DatastoreUniqueLongId
 
hashCode() - Method in class org.datanucleus.identity.IdentityReference
 
hashCode - Variable in class org.datanucleus.identity.SingleFieldId
 
hashCode() - Method in class org.datanucleus.identity.SingleFieldId
 
hashCode() - Method in class org.datanucleus.metadata.ForeignKeyAction
 
hashCode() - Method in class org.datanucleus.metadata.IdentityStrategy
 
hashCode() - Method in class org.datanucleus.plugin.Bundle.BundleVersion
 
hashCode() - Method in class org.datanucleus.state.ActivityState
 
hashCode() - Method in class org.datanucleus.store.query.AbstractQueryResult
Accessor for the hashcode of this object
hashCode() - Method in class org.datanucleus.store.query.Query
Hashcode generator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.ArrayList
 
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.List
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.Collection
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.HashSet
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.List
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.Map
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.Properties
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.Queue
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.Set
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.Stack
 
hashCode() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to generate a hashcode for this Map.
hashCode() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Hashcode operator.
hashCode() - Method in class org.datanucleus.store.types.wrappers.Vector
Hashcode operator.
hashCode() - Method in class org.datanucleus.util.ReferenceValueMap
Hashcode generator for this object.
HashMap - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class HashMap object.
HashMap(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.HashMap
Constructor
HashMap - Class in org.datanucleus.store.types.wrappers
A mutable second-class HashMap object.
HashMap(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.HashMap
Constructor
HashSet - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class HashSet object.
HashSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.HashSet
Constructor, using the ObjectProvider of the "owner" and the field name.
HashSet - Class in org.datanucleus.store.types.wrappers
A mutable second-class HashSet object.
HashSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.HashSet
Constructor, using the ObjectProvider of the "owner" and the field name.
Hashtable - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class Hashtable object.
Hashtable(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.Hashtable
Constructor
Hashtable - Class in org.datanucleus.store.types.wrappers
A mutable second-class Hashtable object.
Hashtable(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Hashtable
Constructor
hasIdentityInCache(Object) - Method in interface org.datanucleus.ExecutionContext
Whether an object with the specified identity exists in the cache(s).
hasIdentityInCache(Object) - Method in class org.datanucleus.ExecutionContextImpl
Whether the specified identity is cached currently.
hasInterface(String[], String) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Convenience method to check if a particular interface is present in the list.
hasLevel2Cache() - Method in interface org.datanucleus.PersistenceNucleusContext
 
hasLevel2Cache() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
hasMap() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for whether the field has a map.
hasMember(int) - Method in class org.datanucleus.FetchPlanForClass
Return whether the specified field/property is in the fetch plan
hasMember(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to check if a field/property exists in this classes definition.
hasMetaDataForClass(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Convenience method to check if we have metadata present for the specified class.
hasMetaDataForClass(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
hasMoreResults() - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Accessor for whether there are more results after the current one.
hasNext() - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
hasNext() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult.ResultIterator
 
hasNext() - Method in class org.datanucleus.store.types.SCOCollectionIterator
 
hasNext() - Method in class org.datanucleus.store.types.SCOListIterator
 
hasNext() - Method in class org.datanucleus.store.valuegenerator.ValueGenerationBlock
Accessor for whether there are more values remaining in the block.
hasNextChild() - Method in class org.datanucleus.query.compiler.Node
 
hasOption(String) - Method in interface org.datanucleus.enhancer.ClassEnhancer
Accessor for whether a particular option is enabled.
hasOption(String) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
 
hasOption(String) - Method in class org.datanucleus.util.CommandLine
Check option selected
hasOrderMapping() - Method in interface org.datanucleus.store.scostore.CollectionStore
Accessor for whether the store utilises an order mapping.
hasPersistenceInformationForClass(Class) - Method in interface org.datanucleus.ExecutionContext
Utility method to check if the specified class has reachable metadata or annotations.
hasPersistenceInformationForClass(Class) - Method in class org.datanucleus.ExecutionContextImpl
Utility method to check if the specified class has reachable metadata or annotations.
hasPrevious() - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
hasPrevious() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult.ResultIterator
 
hasPrevious() - Method in class org.datanucleus.store.types.SCOListIterator
 
hasProperties() - Method in class org.datanucleus.query.compiler.Node
 
hasProperty(String) - Method in class org.datanucleus.Configuration
 
hasProperty(String) - Method in class org.datanucleus.properties.PropertyStore
Accessor for whether a particular property is defined (but may be null).
hasProperty(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
hasProperty(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
hasProperty(String) - Method in interface org.datanucleus.store.StoreManager
 
hasPropertyNotNull(String) - Method in class org.datanucleus.properties.PropertyStore
Accessor for whether a particular property is defined and has a non-null value.
hasRelations - Variable in class org.datanucleus.metadata.AbstractClassMetaData
hasRelations(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to return if the class has relations to other objects.
hasSerialVersionUID - Variable in class org.datanucleus.enhancer.EnhancerClassAdapter
Whether the field serialVersionUID is present.
hasStaticInitialisation - Variable in class org.datanucleus.enhancer.EnhancerClassAdapter
Whether the class already has a static init block.
hasSubclasses() - Method in class org.datanucleus.store.AbstractExtent
Returns whether this Extent was defined to contain subclasses.
hasSubclasses() - Method in class org.datanucleus.store.DefaultCandidateExtent
 
hasSubclasses() - Method in interface org.datanucleus.store.Extent
Accessor for whether this extent includes subclasses.
hasSubqueryForVariable(String) - Method in class org.datanucleus.store.query.Query
Accessor for whether there is a subquery for the specified variable name.
hasSymbol(String) - Method in class org.datanucleus.query.symbol.SymbolTable
 
hasWriteObject - Variable in class org.datanucleus.enhancer.EnhancerClassAdapter
Whether the method writeObject(ObjectOutputStream) is present.
having - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
having - Variable in class org.datanucleus.store.query.Query
Having clause for the query
header - Variable in class org.datanucleus.asm.ClassReader
Start index of the class header information (access, name...) in b.
headMap(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to retrieve the head of the map up to the specified key.
headMap(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to retrieve the head of the map up to the specified key.
headMap(Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to retrieve the head of the map up to the specified key.
headMap(Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to retrieve the head of the map up to the specified key.
headSet(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to retrieve the head elements up to the specified element.
headSet(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to retrieve the head elements up to the specified element.
headSet(Object) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to retrieve the head elements up to the specified element.
headSet(Object) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to retrieve the head elements up to the specified element.
hereIsObjectProvider(ObjectProvider, Object) - Method in interface org.datanucleus.ExecutionContext
Method to register the ObjectProvider as being for the passed object.
hereIsObjectProvider(ObjectProvider, Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to add the ObjectProvider for an object to this context's list.
hereIsObjectProvider(ObjectProvider, Object) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
HeuristicMixedException - Exception in org.datanucleus.transaction
 
HeuristicMixedException() - Constructor for exception org.datanucleus.transaction.HeuristicMixedException
 
HeuristicRollbackException - Exception in org.datanucleus.transaction
 
HeuristicRollbackException() - Constructor for exception org.datanucleus.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String, Throwable) - Constructor for exception org.datanucleus.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String, Throwable[]) - Constructor for exception org.datanucleus.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String) - Constructor for exception org.datanucleus.transaction.HeuristicRollbackException
 
HOLLOW - Static variable in class org.datanucleus.state.LifeCycleState
Hollow
HOLLOWFIELDMANAGER - Static variable in class org.datanucleus.state.AbstractStateManager
 

I

I18nUtils - Class in org.datanucleus.util
Utility class for internationalization.
I2B - Static variable in interface org.datanucleus.asm.Opcodes
 
I2C - Static variable in interface org.datanucleus.asm.Opcodes
 
I2D - Static variable in interface org.datanucleus.asm.Opcodes
 
I2F - Static variable in interface org.datanucleus.asm.Opcodes
 
I2L - Static variable in interface org.datanucleus.asm.Opcodes
 
I2S - Static variable in interface org.datanucleus.asm.Opcodes
 
IADD - Static variable in interface org.datanucleus.asm.Opcodes
 
IALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
IAND - Static variable in interface org.datanucleus.asm.Opcodes
 
IASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
ICONST_0 - Static variable in interface org.datanucleus.asm.Opcodes
 
ICONST_1 - Static variable in interface org.datanucleus.asm.Opcodes
 
ICONST_2 - Static variable in interface org.datanucleus.asm.Opcodes
 
ICONST_3 - Static variable in interface org.datanucleus.asm.Opcodes
 
ICONST_4 - Static variable in interface org.datanucleus.asm.Opcodes
 
ICONST_5 - Static variable in interface org.datanucleus.asm.Opcodes
 
ICONST_M1 - Static variable in interface org.datanucleus.asm.Opcodes
 
IDENTIFIER - Static variable in interface org.datanucleus.query.symbol.Symbol
 
IDENTITY - Static variable in class org.datanucleus.metadata.IdentityStrategy
strategy="identity" in JDO and JPA The value "identity" specifies that the column identified as the key column is managed by the database as an autoincrementing identity type.
IDENTITY_OID_IMPL - Static variable in class org.datanucleus.ClassConstants
 
IDENTITY_OID_IMPL - Static variable in class org.datanucleus.ClassNameConstants
 
IDENTITY_SINGLEFIELD_BYTE - Static variable in class org.datanucleus.ClassConstants
 
IDENTITY_SINGLEFIELD_BYTE - Static variable in class org.datanucleus.ClassNameConstants
 
IDENTITY_SINGLEFIELD_CHAR - Static variable in class org.datanucleus.ClassConstants
 
IDENTITY_SINGLEFIELD_CHAR - Static variable in class org.datanucleus.ClassNameConstants
 
IDENTITY_SINGLEFIELD_INT - Static variable in class org.datanucleus.ClassConstants
 
IDENTITY_SINGLEFIELD_INT - Static variable in class org.datanucleus.ClassNameConstants
 
IDENTITY_SINGLEFIELD_LONG - Static variable in class org.datanucleus.ClassConstants
 
IDENTITY_SINGLEFIELD_LONG - Static variable in class org.datanucleus.ClassNameConstants
 
IDENTITY_SINGLEFIELD_OBJECT - Static variable in class org.datanucleus.ClassConstants
 
IDENTITY_SINGLEFIELD_OBJECT - Static variable in class org.datanucleus.ClassNameConstants
 
IDENTITY_SINGLEFIELD_SHORT - Static variable in class org.datanucleus.ClassConstants
 
IDENTITY_SINGLEFIELD_SHORT - Static variable in class org.datanucleus.ClassNameConstants
 
IDENTITY_SINGLEFIELD_STRING - Static variable in class org.datanucleus.ClassConstants
 
IDENTITY_SINGLEFIELD_STRING - Static variable in class org.datanucleus.ClassNameConstants
 
IdentityKeyTranslator - Interface in org.datanucleus.identity
Translator for object identities where the user wants to input identities that are not strict key forms, so this returns a valid identity.
IdentityManager - Interface in org.datanucleus.identity
Manager for identity creation etc.
IdentityManagerImpl - Class in org.datanucleus.identity
Manager for identity operations.
IdentityManagerImpl(PersistenceNucleusContext) - Constructor for class org.datanucleus.identity.IdentityManagerImpl
 
identityMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Identity MetaData
IdentityMetaData - Class in org.datanucleus.metadata
Meta-Data for the datastore-identity of a class.
IdentityMetaData() - Constructor for class org.datanucleus.metadata.IdentityMetaData
Default constructor.
IdentityReference - Class in org.datanucleus.identity
Simple identity being a reference to the object itself.
IdentityReference(Object) - Constructor for class org.datanucleus.identity.IdentityReference
 
identitySpecified - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Flag whether the identity was specified by the user.
IdentityStrategy - Class in org.datanucleus.metadata
Representation of the values for identity "strategy".
IdentityStringTranslator - Interface in org.datanucleus.identity
Translator for object identities where the user wants to input identities that are not strict JDO standard toString() forms, so this converts them.
identityType - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Identity-type tag value.
IdentityType - Enum in org.datanucleus.metadata
Representation of the values for identity-type.
IdentityUtils - Class in org.datanucleus.identity
Series of utilities for handling identities of objects.
IdentityUtils() - Constructor for class org.datanucleus.identity.IdentityUtils
 
IDIV - Static variable in interface org.datanucleus.asm.Opcodes
 
idKeyTranslator - Variable in class org.datanucleus.identity.IdentityManagerImpl
Identity key translator (if any).
idStringTranslator - Variable in class org.datanucleus.identity.IdentityManagerImpl
Identity string translator (if any).
IF_ACMPEQ - Static variable in interface org.datanucleus.asm.Opcodes
 
IF_ACMPNE - Static variable in interface org.datanucleus.asm.Opcodes
 
IF_ICMPEQ - Static variable in interface org.datanucleus.asm.Opcodes
 
IF_ICMPGE - Static variable in interface org.datanucleus.asm.Opcodes
 
IF_ICMPGT - Static variable in interface org.datanucleus.asm.Opcodes
 
IF_ICMPLE - Static variable in interface org.datanucleus.asm.Opcodes
 
IF_ICMPLT - Static variable in interface org.datanucleus.asm.Opcodes
 
IF_ICMPNE - Static variable in interface org.datanucleus.asm.Opcodes
 
IFEQ - Static variable in interface org.datanucleus.asm.Opcodes
 
IFGE - Static variable in interface org.datanucleus.asm.Opcodes
 
IFGT - Static variable in interface org.datanucleus.asm.Opcodes
 
IFLE - Static variable in interface org.datanucleus.asm.Opcodes
 
IFLT - Static variable in interface org.datanucleus.asm.Opcodes
 
IFNE - Static variable in interface org.datanucleus.asm.Opcodes
 
IFNONNULL - Static variable in interface org.datanucleus.asm.Opcodes
 
IFNULL - Static variable in interface org.datanucleus.asm.Opcodes
 
ignoreCache - Variable in class org.datanucleus.store.query.Query
Whether to ignore dirty instances in the query.
IINC - Static variable in interface org.datanucleus.asm.Opcodes
 
ILLEGAL_STATE - Static variable in class org.datanucleus.state.LifeCycleState
illegal state
IllegalStateTransitionException - Exception in org.datanucleus.state
A IllegalStateTransitionException is thrown if a life-cycle state attempts a transition that is illegal.
IllegalStateTransitionException(LifeCycleState, String, ObjectProvider) - Constructor for exception org.datanucleus.state.IllegalStateTransitionException
Constructs an illegal state transition exception.
ILOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
ImplementationCreator - Interface in org.datanucleus
Create instances of persistable objects.
ImplementationCreatorImpl - Class in org.datanucleus.enhancer
Creator of persistable objects using the ASM bytecode manipulation library.
ImplementationCreatorImpl(MetaDataManager) - Constructor for class org.datanucleus.enhancer.ImplementationCreatorImpl
Constructor.
ImplementationGenerator - Class in org.datanucleus.enhancer
Implementation generator using ASM bytecode manipulation library.
ImplementationGenerator(InterfaceMetaData, String, MetaDataManager) - Constructor for class org.datanucleus.enhancer.ImplementationGenerator
Constructor for an implementation of a persistent interface.
ImplementationGenerator(ClassMetaData, String, MetaDataManager) - Constructor for class org.datanucleus.enhancer.ImplementationGenerator
Constructor for an implementation of an abstract class.
implementationOfPersistentDefinition - Variable in class org.datanucleus.metadata.AbstractClassMetaData
 
implementations - Variable in class org.datanucleus.metadata.ClassMetaData
List of implements.
implementsMetaData - Variable in class org.datanucleus.metadata.ClassMetaData
ImplementsMetaData
ImplementsMetaData - Class in org.datanucleus.metadata
The implements element declares a persistence-capable interface implemented by the persistence-capable class that contains this element.
ImplementsMetaData(String) - Constructor for class org.datanucleus.metadata.ImplementsMetaData
Constructor.
implicitParameters - Variable in class org.datanucleus.store.query.Query
Map of implicit parameters, keyed by the name/number.
importClass(String) - Method in class org.datanucleus.util.Imports
Method to import the specified class.
importPackage(String) - Method in class org.datanucleus.util.Imports
Method to import the package given by the specified class.
imports - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
imports - Variable in class org.datanucleus.store.query.Query
Any import declarations for the types used in the query, semicolon separated.
Imports - Class in org.datanucleus.util
Utility class handling Imports.
Imports() - Constructor for class org.datanucleus.util.Imports
Constructor.
IMUL - Static variable in interface org.datanucleus.asm.Opcodes
 
IncompatibleFieldTypeException - Exception in org.datanucleus.store.types
A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
IncompatibleFieldTypeException(String, String, String) - Constructor for exception org.datanucleus.store.types.IncompatibleFieldTypeException
Constructs an incompatible field type exception.
INCREMENT - Static variable in class org.datanucleus.metadata.IdentityStrategy
strategy="increment" in JDO and "table" in JPA The value "increment" specifies a strategy that simply finds the largest key already in the database and increments the key value for new instances.
incrementActiveConnections() - Method in class org.datanucleus.management.FactoryStatistics
 
incrementDeleteCount() - Method in class org.datanucleus.management.AbstractStatistics
 
incrementFetchCount() - Method in class org.datanucleus.management.AbstractStatistics
 
incrementInsertCount() - Method in class org.datanucleus.management.AbstractStatistics
 
incrementNumReads() - Method in class org.datanucleus.management.AbstractStatistics
 
incrementNumWrites() - Method in class org.datanucleus.management.AbstractStatistics
 
incrementUpdateCount() - Method in class org.datanucleus.management.AbstractStatistics
 
incrementUseCount() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
indexed - Variable in class org.datanucleus.metadata.AbstractElementMetaData
The indexing value
indexed - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
The indexing value
indexed - Variable in class org.datanucleus.metadata.DiscriminatorMetaData
Whether the discriminator is indexed or not and whether it is unique
indexed - Variable in class org.datanucleus.metadata.JoinMetaData
The indexing value
indexed - Variable in class org.datanucleus.metadata.OrderMetaData
The indexing value specified as input.
indexed - Variable in class org.datanucleus.metadata.VersionMetaData
Indexed value.
IndexedValue - Enum in org.datanucleus.metadata
Representation of whether an item is indexed or not.
indexes - Variable in class org.datanucleus.metadata.AbstractClassMetaData
List of indexes
indexMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
IndexMetaData
indexMetaData - Variable in class org.datanucleus.metadata.AbstractElementMetaData
IndexMetaData
indexMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
IndexMetaData.
indexMetaData - Variable in class org.datanucleus.metadata.DiscriminatorMetaData
Definition of any indexing of the discriminator column.
IndexMetaData - Class in org.datanucleus.metadata
For schema generation, it might be useful to specify that a column or columns be indexed, and to provide the name of the index.
IndexMetaData() - Constructor for class org.datanucleus.metadata.IndexMetaData
 
IndexMetaData(IndexMetaData) - Constructor for class org.datanucleus.metadata.IndexMetaData
Copy constructor.
indexMetaData - Variable in class org.datanucleus.metadata.JoinMetaData
the index element.
indexMetaData - Variable in class org.datanucleus.metadata.OrderMetaData
IndexMetaData.
indexMetaData - Variable in class org.datanucleus.metadata.VersionMetaData
IndexMetaData for the version column.
indexOf(Object) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
indexOf(Object) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
indexOf(Object) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to check the index of a result.
indexOf(ObjectProvider, Object) - Method in interface org.datanucleus.store.scostore.ListStore
Method to return the position of an element in the List.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to the position of an element.
indexOf(Object, int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.List
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to the position of an element.
indexOf(Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to the position of an element.
indexOf(Object, int) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to the position of an element.
INEG - Static variable in interface org.datanucleus.asm.Opcodes
 
info - Variable in class org.datanucleus.asm.Label
Field used to associate user information to a label.
info(Object) - Method in class org.datanucleus.util.JDK14Logger
Log an info message.
info(Object, Throwable) - Method in class org.datanucleus.util.JDK14Logger
Log an info message with throwable.
info(Object) - Method in class org.datanucleus.util.Log4JLogger
Log an info message.
info(Object, Throwable) - Method in class org.datanucleus.util.Log4JLogger
Log an info message with throwable.
info(Object) - Method in class org.datanucleus.util.NucleusLogger
Log an info message.
info(Object, Throwable) - Method in class org.datanucleus.util.NucleusLogger
Log an info message with throwable.
info(Object) - Method in class org.datanucleus.util.NullLogger
 
info(Object, Throwable) - Method in class org.datanucleus.util.NullLogger
 
inheritanceMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Inheritance MetaData
InheritanceMetaData - Class in org.datanucleus.metadata
Representation of the Meta-Data defining inherited classes.
InheritanceMetaData() - Constructor for class org.datanucleus.metadata.InheritanceMetaData
Default constructor.
InheritanceStrategy - Enum in org.datanucleus.metadata
Representation of the values for inheritance "strategy".
inheritIdentity() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Inherit the identity definition from super classes.
InitClass - Class in org.datanucleus.enhancer.methods
Method to generate a static initialisation block for the class using ASM.
InitClass(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.InitClass
Constructor.
InitFieldFlags - Class in org.datanucleus.enhancer.methods
Method to generate the method "__dnFieldFlagsInit" using ASM.
InitFieldFlags(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.InitFieldFlags
Constructor.
InitFieldNames - Class in org.datanucleus.enhancer.methods
Method to generate the method "__dnFieldNamesInit" using ASM.
InitFieldNames(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.InitFieldNames
Constructor.
InitFieldTypes - Class in org.datanucleus.enhancer.methods
Method to generate the method "__dnFieldTypesInit" using ASM.
InitFieldTypes(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.InitFieldTypes
Constructor.
initialise() - Method in class org.datanucleus.AbstractNucleusContext
 
initialise() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Initialisation of the information for enhancing this class.
initialise() - Method in class org.datanucleus.enhancer.ClassMethod
Default implementation of initialise, specifying the method based on the ClassMethod info.
initialise(ClassVisitor) - Method in class org.datanucleus.enhancer.ClassMethod
Method to initialise the class method.
initialise(Object, Map<String, Object>) - Method in interface org.datanucleus.ExecutionContext
 
initialise(Object, Map<String, Object>) - Method in class org.datanucleus.ExecutionContextImpl
 
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to initialise the sub-objects of this class metadata.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractElementMetaData
Method to initialise the object, creating any convenience arrays needed.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Initialisation method.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.ClassMetaData
Method to initialise the object, creating internal convenience arrays.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
Initialisation method.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.EmbeddedMetaData
Method to initialise the object, creating all internal convenience arrays.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.InheritanceMetaData
Method to initialise the object, creating internal convenience arrays.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.InterfaceMetaData
Method to initialise the object, creating internal convenience arrays.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.JoinMetaData
Method to initialise the object, creating internal convenience arrays.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.MetaData
 
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.OrderMetaData
Method to initialise the object, creating internal convenience arrays.
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.PackageMetaData
 
initialise(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.VersionMetaData
Initialisation method.
initialise() - Method in interface org.datanucleus.NucleusContext
Method to initialise the context for use.
initialise() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
initialise(T, boolean, boolean) - Method in interface org.datanucleus.store.types.SCO
Method to initialise the SCO for use using an existing object of the same or compatible type.
initialise() - Method in interface org.datanucleus.store.types.SCO
Method to initialise the SCO for use.
initialise(ArrayList, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to initialise the SCO for use.
initialise(ArrayList, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to initialise the SCO for use.
initialise(Collection, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to initialise the SCO for use.
initialise(HashMap, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to initialise the SCO for use.
initialise(HashSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to initialise the SCO for use.
initialise(Hashtable, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to initialise the SCO for use.
initialise(LinkedHashMap, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to initialise the SCO for use.
initialise(LinkedHashSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to initialise the SCO for use.
initialise(LinkedList, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to initialise the SCO for use.
initialise(List, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to initialise the SCO for use.
initialise(Map, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to initialise the SCO for use.
initialise(PriorityQueue, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to initialise the SCO for use.
initialise(Properties, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to initialise the SCO for use.
initialise(Queue, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to initialise the SCO for use.
initialise(Set, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to initialise the SCO for use.
initialise(SortedMap, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to initialise the SCO for use.
initialise(SortedSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to initialise the SCO for use.
initialise(Stack, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to initialise the SCO for use.
initialise(TreeMap, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to initialise the SCO for use.
initialise(TreeSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to initialise the SCO for use.
initialise(Vector, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to initialise the SCO for use.
initialise() - Method in class org.datanucleus.store.types.wrappers.BitSet
Method to initialise the SCO for use.
initialise(BitSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.BitSet
Method to initialise the SCO from an existing value.
initialise(Collection, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.Collection
Method to initialise the SCO for use.
initialise() - Method in class org.datanucleus.store.types.wrappers.Date
Method to initialise the SCO for use.
initialise(Date, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Date
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to initialise the SCO for use.
initialise(GregorianCalendar, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to initialise the SCO from an existing value.
initialise(HashMap, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to initialise the SCO for use.
initialise(HashSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to initialise the SCO for use.
initialise(Hashtable, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to initialise the SCO for use.
initialise(LinkedHashMap, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to initialise the SCO for use.
initialise(LinkedHashSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to initialise the SCO for use.
initialise(LinkedList, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to initialise the SCO for use.
initialise(List, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.List
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.List
Method to initialise the SCO for use.
initialise(Map, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Map
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.Map
Method to initialise the SCO for use.
initialise(PriorityQueue, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to initialise the SCO for use.
initialise(Properties, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.Properties
Method to initialise the SCO for use.
initialise(Queue, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.Queue
Method to initialise the SCO for use.
initialise(Set, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Set
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.Set
Method to initialise the SCO for use.
initialise(SortedMap, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to initialise the SCO for use.
initialise(SortedSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to initialise the SCO for use.
initialise() - Method in class org.datanucleus.store.types.wrappers.SqlDate
Method to initialise the SCO for use.
initialise(Date, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.SqlDate
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.SqlTime
Method to initialise the SCO for use.
initialise(Time, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.SqlTime
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Method to initialise the SCO for use.
initialise(Timestamp, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Method to initialise the SCO from an existing value.
initialise(Stack, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to initialise the SCO for use.
initialise(TreeMap, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to initialise the SCO for use.
initialise(TreeSet, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to initialise the SCO for use.
initialise(Vector, boolean, boolean) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to initialise the SCO from an existing value.
initialise() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to initialise the SCO for use.
initialiseAbstractClassMetaData(AbstractClassMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to initialise the MetaData for the specified class/interface.
initialiseAutoStart(ClassLoaderResolver) - Method in class org.datanucleus.PersistenceNucleusContextImpl
Method to initialise the auto-start mechanism, loading up the classes from its store into memory so that we start from what is required to be loaded.
initialiseClassMetaData(ClassMetaData, Class, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Utility to initialise the MetaData for a class, using the specified class.
initialised - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Flag for whether we are initialised.
initialiseDelegate() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Convenience method to set up the delegate respecting any comparator specified in MetaData.
initialiseDelegate() - Method in class org.datanucleus.store.types.wrappers.Queue
Convenience method to set up the delegate respecting any comparator specified in MetaData.
initialiseDelegate() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Convenience method to set up the delegate respecting any comparator specified in MetaData.
initialiseDelegate() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Convenience method to set up the delegate respecting any comparator specified in MetaData.
initialiseDelegate() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Convenience method to set up the delegate respecting any comparator specified in MetaData.
initialiseDelegate() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Convenience method to set up the delegate respecting any comparator specified in MetaData.
initialiseFieldsList() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Method to initialise the list of fields to add.
initialiseFileMetaData(FileMetaData, ClassLoaderResolver, ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Initialise all classes/interfaces in a Meta-Data file.
initialiseFileMetaDataForUse(Collection, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Method to initialise the provided FileMetaData, ready for use.
initialiseForCachedPC(CachedPC<T>, Object) - Method in interface org.datanucleus.state.ObjectProvider
Initialise the ObjectProvider, assigning the specified id to the object.
initialiseForCachedPC(CachedPC<Persistable>, Object) - Method in class org.datanucleus.state.StateManagerImpl
Initialise the ObjectProvider, assigning the specified id to the object.
initialiseForDetached(T, Object, Object) - Method in interface org.datanucleus.state.ObjectProvider
Initialises the ObjectProvider to manage a persistable object in detached state.
initialiseForDetached(Persistable, Object, Object) - Method in class org.datanucleus.state.StateManagerImpl
Initialises the StateManager to manage a Persistable object in detached state.
initialiseForEmbedded(T, boolean) - Method in interface org.datanucleus.state.ObjectProvider
Initialises a state manager to manage a persistable instance that will be EMBEDDED/SERIALISED into another persistable object.
initialiseForEmbedded(Persistable, boolean) - Method in class org.datanucleus.state.StateManagerImpl
Initialises a state manager to manage a Persistable instance that will be EMBEDDED/SERIALISED into another Persistable object.
initialiseForHollow(Object, FieldValues, Class<T>) - Method in interface org.datanucleus.state.ObjectProvider
Initialises a state manager to manage a hollow instance having the given object ID and the given (optional) field values.
initialiseForHollow(Object, FieldValues, Class) - Method in class org.datanucleus.state.StateManagerImpl
Initialises a state manager to manage a hollow instance having the given object ID and the given (optional) field values.
initialiseForHollowAppId(FieldValues, Class<T>) - Method in interface org.datanucleus.state.ObjectProvider
Deprecated.
Remove use of this and use initialiseForHollow
initialiseForHollowAppId(FieldValues, Class) - Method in class org.datanucleus.state.StateManagerImpl
Deprecated.
Remove use of this and use initialiseForHollow
initialiseForHollowPreConstructed(Object, T) - Method in interface org.datanucleus.state.ObjectProvider
Initialises a state manager to manage the given hollow instance having the given object ID.
initialiseForHollowPreConstructed(Object, Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Initialises a state manager to manage the given hollow instance having the given object ID.
initialiseForPersistentClean(Object, T) - Method in interface org.datanucleus.state.ObjectProvider
Initialises a state manager to manage the passed persistent instance having the given object ID.
initialiseForPersistentClean(Object, Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Initialises a state manager to manage the passed persistent instance having the given object ID.
initialiseForPersistentNew(T, FieldValues) - Method in interface org.datanucleus.state.ObjectProvider
Initialises a state manager to manage a transient instance that is becoming newly persistent.
initialiseForPersistentNew(Persistable, FieldValues) - Method in class org.datanucleus.state.StateManagerImpl
Initialises a state manager to manage a transient instance that is becoming newly persistent.
initialiseForPNewToBeDeleted(T) - Method in interface org.datanucleus.state.ObjectProvider
Initialises the ObjectProvider to manage a persistable object that is not persistent but is about to be deleted.
initialiseForPNewToBeDeleted(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Initialises the StateManager to manage a Persistable object that is not persistent but is about to be deleted.
initialiseForTransactionalTransient(T) - Method in interface org.datanucleus.state.ObjectProvider
Initialises a state manager to manage a Transactional Transient instance.
initialiseForTransactionalTransient(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Initialises a state manager to manage a Transactional Transient instance.
initialiseInterfaceMetaData(InterfaceMetaData, ClassLoaderResolver, ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Utility to initialise the MetaData for a interface, using the specified class.
initialiseLevel1Cache() - Method in class org.datanucleus.ExecutionContextImpl
Method to initialise the L1 cache.
initialiseMemberPositionInformation(MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to initialise all convenience information about member positions and what role each position performs.
initialiseMethodsList() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Method to initialise the list of methods to add.
initialiseNamedQueries(ClassLoaderResolver) - Method in class org.datanucleus.PersistenceNucleusContextImpl
Method to compile all registered named queries (when the user has initialised using a persistence-unit).
initialiseQueryCaches() - Method in class org.datanucleus.store.federation.FederatedQueryManagerImpl
Method to find and initialise the query cache, for caching query compilations.
initialiseSchema(String, boolean) - Method in class org.datanucleus.PersistenceNucleusContextImpl
Method to handle generation (create, drop, drop+create) of a schema at initialisation.
initialValue - Variable in class org.datanucleus.enhancer.ClassField
Initial value for the field.
initialValue - Variable in class org.datanucleus.metadata.SequenceMetaData
Initial value of the sequence.
initialValue - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Initial value in the table.
initialValue - Variable in class org.datanucleus.store.valuegenerator.AbstractGenerator
Initial value (of the first id).
InitPersistableSuperclass - Class in org.datanucleus.enhancer.methods
Method to generate the method "__dnPersistableSuperclassInit" using ASM.
InitPersistableSuperclass(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.InitPersistableSuperclass
Constructor.
InMemoryExpressionEvaluator - Class in org.datanucleus.query.inmemory
Class providing evaluation of java "string-based" queries in-memory.
InMemoryExpressionEvaluator(ExecutionContext, Map, Map<String, Object>, Imports, ClassLoaderResolver, String, String) - Constructor for class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
Constructor for an in-memory evaluator.
InMemoryFailure - Class in org.datanucleus.query.inmemory
Class representing a failure in the in-memory evaluation process.
InMemoryFailure() - Constructor for class org.datanucleus.query.inmemory.InMemoryFailure
 
inmemoryQueryMethodEvaluatorMap - Variable in class org.datanucleus.store.query.QueryManagerImpl
Cache of InvocationEvaluator objects keyed by the method name, for use by in-memory querying.
InMemoryQueryResult - Class in org.datanucleus.query.evaluator
Simple wrapper to results generated by the in-memory query process suitable for use by JDO/JPA.
InMemoryQueryResult(List, ApiAdapter) - Constructor for class org.datanucleus.query.evaluator.InMemoryQueryResult
 
INNER_TYPE - Static variable in class org.datanucleus.asm.TypePath
A type path step that steps into the nested type of a class type.
inputBytes - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Bytes of the input class (only when enhancing generated classes with no class file).
inputCmd - Variable in class org.datanucleus.enhancer.ImplementationGenerator
Meta data for the abstract-class/interface
inputParameters - Variable in class org.datanucleus.store.query.Query
 
inputResourceName - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Resource name of the input class (only when the class exists in a class file).
inputSQL - Variable in class org.datanucleus.store.query.AbstractSQLQuery
The statement that the user specified to the Query.
insert - Variable in class org.datanucleus.store.fieldmanager.AbstractStoreFieldManager
 
insertable - Variable in class org.datanucleus.metadata.ColumnMetaData
Whether this column is to be inserted when the owning object is inserted.
insertChildNode(Node) - Method in class org.datanucleus.query.compiler.Node
 
insertChildNode(Node, int) - Method in class org.datanucleus.query.compiler.Node
 
INSERTING - Static variable in class org.datanucleus.state.ActivityState
Inserting the object.
INSERTING_CALLBACKS - Static variable in class org.datanucleus.state.ActivityState
Running callbacks after the insert of the object.
insertObject(ObjectProvider) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
insertObject(ObjectProvider) - Method in interface org.datanucleus.store.StorePersistenceHandler
Inserts a persistent object into the database.
insertObjects(ObjectProvider...) - Method in class org.datanucleus.store.AbstractPersistenceHandler
 
insertObjects(ObjectProvider...) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
insertObjects(ObjectProvider...) - Method in interface org.datanucleus.store.StorePersistenceHandler
Method to insert an array of objects to the datastore.
insertValue - Variable in class org.datanucleus.metadata.ColumnMetaData
value to use when inserting this column in the datastore (the column is not mapped to a field/property)
INSTANCEOF - Static variable in interface org.datanucleus.asm.Opcodes
 
INSTANCEOF - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type declared in an 'instanceof' instruction.
instantiable - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Whether the class is fully defined, and hence instantiable.
INT - Static variable in class org.datanucleus.asm.Type
The sort of the int type.
INT - Static variable in class org.datanucleus.ClassConstants
 
INT - Static variable in class org.datanucleus.ClassNameConstants
 
INT_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
INT_TYPE - Static variable in class org.datanucleus.asm.Type
The int type.
IntArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a int[] object to/from ByteBuffer.
IntArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.IntArrayByteBufferConverter
 
intArrayToString(int[]) - Static method in class org.datanucleus.util.StringUtils
Utility to convert an int[] to a String.
INTEGER - Static variable in interface org.datanucleus.asm.Opcodes
 
IntegerAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing an Integer, used in evaluation of aggregates.
IntegerAggregateExpression(Integer) - Constructor for class org.datanucleus.query.inmemory.IntegerAggregateExpression
 
IntegerPropertyValidator - Class in org.datanucleus.properties
Validator for a property that represents an integer.
IntegerPropertyValidator() - Constructor for class org.datanucleus.properties.IntegerPropertyValidator
 
IntegerStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.lang.Integer and a String form.
IntegerStringConverter() - Constructor for class org.datanucleus.store.types.converters.IntegerStringConverter
 
InterfaceMetaData - Class in org.datanucleus.metadata
Representation of the MetaData of a "persistent-interface".
InterfaceMetaData(PackageMetaData, String) - Constructor for class org.datanucleus.metadata.InterfaceMetaData
Constructor.
interfaceName - Variable in class org.datanucleus.store.StoreData
Name of the persistent interface, when this represents one.
interfaces - Variable in class org.datanucleus.metadata.PackageMetaData
List of interfaces (uses List to retain positioning).
internalBegin() - Method in class org.datanucleus.TransactionImpl
Method to begin the transaction.
internalCommit() - Method in class org.datanucleus.TransactionImpl
Internal commit, DataNucleus invokes it's own transaction manager implementation, if an external transaction manager is not used.
internalDeletePersistent() - Method in class org.datanucleus.state.AbstractStateManager
Method to delete the object from the datastore.
internalFetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
Method to fetch an object field whether it is SCO collection, PC, or whatever.
internalFetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.DetachFieldManager
Method to fetch an object field whether it is collection/map, PC, or whatever for the detachment process.
internalFetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.LoadFieldManager
Method to fetch an object field whether it is SCO collection, PC, or whatever for the fetchplan process.
internalFetchObjectField(int) - Method in class org.datanucleus.store.fieldmanager.MakeTransientFieldManager
Method to fetch an object field whether it is SCO collection, PC, or whatever for the fetchplan process.
internalPostCommit() - Method in class org.datanucleus.TransactionImpl
Method to perform any post-commit operations like calling the users "afterCompletion" and general clean up after the commit.
internalPreCommit() - Method in class org.datanucleus.TransactionImpl
Method to perform any pre-commit operations like flushing to the datastore, calling the users "beforeCompletion", and general preparation for the commit.
internalPreRollback() - Method in class org.datanucleus.TransactionImpl
 
internalRollback() - Method in class org.datanucleus.TransactionImpl
Internal rollback, DataNucleus invokes it's own transaction manager implementation, if an external transaction manager is not used.
intFromString(String, int) - Static method in class org.datanucleus.util.TypeConversionHelper
Convert a string into an integer.
IntId - Class in org.datanucleus.identity
This class is for identity with a single int field.
IntId(Class, int) - Constructor for class org.datanucleus.identity.IntId
 
IntId(Class, Integer) - Constructor for class org.datanucleus.identity.IntId
 
IntId(Class, String) - Constructor for class org.datanucleus.identity.IntId
 
IntId() - Constructor for class org.datanucleus.identity.IntId
 
InvalidAnnotationException - Exception in org.datanucleus.metadata
Exception thrown when an annotation has been specified that is invalid in the circumstances.
InvalidAnnotationException(String, Throwable, Object...) - Constructor for exception org.datanucleus.metadata.InvalidAnnotationException
Constructor with message resource, message param and cause exception
InvalidAnnotationException(String, Object...) - Constructor for exception org.datanucleus.metadata.InvalidAnnotationException
Constructor with message resource, message params
InvalidClassMetaDataException - Exception in org.datanucleus.metadata
Exception thrown when meta-data specific to a class is invalid.
InvalidClassMetaDataException(String, Object...) - Constructor for exception org.datanucleus.metadata.InvalidClassMetaDataException
Constructor.
InvalidMemberMetaDataException - Exception in org.datanucleus.metadata
Exception thrown when meta-data specific to a member of a class is invalid.
InvalidMemberMetaDataException(String, Object...) - Constructor for exception org.datanucleus.metadata.InvalidMemberMetaDataException
Constructor.
InvalidMetaDataException - Exception in org.datanucleus.metadata
Representation of an exception thrown when an error occurs in Meta-Data definition.
InvalidMetaDataException(String, String) - Constructor for exception org.datanucleus.metadata.InvalidMetaDataException
 
InvalidMetaDataException(String, Object...) - Constructor for exception org.datanucleus.metadata.InvalidMetaDataException
 
InvalidPrimaryKeyException - Exception in org.datanucleus.metadata
Exception thrown when a primary key class is found to be invalid for some reason.
InvalidPrimaryKeyException(String, Object...) - Constructor for exception org.datanucleus.metadata.InvalidPrimaryKeyException
Constructor that assumes that the first parameter is the class name (String).
InvocationEvaluator - Interface in org.datanucleus.query.inmemory
Interface representing an evaluator for an invocation of a method/function.
INVOKEDYNAMIC - Static variable in interface org.datanucleus.asm.Opcodes
 
InvokeExpression - Class in org.datanucleus.query.expression
Expression representing invocation of a method.
InvokeExpression(Expression, String, List) - Constructor for class org.datanucleus.query.expression.InvokeExpression
Constructor for an expression for the invocation of a method/function.
INVOKEINTERFACE - Static variable in interface org.datanucleus.asm.Opcodes
 
INVOKESPECIAL - Static variable in interface org.datanucleus.asm.Opcodes
 
INVOKESTATIC - Static variable in interface org.datanucleus.asm.Opcodes
 
INVOKEVIRTUAL - Static variable in interface org.datanucleus.asm.Opcodes
 
IOR - Static variable in interface org.datanucleus.asm.Opcodes
 
IREM - Static variable in interface org.datanucleus.asm.Opcodes
 
IRETURN - Static variable in interface org.datanucleus.asm.Opcodes
 
isAbstract() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if this field represents an abstract property.
isAbstract - Variable in class org.datanucleus.metadata.ClassMetaData
is the persistable class abstract.
isAbstract() - Method in class org.datanucleus.metadata.ClassMetaData
Whether the persistable class is abstract.
isActive() - Method in class org.datanucleus.JTAJCATransactionImpl
Accessor for whether the transaction is active.
isActive() - Method in class org.datanucleus.JTATransactionImpl
Accessor for whether the transaction is active.
isActive() - Method in interface org.datanucleus.Transaction
Returns whether there is a transaction currently active.
isActive() - Method in class org.datanucleus.TransactionImpl
Accessor for whether the transaction is active.
isAddFollowedByRemoveOnSameSCO(Store, ObjectProvider, Operation, ListIterator<Operation>) - Static method in class org.datanucleus.flush.OperationQueue
Convenience optimisation checker to return if the current operation is ADD of an element that is immediately REMOVED.
isAllowsNull() - Method in class org.datanucleus.metadata.ColumnMetaData
 
isAssignableFrom(String, Class) - Method in interface org.datanucleus.ClassLoaderResolver
Method to test whether the type represented by the specified class_2 parameter can be converted to the type represented by class_name_1 parameter.
isAssignableFrom(Class, String) - Method in interface org.datanucleus.ClassLoaderResolver
Method to test whether the type represented by the specified class_name_2 parameter can be converted to the type represented by class_1 parameter.
isAssignableFrom(String, String) - Method in interface org.datanucleus.ClassLoaderResolver
Method to test whether the type represented by the specified class_name_2 parameter can be converted to the type represented by class_name_1 parameter.
isAssignableFrom(String, String) - Method in class org.datanucleus.ClassLoaderResolverImpl
Utility to check the assignability of 2 classes in accordance with JDO's Class Loading mechanism.
isAssignableFrom(String, Class) - Method in class org.datanucleus.ClassLoaderResolverImpl
Utility to check the assignability of 2 classes in accordance with JDO's Class Loading mechanism.
isAssignableFrom(Class, String) - Method in class org.datanucleus.ClassLoaderResolverImpl
Utility to check the assignability of 2 classes in accordance with JDO's Class Loading mechanism.
isAttaching() - Method in class org.datanucleus.state.AbstractStateManager
 
isAutoCreateColumns() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isAutoCreateColumns() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isAutoCreateConstraints() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isAutoCreateConstraints() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isAutoCreateSchema() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isAutoCreateSchema() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isAutoCreateTables() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isAutoCreateTables() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isAutoCreateWarnOnError() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isAutoCreateWarnOnError() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isAutoDeleteColumns() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isAutoDeleteColumns() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isAvailable() - Method in interface org.datanucleus.store.NucleusConnection
Accessor for whether the connection is available.
isAvailable() - Method in class org.datanucleus.store.NucleusConnectionImpl
 
isBidirectional(RelationType) - Static method in enum org.datanucleus.metadata.RelationType
 
isCacheable() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
isCacheable() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.ArrayList
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.Collection
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.HashMap
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.HashSet
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.Hashtable
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedList
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.List
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.Map
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.Properties
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.Queue
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.Set
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.SortedMap
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.SortedSet
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.Stack
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.TreeMap
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.TreeSet
 
isCacheLoaded - Variable in class org.datanucleus.store.types.wrappers.backed.Vector
 
isCascadeDelete() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the whether this field should be cascaded at delete
isCascadeDetach() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the whether this field should be cascaded at detach (JPA only).
isCascadePersist() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the whether this field should be cascaded at persist
isCascadeRefresh() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the whether this field should be cascaded at refresh
isCascadeRemoveOrphans() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the whether this field should remove orphans at delete.
isCascadeUpdate() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for the whether this field should be cascaded at update
isChangingState() - Method in class org.datanucleus.state.AbstractStateManager
 
isClassCacheable(AbstractClassMetaData) - Method in interface org.datanucleus.PersistenceNucleusContext
Convenience method to return if objects of this type are cached for this NucleusContext.
isClassCacheable(AbstractClassMetaData) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
isClassPersistable(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Convenience method to return if the specified class is a known persistable class.
isClassPersistable(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
isClassWithIdentityCacheable(Object) - Method in interface org.datanucleus.PersistenceNucleusContext
Convenience method to return if the supplied id is of an object that is cacheable in the L2 cache.
isClassWithIdentityCacheable(Object) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
isClassWithoutPersistenceInfo(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Accessor for whether a class doesn't have MetaData or annotations.
isClosed() - Method in interface org.datanucleus.ExecutionContext
Accessor for whether this execution context is closed.
isClosed() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for whether this context is closed.
isCodeAttribute() - Method in class org.datanucleus.asm.Attribute
Returns true if this type of attribute is a code attribute.
isCommitting() - Method in interface org.datanucleus.Transaction
Checks whether a transaction is committing.
isCommitting() - Method in class org.datanucleus.TransactionImpl
Accessor for whether the transaction is comitting.
isCompiled() - Method in class org.datanucleus.store.query.Query
Method to return if the query is compiled.
isDatastoreIdentity(Object) - Static method in class org.datanucleus.identity.IdentityUtils
 
isDebugEnabled() - Method in class org.datanucleus.util.JDK14Logger
Accessor for whether debug logging is enabled
isDebugEnabled() - Method in class org.datanucleus.util.Log4JLogger
Accessor for whether debug logging is enabled
isDebugEnabled() - Method in class org.datanucleus.util.NucleusLogger
Accessor for whether debug logging is enabled
isDebugEnabled() - Method in class org.datanucleus.util.NullLogger
 
isDefaultable() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for whether the column is defaultable.
isDefaultable() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
isDefaultEmbeddedType(Class) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for whether the type is by default embedded.
isDefaultEmbeddedType(Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
isDefaultFetchGroup() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
isDefaultFetchGroup(Class) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for whether the type is by default in the DFG.
isDefaultFetchGroup(Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
isDefaultFetchGroupForCollection(Class, Class) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for whether the generic collection type is by default in the DFG.
isDefaultFetchGroupForCollection(Class, Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
isDefaultPersistent(Class) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for whether the type is by default persistent.
isDefaultPersistent(Class) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
isDeferred() - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
isDeferred() - Method in class org.datanucleus.metadata.UniqueMetaData
 
isDelayDatastoreOperationsEnabled() - Method in interface org.datanucleus.ExecutionContext
Whether the datastore operations are delayed until commit.
isDelayDatastoreOperationsEnabled() - Method in class org.datanucleus.ExecutionContextImpl
Whether the datastore operations are delayed until commit/flush.
isDeleted(Object) - Method in interface org.datanucleus.api.ApiAdapter
Accessor for whether the passed object is deleted.
IsDeleted - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnIsDeleted" using ASM.
IsDeleted(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.IsDeleted
Constructor.
isDeleted - Variable in class org.datanucleus.state.LifeCycleState
 
isDeleted() - Method in class org.datanucleus.state.LifeCycleState
Return whether the object is deleted.
isDeleted() - Method in interface org.datanucleus.state.ObjectProvider
Tests whether this object has been deleted.
isDeleted(Persistable) - Method in interface org.datanucleus.state.StateManager
Tests whether this object has been deleted.
isDeleted() - Method in class org.datanucleus.state.StateManagerImpl
 
isDeleted(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Tests whether this object has been deleted.
isDeleting() - Method in class org.datanucleus.state.AbstractStateManager
 
isDeleting() - Method in interface org.datanucleus.state.ObjectProvider
Tests whether this object is in the process of being deleted.
isDependent() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
isDependentElement() - Method in class org.datanucleus.metadata.ArrayMetaData
Accessor for The dependent-element attribute indicates that the collection's element contains a reference that is to be deleted if the referring instance is deleted.
isDependentElement() - Method in class org.datanucleus.metadata.CollectionMetaData
Accessor for The dependent-element attribute indicates that the collection's element contains a reference that is to be deleted if the referring instance is deleted.
isDependentKey() - Method in class org.datanucleus.metadata.MapMetaData
Accessor for the dependent-key attribute indicates that the map's key contains references that are to be deleted if the referring instance is deleted.
isDependentValue() - Method in class org.datanucleus.metadata.MapMetaData
Accessor for the dependent-value attribute indicates that the map's value contains references that are to be deleted if the referring instance is deleted.
isDescendantOf(AbstractClassMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to return if this class is a descendant of the supplied class metadata.
isDetachable(Object) - Method in interface org.datanucleus.api.ApiAdapter
Method to return if the passed object is detachable using this API.
isDetachable() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
isDetached(Object) - Method in interface org.datanucleus.api.ApiAdapter
Accessor for whether the passed object is detached.
IsDetached - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnIsDetached" using ASM.
IsDetached(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.IsDetached
Constructor.
isDetaching() - Method in class org.datanucleus.state.AbstractStateManager
 
isDirty(Object) - Method in interface org.datanucleus.api.ApiAdapter
Accessor for whether the passed object is dirty.
IsDirty - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnIsDirty" using ASM.
IsDirty(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.IsDirty
Constructor.
isDirty - Variable in class org.datanucleus.state.LifeCycleState
 
isDirty() - Method in class org.datanucleus.state.LifeCycleState
Return whether the object is dirty, ie has been changed (created, updated, deleted) in this Tx.
isDirty(Persistable) - Method in interface org.datanucleus.state.StateManager
Tests whether this object is dirty.
isDirty(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Tests whether this object is dirty.
isDisconnecting() - Method in class org.datanucleus.state.AbstractStateManager
 
isEmbedded() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
isEmbedded() - Method in class org.datanucleus.state.AbstractStateManager
Convenience accessor for whether this StateManager manages an embedded/serialised object.
isEmbedded() - Method in interface org.datanucleus.state.ObjectProvider
Convenience accessor for whether this ObjectProvider manages an embedded/serialised object.
isEmbeddedElement() - Method in class org.datanucleus.metadata.ArrayMetaData
Accessor for the embedded-element value
isEmbeddedElement() - Method in class org.datanucleus.metadata.CollectionMetaData
Accessor for the embedded-element tag value
isEmbeddedKey() - Method in class org.datanucleus.metadata.MapMetaData
Accessor for the embedded-key tag value.
isEmbeddedOnly() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
isEmbeddedValue() - Method in class org.datanucleus.metadata.MapMetaData
Accessor for the embedded-value tag value.
isEmpty() - Method in class org.datanucleus.cache.AbstractLevel2Cache
Accessor for whether the cache is empty
isEmpty() - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Accessor for whether the cache is empty
isEmpty() - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
isEmpty() - Method in interface org.datanucleus.cache.Level2Cache
Accessor for whether the cache is empty.
isEmpty() - Method in class org.datanucleus.cache.NullLevel2Cache
 
isEmpty() - Method in class org.datanucleus.cache.SoftRefCache
 
isEmpty() - Method in class org.datanucleus.cache.StrongRefCache
 
isEmpty() - Method in class org.datanucleus.cache.WeakLevel2Cache
Accessor for whether the cache is empty.
isEmpty() - Method in class org.datanucleus.cache.WeakRefCache
 
isEmpty() - Method in class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
isEmpty() - Method in interface org.datanucleus.query.cache.QueryCompilationCache
Accessor for whether the cache is empty.
isEmpty() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
isEmpty() - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
isEmpty() - Method in class org.datanucleus.store.query.AbstractQueryResult
Returns true if this collection contains no elements.
isEmpty() - Method in class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
isEmpty() - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
isEmpty() - Method in interface org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Accessor for whether the cache is empty.
isEmpty() - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Accessor for whether the cache is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Accessor for whether the ArrayList is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Accessor for whether the ArrayList is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Accessor for whether the Collection is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Accessor for whether the HashSet is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Accessor for whether the LinkedHashSet is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Accessor for whether the LinkedList is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.List
Accessor for whether the List is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Accessor for whether the Collection is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Accessor for whether the Collection is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Accessor for whether the Collection is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for whether the SortedSet is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Accessor for whether the Stack is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for whether the TreeSet is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Accessor for whether the Vector is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.Collection
Accessor for whether the Collection is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.HashSet
Accessor for whether the HashSet is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Accessor for whether the LinkedHashSet is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Accessor for whether the LinkedList is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.List
Accessor for whether the List is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.Map
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for whether the Collection is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.Properties
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.Queue
Accessor for whether the Collection is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.Set
Accessor for whether the Collection is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for whether the SortedSet is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.Stack
Accessor for whether the Stack is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to return if the Map is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for whether the TreeSet is empty.
isEmpty() - Method in class org.datanucleus.store.types.wrappers.Vector
Accessor for whether the Vector is empty.
isEmpty() - Method in class org.datanucleus.util.ReferenceValueMap
Accessor for whether the Map is empty.
isEmpty(String) - Static method in class org.datanucleus.util.StringUtils
check string is null or length is 0.
isEnhanced() - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Accessor for whether the class is considered enhanced.
isEnhancing() - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for whether we are managing the enhancement process.
isEnhancing() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
isEnlisted(XAResource) - Method in class org.datanucleus.transaction.Transaction
 
isEnlistedInTransaction(Object) - Method in interface org.datanucleus.ExecutionContext
Method to return if an object is enlisted in the current transaction.
isEnlistedInTransaction(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to return if an object is enlisted in the current transaction.
isExcludeDefaultListeners() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Whether default listeners are not going to be invoked
isExcludeSuperClassListeners() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Whether super classes listeners are not going to be invoked
isFatal() - Method in exception org.datanucleus.exceptions.NucleusException
Accessor for whether the exception is fatal, or retriable.
isFCO() - Method in class org.datanucleus.store.StoreData
Accessor for whether this represents FCO data.
isFederated() - Method in interface org.datanucleus.PersistenceNucleusContext
Return whether we are managing a federated context (i.e a primary StoreManager, with some secondary StoreManager(s)).
isFederated() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
isFieldArrayTypePersistable(MetaDataManager) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Utility to return if this array field has elements that are Persistable.
isFieldLoaded(int) - Method in class org.datanucleus.state.AbstractStateManager
Accessor for whether a field is currently loaded.
isFieldLoaded(int) - Method in interface org.datanucleus.state.ObjectProvider
Accessor for whether a field is currently loaded.
isFieldToBePersisted() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Accessor for whether the field is to be persisted by the persistence process.
isFieldTypePersistable(Class) - Method in interface org.datanucleus.metadata.MetaDataManager
Utility to return if this field is persistable.
isFieldTypePersistable(Class) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
isFinal() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if this field/property is final.
isFlushedNew() - Method in class org.datanucleus.state.AbstractStateManager
 
isFlushedNew() - Method in interface org.datanucleus.state.ObjectProvider
Whether this record has been flushed to the datastore in this transaction (i.e called persist() and is in the datastore now).
isFlushedToDatastore() - Method in class org.datanucleus.state.AbstractStateManager
 
isFlushedToDatastore() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for whether all changes have been written to the datastore.
isFlushing() - Method in interface org.datanucleus.ExecutionContext
Accessor for whether the ExecutionContext is flushing changes to the datastore.
isFlushing() - Method in class org.datanucleus.ExecutionContextImpl
Returns whether the context is in the process of flushing.
isFlushing() - Method in class org.datanucleus.state.AbstractStateManager
 
isForward() - Method in class org.datanucleus.metadata.OrderMetaData.FieldOrder
 
isHigherThan(Expression.Operator) - Method in class org.datanucleus.query.expression.Expression.MonadicOperator
Check if this operator has higher precedence than op
isHigherThanLeftSide(Expression.Operator) - Method in class org.datanucleus.query.expression.Expression.DyadicOperator
Checks if this operation is higher than operator op in left side of the expression
isHigherThanRightSide(Expression.Operator) - Method in class org.datanucleus.query.expression.Expression.DyadicOperator
Checks if this operation is higher than operator op in right side of the expression
ISHL - Static variable in interface org.datanucleus.asm.Opcodes
 
ISHR - Static variable in interface org.datanucleus.asm.Opcodes
 
isImplementationOfPersistentDefinition() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Return whether this MetaData is for an implementation of a persistent definition.
isIndexedList() - Method in class org.datanucleus.metadata.OrderMetaData
Convenience method to return if the List is an "indexed List" like in JDO2.
isInfoEnabled() - Method in class org.datanucleus.util.JDK14Logger
Accessor for whether info logging is enabled
isInfoEnabled() - Method in class org.datanucleus.util.Log4JLogger
Accessor for whether info logging is enabled
isInfoEnabled() - Method in class org.datanucleus.util.NucleusLogger
Accessor for whether info logging is enabled
isInfoEnabled() - Method in class org.datanucleus.util.NullLogger
 
isInitialised() - Method in class org.datanucleus.metadata.MetaData
 
isInnerClass(String) - Static method in class org.datanucleus.util.ClassUtils
Method to check whether a classname is for an inner class.
isInsertable() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if the field/property is insertable.
isInserting(Object) - Method in interface org.datanucleus.ExecutionContext
Tests whether this persistable object is being inserted.
isInserting(Object) - Method in class org.datanucleus.ExecutionContextImpl
Tests whether this persistable object is in the process of being inserted.
isInserting() - Method in class org.datanucleus.state.AbstractStateManager
Tests whether this object is being inserted.
isInserting() - Method in interface org.datanucleus.state.ObjectProvider
Tests whether this object is being inserted.
isInstantiable() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
isJavaBeanGetterMethod(Method) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return if the supplied method is a valid java bean getter method.
isJcaMode() - Method in interface org.datanucleus.PersistenceNucleusContext
Accessor for the JCA mode.
isJcaMode() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
isJdbcStore() - Method in class org.datanucleus.store.AbstractStoreManager
 
isJdbcStore() - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
isJdbcStore() - Method in interface org.datanucleus.store.StoreManager
Returns whether the datastore is a "JDBC datastore".
isJdbcTypeFloatingPoint(JdbcType) - Static method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to return if a jdbc-type is floating point based.
isJdbcTypeNumeric(JdbcType) - Static method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to return if a jdbc-type is numeric.
isJdbcTypeString(JdbcType) - Static method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to return if a jdbc-type is character based.
isJoined() - Method in class org.datanucleus.JTATransactionImpl
 
isKeyword(String) - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Method to return if the supplied name is a keyword.
isKeyword(String) - Method in class org.datanucleus.query.compiler.JDOQLCompiler
Method to return if the supplied name is a keyword.
isKeyword(String) - Method in class org.datanucleus.query.compiler.JPQLCompiler
Method to return if the supplied name is a keyword.
isKeyword(String) - Static method in class org.datanucleus.query.JDOQLQueryHelper
Convenience method returning if the supplied name is a keyword for this query language.
isKeyword(String) - Static method in class org.datanucleus.query.JPQLQueryHelper
Convenience method returning if the supplied name is a keyword for this query language.
isKeywordExtended(String) - Static method in class org.datanucleus.query.JDOQLQueryHelper
Convenience method returning if the supplied name is a keyword for this query language, allowing the DataNucleus extension keywords (UPDATE, DELETE, SET).
isListBased(Class) - Static method in class org.datanucleus.store.types.SCOUtils
Return whether the supplied type (collection) is list based.
isLoaded(int) - Method in interface org.datanucleus.state.ObjectProvider
 
isLoaded(Persistable, int) - Method in interface org.datanucleus.state.StateManager
Return true if the field is cached in the calling instance.
isLoaded(int) - Method in class org.datanucleus.state.StateManagerImpl
Returns the loaded setting for the field of the managed object.
isLoaded(Persistable, int) - Method in class org.datanucleus.state.StateManagerImpl
Return true if the field is cached in the calling instance.
isLoaded() - Method in interface org.datanucleus.store.types.SCOContainer
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.Collection
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.List
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.Map
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.Properties
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.Queue
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.Set
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to return if the SCO has its contents loaded.
isLoaded() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return if the SCO has its contents loaded.
isLocked() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
isLocked() - Method in interface org.datanucleus.store.connection.ManagedConnection
 
isMakingTransient() - Method in class org.datanucleus.state.AbstractStateManager
 
isManaged(Object) - Method in interface org.datanucleus.api.ApiAdapter
Whether the provided object is currently managed (has an ExecutionContext).
isManagingRelations() - Method in interface org.datanucleus.ExecutionContext
Returns whether this ExecutionContext is currently performing the manage relationships task.
isManagingRelations() - Method in class org.datanucleus.ExecutionContextImpl
Returns whether this context is currently performing the manage relationships task.
isMappedSuperclass() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
isMemberDefaultPersistent(Class) - Method in interface org.datanucleus.api.ApiAdapter
Accessor for whether this member type is default persistent.
isMemberEmbedded(AbstractMemberMetaData, RelationType, ClassLoaderResolver, MetaDataManager) - Static method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to return whether a member is stored as embedded.
isMemberEmbedded(MetaDataManager, ClassLoaderResolver, AbstractMemberMetaData, RelationType, AbstractMemberMetaData) - Method in class org.datanucleus.metadata.MetaDataUtils
Convenience method to return if the specified member is embedded.
isMetaDataComplete() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Accessor for whether this class is fully specified by this metadata and that any annotations should be ignored.
isNew(Object) - Method in interface org.datanucleus.api.ApiAdapter
Accessor for whether the passed object is new.
IsNew - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnIsNew" using ASM.
IsNew(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.IsNew
Constructor.
isNew - Variable in class org.datanucleus.state.LifeCycleState
 
isNew() - Method in class org.datanucleus.state.LifeCycleState
Return whether the object was newly created.
isNew(Persistable) - Method in interface org.datanucleus.state.StateManager
Tests whether this object has been newly made persistent.
isNew(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Tests whether this object has been newly made persistent.
isNullable() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for whether the column is nullable in the datastore.
isNullable() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
isObjectModifiedInTransaction(Object) - Method in interface org.datanucleus.ExecutionContext
Accessor for whether the object with this identity is modified in the current transaction.
isObjectModifiedInTransaction(Object) - Method in class org.datanucleus.ExecutionContextImpl
Accessor for whether the object with this identity is modified in the current transaction.
isOpen() - Method in class org.datanucleus.management.jmx.ManagementManager
Whether this Manager is not closed
isOpen() - Method in class org.datanucleus.store.autostart.AbstractAutoStartMechanism
Whether it's open for writing (add/delete) classes to the auto start mechanism
isOpen() - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Whether it's open for writing (add/delete) classes to the auto start mechanism.
isOpen() - Method in class org.datanucleus.store.autostart.XMLAutoStarter
Whether it's open for writing (add/delete) classes to the auto start mechanism.
isOpen() - Method in class org.datanucleus.store.query.AbstractLazyLoadList
Accessor whether the list is open.
isOpen() - Method in class org.datanucleus.store.query.AbstractQueryResult
Accessor whether the results are open.
isOuter() - Method in class org.datanucleus.metadata.JoinMetaData
 
isPersistable(Object) - Method in interface org.datanucleus.api.ApiAdapter
Method to return if the passed object is persistable using this API.
isPersistable(Class) - Method in interface org.datanucleus.api.ApiAdapter
Utility method to check if the specified class is of a type that can be persisted for this API.
isPersistable(String) - Method in interface org.datanucleus.enhancer.ClassEnhancer
Check if the class is Persistable or is going to be enhanced based on the metadata
isPersistable(String) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Check if the class is Persistable or is going to be enhanced based on the metadata
isPersistent(Object) - Method in interface org.datanucleus.api.ApiAdapter
Accessor for whether the passed object is persistent.
IsPersistent - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnIsPersistent" using ASM.
IsPersistent(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.IsPersistent
Constructor.
isPersistent - Variable in class org.datanucleus.state.LifeCycleState
 
isPersistent() - Method in class org.datanucleus.state.LifeCycleState
Return whether the object is persistent.
isPersistent(Persistable) - Method in interface org.datanucleus.state.StateManager
Tests whether this object is persistent.
isPersistent(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Tests whether this object is persistent.
isPersistentDefinitionImplementation(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Convenience method to return if the passed class name is an implementation of a "persistent definition".
isPersistentDefinitionImplementation(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
isPersistentInterface(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if this member relates to a persistent interface.
isPersistentInterface(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Convenience method to return if the passed class name is a "persistent-interface".
isPersistentInterface(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
isPersistentInterfaceImplementation(String, String) - Method in interface org.datanucleus.metadata.MetaDataManager
Convenience method to return if the passed class name is an implementation of the passed "persistent-interface".
isPersistentInterfaceImplementation(String, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
isPopulated() - Method in class org.datanucleus.metadata.MetaData
 
isPostLoadPending() - Method in class org.datanucleus.state.AbstractStateManager
 
isPrimaryKey() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
isPrimaryKey() - Method in interface org.datanucleus.store.schema.table.Column
Whether this column is (part of) the primary key
isPrimaryKey() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
isPrimitiveArrayType(String) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return if the passed type (name) is a primitive array type.
isPrimitiveType(String) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return if the passed type (name) is a primitive type.
isPrimitiveWrapperType(String) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return if the passed type (name) is a primitive wrapper type.
isPrivate() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if this field/property is private.
isProperty() - Method in class org.datanucleus.metadata.annotations.Member
Gets the value of the property property.
isProperty() - Method in class org.datanucleus.metadata.FetchGroupMemberMetaData
Gets the value of the property property.
isProtected() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if this field/property is protected.
isPublic() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if this field/property is public.
isPutFollowedByRemoveOnSameSCO(Store, ObjectProvider, Operation, ListIterator<Operation>) - Static method in class org.datanucleus.flush.OperationQueue
Convenience optimisation checker to return if the current operation is PUT of a key that is immediately REMOVED.
isReferenceType(Class) - Static method in class org.datanucleus.util.ClassUtils
Method to return whether the passes type is a "reference" type.
isRelationMultiValued(RelationType) - Static method in enum org.datanucleus.metadata.RelationType
 
isRelationOwner(ClassLoaderResolver) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method for whether this field is the owner of the relation.
isRelationSingleValued(RelationType) - Static method in enum org.datanucleus.metadata.RelationType
 
isRemoveFollowedByAddOnSameSCO(Store, ObjectProvider, Operation, ListIterator<Operation>) - Static method in class org.datanucleus.flush.OperationQueue
Convenience optimisation checker to return if the current operation is REMOVE of an element that is immediately ADDed.
isRequiresExtent() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
isReservedIdentifier(String) - Static method in class org.datanucleus.query.JPQLQueryHelper
Convenience method returning if the supplied name is a reserved identifier for this query language.
isResettingDetachedState() - Method in class org.datanucleus.state.AbstractStateManager
 
isRestoreValues() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for whether we are in the process of restoring the values.
isRestoreValues() - Method in interface org.datanucleus.state.ObjectProvider
Accessor for the Restore Values flag
isRetrievingDetachedState() - Method in class org.datanucleus.state.AbstractStateManager
 
isRootInstantiableClass() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
isRunningDetachAllOnCommit() - Method in interface org.datanucleus.ExecutionContext
Accessor for whether this ExecutionContext is currently running detachAllOnCommit.
isRunningDetachAllOnCommit() - Method in class org.datanucleus.ExecutionContextImpl
Accessor for whether this context is currently running detachAllOnCommit.
isSameOrAncestorOf(AbstractClassMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Check if the argument cmd is the same as this or a descedent.
isSameRM(XAResource) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
isSCO() - Method in class org.datanucleus.store.StoreData
Accessor for whether this represents SCO data.
isSecondClassMutableType(String) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for whether the type is SCO mutable.
isSecondClassMutableType(String) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
isSecondClassWrapper(String) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for whether the type is a SCO wrapper itself.
isSecondClassWrapper(String) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
isSerialized() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
isSerializedElement() - Method in class org.datanucleus.metadata.ArrayMetaData
Accessor for the serialized-element tag value
isSerializedElement() - Method in class org.datanucleus.metadata.CollectionMetaData
Accessor for the serialized-element tag value
isSerializedKey() - Method in class org.datanucleus.metadata.MapMetaData
Accessor for the serialized-key tag value.
isSerializedValue() - Method in class org.datanucleus.metadata.MapMetaData
Accessor for the serialized-value tag value.
isSerializeRead() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
isSingleFieldIdentity(Object) - Static method in class org.datanucleus.identity.IdentityUtils
Accessor for whether the passed identity is a valid single-field application-identity for this API.
isSingleFieldIdentityClass(String) - Static method in class org.datanucleus.identity.IdentityUtils
Checks whether the passed class name is valid for a single field application-identity.
isStatic() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if this field/property is static.
isStorable(int) - Method in class org.datanucleus.store.fieldmanager.AbstractStoreFieldManager
 
isStorable(AbstractMemberMetaData) - Method in class org.datanucleus.store.fieldmanager.AbstractStoreFieldManager
 
isStoringPC() - Method in class org.datanucleus.state.AbstractStateManager
 
isStrategyDatastoreAttributed(AbstractClassMetaData, int) - Method in class org.datanucleus.store.AbstractStoreManager
Convenience method to return whether the strategy used by the specified class/member is generated by the datastore (during a persist).
isStrategyDatastoreAttributed(AbstractClassMetaData, int) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
isStrategyDatastoreAttributed(AbstractClassMetaData, int) - Method in interface org.datanucleus.store.StoreManager
Convenience method to return whether the strategy used by the specified class/member is generated in the datastore during a persist.
isSubclasses() - Method in class org.datanucleus.store.query.Query
Accessor for whether this query includes subclasses
isSupportedAnnotation(String) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Convenience method to check whether an annotation class name is supported by this reader.
isSupportedSecondClassType(String) - Method in interface org.datanucleus.store.types.TypeManager
Accessor for whether a class is supported as being second class.
isSupportedSecondClassType(String) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
isToCallPostLoadFetchPlan(boolean[]) - Method in class org.datanucleus.FetchPlanForClass
Whether to call the post load or not.
ISTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
isTransactional(Object) - Method in interface org.datanucleus.api.ApiAdapter
Accessor for whether the passed object is transactional.
IsTransactional - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnIsTransactional" using ASM.
IsTransactional(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.IsTransactional
Constructor.
isTransactional - Variable in class org.datanucleus.state.LifeCycleState
 
isTransactional() - Method in class org.datanucleus.state.LifeCycleState
Return whether the object is transactional.
isTransactional(Persistable) - Method in interface org.datanucleus.state.StateManager
Tests whether this object is transactional.
isTransactional(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Tests whether this object is transactional.
isTransient() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if this field/property is transient.
isTypeConversionDisabled() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
ISUB - Static variable in interface org.datanucleus.asm.Opcodes
 
isUnique() - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
isUnique() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
isUnique() - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
isUnique() - Method in class org.datanucleus.metadata.IndexMetaData
 
isUnique() - Method in class org.datanucleus.metadata.JoinMetaData
 
isUnique() - Method in class org.datanucleus.metadata.QueryMetaData
 
isUnique() - Method in class org.datanucleus.store.query.Query
Accessor for whether the query results are unique.
isUnique() - Method in interface org.datanucleus.store.schema.table.Column
Accessor for whether the column is unique.
isUnique() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
isUnknown() - Method in class org.datanucleus.asm.Attribute
Returns true if this type of attribute is unknown.
isUnmodifiable() - Method in class org.datanucleus.FetchGroup
Accessor for modifiability status of this group.
isUnmodifiable() - Method in class org.datanucleus.metadata.QueryMetaData
 
isUnmodifiable() - Method in class org.datanucleus.store.query.Query
Accessor for unmodifiable.
isUpdateable() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method to return if the field/property is updateable.
isUsed() - Method in class org.datanucleus.metadata.MetaData
 
isValidateColumns() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isValidateColumns() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isValidateConstraints() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isValidateConstraints() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isValidateTables() - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
isValidateTables() - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
 
isValidJavaIdentifierForJDOQL(String) - Static method in class org.datanucleus.query.JDOQLQueryHelper
Utility to check if a name is a valid Java identifier.
isValidPrimaryKeyClass(Class, AbstractClassMetaData, ClassLoaderResolver, int, MetaDataManager) - Method in interface org.datanucleus.api.ApiAdapter
Utility to check if a primary-key class is valid.
isVerbose() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Accessor for the verbose setting
isVerbose() - Method in class org.datanucleus.store.schema.SchemaTool
 
isVersioned() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Returns whether objects of this type are versioned.
isWaitingToBeFlushedToDatastore() - Method in class org.datanucleus.state.AbstractStateManager
Accessor for whether the instance is newly persistent yet hasnt yet been flushed to the datastore.
isWaitingToBeFlushedToDatastore() - Method in interface org.datanucleus.state.ObjectProvider
Tests whether this object is new yet waiting to be flushed to the datastore.
isWhitespace(String) - Static method in class org.datanucleus.util.StringUtils
Utility to check if a string is whitespace.
IsXXX - Class in org.datanucleus.enhancer.methods
Base method to use for dnIsXXX methods providing the majority of the enhancement.
IsXXX(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.IsXXX
Constructor.
iterator() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
iterator() - Method in class org.datanucleus.store.DefaultCandidateExtent
 
iterator() - Method in interface org.datanucleus.store.Extent
Accessor for an iterator over the extent.
iterator() - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
iterator() - Method in class org.datanucleus.store.query.AbstractQueryResult
Accessor for an iterator for the results.
iterator() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult
 
iterator(ObjectProvider) - Method in interface org.datanucleus.store.scostore.ArrayStore
Accessor for an iterator for the array.
iterator(ObjectProvider) - Method in interface org.datanucleus.store.scostore.CollectionStore
Accessor for an iterator for the collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to retrieve an iterator for the list.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to retrieve an iterator for the list.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Accessor for an iterator for the Collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Accessor for an iterator for the Set.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Accessor for an iterator for the Set.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to retrieve an iterator for the list.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.List
Accessor for an iterator for the List
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Accessor for an iterator for the Collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Accessor for an iterator for the Collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Accessor for an iterator for the Collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for an iterator for the Set.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to retrieve an iterator for the list.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for an iterator for the Set.
iterator() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to retrieve an iterator for the list.
iterator() - Method in class org.datanucleus.store.types.wrappers.Collection
Accessor for an iterator for the Collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.HashSet
Accessor for an iterator for the Set.
iterator() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Accessor for an iterator for the Set.
iterator() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to retrieve an iterator for the list.
iterator() - Method in class org.datanucleus.store.types.wrappers.List
Accessor for an iterator for the List
iterator() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for an iterator for the Collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.Queue
Accessor for an iterator for the Collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.Set
Accessor for an iterator for the Collection.
iterator() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for an iterator for the Set.
iterator() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to retrieve an iterator for the list.
iterator() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for an iterator for the Set.
iterator() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to retrieve an iterator for the list.
IUSHR - Static variable in interface org.datanucleus.asm.Opcodes
 
IXOR - Static variable in interface org.datanucleus.asm.Opcodes
 

J

JAVA_IO_SERIALIZABLE - Static variable in class org.datanucleus.ClassConstants
 
JAVA_IO_SERIALIZABLE - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_BOOLEAN - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_BOOLEAN - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_BOOLEAN_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_BYTE - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_BYTE - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_BYTE_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_CHARACTER - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_CHARACTER - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_CHARACTER_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_DOUBLE - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_DOUBLE - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_DOUBLE_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_FLOAT - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_FLOAT - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_FLOAT_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_INTEGER - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_INTEGER - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_INTEGER_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_LONG - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_LONG - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_LONG_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_SHORT - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_SHORT - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_SHORT_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_LANG_STRING - Static variable in class org.datanucleus.ClassConstants
 
JAVA_LANG_STRING - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_MATH_BIGDECIMAL - Static variable in class org.datanucleus.ClassConstants
 
JAVA_MATH_BIGDECIMAL - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_MATH_BIGINTEGER - Static variable in class org.datanucleus.ClassConstants
 
JAVA_MATH_BIGINTEGER - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_SQL_DATE - Static variable in class org.datanucleus.ClassConstants
 
JAVA_SQL_DATE - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_SQL_TIME - Static variable in class org.datanucleus.ClassConstants
 
JAVA_SQL_TIME - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_SQL_TIMESTAMP - Static variable in class org.datanucleus.ClassConstants
 
JAVA_SQL_TIMESTAMP - Static variable in class org.datanucleus.ClassNameConstants
 
JAVA_UTIL_DATE - Static variable in class org.datanucleus.ClassConstants
 
JAVA_UTIL_DATE - Static variable in class org.datanucleus.ClassNameConstants
 
JavaQueryCompiler - Class in org.datanucleus.query.compiler
Typical implementation of a compiler for a java-based query language.
JavaQueryCompiler(MetaDataManager, ClassLoaderResolver, String, Class, Collection, String, Imports, String, String, String, String, String, String, String) - Constructor for class org.datanucleus.query.compiler.JavaQueryCompiler
 
JavaQueryEvaluator - Class in org.datanucleus.query.evaluator
Class to evaluate a Java "string-based" query in whole or part.
JavaQueryEvaluator(String, Query, QueryCompilation, Map, ClassLoaderResolver, Collection) - Constructor for class org.datanucleus.query.evaluator.JavaQueryEvaluator
Constructor for the evaluator of a query in the specified language.
javaTypes - Variable in class org.datanucleus.store.types.TypeManagerImpl
Map of java types, keyed by the class name.
JavaxCacheLevel2Cache - Class in org.datanucleus.cache
Simple implementation of a plugin for use of javax.cache (v0.61+) product with DataNucleus.
JavaxCacheLevel2Cache(NucleusContext) - Constructor for class org.datanucleus.cache.JavaxCacheLevel2Cache
Constructor.
JavaxCacheQueryResultCache - Class in org.datanucleus.cache
Implementation of a query results cache using javax.cache (v0.3+) interface.
JavaxCacheQueryResultCache(NucleusContext) - Constructor for class org.datanucleus.cache.JavaxCacheQueryResultCache
Constructor.
JBossTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for JBoss.
JBossTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.JBossTransactionManagerLocator
Constructor.
jdbcType - Variable in class org.datanucleus.metadata.ColumnMetaData
jdbc-type to use (if any).
JdbcType - Enum in org.datanucleus.metadata
Representation of the jdbc-type of a column.
JDK14Logger - Class in org.datanucleus.util
JDK1.4 logger (java.util.logging) implementation of a NucleusLogger.
JDK14Logger(String) - Constructor for class org.datanucleus.util.JDK14Logger
Constructor for a JDK 1.4 Logger.
JDOEnhancementNamer - Class in org.datanucleus.enhancer
Definition of enhancement naming, for use with the JDO API.
JDOEnhancementNamer() - Constructor for class org.datanucleus.enhancer.JDOEnhancementNamer
 
JDOQLCompiler - Class in org.datanucleus.query.compiler
Implementation of a compiler for JDOQL (JSR0012, JSR0243).
JDOQLCompiler(MetaDataManager, ClassLoaderResolver, String, Class, Collection, String, Imports, String, String, String, String, String, String, String) - Constructor for class org.datanucleus.query.compiler.JDOQLCompiler
 
JDOQLEvaluator - Class in org.datanucleus.query.evaluator
Class to evaluate a JDOQL query in whole or part.
JDOQLEvaluator(Query, Collection, QueryCompilation, Map, ClassLoaderResolver) - Constructor for class org.datanucleus.query.evaluator.JDOQLEvaluator
Constructor.
JDOQLParser - Class in org.datanucleus.query.compiler
Implementation of a parser for JDOQL query language.
JDOQLParser(Map) - Constructor for class org.datanucleus.query.compiler.JDOQLParser
Constructor for a JDOQL Parser.
JDOQLQueryHelper - Class in org.datanucleus.query
JDOQL query helper class providing key information about the language etc.
JDOQLQueryHelper() - Constructor for class org.datanucleus.query.JDOQLQueryHelper
 
JDOQLResultClassMapper - Class in org.datanucleus.query.evaluator
Class to map the results of a JDOQL query to the result class.
JDOQLResultClassMapper(Class) - Constructor for class org.datanucleus.query.evaluator.JDOQLResultClassMapper
Constructor for the ResultClassMapper which handles setResultClass
JDOQLSingleStringParser - Class in org.datanucleus.query
Parser for handling JDOQL Single-String queries.
JDOQLSingleStringParser(Query, String) - Constructor for class org.datanucleus.query.JDOQLSingleStringParser
Constructor for the Single-String parser.
JDOQLSymbolResolver - Class in org.datanucleus.query.compiler
Symbol resolver for JDOQL.
JDOQLSymbolResolver(MetaDataManager, ClassLoaderResolver, SymbolTable, Class, String) - Constructor for class org.datanucleus.query.compiler.JDOQLSymbolResolver
Constructor for symbol resolver.
JNDIBasedTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for a JTA TransactionManager using JNDI context namings.
JNDIBasedTransactionManagerLocator() - Constructor for class org.datanucleus.transaction.jta.JNDIBasedTransactionManagerLocator
 
jndiLocation - Variable in class org.datanucleus.transaction.jta.CustomJNDITransactionManagerLocator
The JNDI Location to use with this locator.
JoinExpression - Class in org.datanucleus.query.expression
Expression representing a join between a candidate class, and the class of a field of the first class.
JoinExpression(PrimaryExpression, String, JoinExpression.JoinType) - Constructor for class org.datanucleus.query.expression.JoinExpression
 
JoinExpression.JoinType - Enum in org.datanucleus.query.expression
 
joinMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
JoinMetaData
joinMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
JoinMetaData.
joinMetaData - Variable in class org.datanucleus.metadata.InheritanceMetaData
JoinMetaData element.
JoinMetaData - Class in org.datanucleus.metadata
Secondary tables and join tables are mapped using a join condition that associates a column or columns in the secondary or join table with a column or columns in the primary table, typically the primary tables primary key columns.
JoinMetaData() - Constructor for class org.datanucleus.metadata.JoinMetaData
 
JoinMetaData(JoinMetaData) - Constructor for class org.datanucleus.metadata.JoinMetaData
Copy constructor.
joins - Variable in class org.datanucleus.metadata.AbstractClassMetaData
List of joins
joinStatus - Variable in class org.datanucleus.JTATransactionImpl
 
joinTransaction() - Method in class org.datanucleus.JTATransactionImpl
Method to call if you want to join to the underlying UserTransaction.
JOnASTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for JOnAS.
JOnASTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.JOnASTransactionManagerLocator
Constructor.
JOTMTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for JOTM.
JOTMTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.JOTMTransactionManagerLocator
Constructor.
JPAEnhancementNamer - Class in org.datanucleus.enhancer
Definition of enhancement naming for use with the JPA API.
JPAEnhancementNamer() - Constructor for class org.datanucleus.enhancer.JPAEnhancementNamer
 
JPANamingFactory - Class in org.datanucleus.store.schema.naming
Naming factory following JPA specification rules.
JPANamingFactory(NucleusContext) - Constructor for class org.datanucleus.store.schema.naming.JPANamingFactory
 
JPQLCompiler - Class in org.datanucleus.query.compiler
Implementation of a compiler for JPQL (JSR0220, JSR0317).
JPQLCompiler(MetaDataManager, ClassLoaderResolver, String, Class, Collection, String, Imports, String, String, String, String, String, String) - Constructor for class org.datanucleus.query.compiler.JPQLCompiler
 
JPQLEvaluator - Class in org.datanucleus.query.evaluator
Class to evaluate a JPQL query in whole or part.
JPQLEvaluator(Query, Collection, QueryCompilation, Map, ClassLoaderResolver) - Constructor for class org.datanucleus.query.evaluator.JPQLEvaluator
Constructor.
JPQLParser - Class in org.datanucleus.query.compiler
Implementation of a parser for JPQL query language.
JPQLParser(Map, Map) - Constructor for class org.datanucleus.query.compiler.JPQLParser
Constructor for a JPQL Parser.
JPQLQueryHelper - Class in org.datanucleus.query
JPQL query helper class providing key information about the language etc.
JPQLQueryHelper() - Constructor for class org.datanucleus.query.JPQLQueryHelper
 
JPQLResultClassMapper - Class in org.datanucleus.query.evaluator
Class to map the results of a JPQL query to the result class.
JPQLResultClassMapper(Class) - Constructor for class org.datanucleus.query.evaluator.JPQLResultClassMapper
Constructor for the ResultClassMapper which handles setResultClass
JPQLSingleStringParser - Class in org.datanucleus.query
Parser for handling JPQL Single-String queries.
JPQLSingleStringParser(Query, String) - Constructor for class org.datanucleus.query.JPQLSingleStringParser
Constructor for the Single-String parser.
JPQLSymbolResolver - Class in org.datanucleus.query.compiler
Symbol resolver for JPQL.
JPQLSymbolResolver(MetaDataManager, ClassLoaderResolver, SymbolTable, Class, String) - Constructor for class org.datanucleus.query.compiler.JPQLSymbolResolver
Constructor for symbol resolver.
JSR - Static variable in interface org.datanucleus.asm.Opcodes
 
JTAJCATransactionImpl - Class in org.datanucleus
A transaction that is synchronised with a Java Transaction Service (JTA) transaction with JCA.
JTASyncRegistry - Class in org.datanucleus.transaction.jta
Wrapper around TransactionSynchronizationRegistry (only present JTA1.1+).
JTASyncRegistry() - Constructor for class org.datanucleus.transaction.jta.JTASyncRegistry
 
JTASyncRegistryUnavailableException - Exception in org.datanucleus.transaction.jta
Exception thrown by construction of JTATransactionSyncRegistry when it is not available.
JTASyncRegistryUnavailableException() - Constructor for exception org.datanucleus.transaction.jta.JTASyncRegistryUnavailableException
 
JTATransactionImpl - Class in org.datanucleus
Transaction that is synchronized with a Java Transaction Service (JTA) transaction.

K

key - Variable in class org.datanucleus.identity.DatastoreUniqueLongId
 
key - Variable in class org.datanucleus.metadata.ExtensionMetaData
key tag value.
key - Variable in class org.datanucleus.metadata.MapMetaData
Representation of the key of the map.
keyAsObject - Variable in class org.datanucleus.identity.DatastoreIdImpl
 
keyAsObject - Variable in class org.datanucleus.identity.DatastoreIdImplKodo
 
keyAsObject - Variable in class org.datanucleus.identity.DatastoreIdImplXcalia
 
keyIsPersistent() - Method in class org.datanucleus.metadata.MapMetaData
 
keyMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
KeyMetaData.
KeyMetaData - Class in org.datanucleus.metadata
This element specifies the mapping for the key component of maps.
KeyMetaData(KeyMetaData) - Constructor for class org.datanucleus.metadata.KeyMetaData
Constructor to create a copy of the passed metadata using the provided parent.
KeyMetaData() - Constructor for class org.datanucleus.metadata.KeyMetaData
Default constructor.
keysAreEmbedded() - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for whether the keys are embedded.
keysAreSerialised() - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for whether the keys are serialised.
keySet() - Method in class org.datanucleus.cache.SoftRefCache
 
keySet() - Method in class org.datanucleus.cache.StrongRefCache
 
keySet() - Method in class org.datanucleus.cache.WeakRefCache
 
keySet() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.HashMap
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.Map
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.Properties
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the set of keys in the Map.
keySet() - Method in class org.datanucleus.util.ReferenceValueMap
Accessor for the Set of keys in the Map.
keySetStore() - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for a backing store representing the key set for the Map.

L

l2CacheEnabled - Variable in class org.datanucleus.ExecutionContextImpl
 
L2CachePopulateFieldManager - Class in org.datanucleus.cache
FieldManager responsible for populating the provided CachedPC object.
L2CachePopulateFieldManager(ObjectProvider, CachedPC) - Constructor for class org.datanucleus.cache.L2CachePopulateFieldManager
 
L2CacheRetrieveFieldManager - Class in org.datanucleus.cache
FieldManager responsible for retrieving the values from the provided CachedPC object.
L2CacheRetrieveFieldManager(ObjectProvider, CachedPC) - Constructor for class org.datanucleus.cache.L2CacheRetrieveFieldManager
 
L2D - Static variable in interface org.datanucleus.asm.Opcodes
 
L2F - Static variable in interface org.datanucleus.asm.Opcodes
 
L2I - Static variable in interface org.datanucleus.asm.Opcodes
 
Label - Class in org.datanucleus.asm
A label represents a position in the bytecode of a method.
Label() - Constructor for class org.datanucleus.asm.Label
Constructs a new label.
LADD - Static variable in interface org.datanucleus.asm.Opcodes
 
LALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
LAND - Static variable in interface org.datanucleus.asm.Opcodes
 
language - Variable in class org.datanucleus.metadata.QueryMetaData
Query language.
language - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
 
last() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for the last element in the sorted set.
last() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for the last element in the sorted set.
last() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for the last element in the sorted set.
last() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for the last element in the sorted set.
lastElement() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to return the last element in the Vector.
lastElement() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return the last element in the Vector.
lastIndexOf(Object) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
lastIndexOf(Object) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
lastIndexOf(Object) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to check the last index of a result.
lastIndexOf(ObjectProvider, Object) - Method in interface org.datanucleus.store.scostore.ListStore
Method to return the last position of an element in the List.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to retrieve the last position of the element.
lastIndexOf(Object, int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.List
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to retrieve the last position of the element.
lastIndexOf(Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to retrieve the last position of the element.
lastIndexOf(Object, int) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to retrieve the last position of the element.
lastKey() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Accessor for the last key in the sorted map.
lastKey() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Accessor for the last key in the sorted map.
lastKey() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the last key in the sorted map.
lastKey() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the last key in the sorted map.
LASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
LCMP - Static variable in interface org.datanucleus.asm.Opcodes
 
LCONST_0 - Static variable in interface org.datanucleus.asm.Opcodes
 
LCONST_1 - Static variable in interface org.datanucleus.asm.Opcodes
 
LDC - Static variable in interface org.datanucleus.asm.Opcodes
 
LDIV - Static variable in interface org.datanucleus.asm.Opcodes
 
left - Variable in class org.datanucleus.query.expression.Expression
 
leftAlignedPaddedString(String, int) - Static method in class org.datanucleus.util.StringUtils
Utility to return a left-aligned version of a string padded to the number of characters specified.
length - Variable in class org.datanucleus.metadata.ColumnMetaData
length to use (if any).
LengthFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function LENGTH(stringExpr).
LengthFunction() - Constructor for class org.datanucleus.query.inmemory.LengthFunction
 
Level1Cache - Interface in org.datanucleus.cache
Provides an interface for Level 1 caches.
Level2Cache - Interface in org.datanucleus.cache
Interface for any Level 2 Cache used internally.
Level2Cache.PinnedClass - Class in org.datanucleus.cache
Representation of a class whose objects will be pinned when put into the L2 cache.
Lexer - Class in org.datanucleus.query.compiler
Lexer for a Query.
Lexer(String, String, boolean) - Constructor for class org.datanucleus.query.compiler.Lexer
Constructor
LIFECYCLE - Static variable in class org.datanucleus.util.NucleusLogger
Log for Lifecycle issues
LifeCycleState - Class in org.datanucleus.state
Base Class representing the life cycle state.
LifeCycleState() - Constructor for class org.datanucleus.state.LifeCycleState
 
LinkedHashMap - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class LinkedHashMap object.
LinkedHashMap(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Constructor
LinkedHashMap - Class in org.datanucleus.store.types.wrappers
A mutable second-class LinkedHashMap object.
LinkedHashMap(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.LinkedHashMap
Constructor
LinkedHashSet - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class LinkedHashSet object.
LinkedHashSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Constructor, using the ObjectProvider of the "owner" and the field name.
LinkedHashSet - Class in org.datanucleus.store.types.wrappers
A mutable second-class LinkedHashSet object.
LinkedHashSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.LinkedHashSet
Constructor, using the ObjectProvider of the "owner" and the field name.
LinkedList - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class LinkedList object.
LinkedList(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.LinkedList
Constructor, using the ObjectProvider of the "owner" and the field name.
LinkedList - Class in org.datanucleus.store.types.wrappers
A mutable second-class LinkedList object.
LinkedList(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.LinkedList
Constructor, using the ObjectProvider of the "owner" and the field name.
List - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class List object.
List(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.List
Constructor, using the ObjectProvider of the "owner" and the field name.
List - Class in org.datanucleus.store.types.wrappers
A mutable second-class List object.
List(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.List
Constructor, using the ObjectProvider of the "owner" and the field name.
ListAddAtOperation - Class in org.datanucleus.flush
Add operation at a position for a list where we have a backing store.
ListAddAtOperation(ObjectProvider, ListStore, int, Object) - Constructor for class org.datanucleus.flush.ListAddAtOperation
 
listeners - Variable in class org.datanucleus.metadata.AbstractClassMetaData
EventListeners.
listeners - Variable in class org.datanucleus.metadata.FileMetaData
List of event listeners defined for this file.
listeners - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Listeners for metadata load.
listeners - Variable in class org.datanucleus.store.connection.AbstractManagedConnection
Listeners for the connection.
ListGetMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{listExpr}.get(idxExpr)".
ListGetMethod() - Constructor for class org.datanucleus.query.inmemory.ListGetMethod
 
listIterator() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
listIterator(int) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
listIterator() - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
listIterator(int) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
listIterator() - Method in class org.datanucleus.store.query.AbstractQueryResult
Accessor for a list iterator for the results.
listIterator() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult
 
listIterator(ObjectProvider) - Method in interface org.datanucleus.store.scostore.ListStore
Accessor for a list iterator for the List.
listIterator() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to retrieve a List iterator for the list.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to retrieve a List iterator for the list from the index.
listIterator() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to retrieve a List iterator for the list.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to retrieve a List iterator for the list from the index.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to retrieve a List iterator for the list from the index.
listIterator() - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to retrieve a List iterator for the list.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to retrieve a List iterator for the list from the index.
listIterator() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to retrieve a List iterator for the list.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to retrieve a List iterator for the list from the index.
listIterator() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to retrieve a List iterator for the list.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to retrieve a List iterator for the list from the index.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to retrieve a List iterator for the list from the index.
listIterator() - Method in class org.datanucleus.store.types.wrappers.List
Method to retrieve a List iterator for the list.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.List
Method to retrieve a List iterator for the list from the index.
listIterator() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to retrieve a List iterator for the list.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to retrieve a List iterator for the list from the index.
listIterator() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to retrieve a List iterator for the list.
listIterator(int) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to retrieve a List iterator for the list from the index.
ListRemoveAtOperation - Class in org.datanucleus.flush
Remove operation for a list at a particular index where we have a backing store.
ListRemoveAtOperation(ObjectProvider, ListStore, int) - Constructor for class org.datanucleus.flush.ListRemoveAtOperation
 
ListSetOperation - Class in org.datanucleus.flush
Set operation for a list where we have a backing store.
ListSetOperation(ObjectProvider, ListStore, int, Object, boolean) - Constructor for class org.datanucleus.flush.ListSetOperation
 
ListStore - Interface in org.datanucleus.store.scostore
Interface representation of the backing store for a List.
ListStoreSchemaData - Interface in org.datanucleus.store.schema
Interface representing schema information for the datastore.
Literal - Class in org.datanucleus.query.expression
Literal of some type (String, Double, Long, BigDecimal, etc).
Literal(Object) - Constructor for class org.datanucleus.query.expression.Literal
 
LLOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
LMUL - Static variable in interface org.datanucleus.asm.Opcodes
 
LNEG - Static variable in interface org.datanucleus.asm.Opcodes
 
load() - Method in interface org.datanucleus.store.types.SCOContainer
Inform the SCO that it should load itself fully now (in case it is using lazy loading).
load() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.Collection
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.List
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.Map
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.Properties
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.Queue
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.Set
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to effect the load of the data in the SCO.
load() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to effect the load of the data in the SCO.
LOAD_REQUIRED - Static variable in interface org.datanucleus.enhancer.Persistable
dnFlags == LOAD_REQUIRED, then the fields in the default fetch group cannot be accessed for read or write without notifying the StateManager.
loadAnnotationsForClass(Class, ClassLoaderResolver, boolean, boolean) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Method to load the annotations for the specified class and return the FileMetaData containing the class.
loadClass(String) - Method in class org.datanucleus.enhancer.EnhancerClassLoader
Overwrite to have an opportunity to load classes from the delegate ClassLoaderResolver
LoadClass - Class in org.datanucleus.enhancer.methods
Method to generate the method "loadClass" using ASM.
LoadClass(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.LoadClass
Constructor.
loadClass(String, boolean) - Method in class org.datanucleus.enhancer.RuntimeEnhancer.EnhancerClassLoader
 
loadClass(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Load the persistent interface/class
loadClass(String, String) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Loads a class (do not initialize)
loadClass(String, String) - Method in class org.datanucleus.plugin.OSGiPluginRegistry
Loads a class (do not initialize)
loadClass(String, String) - Method in class org.datanucleus.plugin.PluginManager
Loads a class (do not initialize)
loadClass(String, String) - Method in interface org.datanucleus.plugin.PluginRegistry
Loads a class (do not initialize)
loadClasses(String[], ClassLoader) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to load up all metadata for the specified classes.
loadClasses(String[], ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
loaded(AbstractClassMetaData) - Method in interface org.datanucleus.metadata.MetaDataListener
Method called when the metadata for the class is loaded (initialised).
loadedClasses - Variable in class org.datanucleus.ClassLoaderResolverImpl
Cache for loaded classes
loadedFields - Variable in class org.datanucleus.state.AbstractStateManager
indicators for which fields are currently loaded in the persistable instance.
loader - Variable in class org.datanucleus.enhancer.ImplementationCreatorImpl
ClassLoader for newly defined classes
loadFetchGroup - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
load-fetch-group value.
loadField(int) - Method in interface org.datanucleus.state.ObjectProvider
Convenience method to load the specified field if not loaded.
loadField(int) - Method in class org.datanucleus.state.StateManagerImpl
Convenience method to load the specified field if not loaded.
loadFieldFromDatastore(int) - Method in class org.datanucleus.state.AbstractStateManager
Convenience method to load a field from the datastore.
loadFieldFromDatastore(int) - Method in interface org.datanucleus.state.ObjectProvider
Convenience method to load a field from the datastore.
LoadFieldManager - Class in org.datanucleus.store.fieldmanager
Field Manager to handle loading all fields of all objects in the fetch plan.
LoadFieldManager(ObjectProvider, boolean[], FetchPlanForClass, FetchPlanState) - Constructor for class org.datanucleus.store.fieldmanager.LoadFieldManager
Constructor for a field manager for make transient process.
loadFieldsFromDatastore(int[]) - Method in class org.datanucleus.state.AbstractStateManager
Convenience method to load fields from the datastore.
loadFieldsFromLevel2Cache(int[]) - Method in class org.datanucleus.state.AbstractStateManager
Convenience method to retrieve field values from an L2 cached object if they are loaded in that object.
loadFieldsInFetchPlan(FetchPlanState) - Method in class org.datanucleus.state.AbstractStateManager
Method to load all unloaded fields in the FetchPlan.
loadFieldsInFetchPlan(FetchPlanState) - Method in interface org.datanucleus.state.ObjectProvider
Method to load all unloaded fields in the FetchPlan.
loadFieldValues(FieldValues) - Method in interface org.datanucleus.state.ObjectProvider
Convenience method to load the passed field values.
loadFieldValues(FieldValues) - Method in class org.datanucleus.state.StateManagerImpl
Convenience method to load the passed field values.
loadFiles(String[], ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to load the metadata from the specified files.
loadFiles(String[], ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to load all elements from the "backing store" where appropriate.
loadFromStore() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to load all elements from the "backing store" where appropriate.
loadJar(String, ClassLoader) - Method in interface org.datanucleus.metadata.MetaDataManager
Initialisation method to load the metadata provided by the specified jar.
loadJar(String, ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
loadMetadataFiles(String[], ClassLoader) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to load up all metadata defined by the specified metadata files.
loadMetadataFiles(String[], ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
loadPersistenceUnit(PersistenceUnitMetaData, ClassLoader) - Method in interface org.datanucleus.metadata.MetaDataManager
Initialisation method to to load all class metadata defined by the "persistence-unit".
loadPersistenceUnit(PersistenceUnitMetaData, ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
loadResultsAtCommit - Variable in class org.datanucleus.store.query.AbstractQueryResult
Whether to load any unread results at commit (when connection is closed).
loadSpecifiedFields(int[]) - Method in class org.datanucleus.state.StateManagerImpl
Fetch the specified fields from the database.
loadUnloadedFields() - Method in interface org.datanucleus.state.ObjectProvider
Fetch from the database all fields that are not currently loaded regardless of whether they are in the current fetch group or not.
loadUnloadedFields() - Method in class org.datanucleus.state.StateManagerImpl
Fetch from the database all fields that are not currently loaded regardless of whether they are in the current fetch group or not.
loadUnloadedFieldsInFetchPlan() - Method in interface org.datanucleus.state.ObjectProvider
Loads (from the database) all unloaded fields that are in the current FetchPlan.
loadUnloadedFieldsInFetchPlan() - Method in class org.datanucleus.state.StateManagerImpl
Fetchs from the database all fields that are not currently loaded and that are in the current fetch group.
loadUnloadedFieldsInFetchPlanAndVersion() - Method in class org.datanucleus.state.StateManagerImpl
Fetchs from the database all fields in current fetch plan that are not currently loaded as well as the version.
loadUnloadedFieldsOfClassInFetchPlan(FetchPlan) - Method in interface org.datanucleus.state.ObjectProvider
Loads (from the database) all unloaded fields of the managed class that are in the specified FetchPlan.
loadUnloadedFieldsOfClassInFetchPlan(FetchPlan) - Method in class org.datanucleus.state.StateManagerImpl
Fetchs from the database all fields in the actual fetch plan.
loadUnloadedRelationFields() - Method in interface org.datanucleus.state.ObjectProvider
Loads (from the database) all unloaded fields that store relations.
loadUnloadedRelationFields() - Method in class org.datanucleus.state.StateManagerImpl
 
loadUserMetaData(FileMetaData, ClassLoader) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to load user-provided (dynamic) metadata (from the JDO MetaData API).
loadUserMetaData(FileMetaData, ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
LOCAL_VARIABLE - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type of a local variable in a method.
LocaleStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.Locale and a String form.
LocaleStringConverter() - Constructor for class org.datanucleus.store.types.converters.LocaleStringConverter
 
Localiser - Class in org.datanucleus.util
Localiser for messages in the DataNucleus system.
Localiser() - Constructor for class org.datanucleus.util.Localiser
 
locate() - Method in class org.datanucleus.state.AbstractStateManager
Locate the object in the datastore.
locate() - Method in interface org.datanucleus.state.ObjectProvider
Method to locate that the object exists in the datastore.
LocateFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function LOCATE(strExpr1, strExpr2, pos).
LocateFunction() - Constructor for class org.datanucleus.query.inmemory.LocateFunction
 
locateObject(ObjectProvider) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
locateObject(ObjectProvider) - Method in interface org.datanucleus.store.StorePersistenceHandler
Locates this object in the datastore.
locateObjects(ObjectProvider[]) - Method in class org.datanucleus.store.AbstractPersistenceHandler
Simple implementation of location of multiple objects, relaying the locate check for each object to
locateObjects(ObjectProvider[]) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
locateObjects(ObjectProvider[]) - Method in interface org.datanucleus.store.StorePersistenceHandler
Locates object(s) in the datastore.
lock - Variable in class org.datanucleus.ExecutionContextImpl
Lock object for use during commit/rollback/evict, to prevent any further field accesses.
lock - Variable in class org.datanucleus.state.AbstractStateManager
Lock object to synchronise execution when reading/writing fields.
lock(short) - Method in class org.datanucleus.state.AbstractStateManager
 
lock(Object, short) - Method in interface org.datanucleus.state.LockManager
Method to lock the object with the provided identity (mode 2).
lock(ObjectProvider, short) - Method in interface org.datanucleus.state.LockManager
Method to lock the object managed by the passed ObjectProvider (mode 1).
lock(Object, short) - Method in class org.datanucleus.state.LockManagerImpl
 
lock(ObjectProvider, short) - Method in class org.datanucleus.state.LockManagerImpl
 
lock(short) - Method in interface org.datanucleus.state.ObjectProvider
Method to lock the object owned by this ObjectProvider.
lock() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
lock() - Method in interface org.datanucleus.store.connection.ManagedConnection
 
LOCK_MODE_NONE - Static variable in interface org.datanucleus.state.LockManager
Lock mode representing no locking.
LOCK_MODE_OPTIMISTIC_READ - Static variable in interface org.datanucleus.state.LockManager
Lock mode for optimistic reads.
LOCK_MODE_OPTIMISTIC_WRITE - Static variable in interface org.datanucleus.state.LockManager
Lock mode for optimistic writes.
LOCK_MODE_PESSIMISTIC_READ - Static variable in interface org.datanucleus.state.LockManager
Lock mode for pessimistic reads.
LOCK_MODE_PESSIMISTIC_WRITE - Static variable in interface org.datanucleus.state.LockManager
Lock mode for pessimistic writes.
locked - Variable in class org.datanucleus.store.connection.AbstractManagedConnection
Whether the connection is locked for use.
LockManager - Interface in org.datanucleus.state
Interface defining a manager for locking of objects.
LockManagerImpl - Class in org.datanucleus.state
Implementation of a lock manager for objects.
LockManagerImpl() - Constructor for class org.datanucleus.state.LockManagerImpl
 
lockMode - Variable in class org.datanucleus.state.AbstractStateManager
The current lock mode for this object.
log() - Method in class org.datanucleus.flush.OperationQueue
Convenience method to log the current operation queue.
Log4JLogger - Class in org.datanucleus.util
Log4J implementation of a NucleusLogger.
Log4JLogger(String) - Constructor for class org.datanucleus.util.Log4JLogger
Constructor using Log4J.
logConfiguration() - Method in class org.datanucleus.AbstractNucleusContext
Method to log the configuration of this context.
logConfiguration() - Method in class org.datanucleus.store.AbstractStoreManager
Convenience method to log the configuration of this store manager.
logConfigurationDetails() - Method in class org.datanucleus.AbstractNucleusContext
Convenience method so that extending implementations can log their own configuration.
logConfigurationDetails() - Method in class org.datanucleus.enhancer.EnhancementNucleusContextImpl
 
logConfigurationDetails() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
logErrors - Variable in class org.datanucleus.enhancer.EnhancerClassChecker
Whether to log any errors at error level.
LogFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function LOG(numExpr).
LogFunction() - Constructor for class org.datanucleus.query.inmemory.LogFunction
 
LOGGER - Static variable in class org.datanucleus.enhancer.DataNucleusEnhancer
Logger for enhancing.
LOGGER - Static variable in class org.datanucleus.store.schema.SchemaTool
 
LONG - Static variable in interface org.datanucleus.asm.Opcodes
 
LONG - Static variable in class org.datanucleus.asm.Type
The sort of the long type.
LONG - Static variable in class org.datanucleus.ClassConstants
 
LONG - Static variable in class org.datanucleus.ClassNameConstants
 
LONG_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
LONG_TYPE - Static variable in class org.datanucleus.asm.Type
The long type.
LongAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing a Long, used in evaluation of aggregates.
LongAggregateExpression(Long) - Constructor for class org.datanucleus.query.inmemory.LongAggregateExpression
 
LongArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a long[] object to/from ByteBuffer.
LongArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.LongArrayByteBufferConverter
 
LongId - Class in org.datanucleus.identity
This class is for identity with a single long field.
LongId(Class, long) - Constructor for class org.datanucleus.identity.LongId
 
LongId(Class, Long) - Constructor for class org.datanucleus.identity.LongId
 
LongId(Class, String) - Constructor for class org.datanucleus.identity.LongId
 
LongId() - Constructor for class org.datanucleus.identity.LongId
 
LongStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.lang.Long and a String form.
LongStringConverter() - Constructor for class org.datanucleus.store.types.converters.LongStringConverter
 
lookupConnectionFactory(String) - Method in interface org.datanucleus.store.connection.ConnectionManager
Method to lookup a connection factory and create it if not yet existing.
lookupConnectionFactory(String) - Method in class org.datanucleus.store.connection.ConnectionManagerImpl
Method to lookup a connection factory and create it if not yet existing.
LOOKUPSWITCH - Static variable in interface org.datanucleus.asm.Opcodes
 
LOR - Static variable in interface org.datanucleus.asm.Opcodes
 
LowerFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function LOWER(stringExpr).
LowerFunction() - Constructor for class org.datanucleus.query.inmemory.LowerFunction
 
LREM - Static variable in interface org.datanucleus.asm.Opcodes
 
LRETURN - Static variable in interface org.datanucleus.asm.Opcodes
 
LSHL - Static variable in interface org.datanucleus.asm.Opcodes
 
LSHR - Static variable in interface org.datanucleus.asm.Opcodes
 
LSTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
LSUB - Static variable in interface org.datanucleus.asm.Opcodes
 
lt(Object) - Method in class org.datanucleus.query.inmemory.AggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.BigDecimalAggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.BigIntegerAggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.DateAggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.DoubleAggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.FloatAggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.IntegerAggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.LongAggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.ShortAggregateExpression
 
lt(Object) - Method in class org.datanucleus.query.inmemory.StringAggregateExpression
 
LUSHR - Static variable in interface org.datanucleus.asm.Opcodes
 
LXOR - Static variable in interface org.datanucleus.asm.Opcodes
 

M

MacroString - Class in org.datanucleus.util
Macro String Utilities
MacroString(String, String, String) - Constructor for class org.datanucleus.util.MacroString
Constructor.
MacroString.IdentifierMacro - Class in org.datanucleus.util
Inner class : Identifier Macro
MacroString.MacroHandler - Interface in org.datanucleus.util
Inner class : Macro Handler
MacroString.ParameterMacro - Class in org.datanucleus.util
Inner class : Parameter Macro
main(String[]) - Static method in class org.datanucleus.enhancer.DataNucleusEnhancer
Entry point for command line enhancer.
main(String[]) - Static method in class org.datanucleus.store.schema.SchemaTool
Entry method when invoked from the command line.
major - Variable in class org.datanucleus.plugin.Bundle.BundleVersion
 
makeDirty(Object, String) - Method in interface org.datanucleus.api.ApiAdapter
Method to make the member of the persistable object dirty.
MakeDirty - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnMakeDirty" using ASM.
MakeDirty(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.MakeDirty
Constructor.
makeDirty(int) - Method in interface org.datanucleus.state.ObjectProvider
Marks the given field dirty.
makeDirty(Persistable, String) - Method in interface org.datanucleus.state.StateManager
Mark the associated Persistable field dirty.
makeDirty(int) - Method in class org.datanucleus.state.StateManagerImpl
Marks the given field dirty.
makeDirty(Persistable, String) - Method in class org.datanucleus.state.StateManagerImpl
Mark the associated Persistable field dirty.
makeDirty() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.BitSet
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Collection
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Date
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.HashMap
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.HashSet
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Utility to mark the object as dirty.
makeDirty() - Method in class org.datanucleus.store.types.wrappers.List
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Map
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Properties
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Queue
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Set
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.SqlDate
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.SqlTime
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Stack
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Utility to mark the object as dirty
makeDirty() - Method in class org.datanucleus.store.types.wrappers.Vector
Utility to mark the object as dirty
makeNontransactional() - Method in class org.datanucleus.state.AbstractStateManager
Method to change the object state to nontransactional.
makeNontransactional() - Method in interface org.datanucleus.state.ObjectProvider
Method to make the managed object nontransactional.
makeObjectNontransactional(Object) - Method in interface org.datanucleus.ExecutionContext
Method to make the passed object nontransactional.
makeObjectNontransactional(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to make an object nontransactional.
makeObjectTransactional(Object) - Method in interface org.datanucleus.ExecutionContext
Method to make the passed object transactional.
makeObjectTransactional(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to make an object transactional.
makeObjectTransactional(Object) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
makeObjectTransient(Object, FetchPlanState) - Method in interface org.datanucleus.ExecutionContext
Method to make transient the passed object.
makeObjectTransient(Object, FetchPlanState) - Method in class org.datanucleus.ExecutionContextImpl
Method to migrate an object to transient state.
makeObjectTransient(Object, FetchPlanState) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
makePersistent() - Method in interface org.datanucleus.state.ObjectProvider
Method to make the managed object persistent.
makePersistent() - Method in class org.datanucleus.state.StateManagerImpl
Method to make the object persistent.
makePersistentTransactionalTransient() - Method in class org.datanucleus.state.AbstractStateManager
Makes Transactional Transient instances persistent.
makePersistentTransactionalTransient() - Method in interface org.datanucleus.state.ObjectProvider
Method to make Transactional Transient instances persistent
makeTransactional() - Method in interface org.datanucleus.state.ObjectProvider
Method to make the managed object transactional.
makeTransactional() - Method in class org.datanucleus.state.StateManagerImpl
Method to change the object state to transactional.
makeTransient(FetchPlanState) - Method in interface org.datanucleus.state.ObjectProvider
Method to make the managed object transient.
makeTransient(FetchPlanState) - Method in class org.datanucleus.state.StateManagerImpl
Method to change the object state to transient.
MakeTransientFieldManager - Class in org.datanucleus.store.fieldmanager
Field Manager to handle the making transient of fields.
MakeTransientFieldManager(ObjectProvider, boolean[], FetchPlanForClass, FetchPlanState) - Constructor for class org.datanucleus.store.fieldmanager.MakeTransientFieldManager
Constructor for a field manager for make transient process.
manageClasses(ClassLoaderResolver, String...) - Method in class org.datanucleus.store.AbstractStoreManager
 
manageClasses(ClassLoaderResolver, String...) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
manageClasses(ClassLoaderResolver, String...) - Method in interface org.datanucleus.store.StoreManager
Manage the specified classes.
manageClassForIdentity(Object, ClassLoaderResolver) - Method in class org.datanucleus.store.AbstractStoreManager
 
manageClassForIdentity(Object, ClassLoaderResolver) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
manageClassForIdentity(Object, ClassLoaderResolver) - Method in interface org.datanucleus.store.StoreManager
Convenience method to ensure that the class defined by the passed OID/SingleFIeldIdentity is managed by the store.
ManagedConnection - Interface in org.datanucleus.store.connection
Wrapper for a connection to the datastore, allowing management.
managedConnectionPostClose() - Method in interface org.datanucleus.store.connection.ManagedConnectionResourceListener
Method invoked when the managed connection has just been closed.
managedConnectionPreClose() - Method in interface org.datanucleus.store.connection.ManagedConnectionResourceListener
Method invoked when the managed connection is about to be closed.
ManagedConnectionResourceListener - Interface in org.datanucleus.store.connection
Listener for the relation between a ManagedConnection and a resource using that ManagedConnection.
managedMembers - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Managed fields/properties of this class.
ManagementManager - Class in org.datanucleus.management.jmx
Management interface for DataNucleus.
ManagementManager(NucleusContext) - Constructor for class org.datanucleus.management.jmx.ManagementManager
Constructor for Management
ManagementServer - Interface in org.datanucleus.management.jmx
Management Server for MBeans.
ManagerStatistics - Class in org.datanucleus.management
Statistics for a manager of persistence (PersistenceManager/EntityManager).
ManagerStatistics(String, FactoryStatistics) - Constructor for class org.datanucleus.management.ManagerStatistics
 
ManagerStatisticsMBean - Interface in org.datanucleus.management
Interface defining the MBean for a persistence manager.
managesClass(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
managesClass(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
managesClass(String) - Method in class org.datanucleus.store.StoreDataManager
Accessor for whether the specified class is managed currently
managesClass(String) - Method in interface org.datanucleus.store.StoreManager
Accessor for whether the specified class is managed currently
managesField(int) - Method in interface org.datanucleus.state.RelationshipManager
Accessor for whether a field is being managed.
managesField(int) - Method in class org.datanucleus.state.RelationshipManagerImpl
Accessor for whether a field is being managed.
map(Collection, Expression[]) - Method in class org.datanucleus.query.evaluator.AbstractResultClassMapper
Method to map the input results to the required result class type.
Map - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class Map object.
Map(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.Map
Constructor, using the ObjectProvider of the "owner" and the field name.
Map - Class in org.datanucleus.store.types.wrappers
A mutable second-class Map object.
Map(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Map
Constructor, using the ObjectProvider of the "owner" and the field name.
MapClearOperation - Class in org.datanucleus.flush
Clear operation for a map where we have a backing store.
MapClearOperation(ObjectProvider, MapStore) - Constructor for class org.datanucleus.flush.MapClearOperation
 
MapContainsEntryMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{mapExpr}.containsEntry(keyExpr,valueExpr)".
MapContainsEntryMethod() - Constructor for class org.datanucleus.query.inmemory.MapContainsEntryMethod
 
MapContainsKeyMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{mapExpr}.containsKey(keyExpr)".
MapContainsKeyMethod() - Constructor for class org.datanucleus.query.inmemory.MapContainsKeyMethod
 
MapContainsValueMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{mapExpr}.containsValue(valueExpr)".
MapContainsValueMethod() - Constructor for class org.datanucleus.query.inmemory.MapContainsValueMethod
 
MapGetMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{mapExpr}.get(keyExpr)".
MapGetMethod() - Constructor for class org.datanucleus.query.inmemory.MapGetMethod
 
mapHasKeysWithoutIdentity(AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to return if a map field has keys without their own identity.
mapHasSerialisedKeysAndValues(AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to return if a map field has the keys/values serialised.
mapHasValuesWithoutIdentity(AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to return if a map field has values without their own identity.
MapMetaData - Class in org.datanucleus.metadata
Representation of the Meta-Data for a Map.
MapMetaData(MapMetaData) - Constructor for class org.datanucleus.metadata.MapMetaData
Constructor to create a copy of the passed metadata.
MapMetaData() - Constructor for class org.datanucleus.metadata.MapMetaData
Default constructor.
MapMetaData.MapType - Enum in org.datanucleus.metadata
 
mappedBy - Variable in class org.datanucleus.metadata.AbstractElementMetaData
Field that this is mapped to.
mappedBy - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
mapped-by tag value.
mappedBy - Variable in class org.datanucleus.metadata.OrderMetaData
Name of the field in the element that is the ordering field.
mappedSuperclass - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Whether this class is explicitly marked as MappedSuperclass.
MapPutOperation - Class in org.datanucleus.flush
Put operation for a map where we have a backing store.
MapPutOperation(ObjectProvider, MapStore, Object, Object) - Constructor for class org.datanucleus.flush.MapPutOperation
 
MapRemoveOperation - Class in org.datanucleus.flush
Remove operation for a map where we have a backing store.
MapRemoveOperation(ObjectProvider, MapStore, Object, Object) - Constructor for class org.datanucleus.flush.MapRemoveOperation
 
mapsIdAttribute - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Placeholder for the JPA "mapsId" attribute, in case a store plugin wants to use it
MapStore - Interface in org.datanucleus.store.scostore
Interface representation of the backing store for a Map.
MapStoreSchemaData - Interface in org.datanucleus.store.schema
Interface representing schema information for the datastore.
mapToString(Map) - Static method in class org.datanucleus.util.StringUtils
Converts the given map of objects to string as a comma-separated list.
mapType - Variable in class org.datanucleus.metadata.MapMetaData
Type of map.
markAsFlushed() - Method in class org.datanucleus.state.AbstractStateManager
 
markAsFlushed() - Method in interface org.datanucleus.state.ObjectProvider
Method to notify the object provider that the object has now been flushed to the datastore.
markDirty(ObjectProvider, boolean) - Method in interface org.datanucleus.ExecutionContext
Mark the specified ObjectProvider as dirty
markDirty(ObjectProvider, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Method to mark an object (ObjectProvider) as dirty.
markDirty(ObjectProvider, boolean) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
markFieldsForUpdateInLevel2Cache(Object, boolean[]) - Method in interface org.datanucleus.ExecutionContext
Method to mark the object with specifed id to have the supplied fields updated in the L2 cache at commit.
markFieldsForUpdateInLevel2Cache(Object, boolean[]) - Method in class org.datanucleus.ExecutionContextImpl
 
markForInheritanceValidation() - Method in class org.datanucleus.state.AbstractStateManager
 
markForInheritanceValidation() - Method in interface org.datanucleus.state.ObjectProvider
Mark the state manager as needing to validate the inheritance of the managed object existence before loading fields.
markPKFieldsAsLoaded() - Method in class org.datanucleus.state.AbstractStateManager
Convenience method to mark PK fields as loaded (if using app id).
MathFunction - Class in org.datanucleus.query.inmemory
Evaluator for mathematical function XYZ(numExpr).
MathFunction() - Constructor for class org.datanucleus.query.inmemory.MathFunction
 
MathUtils - Class in org.datanucleus.util
Math Utilities.
MathUtils() - Constructor for class org.datanucleus.util.MathUtils
 
MathUtils.SMA - Class in org.datanucleus.util
Simple Moving Average
max(Expression, ExpressionEvaluator, Map<String, Object>) - Method in class org.datanucleus.query.inmemory.SetExpression
 
maxFetchDepth - Variable in class org.datanucleus.metadata.FetchPlanMetaData
Max fetch depth for this FetchPlan.
maxSize - Variable in class org.datanucleus.cache.AbstractLevel2Cache
Maximum size of cache (if supported by the plugin).
mayContainPersistableElements - Variable in class org.datanucleus.metadata.ArrayMetaData
wether this array may contain persistable elements
mayContainPersistableElements() - Method in class org.datanucleus.metadata.ArrayMetaData
Returns whether this array may contain persistable elements (as indicated by the user).
mconn - Variable in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
MEDIATE_READ - Static variable in interface org.datanucleus.enhancer.Persistable
dnFieldFlags for a field includes MEDIATE_READ, then the field has been enhanced to always call the StateManager on all reads
MEDIATE_WRITE - Static variable in interface org.datanucleus.enhancer.Persistable
dnFieldFlags for a field includes MEDIATE_WRITE, then the field has been enhanced to always call the StateManager on all writes
Member - Class in org.datanucleus.metadata.annotations
Wrapper for a field or a method (property) that is annotated.
Member(Field) - Constructor for class org.datanucleus.metadata.annotations.Member
Constructor.
Member(Method) - Constructor for class org.datanucleus.metadata.annotations.Member
Constructor.
MemberAnnotationHandler - Interface in org.datanucleus.metadata.annotations
Interface defining a handler for field/property annotations.
MemberColumnMapping - Interface in org.datanucleus.store.schema.table
Mapping definition for a member (field/property) representing the column(s) that it maps to.
MemberColumnMappingImpl - Class in org.datanucleus.store.schema.table
Mapping definition for a member (field/property) representing the column(s) that it maps to.
MemberColumnMappingImpl(AbstractMemberMetaData, Column) - Constructor for class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
MemberColumnMappingImpl(AbstractMemberMetaData, Column[], TypeConverter) - Constructor for class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
memberCount - Variable in class org.datanucleus.metadata.AbstractClassMetaData
number of managed fields/properties from this class plus inherited classes.
memberMetaData - Variable in class org.datanucleus.metadata.EmbeddedMetaData
 
memberNames - Variable in class org.datanucleus.metadata.ConstraintMetaData
The member names for this constraint.
memberNames - Variable in class org.datanucleus.state.FetchPlanState
List of member names in the graph.
memberPositionsByName - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Position numbers of members mapped by the name of the field/property.
memberRepresented - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
The member (field/method) being represented here.
members - Variable in class org.datanucleus.metadata.AbstractClassMetaData
List of members (fields/properties).
members - Variable in class org.datanucleus.metadata.EmbeddedMetaData
Fields/properties of the embedded object.
members - Variable in class org.datanucleus.metadata.FetchGroupMetaData
members (fields/properties) declared to be in this fetch group.
mergeClassAnnotationsData(AbstractClassMetaData, AbstractClassMetaData, MetaDataManager) - Static method in class org.datanucleus.metadata.MetaDataMerger
Method to take a class MetaData definition and merge in any Annotations "MetaData" definition.
mergeClassORMData(AbstractClassMetaData, AbstractClassMetaData, MetaDataManager) - Static method in class org.datanucleus.metadata.MetaDataMerger
Method to take a class JDO MetaData definition and merge in the ORM MetaData definition.
mergeFileORMData(FileMetaData, FileMetaData) - Static method in class org.datanucleus.metadata.MetaDataMerger
Method to take a file JDO MetaData definition and merge in the ORM MetaData definition.
messageKey - Variable in exception org.datanucleus.metadata.InvalidAnnotationException
Message resources key
messageKey - Variable in exception org.datanucleus.metadata.InvalidMetaDataException
Message resources key
MetaData - Class in org.datanucleus.metadata
Base class for all MetaData.
MetaData() - Constructor for class org.datanucleus.metadata.MetaData
 
MetaData(MetaData) - Constructor for class org.datanucleus.metadata.MetaData
Constructor.
MetaData(MetaData, MetaData) - Constructor for class org.datanucleus.metadata.MetaData
Copy constructor.
metadata - Variable in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
The MetaData for this file (the end result of the parse process.
metadata - Variable in class org.datanucleus.store.StoreData
Metadata for the class, or member (join table) depending on what this represents.
METADATA - Static variable in class org.datanucleus.util.NucleusLogger
Log for METADATA issues
METADATA_CREATED_STATE - Static variable in class org.datanucleus.metadata.MetaData
State representing the start state of MetaData, representing the initial values passed in.
METADATA_INITIALISED_STATE - Static variable in class org.datanucleus.metadata.MetaData
State reflecting that MetaData object has been initialised with any internal info required.
METADATA_MANAGER - Static variable in class org.datanucleus.ClassConstants
 
METADATA_POPULATED_STATE - Static variable in class org.datanucleus.metadata.MetaData
State reflecting that MetaData has been populated with real class definition adding any defaulted info.
METADATA_USED_STATE - Static variable in class org.datanucleus.metadata.MetaData
State reflecting that MetaData object has been modified with usage information (e.g defaulted column names).
MetaDataAutoStarter - Class in org.datanucleus.store.autostart
An auto-starter mechanism that uses a defined list of metadata files to be loaded at startup.
MetaDataAutoStarter(StoreManager, ClassLoaderResolver) - Constructor for class org.datanucleus.store.autostart.MetaDataAutoStarter
Constructor, taking the names of the metadata to use.
metaDataComplete - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Flag for whether the MetaData here is complete without annotations.
metaDataFiles - Variable in class org.datanucleus.store.autostart.MetaDataAutoStarter
Names of the metadata files to start with (comma-separated).
MetadataFileType - Enum in org.datanucleus.metadata
Enum for the different types of metadata "files".
MetaDataListener - Interface in org.datanucleus.metadata
Listener for registering interest when metadata for a class is loaded.
metaDataManager - Variable in class org.datanucleus.AbstractNucleusContext
MetaDataManager for handling the MetaData.
metaDataManager - Variable in class org.datanucleus.metadata.FileMetaData
Manager for this MetaData object.
MetaDataManager - Interface in org.datanucleus.metadata
Manager for metadata in DataNucleus.
metaDataManager - Variable in class org.datanucleus.query.compiler.AbstractSymbolResolver
 
metaDataManager - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
MetaDataManagerImpl - Class in org.datanucleus.metadata
Manager of metadata information in DataNucleus having scope of an NucleusContext.
MetaDataManagerImpl(NucleusContext) - Constructor for class org.datanucleus.metadata.MetaDataManagerImpl
Constructor, specifying the context used.
MetaDataMerger - Class in org.datanucleus.metadata
Convenience class to handle the merging of MetaData.
MetaDataMerger() - Constructor for class org.datanucleus.metadata.MetaDataMerger
 
metaDataMgr - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
MetaData Manager to use.
metaDataMgr - Variable in class org.datanucleus.enhancer.ImplementationCreatorImpl
MetaData manager to use.
metaDataMgr - Variable in class org.datanucleus.enhancer.ImplementationGenerator
 
metadataMgr - Variable in class org.datanucleus.metadata.annotations.AnnotationManagerImpl
MetaData Manager that we work for.
metaDataParser - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
XML Parser for MetaData.
MetaDataParser - Class in org.datanucleus.metadata.xml
Class to provide the parsing framework for parsing metadata files.
MetaDataParser(MetaDataManager, PluginManager, boolean) - Constructor for class org.datanucleus.metadata.xml.MetaDataParser
Constructor.
MetaDataScanner - Interface in org.datanucleus.metadata
Scanner for persistable classes, typically provided by a JEE environment to locate classes not easily/efficiently locatable using the builtin file scanner.
metaDataState - Variable in class org.datanucleus.metadata.MetaData
State of the MetaData.
MetaDataUtils - Class in org.datanucleus.metadata
Utilities needed for the processing of MetaData.
MetaDataUtils() - Constructor for class org.datanucleus.metadata.MetaDataUtils
Protected constructor to prevent outside instantiation
METHOD - Static variable in class org.datanucleus.asm.Type
The sort of method types.
METHOD_FORMAL_PARAMETER - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type of a formal parameter of a method.
METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target a type parameter of a generic method in a method call.
METHOD_RECEIVER - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the receiver type of a method.
METHOD_REFERENCE - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the receiver type of a method reference.
METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target a type parameter of a generic method in a method reference.
METHOD_RETURN - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the return type of a method.
METHOD_TYPE_PARAMETER - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target a type parameter of a generic method.
METHOD_TYPE_PARAMETER_BOUND - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic method.
methodDescriptor - Variable in class org.datanucleus.enhancer.EnhancerMethodAdapter
Descriptor for the method being adapted.
methodDescriptor - Variable in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
Descriptor for the method being adapted.
methodDescriptor - Variable in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
Descriptor for the method being adapted.
methodName - Variable in class org.datanucleus.enhancer.ClassMethod
Name of the method.
methodName - Variable in class org.datanucleus.enhancer.EnhancerMethodAdapter
Name for the method being adapted.
methodName - Variable in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
Name for the method being adapted.
methodName - Variable in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
Name for the method being adapted.
methodsRequired - Variable in class org.datanucleus.enhancer.EnhancerClassChecker
Set of methods required to be present.
methodsToAdd - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
List of methods to be added to the class.
MethodVisitor - Class in org.datanucleus.asm
A visitor to visit a Java method.
MethodVisitor(int) - Constructor for class org.datanucleus.asm.MethodVisitor
Constructs a new MethodVisitor.
MethodVisitor(int, MethodVisitor) - Constructor for class org.datanucleus.asm.MethodVisitor
Constructs a new MethodVisitor.
mgr - Variable in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Manager for MetaData operations
mgr - Variable in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Manager for the MetaData.
mgr - Variable in class org.datanucleus.metadata.xml.MetaDataParser
MetaData manager.
micro - Variable in class org.datanucleus.plugin.Bundle.BundleVersion
 
min(Expression, ExpressionEvaluator, Map<String, Object>) - Method in class org.datanucleus.query.inmemory.SetExpression
 
minor - Variable in class org.datanucleus.plugin.Bundle.BundleVersion
 
mmd - Variable in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
MetaData for the property.
mmd - Variable in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
MetaData for the property.
mmd - Variable in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
mode - Variable in class org.datanucleus.store.autostart.AbstractAutoStartMechanism
AutoStart "mode"
ModFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function MOD(numExpr1, numExpr2).
ModFunction() - Constructor for class org.datanucleus.query.inmemory.ModFunction
 
MonadicOperator(String, int) - Constructor for class org.datanucleus.query.expression.Expression.MonadicOperator
Monodiac operator
MONITORENTER - Static variable in interface org.datanucleus.asm.Opcodes
 
MONITOREXIT - Static variable in interface org.datanucleus.asm.Opcodes
 
msg(String) - Static method in class org.datanucleus.util.Localiser
Message formatter for an internationalised message.
msg(String, long) - Static method in class org.datanucleus.util.Localiser
Message formatter with one argument passed in that will be embedded in an internationalised message.
msg(String, Object...) - Static method in class org.datanucleus.util.Localiser
Message formatter with arguments passed in that will be embedded in an internationalised message.
MULTIANEWARRAY - Static variable in interface org.datanucleus.asm.Opcodes
 
MultiColumnConverter - Interface in org.datanucleus.store.types.converters
Interface implemented by a TypeConverter when it converts a member to multiple columns, providing the information about what types the columns store.
MultiMap - Class in org.datanucleus.util
An implementation of a MultiMap, which is basically a Map with multiple values for a key.
MultiMap() - Constructor for class org.datanucleus.util.MultiMap
Constructor.
MultiMap(int) - Constructor for class org.datanucleus.util.MultiMap
Constructor.
MultiMap(int, float) - Constructor for class org.datanucleus.util.MultiMap
Constructor.
MultiMap(MultiMap) - Constructor for class org.datanucleus.util.MultiMap
Constructor.
MULTIVALUED - Static variable in class org.datanucleus.FetchGroup
 
mv - Variable in class org.datanucleus.asm.MethodVisitor
The method visitor to which this visitor must delegate method calls.
Mx4jManagementServer - Class in org.datanucleus.management.jmx
Wrapper for the MX4J JMX server.
Mx4jManagementServer() - Constructor for class org.datanucleus.management.jmx.Mx4jManagementServer
 
MyClassVisitor() - Constructor for class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
myEC - Variable in class org.datanucleus.state.AbstractStateManager
The ExecutionContext for this StateManager
myFP - Variable in class org.datanucleus.state.AbstractStateManager
Fetch plan for the class of the managed object.
myID - Variable in class org.datanucleus.state.AbstractStateManager
The object identity in the datastore
myInternalID - Variable in class org.datanucleus.state.AbstractStateManager
The object identity in the JVM.
myLC - Variable in class org.datanucleus.state.AbstractStateManager
The actual LifeCycleState for the persistable instance
myPC - Variable in class org.datanucleus.state.AbstractStateManager
The persistable instance managed by this ObjectProvider.
myVersion - Variable in class org.datanucleus.state.AbstractStateManager
version field for optimistic transactions

N

name - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Class name
name - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Field name.
name - Variable in class org.datanucleus.metadata.ColumnMetaData
column name.
name - Variable in class org.datanucleus.metadata.ConstraintMetaData
the constraint name
name - Variable in class org.datanucleus.metadata.ImplementsMetaData
Name of the interface implemented.
name - Variable in class org.datanucleus.metadata.PackageMetaData
Package name
name - Variable in class org.datanucleus.metadata.PrimaryKeyMetaData
PK constraint name.
name - Variable in class org.datanucleus.metadata.QueryMetaData
Name of the query.
name - Variable in class org.datanucleus.metadata.QueryResultMetaData
Name of the query result mapping.
name - Variable in class org.datanucleus.metadata.SequenceMetaData
Name under which this sequence generator is known.
name - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Name under which this table generator is known.
name - Variable in class org.datanucleus.store.StoreData
Name of the class/field.
name - Variable in class org.datanucleus.store.valuegenerator.AbstractGenerator
Symbolic name for the sequence.
namer - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
 
namespaceAware - Variable in class org.datanucleus.metadata.xml.MetaDataParser
Whether to support namespaces.
namingCase - Variable in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
NamingCase - Enum in org.datanucleus.store.schema.naming
Enum defining the types of cases that component identifiers can be stored in.
namingFactory - Variable in class org.datanucleus.store.AbstractStoreManager
Naming factory.
NamingFactory - Interface in org.datanucleus.store.schema.naming
Representation of a naming factory for schema components (tables, columns, etc).
NATIVE - Static variable in class org.datanucleus.metadata.IdentityStrategy
strategy="native" in JDO, and "auto" in JPA The value "native" allows the JDO implementation to pick the most suitable strategy based on the underlying database.
negate() - Method in class org.datanucleus.query.expression.Literal
 
NEW - Static variable in interface org.datanucleus.asm.Opcodes
 
NEW - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type of the object created by a 'new' instruction.
NEWARRAY - Static variable in interface org.datanucleus.asm.Opcodes
 
newArrayMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new array metadata, set it, and return it.
newClass(String) - Method in class org.datanucleus.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newClassMetadata(String) - Method in class org.datanucleus.metadata.PackageMetaData
Method to create a new class metadata, add it, and return it.
newCollectionMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new collection metadata, set it, and return it.
newColumnMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Method to create a column metadata, add it, and return it.
newColumnMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
newColumnMetaData() - Method in class org.datanucleus.metadata.DiscriminatorMetaData
Method to create a new ColumnMetaData, add it, and return it.
newColumnMetaData() - Method in class org.datanucleus.metadata.ForeignKeyMetaData
Method to create a new column, add it, and return it.
newColumnMetaData() - Method in class org.datanucleus.metadata.IdentityMetaData
 
newColumnMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
Method to create a new column metadata, add it, and return it.
newColumnMetaData() - Method in class org.datanucleus.metadata.OrderMetaData
Method to create a new column metadata, set it, and return it.
newColumnMetadata() - Method in class org.datanucleus.metadata.PrimaryKeyMetaData
Method to create a new column, add it, and return it.
newColumnMetaData() - Method in class org.datanucleus.metadata.VersionMetaData
Method to create a new ColumnMetaData, add it, and return it.
newConst(Object) - Method in class org.datanucleus.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newDefaultedProperty(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Utility to add a defaulted PropertyMetaData to the class.
newDefaultedProperty(String) - Method in class org.datanucleus.metadata.ClassMetaData
Utility to add a defaulted FieldMetaData to the class.
newDefaultedProperty(String) - Method in class org.datanucleus.metadata.InterfaceMetaData
Utility to add a defaulted PropertyMetaData to the class.
newDiscriminatorMetadata() - Method in class org.datanucleus.metadata.EmbeddedMetaData
Method to create a new discriminator metadata, assign it to this inheritance, and return it.
newDiscriminatorMetadata() - Method in class org.datanucleus.metadata.InheritanceMetaData
Method to create a new discriminator metadata, assign it to this inheritance, and return it.
newElementMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new element metadata, set it, and return it.
newEmbeddedMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Method to create an embedded metadata, add it, and return it.
newEmbeddedMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new embedded metadata, set it, and return it.
newExceptionReference(int) - Static method in class org.datanucleus.asm.TypeReference
Returns a reference to the type of an exception, in a 'throws' clause of a method.
newExtensionMetaData(String, String, String) - Method in class org.datanucleus.metadata.MetaData
Method to create a new ExtensionMetaData, add it, and return it.
newFetchGroupMetaData(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new fetchgroup metadata, add it, and return it.
newFetchGroupMetaData(String) - Method in class org.datanucleus.metadata.FetchPlanMetaData
Method to create a new FetchGroup metadata, add it and return it.
newFetchPlanMetadata(String) - Method in class org.datanucleus.metadata.FileMetaData
 
newField(String, String, String) - Method in class org.datanucleus.asm.ClassWriter
Adds a field reference to the constant pool of the class being build.
newFieldMetadata(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new field metadata, add it, and return it.
newFieldMetaData(String) - Method in class org.datanucleus.metadata.EmbeddedMetaData
Method to create a new FieldMetaData, add it, and return it.
newForCachedPC(ExecutionContext, Object, CachedPC<T>) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructor to create an ObjectProvider for an object taken from the L2 cache with the specified id.
newForCachedPC(ExecutionContext, Object, CachedPC<T>) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructor to create an ObjectProvider for an object taken from the L2 cache with the specified id.
newForDetached(ExecutionContext, T, Object, Object) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructor for creating ObjectProvider instances to manage persistable objects in detached state.
newForDetached(ExecutionContext, T, Object, Object) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructor for creating an ObjectProvider to manage a persistable object in detached state.
newForeignKeyMetadata() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new FK metadata, add it, and return it.
newForeignKeyMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Method to create a unique metadata, add it, and return it.
newForeignKeyMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new FK metadata, set it, and return it.
newForeignKeyMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
Method to create a new FK metadata, set to use it, and return it.
newForEmbedded(ExecutionContext, T, boolean, ObjectProvider, int) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructs an ObjectProvider to manage a persistable instance that will be EMBEDDED/SERIALISED into another persistable object.
newForEmbedded(ExecutionContext, AbstractClassMetaData, ObjectProvider, int) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructs an ObjectProvider for an object of the specified type, creating the PC object to hold the values where this object will be EMBEDDED/SERIALISED into another persistable object.
newForEmbedded(ExecutionContext, T, boolean, ObjectProvider, int) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructs an ObjectProvider to manage a persistable instance that will be EMBEDDED/SERIALISED into another persistable object.
newForEmbedded(ExecutionContext, AbstractClassMetaData, ObjectProvider, int) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructs an ObjectProvider for an object of the specified type, creating the PC object to hold the values where this object will be EMBEDDED/SERIALISED into another persistable object.
newForHollow(ExecutionContext, Class<T>, Object) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructs an ObjectProvider to manage a hollow instance having the given object ID.
newForHollow(ExecutionContext, Class<T>, Object, FieldValues) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructs an ObjectProvider to manage a recently populated hollow instance having the given object ID and the given field values.
newForHollow(ExecutionContext, Class<T>, Object) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructs an ObjectProvider to manage a hollow instance having the given object ID.
newForHollow(ExecutionContext, Class<T>, Object, FieldValues) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructs an ObjectProvider to manage a recently populated hollow instance having the given object ID and the given field values.
newForHollowPopulatedAppId(ExecutionContext, Class<T>, FieldValues) - Method in interface org.datanucleus.state.ObjectProviderFactory
Deprecated.
Use newForHollowPopulated instead
newForHollowPopulatedAppId(ExecutionContext, Class<T>, FieldValues) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Deprecated.
Use newForHollowPopulated instead
newForHollowPreConstructed(ExecutionContext, Object, T) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructs an ObjectProvider to manage a hollow instance having the given object ID.
newForHollowPreConstructed(ExecutionContext, Object, T) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructs an ObjectProvider to manage a hollow instance having the given object ID.
newFormalParameterReference(int) - Static method in class org.datanucleus.asm.TypeReference
Returns a reference to the type of a formal parameter of a method.
newForPersistentClean(ExecutionContext, Object, T) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructs an ObjectProvider to manage the specified persistent instance having the given object ID.
newForPersistentClean(ExecutionContext, Object, T) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructs an ObjectProvider to manage the specified persistent instance having the given object ID.
newForPersistentNew(ExecutionContext, T, FieldValues) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructs an ObjectProvider to manage a transient instance that is becoming newly persistent.
newForPersistentNew(ExecutionContext, T, FieldValues) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructs an ObjectProvider to manage a transient instance that is becoming newly persistent.
newForPNewToBeDeleted(ExecutionContext, T) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructor for creating ObjectProvider instances to manage persistable objects that are not persistent yet are about to be deleted.
newForPNewToBeDeleted(ExecutionContext, T) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructor for creating an ObjectProvider to manage a persistable object that is not persistent yet is about to be deleted.
newForTransactionalTransient(ExecutionContext, T) - Method in interface org.datanucleus.state.ObjectProviderFactory
Constructs an ObjectProvider to manage a transactional-transient instance.
newForTransactionalTransient(ExecutionContext, T) - Method in class org.datanucleus.state.ObjectProviderFactoryImpl
Constructs an ObjectProvider to manage a transactional-transient instance.
newHandle(int, String, String, String) - Method in class org.datanucleus.asm.ClassWriter
Adds a handle to the constant pool of the class being build.
newIdentityMetadata() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new identity metadata, set to use it, and return it.
newIndexMetadata() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new index metadata, add it, and return it.
newIndexMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Method to create an index metadata, add it, and return it.
newIndexMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new index metadata, set it, and return it.
newIndexMetaData() - Method in class org.datanucleus.metadata.DiscriminatorMetaData
Method to create a new Index metadata, add it, and return it.
newIndexMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
Method to create a new index metadata, set to use it, and return it.
newIndexMetaData() - Method in class org.datanucleus.metadata.OrderMetaData
Method to create a new index metadata, set it, and return it.
newIndexMetaData() - Method in class org.datanucleus.metadata.VersionMetaData
Method to create a new Index metadata, add it, and return it.
newInheritanceMetadata() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new inheritance metadata, set to use it, and return it.
newInstance(Class, StateManager) - Method in class org.datanucleus.enhancer.EnhancementHelper
Create a new instance of the class and assign its StateManager.
newInstance(Class, StateManager, Object) - Method in class org.datanucleus.enhancer.EnhancementHelper
Create a new instance of the class and assign its StateManager and key values from the ObjectId.
newInstance(Class, ClassLoaderResolver) - Method in class org.datanucleus.enhancer.ImplementationCreatorImpl
Method to generate an instance of an interface, abstract class, or concrete PC class.
newInstance(InterfaceMetaData, ClassLoaderResolver) - Method in class org.datanucleus.enhancer.ImplementationCreatorImpl
Constructs an implementation for an interface and instantiates it.
newInstance(ClassMetaData, ClassLoaderResolver) - Method in class org.datanucleus.enhancer.ImplementationCreatorImpl
Constructs an implementation for an abstract class and instantiates it.
newInstance(Class<T>) - Method in interface org.datanucleus.ExecutionContext
Method to generate an instance of an interface, abstract class, or concrete PC class.
newInstance(Class<T>) - Method in class org.datanucleus.ExecutionContextImpl
Method to generate an instance of an interface, abstract class, or concrete PC class.
newInstance(Class<T>, ClassLoaderResolver) - Method in interface org.datanucleus.ImplementationCreator
Constructs an implementation for an interface and instantiates it
newInstance(Class, Class[], Object[]) - Static method in class org.datanucleus.util.ClassUtils
Accessor for a new instance of an object.
NewInstance1 - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnNewInstance" using ASM.
NewInstance1(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.NewInstance1
Constructor.
NewInstance2 - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnNewInstance" using ASM.
NewInstance2(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.NewInstance2
Constructor.
newInterfaceMetadata(String) - Method in class org.datanucleus.metadata.PackageMetaData
Method to create a new interface metadata, add it, and return it.
newInvokeDynamic(String, String, Handle, Object...) - Method in class org.datanucleus.asm.ClassWriter
Adds an invokedynamic reference to the constant pool of the class being build.
newJoinMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new join metadata, add it, and return it.
newJoinMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new join metadata, set it, and return it.
newJoinMetadata() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new JoinMetaData, set it, and return it.
newJoinMetadata() - Method in class org.datanucleus.metadata.InheritanceMetaData
Method to create a new JoinMetaData, set it, and return it.
newKeyMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new key metadata, set it, and return it.
newMapMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new map metadata, set it, and return it.
newMemberMetaData(String) - Method in class org.datanucleus.metadata.FetchGroupMetaData
Method to create a new member, add it, and return it.
newMethod(String, String, String, boolean) - Method in class org.datanucleus.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newMethodType(String) - Method in class org.datanucleus.asm.ClassWriter
Adds a method type reference to the constant pool of the class being build.
newNameType(String, String) - Method in class org.datanucleus.asm.ClassWriter
Adds a name and type to the constant pool of the class being build.
newObjectId(Class, Object) - Method in interface org.datanucleus.ExecutionContext
This method returns an object id instance corresponding to the pcClass and key arguments.
newObjectId(String, Object) - Method in interface org.datanucleus.ExecutionContext
This method returns an object id instance corresponding to the class name, and the passed object (when using app identity).
newObjectId(Class, Object) - Method in class org.datanucleus.ExecutionContextImpl
This method returns an object id instance corresponding to the pcClass and key arguments.
newObjectId(String, Object) - Method in class org.datanucleus.ExecutionContextImpl
This method returns an object id instance corresponding to the class name, and the passed object (when using app identity).
newObjectIdInstance(Class) - Method in class org.datanucleus.enhancer.EnhancementHelper
Create a new instance of the ObjectId class of this Persistable class.
newObjectIdInstance(Class, Object) - Method in class org.datanucleus.enhancer.EnhancementHelper
Create a new instance of the class used by the parameter Class for JDO identity, using the key constructor of the object id class.
NewObjectIdInstance1 - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnNewObjectIdInstance" using ASM.
NewObjectIdInstance1(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.NewObjectIdInstance1
Constructor.
NewObjectIdInstance2 - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnNewObjectIdInstance" using ASM.
NewObjectIdInstance2(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.NewObjectIdInstance2
Constructor.
newOrderMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new order metadata, set it, and return it.
newPackageMetadata(String) - Method in class org.datanucleus.metadata.FileMetaData
Method to create and return a package metadata for the specified package name.
newPluginRegistry(String, String, boolean, ClassLoaderResolver) - Static method in class org.datanucleus.plugin.PluginRegistryFactory
Instantiates a PluginRegistry.
newPrimaryKeyMetadata() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new primary key metadata, set to use it, and return it.
newPrimaryKeyMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
Method to create a new PK metadata, set to use it, and return it.
newPropertyMetadata(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new property metadata, add it, and return it.
newPropertyMetaData(String) - Method in class org.datanucleus.metadata.EmbeddedMetaData
Method to create a new PropertyMetaData, add it, and return it.
newQuery(String, ExecutionContext, Object) - Method in class org.datanucleus.store.federation.FederatedQueryManagerImpl
Method to generate a new query using the passed query as basis.
newQuery(String, ExecutionContext, Object) - Method in interface org.datanucleus.store.query.QueryManager
Method to generate a new query using the passed query as basis.
newQuery(String, ExecutionContext, Object) - Method in class org.datanucleus.store.query.QueryManagerImpl
 
newQueryMetadata(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new QueryMetadata, add it to the registered queries and return it.
newQueryMetadata(String) - Method in class org.datanucleus.metadata.FileMetaData
Method to create a new QueryMetadata, add it to the registered queries and return it.
newQueryResultMetadata(String) - Method in class org.datanucleus.metadata.FileMetaData
Method to create a new query result metadata, add it, and return it.
newSCOInstance(ObjectProvider, AbstractMemberMetaData, Class, Object, boolean, boolean, boolean) - Static method in class org.datanucleus.store.types.SCOUtils
Method to create a new SCO wrapper for a SCO type.
newSequenceMetadata(String, String) - Method in class org.datanucleus.metadata.PackageMetaData
Method to create a new Sequence metadata, add it, and return it.
newStoreData(ClassMetaData, ClassLoaderResolver) - Method in class org.datanucleus.store.AbstractStoreManager
Instantiate a StoreData instance using the provided ClassMetaData and ClassLoaderResolver.
newStoredProcQueryMetadata(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new StoredProcQueryMetadata, add it to the registered queries and return it.
newStoredProcQueryMetaData(String) - Method in class org.datanucleus.metadata.FileMetaData
Method to create a new StoredProcQueryMetadata, add it to the registered queries and return it.
newSuperTypeReference(int) - Static method in class org.datanucleus.asm.TypeReference
Returns a reference to the super class or to an interface of the 'implements' clause of a class.
newTableGeneratorMetadata(String) - Method in class org.datanucleus.metadata.PackageMetaData
Method to create a new TableGenerator metadata, add it and return it.
newTryCatchReference(int) - Static method in class org.datanucleus.asm.TypeReference
Returns a reference to the type of the exception declared in a 'catch' clause of a method.
newTypeArgumentReference(int, int) - Static method in class org.datanucleus.asm.TypeReference
Returns a reference to the type of a type argument in a constructor or method call or reference.
newTypeParameterBoundReference(int, int, int) - Static method in class org.datanucleus.asm.TypeReference
Returns a reference to a type parameter bound of a generic class or method.
newTypeParameterReference(int, int) - Static method in class org.datanucleus.asm.TypeReference
Returns a reference to a type parameter of a generic class or method.
newTypeReference(int) - Static method in class org.datanucleus.asm.TypeReference
Returns a type reference of the given sort.
newUniqueMetadata() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new unique metadata, add it, and return it.
newUniqueMetaData() - Method in class org.datanucleus.metadata.AbstractElementMetaData
Method to create a unique metadata, add it, and return it.
newUniqueMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new unique metadata, set it, and return it.
newUniqueMetaData() - Method in class org.datanucleus.metadata.JoinMetaData
Method to create a new unique metadata, set to use it, and return it.
newUnmappedColumnMetaData() - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
newUTF8(String) - Method in class org.datanucleus.asm.ClassWriter
Adds an UTF8 string to the constant pool of the class being build.
newValueMetaData() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to create a new value metadata, set it, and return it.
newValueReference(Object, Object, ReferenceQueue) - Method in class org.datanucleus.util.ReferenceValueMap
Returns a new Reference object to be inserted into the map.
newValueReference(Object, Object, ReferenceQueue) - Method in class org.datanucleus.util.SoftValueMap
 
newValueReference(Object, Object, ReferenceQueue) - Method in class org.datanucleus.util.WeakValueMap
 
newVersionMetadata() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to create a new version metadata, set to use it, and return it.
next() - Method in interface org.datanucleus.store.NucleusSequence
Accessor for the next value object.
next() - Method in class org.datanucleus.store.NucleusSequenceImpl
Accessor for the next element in the sequence.
next() - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
next() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult.ResultIterator
 
next() - Method in class org.datanucleus.store.types.SCOCollectionIterator
 
next() - Method in class org.datanucleus.store.types.SCOListIterator
 
next() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Get next value from the reserved block of values.
next() - Method in class org.datanucleus.store.valuegenerator.ValueGenerationBlock
Accessor for the next value, or null if block values exhausted
next() - Method in interface org.datanucleus.store.valuegenerator.ValueGenerator
Returns the next sequence value as an Object.
nextIndex() - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
nextIndex() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult.ResultIterator
 
nextIndex() - Method in class org.datanucleus.store.types.SCOListIterator
 
nextIsDot() - Method in class org.datanucleus.query.compiler.Lexer
Utility to return if the next character is a dot.
nextIsSingleQuote() - Method in class org.datanucleus.query.compiler.Lexer
Utility to return if the next non-whitespace character is a single quote.
nextValue() - Method in interface org.datanucleus.store.NucleusSequence
Accessor for the next value.
nextValue() - Method in class org.datanucleus.store.NucleusSequenceImpl
Accessor for the next element in the sequence as a long.
nextValue() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Accessor for the next element in the sequence as a long.
nextValue() - Method in interface org.datanucleus.store.valuegenerator.ValueGenerator
Returns the next sequence value as a long.
NoArgOption(String, String, String) - Constructor for class org.datanucleus.util.CommandLine.NoArgOption
Constructor
Node - Class in org.datanucleus.query.compiler
Representation of a node in a tree of nodes.
Node(NodeType) - Constructor for class org.datanucleus.query.compiler.Node
 
Node(NodeType, Object) - Constructor for class org.datanucleus.query.compiler.Node
 
nodeType - Variable in class org.datanucleus.query.compiler.Node
Type of node.
NodeType - Enum in org.datanucleus.query.compiler
Enum of node types.
nodeValue - Variable in class org.datanucleus.query.compiler.Node
Value of the node.
NoExtentException - Exception in org.datanucleus.store.exceptions
A NoExtentException is thrown if an attempt is made to perform an operation using a class that is not backed by an extent (ie table or view) in the database and the operation is not supported on such classes.
NoExtentException(String) - Constructor for exception org.datanucleus.store.exceptions.NoExtentException
Constructs a no extent exception.
NONE - Static variable in class org.datanucleus.FetchPlan
Constant defing no fields.
NONE - Static variable in class org.datanucleus.metadata.ForeignKeyAction
update/delete-action="none".
NONE - Static variable in class org.datanucleus.state.ActivityState
No current activity.
NONE - Static variable in interface org.datanucleus.transaction.TransactionIsolation
A constant indicating that transactions are not supported.
NonManagedPluginRegistry - Class in org.datanucleus.plugin
Manages the registry of Extensions and Extension Points outside any OSGI container.
NonManagedPluginRegistry(ClassLoaderResolver, String, boolean) - Constructor for class org.datanucleus.plugin.NonManagedPluginRegistry
Constructor.
NonManagedPluginRegistry.ExtensionSorter - Class in org.datanucleus.plugin
Sorter for extensions that puts DataNucleus extensions first, then any vendor extension.
nonPkMemberFlags - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Flags of the non-primary key fields/properties (inc superclasses).
nonPkMemberPositions - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Positions of the non-primary-key fields/properties (inc superclasses).
noOfInheritedManagedMembers - Variable in class org.datanucleus.metadata.AbstractClassMetaData
No of managed fields/properties in superclasses, that are inherited by this class.
NOP - Static variable in interface org.datanucleus.asm.Opcodes
 
NoPersistenceInformationException - Exception in org.datanucleus.exceptions
Exception thrown when a class is required to have persistence information (metadata/annotations) yet none can be found.
NoPersistenceInformationException(String) - Constructor for exception org.datanucleus.exceptions.NoPersistenceInformationException
Constructs an exception for the specified class.
NoPersistenceInformationException(String, Exception) - Constructor for exception org.datanucleus.exceptions.NoPersistenceInformationException
Constructs an exception for the specified class with the supplied nested exception.
NoQueryResultsException - Exception in org.datanucleus.store.query
Exception thrown from internal query mechanism if no results are returned.
NoQueryResultsException(String) - Constructor for exception org.datanucleus.store.query.NoQueryResultsException
Constructor.
notEmpty(String) - Static method in class org.datanucleus.util.StringUtils
check string is not null and length > 0.
notifyFetchGroupChange(FetchGroup) - Method in class org.datanucleus.FetchPlan
Method to notify this FetchPlan that the specified FetchGroup has been updated.
notifyFetchGroupRemove(FetchGroup) - Method in class org.datanucleus.FetchPlan
Method to notify this FetchPlan that the specified FetchGroup has been updated.
notifyObjectIsOutdated(ObjectProvider) - Method in interface org.datanucleus.store.ObjectReferencingStoreManager
Notifies this store manager that the main memory (RAM, heap) copy of the PC object of the supplied ObjectProvider may not be regarded as valid anymore.
NotYetFlushedException - Exception in org.datanucleus.store.exceptions
Exception thrown when an pc instance instance is not yet flushed to the datastore, but it was expected to already be.
NotYetFlushedException(Object) - Constructor for exception org.datanucleus.store.exceptions.NotYetFlushedException
Constructs a too-many-indices exception.
nucCtx - Variable in class org.datanucleus.identity.IdentityManagerImpl
 
nucCtx - Variable in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
nucCtx - Variable in class org.datanucleus.store.types.TypeManagerImpl
 
NUCLEUS_CONTEXT - Static variable in class org.datanucleus.ClassConstants
 
NUCLEUS_CONTEXT_LOADER - Static variable in class org.datanucleus.ClassConstants
Loader for NucleusContext (represents the loader for "core").
NucleusCanRetryException - Exception in org.datanucleus.exceptions
Exception thrown when a retriable error occurs.
NucleusCanRetryException() - Constructor for exception org.datanucleus.exceptions.NucleusCanRetryException
Constructs a new exception without a detail message.
NucleusCanRetryException(String) - Constructor for exception org.datanucleus.exceptions.NucleusCanRetryException
Constructs a new exception with the specified detail message.
NucleusCanRetryException(String, Throwable[]) - Constructor for exception org.datanucleus.exceptions.NucleusCanRetryException
Constructs a new exception with the specified detail message and nested Throwables.
NucleusCanRetryException(String, Throwable) - Constructor for exception org.datanucleus.exceptions.NucleusCanRetryException
Constructs a new exception with the specified detail message and nested Throwable.
NucleusCanRetryException(String, Object) - Constructor for exception org.datanucleus.exceptions.NucleusCanRetryException
Constructs a new exception with the specified detail message and failed object.
NucleusCanRetryException(String, Throwable[], Object) - Constructor for exception org.datanucleus.exceptions.NucleusCanRetryException
Constructs a new exception with the specified detail message, nested Throwables, and failed object.
NucleusCanRetryException(String, Throwable, Object) - Constructor for exception org.datanucleus.exceptions.NucleusCanRetryException
Constructs a new exception with the specified detail message, nested Throwable, and failed object.
NucleusConnection - Interface in org.datanucleus.store
Access to the underlying DataStore Connection.
NucleusConnectionImpl - Class in org.datanucleus.store
Representation of a datastore connection.
NucleusConnectionImpl(Object, Runnable) - Constructor for class org.datanucleus.store.NucleusConnectionImpl
Constructor for a datastore connection holder.
nucleusContext - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
The NucleusContext that this metadata manager is operating in.
NucleusContext - Interface in org.datanucleus
Representation of the context being run within DataNucleus.
nucleusContext - Variable in class org.datanucleus.store.AbstractStoreManager
Nucleus Context.
NucleusContextHelper - Class in org.datanucleus
Helper methods for NucleusContext operations.
NucleusContextHelper() - Constructor for class org.datanucleus.NucleusContextHelper
 
nucleusCtx - Variable in class org.datanucleus.cache.AbstractLevel2Cache
 
nucleusCtx - Variable in class org.datanucleus.store.query.QueryManagerImpl
 
NucleusDataStoreException - Exception in org.datanucleus.exceptions
Exception thrown when a datastore occurs.
NucleusDataStoreException() - Constructor for exception org.datanucleus.exceptions.NucleusDataStoreException
Constructs a new exception without a detail message.
NucleusDataStoreException(String) - Constructor for exception org.datanucleus.exceptions.NucleusDataStoreException
Constructs a new exception with the specified detail message.
NucleusDataStoreException(String, Throwable[]) - Constructor for exception org.datanucleus.exceptions.NucleusDataStoreException
Constructs a new exception with the specified detail message and nested Throwables.
NucleusDataStoreException(String, Throwable) - Constructor for exception org.datanucleus.exceptions.NucleusDataStoreException
Constructs a new exception with the specified detail message and nested Throwable.
NucleusDataStoreException(String, Object) - Constructor for exception org.datanucleus.exceptions.NucleusDataStoreException
Constructs a new exception with the specified detail message and failed object.
NucleusDataStoreException(String, Throwable[], Object) - Constructor for exception org.datanucleus.exceptions.NucleusDataStoreException
Constructs a new exception with the specified detail message, nested Throwables, and failed object.
NucleusDataStoreException(String, Throwable, Object) - Constructor for exception org.datanucleus.exceptions.NucleusDataStoreException
Constructs a new exception with the specified detail message, nested Throwable, and failed object.
NucleusEnhanceException - Exception in org.datanucleus.enhancer
Exception thrown during enhancement when an error occurs.
NucleusEnhanceException(String) - Constructor for exception org.datanucleus.enhancer.NucleusEnhanceException
Message-based exception constructor.
NucleusEnhanceException(String, Throwable[]) - Constructor for exception org.datanucleus.enhancer.NucleusEnhanceException
 
NucleusEnhanceException(String, Throwable) - Constructor for exception org.datanucleus.enhancer.NucleusEnhanceException
 
NucleusException - Exception in org.datanucleus.exceptions
Base exception thrown by DataNucleus.
NucleusException() - Constructor for exception org.datanucleus.exceptions.NucleusException
Constructs a new exception without a detail message.
NucleusException(String) - Constructor for exception org.datanucleus.exceptions.NucleusException
Constructs a new exception with the specified detail message.
NucleusException(String, Throwable[]) - Constructor for exception org.datanucleus.exceptions.NucleusException
Constructs a new exception with the specified detail message and nested Throwables.
NucleusException(String, Throwable) - Constructor for exception org.datanucleus.exceptions.NucleusException
Constructs a new exception with the specified detail message and nested Throwable.
NucleusException(String, Object) - Constructor for exception org.datanucleus.exceptions.NucleusException
Constructs a new exception with the specified detail message and failed object.
NucleusException(String, Throwable[], Object) - Constructor for exception org.datanucleus.exceptions.NucleusException
Constructs a new exception with the specified detail message, nested Throwables, and failed object.
NucleusException(String, Throwable, Object) - Constructor for exception org.datanucleus.exceptions.NucleusException
Constructs a new exception with the specified detail message, nested Throwable, and failed object.
NucleusFatalUserException - Exception in org.datanucleus.exceptions
Exception thrown when a user error occurs and is fatal.
NucleusFatalUserException() - Constructor for exception org.datanucleus.exceptions.NucleusFatalUserException
Constructs a new exception without a detail message.
NucleusFatalUserException(String) - Constructor for exception org.datanucleus.exceptions.NucleusFatalUserException
Constructs a new exception with the specified detail message.
NucleusFatalUserException(String, Throwable[]) - Constructor for exception org.datanucleus.exceptions.NucleusFatalUserException
Constructs a new exception with the specified detail message and nested Throwables.
NucleusFatalUserException(String, Throwable) - Constructor for exception org.datanucleus.exceptions.NucleusFatalUserException
Constructs a new exception with the specified detail message and nested Throwable.
NucleusFatalUserException(String, Object) - Constructor for exception org.datanucleus.exceptions.NucleusFatalUserException
Constructs a new exception with the specified detail message and failed object.
NucleusFatalUserException(String, Throwable[], Object) - Constructor for exception org.datanucleus.exceptions.NucleusFatalUserException
Constructs a new exception with the specified detail message, nested Throwables, and failed object.
NucleusFatalUserException(String, Throwable, Object) - Constructor for exception org.datanucleus.exceptions.NucleusFatalUserException
Constructs a new exception with the specified detail message, nested Throwable, and failed object.
NucleusLogger - Class in org.datanucleus.util
Logging framework for DataNucleus.
NucleusLogger() - Constructor for class org.datanucleus.util.NucleusLogger
 
NucleusObjectNotFoundException - Exception in org.datanucleus.exceptions
Exception thrown when an object doesn't exist in the datastore.
NucleusObjectNotFoundException() - Constructor for exception org.datanucleus.exceptions.NucleusObjectNotFoundException
Constructs a new exception without a detail message.
NucleusObjectNotFoundException(String) - Constructor for exception org.datanucleus.exceptions.NucleusObjectNotFoundException
Constructs a new exception with the specified detail message.
NucleusObjectNotFoundException(String, Throwable[]) - Constructor for exception org.datanucleus.exceptions.NucleusObjectNotFoundException
Constructs a new exception with the specified detail message and nested Throwables.
NucleusObjectNotFoundException(String, Object) - Constructor for exception org.datanucleus.exceptions.NucleusObjectNotFoundException
Constructs a new exception with the specified detail message and failed object.
NucleusOptimisticException - Exception in org.datanucleus.exceptions
Exception thrown when a transaction fails due to optimistic verification checks.
NucleusOptimisticException() - Constructor for exception org.datanucleus.exceptions.NucleusOptimisticException
Constructs a new exception without a detail message.
NucleusOptimisticException(String) - Constructor for exception org.datanucleus.exceptions.NucleusOptimisticException
Constructs a new exception with the specified detail message.
NucleusOptimisticException(String, Throwable[]) - Constructor for exception org.datanucleus.exceptions.NucleusOptimisticException
Constructs a new exception with the specified detail message and nested Throwables.
NucleusOptimisticException(String, Object) - Constructor for exception org.datanucleus.exceptions.NucleusOptimisticException
Constructs a new exception with the specified detail message and failed object.
NucleusSequence - Interface in org.datanucleus.store
Sequence of values.
NucleusSequenceImpl - Class in org.datanucleus.store
Basic generic implementation of a datastore sequence.
NucleusSequenceImpl(ExecutionContext, StoreManager, SequenceMetaData) - Constructor for class org.datanucleus.store.NucleusSequenceImpl
Constructor.
NucleusTransactionException - Exception in org.datanucleus.transaction
 
NucleusTransactionException() - Constructor for exception org.datanucleus.transaction.NucleusTransactionException
 
NucleusTransactionException(String) - Constructor for exception org.datanucleus.transaction.NucleusTransactionException
 
NucleusTransactionException(String, Throwable) - Constructor for exception org.datanucleus.transaction.NucleusTransactionException
 
NucleusTransactionException(String, Throwable[]) - Constructor for exception org.datanucleus.transaction.NucleusTransactionException
 
NucleusUnsupportedOptionException - Exception in org.datanucleus.exceptions
Exception thrown when a particular option has been selected but isnt supported.
NucleusUnsupportedOptionException() - Constructor for exception org.datanucleus.exceptions.NucleusUnsupportedOptionException
Constructs a new exception without a detail message.
NucleusUnsupportedOptionException(String) - Constructor for exception org.datanucleus.exceptions.NucleusUnsupportedOptionException
Constructs a new exception with the specified detail message.
NucleusUnsupportedOptionException(String, Throwable[]) - Constructor for exception org.datanucleus.exceptions.NucleusUnsupportedOptionException
Constructs a new exception with the specified detail message and nested Throwables.
NucleusUserException - Exception in org.datanucleus.exceptions
Exception thrown when a user error occurs.
NucleusUserException() - Constructor for exception org.datanucleus.exceptions.NucleusUserException
Constructs a new exception without a detail message.
NucleusUserException(String) - Constructor for exception org.datanucleus.exceptions.NucleusUserException
Constructs a new exception with the specified detail message.
NucleusUserException(String, Throwable[]) - Constructor for exception org.datanucleus.exceptions.NucleusUserException
Constructs a new exception with the specified detail message and nested Throwables.
NucleusUserException(String, Throwable) - Constructor for exception org.datanucleus.exceptions.NucleusUserException
Constructs a new exception with the specified detail message and nested Throwable.
NucleusUserException(String, Object) - Constructor for exception org.datanucleus.exceptions.NucleusUserException
Constructs a new exception with the specified detail message and failed object.
NucleusUserException(String, Throwable[], Object) - Constructor for exception org.datanucleus.exceptions.NucleusUserException
Constructs a new exception with the specified detail message, nested Throwables, and failed object.
NucleusUserException(String, Throwable, Object) - Constructor for exception org.datanucleus.exceptions.NucleusUserException
Constructs a new exception with the specified detail message, nested Throwable, and failed object.
NULL - Static variable in interface org.datanucleus.asm.Opcodes
 
NULL - Static variable in class org.datanucleus.metadata.ForeignKeyAction
update/delete-action="null".
NullCallbackHandler - Class in org.datanucleus.state
Callback handler that does nothing.
NullCallbackHandler() - Constructor for class org.datanucleus.state.NullCallbackHandler
 
NullIfFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function NULLIF(numExpr, numExpr2).
NullIfFunction() - Constructor for class org.datanucleus.query.inmemory.NullIfFunction
 
NullifyRelationFieldManager - Class in org.datanucleus.store.fieldmanager
Manager that nullifies any Collection/Map/PC fields of the object.
NullifyRelationFieldManager(ObjectProvider) - Constructor for class org.datanucleus.store.fieldmanager.NullifyRelationFieldManager
Constructor.
nullIndicatorColumn - Variable in class org.datanucleus.metadata.EmbeddedMetaData
Name of a column used for determining if the embedded object is null
nullIndicatorValue - Variable in class org.datanucleus.metadata.EmbeddedMetaData
Value in the null column indicating that the embedded object is null
NullLevel2Cache - Class in org.datanucleus.cache
Null implementation of a Level 2 Cache.
NullLevel2Cache(NucleusContext) - Constructor for class org.datanucleus.cache.NullLevel2Cache
 
NullLogger - Class in org.datanucleus.util
Null implementation of a NucleusLogger.
NullLogger(String) - Constructor for class org.datanucleus.util.NullLogger
 
NullOrderingType - Enum in org.datanucleus.query
Enum for how to handle null values when ordering a query based on a column.
nullValue - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
null-value tag value (default is NONE).
NullValue - Enum in org.datanucleus.metadata
Representation of how to handle a null value (in a field).
NumericAggregateExpression - Class in org.datanucleus.query.inmemory
 
NumericAggregateExpression(Number) - Constructor for class org.datanucleus.query.inmemory.NumericAggregateExpression
 

O

objClass - Variable in class org.datanucleus.identity.SCOID
 
OBJECT - Static variable in class org.datanucleus.asm.Type
The sort of object reference types.
Object - Static variable in class org.datanucleus.ClassNameConstants
 
OBJECT_PROVIDER_CTR_ARG_CLASSES - Static variable in class org.datanucleus.state.ObjectProviderFactoryImpl
 
objectArrayToString(Object[]) - Static method in class org.datanucleus.util.StringUtils
Utility to convert an Object[] to a String.
ObjectDetachedException - Exception in org.datanucleus.exceptions
A ObjectDetachedException is thrown if an attempt is made to use the object in a process that doesn't allow detached objects.
ObjectDetachedException(String) - Constructor for exception org.datanucleus.exceptions.ObjectDetachedException
Constructs a class-not-detachable exception with the specified detail message.
ObjectDetachedException(String, Exception) - Constructor for exception org.datanucleus.exceptions.ObjectDetachedException
Constructs a class-not-detachable exception with the specified detail message and nested exception.
ObjectDetachedException(Throwable[]) - Constructor for exception org.datanucleus.exceptions.ObjectDetachedException
Constructs a class-not-detachable exception for many objects with the specified detail message and nested exceptions.
ObjectGetClassMethod - Class in org.datanucleus.query.inmemory
Evaluator for the function getClass(obj).
ObjectGetClassMethod() - Constructor for class org.datanucleus.query.inmemory.ObjectGetClassMethod
 
ObjectId - Class in org.datanucleus.identity
This class is for identity with a single Object type field.
ObjectId(Class, Object) - Constructor for class org.datanucleus.identity.ObjectId
Constructor with class and key.
ObjectId() - Constructor for class org.datanucleus.identity.ObjectId
 
objectidClass - Variable in class org.datanucleus.metadata.AbstractClassMetaData
objectid-class tag value.
ObjectProvider<T> - Interface in org.datanucleus.state
Provider of field information for a managed object.
ObjectProviderFactory - Interface in org.datanucleus.state
Factory for ObjectProviders.
ObjectProviderFactoryImpl - Class in org.datanucleus.state
Factory for ObjectProviders.
ObjectProviderFactoryImpl(PersistenceNucleusContext) - Constructor for class org.datanucleus.state.ObjectProviderFactoryImpl
 
ObjectProviderPool - Class in org.datanucleus.state
Pool of ObjectProvider objects.
ObjectProviderPool(int, boolean, Class) - Constructor for class org.datanucleus.state.ObjectProviderPool
 
ObjectReferencingStoreManager - Interface in org.datanucleus.store
Interface to be implemented by any StoreManager that provides objects that are actually created by the underlying datastore.
objectType - Variable in class org.datanucleus.state.AbstractStateManager
The type of the managed object (0 = PC, 1 = embedded PC, 2 = embedded element, 3 = embedded key, 4 = embedded value.
objectValGenerators - Static variable in class org.datanucleus.state.AbstractStateManager
Cache of object-value-generators, keyed by their symbolic name.
ObjectValueGenerator - Interface in org.datanucleus.store.objectvaluegenerator
Interface providing value generation based on an input (persistable) object.
obtainGenerationBlock() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Get a new block with the default number of ids.
obtainGenerationBlock(int) - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Get a new block with the specified number of ids.
OC4JTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for OC4J (Oracle) app server.
OC4JTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.OC4JTransactionManagerLocator
Constructor.
offer(Object) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to offer an element to the Queue.
offer(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to offer an element to the Queue.
offer(Object) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to offer an element to the Queue.
offer(Object) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to offer an element to the Queue.
onIdentifierMacro(MacroString.IdentifierMacro) - Method in interface org.datanucleus.util.MacroString.MacroHandler
handles identifier macros
onParameterMacro(MacroString.ParameterMacro) - Method in interface org.datanucleus.util.MacroString.MacroHandler
handler parameter macros
op - Variable in class org.datanucleus.query.expression.Expression
 
op - Variable in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
ObjectProvider of the instance being fetched (detached or made transient).
op - Variable in class org.datanucleus.store.fieldmanager.AbstractFetchFieldManager
 
op - Variable in class org.datanucleus.store.fieldmanager.AbstractStoreFieldManager
 
OP_ADD - Static variable in class org.datanucleus.query.expression.Expression
ADD
OP_AND - Static variable in class org.datanucleus.query.expression.Expression
AND
OP_CAST - Static variable in class org.datanucleus.query.expression.Expression
IS
OP_COM - Static variable in class org.datanucleus.query.expression.Expression
COM
OP_CONCAT - Static variable in class org.datanucleus.query.expression.Expression
CONCAT
OP_DISTINCT - Static variable in class org.datanucleus.query.expression.Expression
DISTINCT
OP_DIV - Static variable in class org.datanucleus.query.expression.Expression
DIV
OP_EQ - Static variable in class org.datanucleus.query.expression.Expression
EQ
OP_GT - Static variable in class org.datanucleus.query.expression.Expression
GT
OP_GTEQ - Static variable in class org.datanucleus.query.expression.Expression
GTEQ
OP_IN - Static variable in class org.datanucleus.query.expression.Expression
IN
OP_IS - Static variable in class org.datanucleus.query.expression.Expression
IS
OP_ISNOT - Static variable in class org.datanucleus.query.expression.Expression
ISNOT
OP_LIKE - Static variable in class org.datanucleus.query.expression.Expression
LIKE
OP_LT - Static variable in class org.datanucleus.query.expression.Expression
LT
OP_LTEQ - Static variable in class org.datanucleus.query.expression.Expression
LTEQ
OP_MOD - Static variable in class org.datanucleus.query.expression.Expression
MOD
OP_MUL - Static variable in class org.datanucleus.query.expression.Expression
MUL
OP_NEG - Static variable in class org.datanucleus.query.expression.Expression
NEG
OP_NOT - Static variable in class org.datanucleus.query.expression.Expression
NOT
OP_NOTEQ - Static variable in class org.datanucleus.query.expression.Expression
NOTEQ
OP_NOTIN - Static variable in class org.datanucleus.query.expression.Expression
NOTIN
OP_OR - Static variable in class org.datanucleus.query.expression.Expression
OR
OP_SUB - Static variable in class org.datanucleus.query.expression.Expression
SUB
opAssociatedValuesMapByOP - Variable in class org.datanucleus.ExecutionContextImpl
Map of associated values for the ObjectProvider.
Opcodes - Interface in org.datanucleus.asm
Defines the JVM opcodes, access flags and array type codes.
open - Variable in class org.datanucleus.store.autostart.AbstractAutoStartMechanism
Flag whether the starter is open.
open() - Method in class org.datanucleus.store.autostart.AbstractAutoStartMechanism
Starts a transaction for writting (add/delete) classes to the auto start mechanism.
open() - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Starts a transaction for writing (add/delete) classes to the auto start mechanism.
Operation - Interface in org.datanucleus.flush
Interface for an operation to be flushed.
OperationQueue - Class in org.datanucleus.flush
Queue of operations to be performed when operating in MANUAL FlushMode.
OperationQueue() - Constructor for class org.datanucleus.flush.OperationQueue
 
Operator(String, int) - Constructor for class org.datanucleus.query.expression.Expression.Operator
Operator
optimise() - Method in class org.datanucleus.query.compiler.QueryCompilerOptimiser
Method to perform the optimisation.
Option(String, String, String) - Constructor for class org.datanucleus.util.CommandLine.Option
Constructor
OPTION_API - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_APPLICATION_COMPOSITE_ID - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_APPLICATION_ID - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_COMPLETE_DDL - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_CREATE_SCHEMA - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_CREATE_TABLES_FOR_CLASSES - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_DATASTORE_ID - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_DATASTORE_TIMEOUT - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_DBINFO - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_DDL_FILE - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_DELETE_CREATE_TABLES_FOR_CLASSES - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_DELETE_SCHEMA - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_DELETE_TABLES_FOR_CLASSES - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_GENERATE_DEFAULT_CONSTRUCTOR - Static variable in interface org.datanucleus.enhancer.ClassEnhancer
Option for generating the default constructor.
OPTION_GENERATE_DETACH_LISTENER - Static variable in interface org.datanucleus.enhancer.ClassEnhancer
Option for use the detach listener.
OPTION_GENERATE_PK - Static variable in interface org.datanucleus.enhancer.ClassEnhancer
Option for generating the default constructor.
OPTION_INCLUDE_AUTO_START - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_JTA_AUTOJOIN - Static variable in interface org.datanucleus.ExecutionContext
Startup option setting whether, when using JTA, to do auto-join of transactions.
OPTION_NONDURABLE_ID - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_EMBEDDED_ARRAY - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_EMBEDDED_ARRAY_NESTED - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_EMBEDDED_COLLECTION - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_EMBEDDED_COLLECTION_NESTED - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_EMBEDDED_MAP - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_EMBEDDED_MAP_NESTED - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_EMBEDDED_PC - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_EMBEDDED_PC_NESTED - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_FOREIGN_KEYS - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_ORM_SECONDARY_TABLE - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_PASSWORD - Static variable in interface org.datanucleus.ExecutionContext
Startup option overriding the default (PMF/EMF) password for the connectionURL.
OPTION_QUERY_CANCEL - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_SCHEMAINFO - Static variable in class org.datanucleus.store.schema.SchemaTool
 
OPTION_TXN_ISOLATION_READ_COMMITTED - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_TXN_ISOLATION_READ_UNCOMMITTED - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_TXN_ISOLATION_REPEATABLE_READ - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_TXN_ISOLATION_SERIALIZABLE - Static variable in interface org.datanucleus.store.StoreManager
 
OPTION_USERNAME - Static variable in interface org.datanucleus.ExecutionContext
Startup option overriding the default (PMF/EMF) username for the connectionURL.
OPTION_VALIDATE_TABLES_FOR_CLASSES - Static variable in class org.datanucleus.store.schema.SchemaTool
 
optionList - Variable in class org.datanucleus.util.CommandLine
Appended options
options - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Options for enhancement.
options - Variable in class org.datanucleus.util.CommandLine
Appended options
or(BitSet) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
orderCandidates(List, Class, String, ExecutionContext, ClassLoaderResolver) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to in-memory order the candidates, using the ordering supplied.
orderCandidates(List, Class, String, ExecutionContext, ClassLoaderResolver, String) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to in-memory order the candidates, using the ordering supplied.
orderCandidates(List, Expression[], Map, String, ExecutionContext, ClassLoaderResolver, Map, Imports, String) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to order the input List of objects to the ordering defined by the compilation.
ordered - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Temporary flag to signify if the field is ordered.
OrderExpression - Class in org.datanucleus.query.expression
Expression as part of an ordering clause.
OrderExpression(Expression, String, String) - Constructor for class org.datanucleus.query.expression.OrderExpression
Constructor.
OrderExpression(Expression, String) - Constructor for class org.datanucleus.query.expression.OrderExpression
Constructor.
OrderExpression(Expression) - Constructor for class org.datanucleus.query.expression.OrderExpression
 
ordering - Variable in class org.datanucleus.metadata.OrderMetaData
Ordering when using an "ordered list" where the elements are retrieved in a particular order.
ordering - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
ordering - Variable in class org.datanucleus.store.query.Query
Ordering clause for the query, governing the order objects are returned.
orderMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
OrderMetaData.
OrderMetaData - Class in org.datanucleus.metadata
Representation of Order MetaData - the ordering of the elements of a List.
OrderMetaData(OrderMetaData) - Constructor for class org.datanucleus.metadata.OrderMetaData
Copy constructor.
OrderMetaData() - Constructor for class org.datanucleus.metadata.OrderMetaData
 
OrderMetaData.FieldOrder - Class in org.datanucleus.metadata
Definition of ordering using a field.
org.datanucleus - package org.datanucleus
This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.
org.datanucleus.api - package org.datanucleus.api
Provides adapters for different client APIs, like JDO, JPA and so on.
org.datanucleus.asm - package org.datanucleus.asm
ASM v5.0 : a small and fast bytecode manipulation framework.
org.datanucleus.cache - package org.datanucleus.cache
This package provides classes implementing caching within DataNucleus.
org.datanucleus.enhancement - package org.datanucleus.enhancement
 
org.datanucleus.enhancer - package org.datanucleus.enhancer
DataNucleus ByteCode enhancer framework.
org.datanucleus.enhancer.methods - package org.datanucleus.enhancer.methods
Method enhancements for supporting the org.datanucleus.enhancer.Persistable bytecode enhancement contract.
org.datanucleus.exceptions - package org.datanucleus.exceptions
This package provides exceptions thrown by the core (client-facing) parts of DataNucleus.
org.datanucleus.flush - package org.datanucleus.flush
This package provides classes managing the flush process when using MANUAL flush.
org.datanucleus.identity - package org.datanucleus.identity
Package defining object identity classes.
org.datanucleus.management - package org.datanucleus.management
This package provides classes for management/monitoring of DataNucleus enabled applications via API or JMX.
org.datanucleus.management.jmx - package org.datanucleus.management.jmx
This package provides classes for management/monitoring of DataNucleus using JMX and, in particular, for specific JMX server instances.
org.datanucleus.metadata - package org.datanucleus.metadata
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
org.datanucleus.metadata.annotations - package org.datanucleus.metadata.annotations
Provides classes for parsing annotations input data and converting into org.datanucleus.metadata input data for the DataNucleus persistence process.
org.datanucleus.metadata.xml - package org.datanucleus.metadata.xml
Provides classes for parsing XML input data and converting into org.datanucleus.metadata input data for the DataNucleus persistence process.
org.datanucleus.plugin - package org.datanucleus.plugin
Package providing the plugin mechanism utilised by DataNucleus.
org.datanucleus.properties - package org.datanucleus.properties
Package providing handling for persistence properties, and in particular the validation of valid values.
org.datanucleus.query - package org.datanucleus.query
This package provides general classes for querying across all datastores in particular languages.
org.datanucleus.query.cache - package org.datanucleus.query.cache
Package providing definition of caching the compilation for generic queries.
org.datanucleus.query.compiler - package org.datanucleus.query.compiler
Package handling the compilation of queries.
org.datanucleus.query.evaluator - package org.datanucleus.query.evaluator
Package providing the basis for evaluation of a string-based query.
org.datanucleus.query.expression - package org.datanucleus.query.expression
Package providing expressions from which a compiled query is made up.
org.datanucleus.query.inmemory - package org.datanucleus.query.inmemory
Package providing the evaluation of queries using an in-memory process.
org.datanucleus.query.symbol - package org.datanucleus.query.symbol
Package providing information relating to the symbol table of the query.
org.datanucleus.state - package org.datanucleus.state
Provides classes relating to the life cycle state of a persistable object.
org.datanucleus.store - package org.datanucleus.store
Package handling the storage of classes to the datastore, and the management of the datastore.
org.datanucleus.store.autostart - package org.datanucleus.store.autostart
Package providing the structure and some implementation for the auto-start mechanism.
org.datanucleus.store.connection - package org.datanucleus.store.connection
Package defining the connection to the datastore.
org.datanucleus.store.encryption - package org.datanucleus.store.encryption
Package providing facilities for encryption/decryption of data in the datastore.
org.datanucleus.store.exceptions - package org.datanucleus.store.exceptions
Provides exceptions that can be thrown when communicating with the datastore.
org.datanucleus.store.federation - package org.datanucleus.store.federation
Package providing management for federation of datastores.
org.datanucleus.store.fieldmanager - package org.datanucleus.store.fieldmanager
Package providing managers for fields which give a mechanism for navigating through fields of a class and performing operations based on the type of the field.
org.datanucleus.store.objectvaluegenerator - package org.datanucleus.store.objectvaluegenerator
 
org.datanucleus.store.query - package org.datanucleus.store.query
Package providing implementation of query language support for datastores.
org.datanucleus.store.query.cache - package org.datanucleus.store.query.cache
Package providing definition of caching for queries.
org.datanucleus.store.schema - package org.datanucleus.store.schema
Package defining the data structure mechanism for the schema of the datastore.
org.datanucleus.store.schema.naming - package org.datanucleus.store.schema.naming
This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and indeed any other API.
org.datanucleus.store.schema.table - package org.datanucleus.store.schema.table
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
org.datanucleus.store.scostore - package org.datanucleus.store.scostore
Package providing backing store definitions for SCO stores.
org.datanucleus.store.types - package org.datanucleus.store.types
Package providing basic java type handling for DataNucleus.
org.datanucleus.store.types.converters - package org.datanucleus.store.types.converters
Package providing type conversion for member types, using the interface TypeConverter allowing conversion between some member Java type, and a Java type suitable for persistence in the datastore.
org.datanucleus.store.types.wrappers - package org.datanucleus.store.types.wrappers
Provides implementations of the "simple" wrappers for the mutable Second Class Objects (SCO's) supported by DataNucleus, so that we can intercept calls that will mutate the object.
org.datanucleus.store.types.wrappers.backed - package org.datanucleus.store.types.wrappers.backed
Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are supported.
org.datanucleus.store.valuegenerator - package org.datanucleus.store.valuegenerator
Value Generation.
org.datanucleus.transaction - package org.datanucleus.transaction
Package providing support specific to transactions for DataNucleus.
org.datanucleus.transaction.jta - package org.datanucleus.transaction.jta
Package providing handlers for JTA transactions
org.datanucleus.util - package org.datanucleus.util
Provides utility classes used in the implementation that don't fit in a particular functional part of the system.
org.datanucleus.validation - package org.datanucleus.validation
Package providing support for the JSR0303 validation framework within a persistence context.
ORIGINAL_FIELD_VALUE_KEY_PREFIX - Static variable in interface org.datanucleus.state.ObjectProvider
Key prefix under which the original value of a field is stored in the entity (nondurable objects).
OrionTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for Orion.
OrionTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.OrionTransactionManagerLocator
Constructor.
OSGiBundleParser - Class in org.datanucleus.plugin
 
OSGiBundleParser() - Constructor for class org.datanucleus.plugin.OSGiBundleParser
 
OSGiPluginRegistry - Class in org.datanucleus.plugin
 
OSGiPluginRegistry(ClassLoaderResolver) - Constructor for class org.datanucleus.plugin.OSGiPluginRegistry
Constructor
OSGiPluginRegistry.ExtensionSorter - Class in org.datanucleus.plugin
Sorter for extensions that puts DataNucleus extensions first, then any vendor extension.
OTHER - Static variable in class org.datanucleus.store.query.Query
 
outer - Variable in class org.datanucleus.metadata.JoinMetaData
if is outer join.
outputParamValues - Variable in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Repository for holding output parameter values after execution.
overriddenMembers - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Fields/properties for superclasses that are overridden in this class.
ownerFieldNum - Variable in class org.datanucleus.ExecutionContext.EmbeddedOwnerRelation
 
ownerMember - Variable in class org.datanucleus.metadata.EmbeddedMetaData
Name of the field/property in the embedded object that refers to the owner (bidirectional relation).
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.ArrayList
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.BitSet
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Collection
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Date
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.GregorianCalendar
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.HashMap
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.HashSet
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Hashtable
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.LinkedHashMap
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.LinkedHashSet
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.LinkedList
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.List
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Map
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.PriorityQueue
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Properties
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Queue
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Set
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.SortedMap
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.SortedSet
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.SqlDate
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.SqlTime
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.SqlTimestamp
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Stack
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.TreeMap
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.TreeSet
 
ownerMmd - Variable in class org.datanucleus.store.types.wrappers.Vector
 
ownerOP - Variable in class org.datanucleus.ExecutionContext.EmbeddedOwnerRelation
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.ArrayList
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.BitSet
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Collection
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Date
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.GregorianCalendar
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.HashMap
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.HashSet
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Hashtable
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.LinkedHashMap
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.LinkedHashSet
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.LinkedList
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.List
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Map
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.PriorityQueue
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Properties
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Queue
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Set
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.SortedMap
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.SortedSet
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.SqlDate
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.SqlTime
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.SqlTimestamp
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Stack
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.TreeMap
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.TreeSet
 
ownerOP - Variable in class org.datanucleus.store.types.wrappers.Vector
 

P

P_CLEAN - Static variable in class org.datanucleus.state.LifeCycleState
Persistent-Clean
P_DELETED - Static variable in class org.datanucleus.state.LifeCycleState
Persistent-Deleted
P_DIRTY - Static variable in class org.datanucleus.state.LifeCycleState
Persistent-Dirty
P_NEW - Static variable in class org.datanucleus.state.LifeCycleState
Persistent-New
P_NEW_DELETED - Static variable in class org.datanucleus.state.LifeCycleState
Persistent-New-Deleted
P_NONTRANS - Static variable in class org.datanucleus.state.LifeCycleState
Persistent-NonTransactional
P_NONTRANS_DIRTY - Static variable in class org.datanucleus.state.LifeCycleState
Persistent-NonTransactionalDirty
PackageMetaData - Class in org.datanucleus.metadata
Representation of the Meta-Data for a package.
packages - Variable in class org.datanucleus.metadata.FileMetaData
List of packages in this file (uses List to retain file positioning)
PARAMETER - Static variable in interface org.datanucleus.query.symbol.Symbol
 
ParameterExpression - Class in org.datanucleus.query.expression
Expression representing a parameter.
ParameterExpression(String, int) - Constructor for class org.datanucleus.query.expression.ParameterExpression
 
ParameterExpression(String, Class) - Constructor for class org.datanucleus.query.expression.ParameterExpression
Constructor for when we know the name and the type (e.g via criteria queries).
parameterName - Variable in class org.datanucleus.util.MacroString.ParameterMacro
the parameter name
parameterNames - Variable in class org.datanucleus.store.query.Query
Array of (explicit) parameter names.
ParameterNode - Class in org.datanucleus.query.compiler
Node representing a parameter.
ParameterNode(NodeType, int) - Constructor for class org.datanucleus.query.compiler.ParameterNode
 
ParameterNode(NodeType, Object, int) - Constructor for class org.datanucleus.query.compiler.ParameterNode
 
parameters - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
parameterSubstitutionNumber - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
parameterSubtitutionMap - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
parameterValues - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
Map of input parameter values, keyed by the parameter name.
parent - Variable in class org.datanucleus.metadata.MetaData
Parent MetaData object, allowing hierarchical MetaData structure.
parent - Variable in class org.datanucleus.query.compiler.Node
Parent of this node.
parent - Variable in class org.datanucleus.query.expression.Expression
Parent of this expression in the tree (if any).
parentCompiler - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
parse(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
parse(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parse(String) - Method in interface org.datanucleus.query.compiler.Parser
 
parse() - Method in class org.datanucleus.query.JDOQLSingleStringParser
Method to parse the Single-String query
parse() - Method in class org.datanucleus.query.JPQLSingleStringParser
Method to parse the Single-String query
parse(String[]) - Method in class org.datanucleus.util.CommandLine
Parse command line argments.
parseBooleanLiteral() - Method in class org.datanucleus.query.compiler.Lexer
Parse a boolean from the current position.
parseBooleanLiteralIgnoreCase() - Method in class org.datanucleus.query.compiler.Lexer
Parse a boolean from the current position (case insensitive).
parseCast() - Method in class org.datanucleus.query.compiler.Lexer
Parse a cast in the query from the current position, returning the name of the class that is being cast to.
parseChar(char) - Method in class org.datanucleus.query.compiler.Lexer
Check if char c is found
parseChar(char, char) - Method in class org.datanucleus.query.compiler.Lexer
Check if char c is found
parseCharacterLiteral() - Method in class org.datanucleus.query.compiler.Lexer
Parse a Character literal
parsedImports - Variable in class org.datanucleus.store.query.Query
The imports definition.
parseEOS() - Method in class org.datanucleus.query.compiler.Lexer
Check if END OF TEXT is reached.
parseFile(URL) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Utility to parse an XML metadata file.
parseFloatingPointLiteral() - Method in class org.datanucleus.query.compiler.Lexer
Parse a floating point number from the current position.
parseFrom(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
parseFrom(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parseFrom(String) - Method in interface org.datanucleus.query.compiler.Parser
 
parseIdentifier() - Method in class org.datanucleus.query.compiler.Lexer
Parse a java identifier from the current position.
parseImports(String) - Method in class org.datanucleus.util.Imports
Utility to parse the imports.
parseIntegerLiteral() - Method in class org.datanucleus.query.compiler.Lexer
Parse an integer number from the current position.
parseManifest(Bundle) - Static method in class org.datanucleus.plugin.OSGiBundleParser
 
parseMetaDataFile(String, String) - Method in class org.datanucleus.metadata.xml.MetaDataParser
Method to parse a MetaData file given the filename.
parseMetaDataStream(InputStream, String, String) - Method in class org.datanucleus.metadata.xml.MetaDataParser
Method to parse a MetaData file given an InputStream.
parseMetaDataURL(URL, String) - Method in class org.datanucleus.metadata.xml.MetaDataParser
Method to parse a MetaData file given the URL of the file.
parseMethod() - Method in class org.datanucleus.query.compiler.Lexer
Checks if a java Method is found
parseName() - Method in class org.datanucleus.query.compiler.Lexer
Parses the text string (up to the next space) and returns it.
parseNullLiteral() - Method in class org.datanucleus.query.compiler.Lexer
Checks if null literal is parsed
parseNullLiteralIgnoreCase() - Method in class org.datanucleus.query.compiler.Lexer
Checks if null literal is parsed (case insensitive).
parseOrder(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
parseOrder(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parseOrder(String) - Method in interface org.datanucleus.query.compiler.Parser
 
parseParameters(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
parseParameters(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parseParameters(String) - Method in interface org.datanucleus.query.compiler.Parser
 
parsePersistenceFiles(PluginManager, String, boolean, ClassLoaderResolver) - Static method in class org.datanucleus.metadata.MetaDataUtils
Method to parse the available "persistence.xml" files returning the metadata for all found.
parsePluginElements(DocumentBuilder, PluginRegistry, URL, Bundle, Bundle) - Static method in class org.datanucleus.plugin.OSGiBundleParser
Method to parse Extensions in plug-in file.
parser - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
Parser specific to the type of query being compiled.
Parser - Interface in org.datanucleus.query.compiler
Interface for a parser of a query.
parseResult(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
The RESULT expression in JDOQL can include aggregates, fields, as well as aliases myfield [AS] alias, myfield2" The Node tree for this would be
parseResult(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parseResult(String) - Method in interface org.datanucleus.query.compiler.Parser
 
parseString(String) - Method in class org.datanucleus.query.compiler.Lexer
Check if String s is found
parseStringIgnoreCase(String) - Method in class org.datanucleus.query.compiler.Lexer
Check if String s is found ignoring the case
parseStringLiteral() - Method in class org.datanucleus.query.compiler.Lexer
Parse a String literal
parseTupple(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
parseTupple(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parseTupple(String) - Method in interface org.datanucleus.query.compiler.Parser
 
parseUpdate(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
parseUpdate(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parseUpdate(String) - Method in interface org.datanucleus.query.compiler.Parser
 
parseVariable(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
parseVariable(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parseVariable(String) - Method in interface org.datanucleus.query.compiler.Parser
 
parseVariables(String) - Method in class org.datanucleus.query.compiler.JDOQLParser
 
parseVariables(String) - Method in class org.datanucleus.query.compiler.JPQLParser
 
parseVariables(String) - Method in interface org.datanucleus.query.compiler.Parser
 
PC - Static variable in interface org.datanucleus.state.ObjectProvider
PC
pcClass - Variable in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
The class object of the registered persistence-capable class
pcSuperclassMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Class MetaData for the persistable superclass (if any)
peek() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to peek at the next element in the Queue.
peek() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to peek at the next element in the Queue.
peek() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to retrieve the element at the top of the stack.
peek() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to peek at the next element in the Queue.
peek() - Method in class org.datanucleus.store.types.wrappers.Queue
Method to peek at the next element in the Queue.
peek() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to retrieve the element at the top of the stack.
peekField(Object, String) - Static method in class org.datanucleus.state.StateManagerImpl
Utility to take a peek at a field in the persistable object.
peekString(String) - Method in class org.datanucleus.query.compiler.Lexer
Check if String "s" is found and not moving the cursor position.
peekStringIgnoreCase(String) - Method in class org.datanucleus.query.compiler.Lexer
Check if String "s" is found ignoring the case, and not moving the cursor position.
perform() - Method in class org.datanucleus.flush.CollectionAddOperation
Perform the add(Object) operation to the backing store.
perform() - Method in class org.datanucleus.flush.CollectionClearOperation
Perform the clear() operation on the specified backing store.
perform() - Method in class org.datanucleus.flush.CollectionRemoveOperation
Perform the remove(Object) operation on the specified container.
perform() - Method in class org.datanucleus.flush.DeleteOperation
 
perform() - Method in class org.datanucleus.flush.ListAddAtOperation
Perform the add(int, Object) operation on the specified list.
perform() - Method in class org.datanucleus.flush.ListRemoveAtOperation
Perform the remove(int) operation on the specified container.
perform() - Method in class org.datanucleus.flush.ListSetOperation
Perform the set(int, Object) operation to the backing store.
perform() - Method in class org.datanucleus.flush.MapClearOperation
Perform the clear() operation on the specified backing store.
perform() - Method in class org.datanucleus.flush.MapPutOperation
Perform the put(Object, Object) operation to the backing store.
perform() - Method in class org.datanucleus.flush.MapRemoveOperation
Perform the remove(Object) operation on the specified container.
perform() - Method in interface org.datanucleus.flush.Operation
Method to perform the operation.
perform() - Method in class org.datanucleus.flush.PersistOperation
 
perform() - Method in class org.datanucleus.flush.UpdateMemberOperation
 
performAll() - Method in class org.datanucleus.flush.OperationQueue
Method to perform all operations queued.
performAll(Store, ObjectProvider) - Method in class org.datanucleus.flush.OperationQueue
Method to perform all operations queued for the specified ObjectProvider and backing store.
performDeletePersistentAll(Map) - Method in class org.datanucleus.store.query.AbstractJavaQuery
Execute the query to delete persistent objects.
performDeletePersistentAll(Map) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Execute the query to delete persistent objects.
performDeletePersistentAll(Map) - Method in class org.datanucleus.store.query.Query
Execute the query to delete persistent objects.
performExecute(Map) - Method in class org.datanucleus.store.federation.FederatedJDOQLQuery
 
performExecute(Map) - Method in class org.datanucleus.store.query.Query
Method to actually execute the query.
performManagedRelationships() - Method in class org.datanucleus.ExecutionContextImpl
Method to perform managed relationships tasks.
performVersionCheck(ObjectProvider, Object, VersionMetaData) - Static method in class org.datanucleus.store.VersionHelper
Perform an optimistic version check on the passed object, against the passed version in the datastore.
PERSIST_FINAL - Static variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether we currently allow persistence of final fields.
PERSIST_STATIC - Static variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether we currently allow persistence of static fields.
PERSIST_TRANSIENT - Static variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether we currently allow persistence of transient fields.
PERSISTABLE - Static variable in class org.datanucleus.ClassConstants
 
PERSISTABLE - Static variable in class org.datanucleus.ClassNameConstants
 
Persistable - Interface in org.datanucleus.enhancer
A class that can be managed by DataNucleus must implement this interface.
Persistable.ObjectIdFieldConsumer - Interface in org.datanucleus.enhancer
This interface is used to store fields from the Object id instance.
Persistable.ObjectIdFieldManager - Interface in org.datanucleus.enhancer
This interface is a convenience interface that allows an instance to implement both ObjectIdFieldSupplier and ObjectIdFieldConsumer.
Persistable.ObjectIdFieldSupplier - Interface in org.datanucleus.enhancer
This interface is used to provide fields to the Object id instance.
PersistableRelationStore - Interface in org.datanucleus.store.scostore
Representation of the relation between two persistable objects.
persistableSuperclass - Variable in class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
 
persistableSuperclass - Variable in class org.datanucleus.metadata.AbstractClassMetaData
persistable-superclass tag value (deprecated).
persistColumnAsNumeric(ColumnMetaData) - Static method in class org.datanucleus.metadata.MetaDataUtils
Convenience method for whether to persist the provided column as numeric.
persistColumnAsString(ColumnMetaData) - Static method in class org.datanucleus.metadata.MetaDataUtils
Convenience method for whether to persist the provided column as string-based.
PERSISTENCE - Static variable in class org.datanucleus.util.NucleusLogger
Log for Persistence issues
PERSISTENCE_NUCLEUS_CONTEXT - Static variable in class org.datanucleus.ClassConstants
 
PersistenceBatchType - Enum in org.datanucleus.store
Enum for the type of a batched operation
PersistenceEncryptionProvider - Interface in org.datanucleus.store.encryption
Interface to be implemented by any persistence encryption provider.
PersistenceFileMetaData - Class in org.datanucleus.metadata
Representation of a Meta-Data "persistence.xml" file.
PersistenceFileMetaData(String) - Constructor for class org.datanucleus.metadata.PersistenceFileMetaData
Constructor.
PersistenceFileMetaDataHandler - Class in org.datanucleus.metadata.xml
Parser handler for "persistence.xml" files to convert them into a PersistenceFileMetaData.
PersistenceFileMetaDataHandler(MetaDataManager, String, EntityResolver) - Constructor for class org.datanucleus.metadata.xml.PersistenceFileMetaDataHandler
Constructor.
persistenceFlags - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Flags for use in enhancement process [see JDO spec 21.14]
persistenceFlags - Variable in class org.datanucleus.state.AbstractStateManager
Flags for state stored with the object.
persistenceHandler - Variable in class org.datanucleus.store.AbstractStoreManager
Persistence handler.
persistenceHandler - Variable in class org.datanucleus.store.federation.FederatedStoreManager
Persistence handler.
persistenceModifier - Variable in class org.datanucleus.metadata.AbstractClassMetaData
persistence-modifier tag value.
persistenceModifier - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
persistence-modifier tag value.
PersistenceNucleusContext - Interface in org.datanucleus
Context for use in the persistence process.
PersistenceNucleusContextImpl - Class in org.datanucleus
Extends the basic DataNucleus context, adding on services for creating ExecutionContext objects to handle persistence.
PersistenceNucleusContextImpl(String, Map) - Constructor for class org.datanucleus.PersistenceNucleusContextImpl
Constructor for the context.
PersistenceNucleusContextImpl(String, Map, PluginManager) - Constructor for class org.datanucleus.PersistenceNucleusContextImpl
Constructor for the context.
PersistenceUnitMetaData - Class in org.datanucleus.metadata
MetaData representation of a "persistence.xml" persistence unit.
PersistenceUnitMetaData(String, String, URI) - Constructor for class org.datanucleus.metadata.PersistenceUnitMetaData
Constructor.
persistenceUnits - Variable in class org.datanucleus.metadata.PersistenceFileMetaData
Persistence units defined in this file.
PersistenceUtils - Class in org.datanucleus.util
Series of convenience methods for the persistence process.
PersistenceUtils() - Constructor for class org.datanucleus.util.PersistenceUtils
 
persistentInterfaceImplNeedingTableFromSubclass - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Implementation of "persistent-interface" needing table setting from subclass.
persistentInterfaceImplNeedingTableFromSuperclass - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Implementation of "persistent-interface" needing table setting from superclass.
PersistentTypeMapping() - Constructor for class org.datanucleus.metadata.QueryResultMetaData.PersistentTypeMapping
 
persistentTypeMappings - Variable in class org.datanucleus.metadata.QueryResultMetaData
Collection of mappings of persistent types returned from the result set.
PersistFieldManager - Class in org.datanucleus.store.fieldmanager
Field manager that perists all unpersisted PC objects referenced from the source object.
PersistFieldManager(ObjectProvider, boolean) - Constructor for class org.datanucleus.store.fieldmanager.PersistFieldManager
Constructor.
persistObject(T, boolean) - Method in interface org.datanucleus.ExecutionContext
Method to persist the passed object.
persistObject(Object, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Method to make an object persistent.
persistObject(Object, boolean) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
persistObjectInternal(T, FieldValues, ObjectProvider, int, int) - Method in interface org.datanucleus.ExecutionContext
Method to persist the passed object (internally).
persistObjectInternal(T, ObjectProvider, int, int) - Method in interface org.datanucleus.ExecutionContext
Method to persist the passed object (internally).
persistObjectInternal(T, FieldValues, int) - Method in interface org.datanucleus.ExecutionContext
Method to persist the passed object (internally).
persistObjectInternal(T, FieldValues, ObjectProvider, int, int) - Method in class org.datanucleus.ExecutionContextImpl
Method to make an object persistent which should be called from internal calls only.
persistObjectInternal(T, ObjectProvider, int, int) - Method in class org.datanucleus.ExecutionContextImpl
Method to persist the passed object (internally).
persistObjectInternal(T, FieldValues, int) - Method in class org.datanucleus.ExecutionContextImpl
 
persistObjects(Object[]) - Method in interface org.datanucleus.ExecutionContext
Method to persist the passed object(s).
persistObjects(Object[]) - Method in class org.datanucleus.ExecutionContextImpl
Method to persist an array of objects to the datastore.
persistObjects(Object[]) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
PersistOperation - Class in org.datanucleus.flush
Flush operation for a persist of the specified object.
PersistOperation(ObjectProvider) - Constructor for class org.datanucleus.flush.PersistOperation
 
pin(Object) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
pin(Query, Map) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
pin(Query) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
pin(Object) - Method in interface org.datanucleus.cache.Level2Cache
Pin the parameter instance in the second-level cache.
pin(Object) - Method in class org.datanucleus.cache.NullLevel2Cache
Pin the parameter instance in the second-level cache.
pin(Object) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to pin an object to the cache.
pin(Query, Map) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
pin(Query) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
pin(Query) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Method to pin the specified query in the cache, preventing garbage collection.
pin(Query, Map) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Method to pin the specified query in the cache, preventing garbage collection.
pinAll(Collection) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
pinAll(Object[]) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
pinAll(Class, boolean) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
pinAll(Collection) - Method in interface org.datanucleus.cache.Level2Cache
Pin the parameter instances in the second-level cache.
pinAll(Object[]) - Method in interface org.datanucleus.cache.Level2Cache
Pin the parameter instances in the second-level cache.
pinAll(Class, boolean) - Method in interface org.datanucleus.cache.Level2Cache
Pin instances in the second-level cache.
pinAll(Class, boolean) - Method in class org.datanucleus.cache.NullLevel2Cache
Evict the parameter instances from the second-level cache.
pinAll(Collection) - Method in class org.datanucleus.cache.NullLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Object[]) - Method in class org.datanucleus.cache.NullLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Class, boolean) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to pin all objects of the given types.
pinAll(Collection) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to pin all of the supplied objects
pinAll(Object[]) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to pin all of the supplied objects
pinnedCache - Variable in class org.datanucleus.cache.WeakLevel2Cache
Pinned objects cache.
PinnedClass(Class, boolean) - Constructor for class org.datanucleus.cache.Level2Cache.PinnedClass
Constructor
pinnedClasses - Variable in class org.datanucleus.cache.WeakLevel2Cache
Collection of pinned classes whose objects should be pinned if they ever reach the cache.
pinnedIds - Variable in class org.datanucleus.cache.WeakLevel2Cache
Collection of ids whose objects should be pinned if they ever reach the cache.
pkClassBytes - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Bytes for any auto-generated PK class (if generated during enhancement).
pkColumnName - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Name of the primary-key column name
pkColumnValue - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Name of the primary-key column value
pkIsDatastoreAttributed - Variable in class org.datanucleus.metadata.AbstractClassMetaData
pkIsDatastoreAttributed(StoreManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to calculate and return if the pk has some component that is generated in the datastore.
pkMemberPositions - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Positions of the primary-key fields/properties (inc superclasses).
PlatformManagementServer - Class in org.datanucleus.management.jmx
Wrapper for the JRE "Platform" JMX server.
PlatformManagementServer() - Constructor for class org.datanucleus.management.jmx.PlatformManagementServer
 
PluginEntityResolver - Class in org.datanucleus.metadata.xml
Implementation of an entity resolver for DTD/XSD files.
PluginEntityResolver(PluginManager) - Constructor for class org.datanucleus.metadata.xml.PluginEntityResolver
 
pluginManager - Variable in class org.datanucleus.AbstractNucleusContext
Manager for plug-ins.
PluginManager - Class in org.datanucleus.plugin
Manages the registry of Extensions and Extension Points for the plugin mechanism.
PluginManager(String, ClassLoaderResolver, Properties) - Constructor for class org.datanucleus.plugin.PluginManager
Constructor.
pluginMgr - Variable in class org.datanucleus.metadata.xml.MetaDataParser
Plugin Manager.
PluginRegistry - Interface in org.datanucleus.plugin
Loader and registry of Extensions and Extension Points.
PluginRegistryFactory - Class in org.datanucleus.plugin
Factory for PluginRegistry.
PluginRegistryFactory() - Constructor for class org.datanucleus.plugin.PluginRegistryFactory
 
poll() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to poll the next element in the Queue.
poll() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to poll the next element in the Queue.
poll() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to poll the next element in the Queue.
poll() - Method in class org.datanucleus.store.types.wrappers.Queue
Method to poll the next element in the Queue.
POP - Static variable in interface org.datanucleus.asm.Opcodes
 
pop() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to remove the top element in the stack and return it.
pop() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to remove the top element in the stack and return it.
POP2 - Static variable in interface org.datanucleus.asm.Opcodes
 
popStack() - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Method to remove the current MetaData component from the Stack.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to provide the details of the class being represented by this MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractElementMetaData
Populate the metadata.
populate(ClassLoaderResolver, Field, Method, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to provide the details of the field being represented by this MetaData hence populating certain parts of the MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.ArrayMetaData
Method to populate any defaults, and check the validity of the MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.ClassMetaData
Method to provide the details of the class being represented by this MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.CollectionMetaData
Method to populate any defaults, and check the validity of the MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.ContainerMetaData
Method to populate any defaults, and check the validity of the MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.ElementMetaData
Populate the MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.EmbeddedMetaData
Method to populate the embedded MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.ImplementsMetaData
Method to populate the details of the implements.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.InterfaceMetaData
Method to provide the details of the class being represented by this MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.KeyMetaData
Populate the MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.MapMetaData
Method to populate any defaults, and check the validity of the MetaData.
populate(ClassLoaderResolver, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.ValueMetaData
Populate the MetaData.
populateAbstractClassMetaData(AbstractClassMetaData, ClassLoaderResolver, ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to populate the MetaData for the specified class/interface.
populateFileMetaData(FileMetaData, ClassLoaderResolver, ClassLoader) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to populate all classes/interfaces in a Meta-Data file.
populateMapDelegateWithStoreData(Map, MapStore, ObjectProvider) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to populate the passed delegate Map with the keys/values from the associated Store.
populateMemberMetaData(ClassLoaderResolver, Class, boolean, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.ClassMetaData
Populate MetaData for all members.
populatePropertyMetaData(ClassLoaderResolver, Class, boolean, ClassLoader, MetaDataManager) - Method in class org.datanucleus.metadata.InterfaceMetaData
Populate PropertyMetaData.
position - Variable in class org.datanucleus.metadata.ColumnMetaData
Column position for the table as a whole (0-origin).
postAttach(Object, Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the object is attached.
postAttach(Object, Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postAttach(Object, Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postBegin() - Method in class org.datanucleus.ExecutionContextImpl
Method to perform any post-begin checks.
postClear(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the fields of the object are cleared.
postClear(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postClear(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postCommit() - Method in class org.datanucleus.ExecutionContextImpl
Commit any changes made to objects managed by the object manager to the database.
postCommit(Transaction) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked just after a commit is performed in a Transaction involving the persistable object managed by this StateManager
postCommit(Transaction) - Method in interface org.datanucleus.state.ObjectProvider
Convenience interceptor to allow operations to be performed after the commit is performed but before returning control to the application.
postCreate(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the object has been created.
postCreate(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postCreate(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postDelete(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the object is deleted.
postDelete(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postDelete(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postDetach(Object, Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the object is detached.
postDetach(Object, Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postDetach(Object, Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postDirty(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the object is made dirty.
postDirty(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postDirty(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postLoad(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the fields of the object are loaded.
postLoad(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postLoad(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postProcessClassMetaData(AbstractClassMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Method that will perform any necessary post-processing on metadata.
postRefresh(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the fields of the object are refreshed.
postRefresh(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postRefresh(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postRollback() - Method in class org.datanucleus.ExecutionContextImpl
Callback invoked after the actual datastore rollback.
postStateChange() - Method in class org.datanucleus.state.AbstractStateManager
Method called after a change in state.
postStateChange() - Method in class org.datanucleus.state.StateManagerImpl
Method called after a change in state.
postStore(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback after the object is stored.
postStore(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
postStore(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
postWriteField(boolean) - Method in class org.datanucleus.state.StateManagerImpl
Method called after the write of a field.
preAttach(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback before the object is attached.
preAttach(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
preAttach(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
preBegin(Transaction) - Method in class org.datanucleus.state.AbstractStateManager
Method invoked just before a transaction starts for the ExecutionContext managing us.
preBegin(Transaction) - Method in interface org.datanucleus.state.ObjectProvider
Convenience interceptor to allow operations to be performed before the begin is performed
precedence - Variable in class org.datanucleus.query.expression.Expression.Operator
 
preClear(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback before the fields of the object are cleared.
preClear(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
preClear(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
preClose(ExecutionContext) - Method in interface org.datanucleus.ExecutionContext.LifecycleListener
Invoked before closing the ExecutionContext
preCommit() - Method in class org.datanucleus.ExecutionContextImpl
Method to perform any pre-commit checks.
preDelete(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback before the object is deleted.
preDelete(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
preDelete(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
preDetach(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback before the object is detached.
preDetach(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
preDetach(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
preDirty(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback before the object is made dirty.
preDirty(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
preDirty(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
preFlush() - Method in interface org.datanucleus.Transaction
Method to notify that flush is started.
preFlush() - Method in class org.datanucleus.TransactionImpl
Method to notify of preFlush.
premain(String, Instrumentation) - Static method in class org.datanucleus.enhancer.DataNucleusClassFileTransformer
 
prepare(Xid) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
prepareDatastore() - Method in class org.datanucleus.store.query.Query
Convenience method that will flush any outstanding updates to the datastore.
prepareForExecution(Map) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Method to process the input parameters preparing the statement and parameters for execution.
prepareIdentifierNameForUse(String, SchemaComponent) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
Convenience method that will truncate the provided name if it is longer than the longest possible for the specified schema component, and then convert it into the required case.
prePersist(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback before the object is persisted (just before the lifecycle state change).
prePersist(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
prePersist(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
preRollback() - Method in class org.datanucleus.ExecutionContextImpl
Rollback any changes made to objects managed by the object manager to the database.
preRollback(Transaction) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked just before a rollback is performed in a Transaction involving the persistable object managed by this StateManager.
preRollback(Transaction) - Method in interface org.datanucleus.state.ObjectProvider
Convenience interceptor to allow operations to be performed before any rollback is performed.
PreSerialize - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnPreSerialize" using ASM.
PreSerialize(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.PreSerialize
Constructor.
preSerialize(Persistable) - Method in interface org.datanucleus.state.StateManager
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
preSerialize(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
preStateChange() - Method in class org.datanucleus.state.AbstractStateManager
Method called before a change in state.
preStore(Object) - Method in interface org.datanucleus.state.CallbackHandler
Callback before the object is stored.
preStore(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
preStore(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
previous() - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
previous() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult.ResultIterator
 
previous() - Method in class org.datanucleus.store.types.SCOListIterator
 
previousIndex() - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
previousIndex() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult.ResultIterator
 
previousIndex() - Method in class org.datanucleus.store.types.SCOListIterator
 
preWriteField(int) - Method in class org.datanucleus.state.StateManagerImpl
Method called before a write of the specified field.
primaryConnectionFactoryName - Variable in class org.datanucleus.store.AbstractStoreManager
Name of primary connection factory.
PrimaryExpression - Class in org.datanucleus.query.expression
Expression for a primary object.
PrimaryExpression(List<String>) - Constructor for class org.datanucleus.query.expression.PrimaryExpression
PrimaryExpression made up of a series of field names.
PrimaryExpression(Expression, List<String>) - Constructor for class org.datanucleus.query.expression.PrimaryExpression
PrimaryExpression on an expression.
PrimaryExpressionIsClassLiteralException - Exception in org.datanucleus.query.expression
Exception thrown when compiling a PrimaryExpression and we find that it really represents a Class literal, and so should be swapped in the expression tree.
PrimaryExpressionIsClassLiteralException(Class) - Constructor for exception org.datanucleus.query.expression.PrimaryExpressionIsClassLiteralException
 
PrimaryExpressionIsClassStaticFieldException - Exception in org.datanucleus.query.expression
Exception thrown when compiling a PrimaryExpression and we find that it really represents a static field of a Class (literal), and so should be swapped in the Node tree.
PrimaryExpressionIsClassStaticFieldException(Field) - Constructor for exception org.datanucleus.query.expression.PrimaryExpressionIsClassStaticFieldException
 
PrimaryExpressionIsInvokeException - Exception in org.datanucleus.query.expression
Exception thrown when compiling a PrimaryExpression and we find that it really represents an invocation of a method, and so should be swapped in the expression tree.
PrimaryExpressionIsInvokeException(InvokeExpression) - Constructor for exception org.datanucleus.query.expression.PrimaryExpressionIsInvokeException
 
PrimaryExpressionIsVariableException - Exception in org.datanucleus.query.expression
Exception thrown when compiling a PrimaryExpression and we find that it really represents an implicit variable, and so should be swapped in the expression tree.
PrimaryExpressionIsVariableException(String) - Constructor for exception org.datanucleus.query.expression.PrimaryExpressionIsVariableException
 
primaryKey - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
primary key tag value.
PrimaryKeyGenerator - Class in org.datanucleus.enhancer
Class to handle the generation of a PK class for a persistable class.
PrimaryKeyGenerator(AbstractClassMetaData, ClassEnhancer) - Constructor for class org.datanucleus.enhancer.PrimaryKeyGenerator
Constructor for a PK generator for the specified class.
primaryKeyMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
PrimaryKey MetaData
primaryKeyMetaData - Variable in class org.datanucleus.metadata.JoinMetaData
PrimaryKey MetaData
PrimaryKeyMetaData - Class in org.datanucleus.metadata
Representation of a primary key constraint.
PrimaryKeyMetaData() - Constructor for class org.datanucleus.metadata.PrimaryKeyMetaData
 
printInformation(String, PrintStream) - Method in class org.datanucleus.store.AbstractStoreManager
Method to output the information about the StoreManager.
printInformation(String, PrintStream) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
printInformation(String, PrintStream) - Method in interface org.datanucleus.store.StoreManager
Method to output particular information owned by this datastore.
printStackTrace() - Method in exception org.datanucleus.exceptions.NucleusException
Prints this Exception and its backtrace to the standard error output.
printStackTrace(PrintStream) - Method in exception org.datanucleus.exceptions.NucleusException
Prints this Exception and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.datanucleus.exceptions.NucleusException
Prints this Exception and its backtrace to the specified print writer.
PriorityQueue - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class PriorityQueue object.
PriorityQueue(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Constructor.
PriorityQueue - Class in org.datanucleus.store.types.wrappers
A mutable second-class PriorityQueue object.
PriorityQueue(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.PriorityQueue
Constructor.
procedureName - Variable in class org.datanucleus.store.query.AbstractStoredProcedureQuery
 
process() - Method in interface org.datanucleus.state.RelationshipManager
Method to process the (bidirectional) relations for this object.
process() - Method in class org.datanucleus.state.RelationshipManagerImpl
 
processAddExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied ADD expression.
processAddExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processAdditiveExpression() - Method in class org.datanucleus.query.compiler.JDOQLParser
 
processAdditiveExpression() - Method in class org.datanucleus.query.compiler.JPQLParser
 
processAndExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied AND expression.
processAndExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processCaseExpression(CaseExpression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied case expression.
processCaseExpression(CaseExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processCastExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied cast expression.
processCastExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processClassAnnotation(AnnotationObject, AbstractClassMetaData, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.annotations.ClassAnnotationHandler
Method to process a class level annotation.
processClassAnnotations(PackageMetaData, Class, AnnotationObject[], ClassLoaderResolver) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Method to process the "class" level annotations and create the outline ClassMetaData object.
processComExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied COM expression.
processComExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processCreatorExpression(CreatorExpression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied creator expression.
processCreatorExpression(CreatorExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processDistinctExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied DISTINCT expression.
processDivExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied DIV expression.
processDivExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processEmbeddedMember(List<AbstractMemberMetaData>, ClassLoaderResolver, EmbeddedMetaData) - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
processEqExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied EQ expression.
processEqExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processesRangeInDatastoreQuery() - Method in class org.datanucleus.store.query.Query
Method to return if the datastore query will check any range constraints of this query.
processGteqExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied GTEQ expression.
processGteqExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processGtExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied GT expression.
processGtExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processInExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied IN expression.
processInvokeExpression(InvokeExpression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied invoke expression.
processInvokeExpression(InvokeExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processIsExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied IS (instanceof) expression.
processIsExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processIsnotExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied ISNOT (!instanceof) expression.
processIsnotExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processLikeExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied LIKE expression.
processLikeExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processListenerLoadingCall() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
processLiteral() - Method in class org.datanucleus.query.compiler.JDOQLParser
A literal is one value of any type.
processLiteral() - Method in class org.datanucleus.query.compiler.JPQLParser
A literal is one value of any type.
processLiteral(Literal) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied invoke expression.
processLiteral(Literal) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processLteqExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied LTEQ expression.
processLteqExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processLtExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied LT expression.
processLtExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processManyToManyBidirectionalRelation(AbstractMemberMetaData, ClassLoaderResolver, ExecutionContext, List<RelationshipManagerImpl.RelationChange>) - Method in class org.datanucleus.state.RelationshipManagerImpl
Method to process all M-N bidirectional fields.
processManyToOneBidirectionalRelation(AbstractMemberMetaData, ClassLoaderResolver, ExecutionContext, Object, Object) - Method in class org.datanucleus.state.RelationshipManagerImpl
Method to process all N-1 bidirectional fields.
processMemberAnnotation(AnnotationObject, AbstractMemberMetaData, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.annotations.MemberAnnotationHandler
Method to process a member (field/property) level annotation.
processMemberAnnotation(AnnotationObject, AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.annotations.ValidationNotNullAnnotationHandler
 
processMemberAnnotation(AnnotationObject, AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.annotations.ValidationSizeAnnotationHandler
 
processMemberAnnotations(AbstractClassMetaData, Member, AnnotationObject[], boolean) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Method to take the passed in outline ClassMetaData and process the annotations for fields/properties adding any necessary FieldMetaData/PropertyMetaData to the ClassMetaData.
processMethodAnnotations(AbstractClassMetaData, Method) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Method to take the passed in outline ClassMetaData and process the annotations for method adding any necessary MetaData to the ClassMetaData.
processModExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied MOD expression.
processModExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processMulExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied MUL expression.
processMulExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processMultiplicativeExpression() - Method in class org.datanucleus.query.compiler.JDOQLParser
 
processMultiplicativeExpression() - Method in class org.datanucleus.query.compiler.JPQLParser
 
processNegExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied NEG expression.
processNegExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processNontransactionalAtomicChanges() - Method in class org.datanucleus.ExecutionContextImpl
Handler for all outstanding changes to be "committed" atomically.
processNontransactionalUpdate() - Method in interface org.datanucleus.ExecutionContext
Method to process any outstanding non-transactional updates that are queued.
processNontransactionalUpdate() - Method in class org.datanucleus.ExecutionContextImpl
Method called when a non-tx update has been performed (via setter call on the persistable object, or via use of mutator methods of a field).
processNontransactionalUpdate() - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
processNoteqExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied NOTEQ expression.
processNoteqExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processNotExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied NOT expression.
processNotExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processNotInExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied NOT IN expression.
processOneToManyBidirectionalRelation(AbstractMemberMetaData, ClassLoaderResolver, ExecutionContext, List<RelationshipManagerImpl.RelationChange>) - Method in class org.datanucleus.state.RelationshipManagerImpl
Method to process all 1-N bidirectional fields.
processOneToOneBidirectionalRelation(AbstractMemberMetaData, ClassLoaderResolver, ExecutionContext, Object, Object) - Method in class org.datanucleus.state.RelationshipManagerImpl
Method to process all 1-1 bidir fields.
processOrExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied OR expression.
processOrExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processParameterExpression(ParameterExpression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied parameter expression.
processParameterExpression(ParameterExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processPersistable(Object) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
Utility method to process the passed persistable object.
processPersistable(Object) - Method in class org.datanucleus.store.fieldmanager.DetachFieldManager
Utility method to process the passed persistable object.
processPersistable(Object) - Method in class org.datanucleus.store.fieldmanager.LoadFieldManager
Utility method to process the passed persistable object.
processPersistable(Object) - Method in class org.datanucleus.store.fieldmanager.MakeTransientFieldManager
Utility method to process the passed persistable object.
processPersistable(Object, int, int) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
Utility method to process the passed persistable object.
processPersistable(Object, AbstractMemberMetaData) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
Utility method to process the passed persistable object.
processPrimary() - Method in class org.datanucleus.query.compiler.JDOQLParser
Parses the primary.
processPrimary() - Method in class org.datanucleus.query.compiler.JPQLParser
Parses the primary.
processPrimaryExpression(PrimaryExpression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied primary expression.
processPrimaryExpression(PrimaryExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processSubExpression(Expression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied SUB expression.
processSubExpression(Expression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
 
processSubqueryExpression(SubqueryExpression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied subquery expression.
processUnaryExpression() - Method in class org.datanucleus.query.compiler.JDOQLParser
 
processUnaryExpression() - Method in class org.datanucleus.query.compiler.JPQLParser
 
processVariableExpression(VariableExpression) - Method in class org.datanucleus.query.evaluator.AbstractExpressionEvaluator
Method to process the supplied variable expression.
processVariableExpression(VariableExpression) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
Method to process the supplied variable expression.
properties - Variable in class org.datanucleus.metadata.ImplementsMetaData
Properties implemented.
properties - Variable in class org.datanucleus.properties.PropertyStore
Map of properties.
properties - Variable in class org.datanucleus.query.compiler.Node
List of properties for the node.
properties - Variable in class org.datanucleus.store.StoreData
Extension props.
Properties - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class Properties object.
Properties(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.Properties
Constructor
Properties - Class in org.datanucleus.store.types.wrappers
A mutable second-class Properties object.
Properties(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Properties
Constructor
properties - Variable in class org.datanucleus.store.valuegenerator.AbstractGenerator
Properties controlling the generator behaviour.
PROPERTY_ALLOW_ATTACH_OF_TRANSIENT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_ALLOW_CALLBACKS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_ATTACH_SAME_DATASTORE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_AUTOSTART_CLASSNAMES - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_AUTOSTART_MECHANISM - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_AUTOSTART_METADATAFILES - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_AUTOSTART_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_AUTOSTART_XMLFILE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_COLLECTIONS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_COLLECTIONS_LAZY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L1_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_BATCHSIZE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_CACHE_EMBEDDED - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_CLEARATCLOSE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_LOADFIELDS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_MAXSIZE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_READ_THROUGH - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_RETRIEVE_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_STATISTICS_ENABLED - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_STORE_BY_VALUE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_STORE_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_TIMEOUT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_UPDATE_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_L2_WRITE_THROUGH - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_QUERYCOMPILE_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_QUERYCOMPILEDATASTORE_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_QUERYRESULTS_MAXSIZE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_QUERYRESULTS_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CACHE_QUERYRESULTS_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CLASSLOADER_PRIMARY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CLASSLOADER_RESOLVER_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_DRIVER_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_FACTORY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_FACTORY2 - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_FACTORY2_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_FACTORY_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_NONTX_RELEASE_AFTER_USE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_PASSWORD - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_PASSWORD_DECRYPTER - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_POOLINGTYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_POOLINGTYPE2 - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_RESOURCETYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_RESOURCETYPE2 - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_SINGLE_CONNECTION - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_URL - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_CONNECTION_USER_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_COPY_ON_ATTACH - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DATA_FEDERATION_DATASTORE_NAME - Static variable in class org.datanucleus.store.federation.FederatedStoreManager
 
PROPERTY_DATASTORE_IDENTITY_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DATASTORE_READ_TIMEOUT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DATASTORE_READONLY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DATASTORE_READONLY_ACTION - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DATASTORE_WRITE_TIMEOUT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DELETION_POLICY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DETACH_ALL_ON_COMMIT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DETACH_ALL_ON_ROLLBACK - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DETACH_AS_WRAPPED - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DETACH_DETACHED_STATE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DETACH_DETACHMENT_FIELDS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_DETACH_ON_CLOSE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_ENABLE_STATISTICS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_EXECUTION_CONTEXT_MAX_IDLE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_EXECUTION_CONTEXT_REAPER_THREAD - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_FIND_OBJECT_TYPE_CONVERSION - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_FIND_OBJECT_VALIDATE_WHEN_CACHED - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_FLUSH_AUTO_OBJECT_LIMIT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_FLUSH_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IDENTIFIER_CASE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IDENTIFIER_FACTORY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IDENTIFIER_NAMING_FACTORY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IDENTIFIER_TABLE_PREFIX - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IDENTIFIER_TABLE_SUFFIX - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IDENTIFIER_WORD_SEPARATOR - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IDENTITY_KEY_TRANSLATOR_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IDENTITY_STRING_TRANSLATOR_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_IGNORE_CACHE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_JMX_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_MANAGE_RELATIONSHIPS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_MANAGE_RELATIONSHIPS_CHECKS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_MAPPING - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_MAPPING_CATALOG - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_MAPPING_SCHEMA - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_MAPPING_TENANT_ID - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_MAX_FETCH_DEPTH - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_ALLOW_ANNOTATIONS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_ALLOW_LOAD_AT_RUNTIME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_ALLOW_XML - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_ALWAYS_DETACHABLE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_AUTOREGISTER - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_DEFAULT_INHERITANCE_STRATEGY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_EMBEDDED_PC_FLAT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_JDO_SUFFIX - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_JDOQUERY_SUFFIX - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_ORM_SUFFIX - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_SCANNER - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_SUPPORT_ORM - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_XML_NAMESPACE_AWARE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_METADATA_XML_VALIDATE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_MULTITHREADED - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_NONTX_ATOMIC - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_NONTX_READ - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_NONTX_WRITE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_OBJECT_PROVIDER_CLASS_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_OBJECT_PROVIDER_MAX_IDLE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_OBJECT_PROVIDER_REAPER_THREAD - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_OPTIMISTIC - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PERSISTENCE_BY_REACHABILITY_AT_COMMIT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PERSISTENCE_UNIT_LOAD_CLASSES - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PERSISTENCE_UNIT_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PERSISTENCE_XML_FILENAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PLUGIN_ALLOW_USER_BUNDLES - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PLUGIN_REGISTRY_CLASSNAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PLUGIN_REGISTRYBUNDLECHECK - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PLUGIN_VALIDATEPLUGINS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PMF_NAME - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_PROPERTIES_FILE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_CHECK_UNUSED_PARAMS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_COMPILATION_CACHED - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_COMPILE_NAMED_QUERIES_AT_STARTUP - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_COMPILE_OPTIMISED - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_EVALUATE_IN_MEMORY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_FLUSH_BEFORE_EXECUTE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_JDOQL_ALLOWALL - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_LOAD_RESULTS_AT_COMMIT - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_RESULT_SIZE_METHOD - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_RESULTCACHE_VALIDATEOBJECTS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_RESULTS_CACHED - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_SQL_ALLOWALL - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_QUERY_USE_FETCHPLAN - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_RESTORE_VALUES - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_RETAIN_VALUES - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_AUTOCREATE_ALL - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_AUTOCREATE_COLUMNS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_AUTOCREATE_CONSTRAINTS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_AUTOCREATE_SCHEMA - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_AUTOCREATE_TABLES - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_AUTOCREATE_WARNONERROR - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_AUTODELETE_COLUMNS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_DATABASE_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_SCRIPTS_CREATE_ORDER - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_SCRIPTS_CREATE_SOURCE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_SCRIPTS_CREATE_TARGET - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_SCRIPTS_DROP_ORDER - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_SCRIPTS_DROP_SOURCE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_SCRIPTS_DROP_TARGET - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_SCRIPTS_LOAD_SOURCE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_GENERATE_SCRIPTS_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_VALIDATE_ALL - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_VALIDATE_COLUMNS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_VALIDATE_CONSTRAINTS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SCHEMA_VALIDATE_TABLES - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SERIALIZE_READ - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_SERVER_TIMEZONE_ID - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_STORE_ALLOW_REFS_WITHOUT_IMPLS - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_STORE_MANAGER_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_TRANSACTION_ISOLATION - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_TRANSACTION_JTA_JNDI_LOCATION - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_TRANSACTION_JTA_LOCATOR - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_TRANSACTION_TYPE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_USE_IMPLEMENTATION_CREATOR - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALIDATION_FACTORY - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALIDATION_GROUP_PREPERSIST - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALIDATION_GROUP_PREREMOVE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALIDATION_GROUP_PREUPDATE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALIDATION_MODE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALUEGEN_INCREMENT_ALLOCSIZE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALUEGEN_SEQUENCE_ALLOCSIZE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALUEGEN_TXN_ATTRIBUTE - Static variable in class org.datanucleus.PropertyNames
 
PROPERTY_VALUEGEN_TXN_ISOLATION - Static variable in class org.datanucleus.PropertyNames
 
PropertyMetaData - Class in org.datanucleus.metadata
The property element declares mapping between a virtual field of an implemented interface and the corresponding persistent field of a persistence-capable class.
PropertyMetaData(MetaData, PropertyMetaData) - Constructor for class org.datanucleus.metadata.PropertyMetaData
Convenience constructor to copy the specification from the passed field.
PropertyMetaData(MetaData, String) - Constructor for class org.datanucleus.metadata.PropertyMetaData
Constructor.
PropertyNames - Class in org.datanucleus
Utility providing convenience naming of core persistence properties.
PropertyNames() - Constructor for class org.datanucleus.PropertyNames
 
PropertyStore - Class in org.datanucleus.properties
Representation of a store of properties.
PropertyStore() - Constructor for class org.datanucleus.properties.PropertyStore
 
PropertySymbol - Class in org.datanucleus.query.symbol
Symbol representing a property/identifier in a query.
PropertySymbol(String) - Constructor for class org.datanucleus.query.symbol.PropertySymbol
 
PropertySymbol(String, Class) - Constructor for class org.datanucleus.query.symbol.PropertySymbol
 
PropertyTypeInvalidException - Exception in org.datanucleus.properties
Exception thrown when trying to access a property as a specific type yet it is not possible to return as that type.
PropertyTypeInvalidException(String, String) - Constructor for exception org.datanucleus.properties.PropertyTypeInvalidException
Constructs an exception for the specified class.
PropertyValidator - Interface in org.datanucleus.properties
Interface defining a validator for a DataNucleus property.
providedBooleanField(T, int, boolean) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedBooleanField(Persistable, int, boolean) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedByteField(T, int, byte) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedByteField(Persistable, int, byte) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedCharField(T, int, char) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedCharField(Persistable, int, char) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedDoubleField(T, int, double) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedDoubleField(Persistable, int, double) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedFloatField(T, int, float) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedFloatField(Persistable, int, float) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedIntField(T, int, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedIntField(Persistable, int, int) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedLongField(T, int, long) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedLongField(Persistable, int, long) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedObjectField(T, int, Object) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedObjectField(Persistable, int, Object) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedShortField(T, int, short) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedShortField(Persistable, int, short) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
providedStringField(T, int, String) - Method in class org.datanucleus.state.AbstractStateManager
This method is called from the associated persistable when its dnProvideFields() method is invoked.
providedStringField(Persistable, int, String) - Method in interface org.datanucleus.state.StateManager
The value of the field requested to be provided to the StateManager.
ProvideField - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnProvideField" using ASM.
ProvideField(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.ProvideField
Constructor.
provideField(int) - Method in interface org.datanucleus.state.ObjectProvider
Method to return the current value of the specified field.
provideField(int) - Method in class org.datanucleus.state.StateManagerImpl
Method to return the current value of a particular field.
provideField(Persistable, int) - Method in class org.datanucleus.state.StateManagerImpl
Method to retrieve the value of a field from the PC object.
ProvideFields - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnProvideFields" using ASM.
ProvideFields(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.ProvideFields
Constructor.
provideFields(int[], FieldManager) - Method in class org.datanucleus.state.AbstractStateManager
Called from the StoreManager after StoreManager.update() is called to obtain updated values from the persistable associated with this StateManager.
provideFields(int[], FieldManager) - Method in interface org.datanucleus.state.ObjectProvider
Method to obtain updated field values from the passed FieldManager.
provideFields(int[], FieldManager) - Method in class org.datanucleus.state.StateManagerImpl
Called from the StoreManager after StoreManager.update() is called to obtain updated values from the Persistable associated with this StateManager.
PUBLIC_ID_KEY - Static variable in class org.datanucleus.store.autostart.XMLAutoStarterEntityResolver
Public Key for DataNucleus auto starter.
publicIdEntities - Variable in class org.datanucleus.util.AbstractXMLEntityResolver
Map of public identity entities supported.
push(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to push an element onto the stack and return it.
push(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to push an element onto the stack and return it.
pushStack(MetaData) - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Method to add a MetaData component to the Stack.
put(Object, CachedPC) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
Method to add an object to the cache under its id
put(String, List<Object>) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
put(Object, CachedPC) - Method in interface org.datanucleus.cache.Level2Cache
Method to put an object in the cache.
put(Object, CachedPC) - Method in class org.datanucleus.cache.NullLevel2Cache
Method to put an object in the L2 cache
put(Object, ObjectProvider) - Method in class org.datanucleus.cache.SoftRefCache
 
put(Object, ObjectProvider) - Method in class org.datanucleus.cache.StrongRefCache
 
put(Object, CachedPC) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to put an object in the cache.
put(Object, ObjectProvider) - Method in class org.datanucleus.cache.WeakRefCache
 
put(String, QueryCompilation) - Method in class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
put(String, QueryCompilation) - Method in interface org.datanucleus.query.cache.QueryCompilationCache
Method to put an object in the cache.
put(String, Object) - Method in class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
put(String, List<Object>) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
put(String, Object) - Method in interface org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Method to put an object in the cache.
put(String, List<Object>) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Method to put an object in the cache.
put(ObjectProvider, Object, Object) - Method in interface org.datanucleus.store.scostore.MapStore
Method to add a value to the Map against this key.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to add a value against a key to the HashMap.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to add a value against a key to the Hashtable
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to add a value against a key to the LinkedHashMap.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to add a value to the Map.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to add a value against a key to the Hashtable
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to add a value against a key to the SortedMap.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to add a value against a key to the TreeMap.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to add a value against a key to the HashMap.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to add a value against a key to the Hashtable
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to add a value against a key to the LinkedHashMap.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.Map
Method to add a value to the Map.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to add a value against a key to the Hashtable
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to add a value against a key to the SortedMap.
put(Object, Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to add a value against a key to the TreeMap.
put(Object, Object) - Method in class org.datanucleus.util.MultiMap
Add a key, and its value, to the map.
put(Object, Object) - Method in class org.datanucleus.util.ReferenceValueMap
Method to add an object to the Map.
putAll(Map<Object, CachedPC>) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
putAll(Map<Object, CachedPC>) - Method in class org.datanucleus.cache.JavaxCacheLevel2Cache
 
putAll(Map<Object, CachedPC>) - Method in interface org.datanucleus.cache.Level2Cache
Method to put several objects into the cache.
putAll(Map) - Method in class org.datanucleus.cache.SoftRefCache
 
putAll(Map) - Method in class org.datanucleus.cache.StrongRefCache
 
putAll(Map<Object, CachedPC>) - Method in class org.datanucleus.cache.WeakLevel2Cache
 
putAll(Map) - Method in class org.datanucleus.cache.WeakRefCache
 
putAll(ObjectProvider, Map) - Method in interface org.datanucleus.store.scostore.MapStore
Method to add a map of values to the Map.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to add a Map of values to this map.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.Map
Method to add a Map of values to this map.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to add the specified Map's values under their keys here.
putAll(Map) - Method in class org.datanucleus.util.ReferenceValueMap
Method to add the contents of a Map.
putAttribute(String, String) - Method in class org.datanucleus.plugin.ConfigurationElement
Put a new attribute to this element
putByte(int) - Method in class org.datanucleus.asm.ByteVector
Puts a byte into this byte vector.
putByteArray(byte[], int, int) - Method in class org.datanucleus.asm.ByteVector
Puts an array of bytes into this byte vector.
PUTFIELD - Static variable in interface org.datanucleus.asm.Opcodes
 
putInt(int) - Method in class org.datanucleus.asm.ByteVector
Puts an int into this byte vector.
putLong(long) - Method in class org.datanucleus.asm.ByteVector
Puts a long into this byte vector.
putObjectIntoLevel1Cache(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Method to put a Persistable object associated to the ObjectProvider into the L1 cache.
putObjectIntoLevel1Cache(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to add an object to the L1 cache.
putObjectIntoLevel2Cache(ObjectProvider, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Method to add/update the managed object into the L2 cache as long as it isn't modified in the current transaction.
putObjectIntoLevel2CacheInternal(ObjectProvider, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to add/update an object in the L2 cache.
putObjectsIntoLevel2Cache(Set<ObjectProvider>) - Method in class org.datanucleus.ExecutionContextImpl
Method to put the passed objects into the L2 cache.
putShort(int) - Method in class org.datanucleus.asm.ByteVector
Puts a short into this byte vector.
PUTSTATIC - Static variable in interface org.datanucleus.asm.Opcodes
 
putUTF8(String) - Method in class org.datanucleus.asm.ByteVector
Puts an UTF8 string into this byte vector.

Q

qualifier - Variable in class org.datanucleus.plugin.Bundle.BundleVersion
 
queries - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Named queries
queries - Variable in class org.datanucleus.metadata.FileMetaData
Named queries defined in this file.
query - Variable in class org.datanucleus.metadata.QueryMetaData
The single string query
query - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
Underlying "string-based" query.
query - Variable in class org.datanucleus.store.query.AbstractQueryResult
The Query object.
Query<T> - Class in org.datanucleus.store.query
Abstract implementation for all queries in DataNucleus.
Query(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.query.Query
Constructs a new query instance that uses the given ExecutionContext.
QUERY - Static variable in class org.datanucleus.util.NucleusLogger
Log for Query issues
Query.SubqueryDefinition - Class in org.datanucleus.store.query
Simple representation of a subquery, its candidate, params and variables.
queryBegin() - Method in class org.datanucleus.management.AbstractStatistics
 
QueryCompilation - Class in org.datanucleus.query.compiler
Representation of the components of a compiled java "string-based" query.
QueryCompilation(Class, String, SymbolTable, Expression[], Expression[], Expression, Expression[], Expression, Expression[], Expression[]) - Constructor for class org.datanucleus.query.compiler.QueryCompilation
 
QueryCompilationCache - Interface in org.datanucleus.query.cache
Cache for query compilations (generic).
queryCompilationCache - Variable in class org.datanucleus.store.query.QueryManagerImpl
Cache for generic query compilations.
queryCompilationCacheDatastore - Variable in class org.datanucleus.store.query.QueryManagerImpl
Cache for datastore query compilations.
QueryCompilerOptimiser - Class in org.datanucleus.query.compiler
Optimiser for a query compilation.
QueryCompilerOptimiser(QueryCompilation) - Constructor for class org.datanucleus.query.compiler.QueryCompilerOptimiser
 
QueryCompilerSyntaxException - Exception in org.datanucleus.store.query
Exception thrown when a query compiler finds an error relative to the expected syntax.
QueryCompilerSyntaxException(String, int, String) - Constructor for exception org.datanucleus.store.query.QueryCompilerSyntaxException
 
QueryCompilerSyntaxException(String) - Constructor for exception org.datanucleus.store.query.QueryCompilerSyntaxException
 
QueryDatastoreCompilationCache - Interface in org.datanucleus.store.query.cache
Cache for query compilations (datastore-specific).
queryExecuted(long) - Method in class org.datanucleus.management.AbstractStatistics
 
queryExecutedWithError() - Method in class org.datanucleus.management.AbstractStatistics
 
QueryInterruptedException - Exception in org.datanucleus.store.query
Exception thrown when a query execution is interrupted.
QueryInterruptedException() - Constructor for exception org.datanucleus.store.query.QueryInterruptedException
 
QueryInterruptedException(String) - Constructor for exception org.datanucleus.store.query.QueryInterruptedException
 
QueryInterruptedException(String, Throwable) - Constructor for exception org.datanucleus.store.query.QueryInterruptedException
 
QueryInvalidParametersException - Exception in org.datanucleus.store.query
Exception thrown when invalid arguments/parameters are given.
QueryInvalidParametersException(String) - Constructor for exception org.datanucleus.store.query.QueryInvalidParametersException
Constructs a new exception with the specified detail message.
QueryLanguage - Enum in org.datanucleus.metadata
Representation of the primary query languages.
queryLanguage - Variable in class org.datanucleus.query.compiler.QueryCompilation
Query language that this is a compilation for.
QueryManager - Interface in org.datanucleus.store.query
Interface providing a way of creating instances of queries for datastores, caching of generic and datastore compilations, as well as caching query results.
QueryManagerImpl - Class in org.datanucleus.store.query
Manages the creation, compilation and results of queries.
QueryManagerImpl(NucleusContext, StoreManager) - Constructor for class org.datanucleus.store.query.QueryManagerImpl
 
QueryMetaData - Class in org.datanucleus.metadata
Representation of the MetaData of a named Query.
QueryMetaData(String) - Constructor for class org.datanucleus.metadata.QueryMetaData
Constructor for a query of the specified name.
queryMetaDataByName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of QueryMetaData, keyed by the (class name + query name).
queryMethodAliasByPrefix - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
queryMgr - Variable in class org.datanucleus.store.AbstractStoreManager
Query Manager.
QueryNotUniqueException - Exception in org.datanucleus.store.query
This exception is thrown when a user runs a Query and has marked it as UNIQUE, but it returns more than 1 object.
QueryNotUniqueException() - Constructor for exception org.datanucleus.store.query.QueryNotUniqueException
Constructs the exception, populating the correct message.
queryParameterTypesAreCompatible(Class, Class) - Static method in class org.datanucleus.query.QueryUtils
 
QueryResult<E> - Interface in org.datanucleus.store.query
Lazy collection results from a Query.
queryResultMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
List of query result MetaData defined for this file.
queryResultMetaData - Variable in class org.datanucleus.metadata.FileMetaData
List of query result MetaData defined for this file.
QueryResultMetaData - Class in org.datanucleus.metadata
Representation of the mapping of (SQL) Query results into a desired output form.
QueryResultMetaData(String) - Constructor for class org.datanucleus.metadata.QueryResultMetaData
Constructor.
QueryResultMetaData.ConstructorTypeColumn - Class in org.datanucleus.metadata
 
QueryResultMetaData.ConstructorTypeMapping - Class in org.datanucleus.metadata
Class to wrap the mapping for a constructor type.
QueryResultMetaData.PersistentTypeMapping - Class in org.datanucleus.metadata
Class to wrap the mapping for a persistent type.
queryResultMetaDataByName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of QueryResultMetaData keyed by the name.
queryResults - Variable in class org.datanucleus.store.query.Query
All query results obtained from this query.
queryResultsByIterator - Variable in class org.datanucleus.store.DefaultCandidateExtent
Map of the iterators of the Extents accessed.
QueryResultsCache - Interface in org.datanucleus.store.query.cache
Cache for query results.
queryResultsCache - Variable in class org.datanucleus.store.query.QueryManagerImpl
Cache for query results.
queryReturnsSingleRow(Query) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to return whether the query should return a single row.
QueryTimeoutException - Exception in org.datanucleus.store.query
Exception thrown when a query times out beyond some specified timeout duration.
QueryTimeoutException() - Constructor for exception org.datanucleus.store.query.QueryTimeoutException
 
QueryTimeoutException(String) - Constructor for exception org.datanucleus.store.query.QueryTimeoutException
 
QueryTimeoutException(String, Throwable) - Constructor for exception org.datanucleus.store.query.QueryTimeoutException
 
QueryUtils - Class in org.datanucleus.query
Utilities for use in queries.
QueryUtils() - Constructor for class org.datanucleus.query.QueryUtils
 
Queue - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class Queue object.
Queue(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.Queue
Constructor.
Queue - Class in org.datanucleus.store.types.wrappers
A mutable second-class Queue object.
Queue(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Queue
Constructor.
queuedOperations - Variable in class org.datanucleus.flush.OperationQueue
 
quoteString - Variable in class org.datanucleus.store.schema.naming.AbstractNamingFactory
Quote used when the identifier case selected requires it.

R

random - Static variable in class org.datanucleus.NucleusContextHelper
Random number generator, for use when needing unique names.
range - Variable in class org.datanucleus.store.query.Query
String form of the query result range.
ReachabilityFieldManager - Class in org.datanucleus.store.fieldmanager
Field manager that runs reachability on all PC objects referenced from the source object.
ReachabilityFieldManager(ObjectProvider, Set) - Constructor for class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
Constructor.
ReachableObjectNotCascadedException - Exception in org.datanucleus.store.exceptions
An exception that is thrown when we have a relation to another persistable object that is not yet persistent and where the relation is not marked as cascade-persist.
ReachableObjectNotCascadedException(String, Object) - Constructor for exception org.datanucleus.store.exceptions.ReachableObjectNotCascadedException
Constructs the exception.
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.datanucleus.asm.Attribute
Reads a type attribute.
READ_COMMITTED - Static variable in interface org.datanucleus.transaction.TransactionIsolation
A constant indicating that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
READ_OK - Static variable in interface org.datanucleus.enhancer.Persistable
dnFlags == READ_OK, then the fields in the default fetch group can be accessed for read without notifying the StateManager
READ_UNCOMMITTED - Static variable in interface org.datanucleus.transaction.TransactionIsolation
A constant indicating that dirty reads, non-repeatable reads and phantom reads can occur.
READ_WRITE_OK - Static variable in interface org.datanucleus.enhancer.Persistable
dnFlags == READ_WRITE_OK, then the fields in the default fetch group can be accessed for read or write without notifying the StateManager.
readByte(int) - Method in class org.datanucleus.asm.ClassReader
Reads a byte value in b.
readClass(int, char[]) - Method in class org.datanucleus.asm.ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - Method in class org.datanucleus.asm.ClassReader
Reads a numeric or string constant pool item in b.
readExternal(ObjectInput) - Method in class org.datanucleus.identity.ByteId
Read this object.
readExternal(ObjectInput) - Method in class org.datanucleus.identity.CharId
Read this object.
readExternal(ObjectInput) - Method in class org.datanucleus.identity.IntId
Read this object.
readExternal(ObjectInput) - Method in class org.datanucleus.identity.LongId
Read this object.
readExternal(ObjectInput) - Method in class org.datanucleus.identity.ObjectId
Read this object.
readExternal(ObjectInput) - Method in class org.datanucleus.identity.ShortId
Read this object.
readExternal(ObjectInput) - Method in class org.datanucleus.identity.SingleFieldId
Read from the input stream.
readExternal(ObjectInput) - Method in class org.datanucleus.identity.StringId
Read this object.
readInt(int) - Method in class org.datanucleus.asm.ClassReader
Reads a signed int value in b.
readLabel(int, Label[]) - Method in class org.datanucleus.asm.ClassReader
Returns the label corresponding to the given offset.
readLong(int) - Method in class org.datanucleus.asm.ClassReader
Reads a signed long value in b.
readMetaDataForClass(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to access the (already known) metadata for the specified class.
readMetaDataForClass(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
readMetaDataForMember(String, String) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to access the (already known) metadata for the field/property of the specified class.
readMetaDataForMember(String, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
readShort(int) - Method in class org.datanucleus.asm.ClassReader
Reads a signed short value in b.
readUnsignedShort(int) - Method in class org.datanucleus.asm.ClassReader
Reads an unsigned short value in b.
readUTF8(int, char[]) - Method in class org.datanucleus.asm.ClassReader
Reads an UTF8 string constant pool item in b.
reap() - Method in class org.datanucleus.util.ReferenceValueMap
Utility method to reap objects.
recover(int) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
recursionDepth - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
recursion-depth value.
ReferenceValueMap - Class in org.datanucleus.util
A java.util.Map implementation using reference values.
ReferenceValueMap() - Constructor for class org.datanucleus.util.ReferenceValueMap
Default Constructor.
ReferenceValueMap(int) - Constructor for class org.datanucleus.util.ReferenceValueMap
Constructor taking initial capacity.
ReferenceValueMap(int, float) - Constructor for class org.datanucleus.util.ReferenceValueMap
Constructor taking initial capacity and load factor.
ReferenceValueMap(Map) - Constructor for class org.datanucleus.util.ReferenceValueMap
Constructor taking initial Map.
ReferenceValueMap.ValueReference - Interface in org.datanucleus.util
References returned by newValueReference must implement this interface to provide the corresponding map key for the value.
ReferentialStateManagerImpl - Class in org.datanucleus.state
Implementation of a StateManager for use where insertion ordering is important (such as RDBMS).
ReferentialStateManagerImpl(ExecutionContext, AbstractClassMetaData) - Constructor for class org.datanucleus.state.ReferentialStateManagerImpl
Constructor for object of specified type managed by the provided ExecutionContext.
refresh() - Method in class org.datanucleus.state.AbstractStateManager
Method to refresh the object.
refresh() - Method in interface org.datanucleus.state.ObjectProvider
Method to refresh the values of the currently loaded fields in the managed object.
refreshAllObjects() - Method in interface org.datanucleus.ExecutionContext
Method to refresh all L1 cache objects
refreshAllObjects() - Method in class org.datanucleus.ExecutionContextImpl
Method to do a refresh of all objects.
refreshFetchPlanFieldsForCollection(ObjectProvider, Object[]) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to refresh fetch plan fields for all elements for a collection field.
refreshFetchPlanFieldsForMap(ObjectProvider, Set) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to refresh fetch plan fields for all elements for a map field.
refreshFieldsInFetchPlan() - Method in interface org.datanucleus.state.ObjectProvider
Refreshes from the database all fields in fetch plan.
refreshFieldsInFetchPlan() - Method in class org.datanucleus.state.StateManagerImpl
Refreshes from the database all fields in fetch plan.
refreshLoadedFields() - Method in interface org.datanucleus.state.ObjectProvider
Refreshes from the database all fields currently loaded.
refreshLoadedFields() - Method in class org.datanucleus.state.StateManagerImpl
Refreshes from the database all fields currently loaded.
refreshObject(Object) - Method in interface org.datanucleus.ExecutionContext
Method to refresh the passed object.
refreshObject(Object) - Method in class org.datanucleus.ExecutionContextImpl
Method to do a refresh of an object, updating it from its datastore representation.
refreshObject(Object) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
register(Synchronization) - Method in class org.datanucleus.transaction.jta.JTASyncRegistry
 
registerAuthorizedStateManagerClass(Class) - Static method in class org.datanucleus.enhancer.EnhancementHelper
Register a class authorized to replaceStateManager.
registerAuthorizedStateManagerClasses(Collection) - Static method in class org.datanucleus.enhancer.EnhancementHelper
Register classes authorized to replaceStateManager.
registerBundle(URL) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Register the plugin bundle.
registerBundle(Manifest, URL) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Register the plugin bundle.
registerBundle(String, ClassLoader) - Static method in class org.datanucleus.util.Localiser
Method to be called by plugins that have their own ResourceBundle, so the messages will be registered and available for use.
registerClass(Class, String[], Class[], byte[], Class, Persistable) - Static method in class org.datanucleus.enhancer.EnhancementHelper
Register metadata by class.
registerClass(EnhancementHelper.RegisterClassEvent) - Method in interface org.datanucleus.enhancer.EnhancementHelper.RegisterClassListener
This method gets called when a persistence-capable class is registered.
RegisterClassEvent(EnhancementHelper, Class, String[], Class[], byte[], Class) - Constructor for class org.datanucleus.enhancer.EnhancementHelper.RegisterClassEvent
 
registerConnectionFactory() - Method in class org.datanucleus.store.AbstractStoreManager
Register the Connection Factory defined in plugins
registerConnectionFactory(String, ConnectionFactory) - Method in interface org.datanucleus.store.connection.ConnectionManager
Method to register a connection factory
registerConnectionFactory(String, ConnectionFactory) - Method in class org.datanucleus.store.connection.ConnectionManagerImpl
Method to register a connection factory under a name.
registerConnectionMgr() - Method in class org.datanucleus.store.AbstractStoreManager
Register the default ConnectionManager implementation
registerConverter(String, TypeConverter, boolean, String) - Method in interface org.datanucleus.store.types.TypeManager
Register a TypeConverter with the TypeManager process.
registerConverter(String, TypeConverter) - Method in interface org.datanucleus.store.types.TypeManager
TypeConverters are registered either from the contents of "plugin.xml" (i.e the builtin types) where the name is of the form "dn.*", or from user-registered metadata (e.g JPA Annotations) where the name is the class name of the converter.
registerConverter(String, TypeConverter, boolean, String) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
registerConverter(String, TypeConverter) - Method in class org.datanucleus.store.types.TypeManagerImpl
 
registerDateFormat(DateFormat) - Method in class org.datanucleus.enhancer.EnhancementHelper
Register a DateFormat instance for use with constructing Date instances.
registerDiscriminatorValueForClass(AbstractClassMetaData, String) - Method in interface org.datanucleus.metadata.MetaDataManager
 
registerDiscriminatorValueForClass(AbstractClassMetaData, String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
registerEmbeddedRelation(ObjectProvider, int, ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Method to register an embedded relation for the specified memberf of the owner ObjectProvider where the embedded ObjectProvider is stored.
registerEmbeddedRelation(ObjectProvider, int, ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
 
registerExecutionContextListener(ExecutionContextListener) - Method in interface org.datanucleus.ExecutionContext
Register a listener to be called when this ExecutionContext is closing.
registerExecutionContextListener(ExecutionContextListener) - Method in class org.datanucleus.ExecutionContextImpl
 
registerExtensionPoints() - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Look for Bundles/Plugins and register them.
registerExtensionPoints() - Method in class org.datanucleus.plugin.OSGiPluginRegistry
Look for Bundles/Plugins and register them.
registerExtensionPoints() - Method in interface org.datanucleus.plugin.PluginRegistry
Look for Bundles/Plugins and register them.
registerExtensionPointsForPluginInternal(List, boolean) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Register extension-points for the specified plugin.
registerExtensionPointsForPluginInternal(List, boolean) - Method in class org.datanucleus.plugin.OSGiPluginRegistry
Register extension-points for the specified plugin.
registerExtensions() - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Look for Bundles/Plugins and register them.
registerExtensions() - Method in class org.datanucleus.plugin.OSGiPluginRegistry
 
registerExtensions() - Method in interface org.datanucleus.plugin.PluginRegistry
Look for Bundles/Plugins and register them.
registerExtensionsForPlugin(URL, Bundle) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Register extension and extension points for the specified plugin.
registerFetchPlansForFile(FileMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to register all FetchPlans found in the passed file.
registerFile(String, FileMetaData, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to take the FileMetaData and register the relevant parts of it with the assorted caches provided.
registerFile(String, FileMetaData, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
registerImplementationOfAbstractClass(ClassMetaData, Class, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to register the metadata for an implementation of a persistent abstract class.
registerImplementationOfAbstractClass(ClassMetaData, Class, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
registerListener(FetchPlan) - Method in class org.datanucleus.FetchGroup
Method to register a listener for changes to this FetchGroup.
registerListener(MetaDataListener) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to register a listener to be notified when metadata for a class/interface is initialised.
registerListener(MetaDataListener) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
registerMBean(Object, String) - Method in class org.datanucleus.management.jmx.ManagementManager
Register an MBean into the MBeanServer
registerMBean(Object, String) - Method in interface org.datanucleus.management.jmx.ManagementServer
Register a MBean into the MBeanServer
registerMBean(Object, String) - Method in class org.datanucleus.management.jmx.Mx4jManagementServer
Register a MBean into the MBeanServer
registerMBean(Object, String) - Method in class org.datanucleus.management.jmx.PlatformManagementServer
Register a MBean into the MBeanServer
registerMetaDataForClass(String, AbstractClassMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Internal method called when we want to register the metadata for a class/interface.
registerParameter(int, Class, StoredProcQueryParameterMode) - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
 
registerParameter(String, Class, StoredProcQueryParameterMode) - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
 
registerPersistentInterface(InterfaceMetaData, Class, ClassLoaderResolver) - Method in interface org.datanucleus.metadata.MetaDataManager
Method to register a persistent interface and its implementation with the MetaData system.
registerPersistentInterface(InterfaceMetaData, Class, ClassLoaderResolver) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
registerQueriesForFile(FileMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to register all queries found in the passed file.
registerQueryResultMetaDataForFile(FileMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to register all table generators found in the passed file.
registerSequencesForFile(FileMetaData) - Method in interface org.datanucleus.metadata.MetaDataManager
 
registerSequencesForFile(FileMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to register all sequences found in the passed file.
registerStoreData(StoreData) - Method in class org.datanucleus.store.AbstractStoreManager
Method to register some data with the store.
registerStoreData(StoreData) - Method in class org.datanucleus.store.StoreDataManager
Method to register some data with the store.
registerStoredProcQueriesForFile(FileMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to register all stored proc queries found in the passed file.
registerStringConstructor(Class, EnhancementHelper.StringConstructor) - Method in class org.datanucleus.enhancer.EnhancementHelper
Register special StringConstructor instances.
registerSynchronization(Synchronization) - Method in class org.datanucleus.transaction.Transaction
 
registerTableGeneratorsForFile(FileMetaData) - Method in interface org.datanucleus.metadata.MetaDataManager
 
registerTableGeneratorsForFile(FileMetaData) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
Convenience method to register all table generators found in the passed file.
registerTask(Object) - Method in class org.datanucleus.store.query.Query
 
registerTransactional() - Method in class org.datanucleus.state.AbstractStateManager
Registers the pc class in the cache
registerTransactional() - Method in interface org.datanucleus.state.ObjectProvider
Registers the pc class in the cache
registerUserClassLoader(ClassLoader) - Method in interface org.datanucleus.ClassLoaderResolver
ClassLoader registered by users to load classes.
registerUserClassLoader(ClassLoader) - Method in class org.datanucleus.ClassLoaderResolverImpl
ClassLoader registered by users to load classes.
RegularExpressionConverter - Class in org.datanucleus.util
Converter for a "matches" regular expression replacing the Java regular expression constructs with datastore-specific constructs.
RegularExpressionConverter(char, char, char) - Constructor for class org.datanucleus.util.RegularExpressionConverter
Constructor.
relatedMemberMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
MetaData for the other end of a relation when this member is a bidirectional relation.
relationAdd(int, Object) - Method in interface org.datanucleus.state.RelationshipManager
Method to register a change in the contents of a container field, with an object being added.
relationAdd(int, Object) - Method in class org.datanucleus.state.RelationshipManagerImpl
 
relationChange(int, Object, Object) - Method in interface org.datanucleus.state.RelationshipManager
Method that is called when the user calls setXXX() on a field.
relationChange(int, Object, Object) - Method in class org.datanucleus.state.RelationshipManagerImpl
 
relationPositions - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Absolute positions of the fields/properties that have relations.
relationRemove(int, Object) - Method in interface org.datanucleus.state.RelationshipManager
Method to register a change in the contents of a container field, with an object being removed.
relationRemove(int, Object) - Method in class org.datanucleus.state.RelationshipManagerImpl
 
RELATIONSHIP - Static variable in class org.datanucleus.FetchGroup
 
RelationshipManager - Interface in org.datanucleus.state
 
RelationshipManagerImpl - Class in org.datanucleus.state
Manager for relationships of a class.
RelationshipManagerImpl(ObjectProvider) - Constructor for class org.datanucleus.state.RelationshipManagerImpl
Constructor.
relationType - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
The relation type of this field (1-1, 1-N, M-N, N-1).
RelationType - Enum in org.datanucleus.metadata
Utility class providing enums for the different relation types.
release() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
Release this connection back to us so we can pool it if required.
release() - Method in interface org.datanucleus.store.connection.ManagedConnection
Method to release the datastore connection back.
releaseConnection() - Method in interface org.datanucleus.store.valuegenerator.ValueGenerationConnectionProvider
Releases the Connection.
releaseSavepoint(String) - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
releaseSavepoint(String) - Method in interface org.datanucleus.store.connection.ManagedConnection
Release the named savepoint (or do nothing if not supported).
releaseSavepoint(String) - Method in interface org.datanucleus.Transaction
Method to deregister the current position as a savepoint with the provided name (assuming the datastore supports it).
releaseSavepoint(String) - Method in class org.datanucleus.TransactionImpl
 
releaseThreadContextInfo() - Method in class org.datanucleus.ExecutionContextImpl
Method to remove the current thread context info for the current thread, after the reference counter reached 0.
remaining() - Method in class org.datanucleus.query.compiler.Lexer
Method to return the remaining part of the string not yet processed.
remove(Object) - Method in class org.datanucleus.cache.SoftRefCache
 
remove(Object) - Method in class org.datanucleus.cache.StrongRefCache
 
remove(Object) - Method in class org.datanucleus.cache.WeakRefCache
 
remove(int) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
remove(Object) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
remove(int) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
remove(Object) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
remove(int) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to remove a result.
remove() - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
remove(ObjectProvider, Object, int, boolean) - Method in interface org.datanucleus.store.scostore.CollectionStore
Method to remove an element from the collection.
remove(ObjectProvider, int, int) - Method in interface org.datanucleus.store.scostore.ListStore
Method to remove an element from the List.
remove(ObjectProvider, Object) - Method in interface org.datanucleus.store.scostore.MapStore
Method to remove a value from the Map.
remove(ObjectProvider, Object, Object) - Method in interface org.datanucleus.store.scostore.MapStore
Method to remove a value from the Map.
remove(ObjectProvider) - Method in interface org.datanucleus.store.scostore.PersistableRelationStore
Method to remove the relation from the provided object.
remove(Object, boolean) - Method in interface org.datanucleus.store.types.SCOCollection
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove() - Method in class org.datanucleus.store.types.SCOCollectionIterator
 
remove() - Method in class org.datanucleus.store.types.SCOListIterator
 
remove(Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to remove an element from the List
remove(int) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to remove an element from the ArrayList.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(int) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to remove an element from the ArrayList.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to remove an element from the Collection.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to remove the value for a key from the HashMap.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to remove an element from the HashSet.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to remove the value for a key from the Hashtable
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to remove the value for a key from the LinkedHashMap.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to remove an element from the LinkedHashSet.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(int) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to remove an element from the LinkedList.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to remove an element from the LinkedList.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(int) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to remove an element from the ArrayList.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to remove a value from the Map.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to remove an element from the Collection.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to remove the value for a key from the Hashtable
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to remove an element from the Collection.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to remove an element from the Collection.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to remove the value for a key from the SortedMap.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to remove an element from the SortedSet.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to remove an element from the Stack
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(int) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to remove an element from the Stack
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to remove the value for a key from the TreeMap.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to remove an element from the TreeSet.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to remove an element from the Vector.
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
remove(int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to remove an element from the Vector.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to remove an element from the List
remove(Object) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to remove the value for a key from the HashMap.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to remove an element from the set
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to remove an element from the set
remove(Object) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to remove the value for a key from the Hashtable
remove(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to remove the value for a key from the LinkedHashMap.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to remove an element from the List
remove(int) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to remove an element from the LinkedList.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to remove an element from the List
remove(Object) - Method in class org.datanucleus.store.types.wrappers.List
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.List
Method to remove an element from the List
remove(int) - Method in class org.datanucleus.store.types.wrappers.List
Method to remove an element from the ArrayList.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.Map
Method to remove a value from the Map.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to remove an element from the List
remove(Object) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to remove the value for a key from the Hashtable
remove(Object) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to remove an element from the List
remove(Object) - Method in class org.datanucleus.store.types.wrappers.Set
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.Set
Method to remove an element from the List
remove(Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to remove the value for a key from the SortedMap.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to remove an element from the List
remove(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to remove an element from the List
remove(int) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to remove an element from the Stack
remove(Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to remove the value for a key from the TreeMap.
remove(Object) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to remove an element from the List
remove(Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to remove an element from the List
remove(Object, boolean) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to remove an element from the List
remove(int) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to remove an element from the Vector.
remove(Object) - Method in class org.datanucleus.util.ReferenceValueMap
Method to remove an object for the specified key.
removeAll(Collection) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
removeAll(Collection) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
removeAll(ObjectProvider, Collection, int) - Method in interface org.datanucleus.store.scostore.CollectionStore
Method to remove a collection of elements from the collection.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to remove a collection of elements from the List.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to remove a collection of elements from the List.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to remove a Collection of elements.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to remove all elements from the collection from the HashSet.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to remove all elements from the collection from the LinkedHashSet.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to remove a Collection from the LinkedList.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to remove a collection of elements from the List.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to remove a Collection of elements.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to remove a Collection of elements.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to remove a Collection of elements.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to remove all elements from the collection from the SortedSet.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to remove a Collection of objects from the Stack
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to remove all elements from the collection from the TreeSet.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to remove a Collection of elements from the Vector.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to remove a Collection of elements.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to remove all elements from the collection from the set.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to remove all elements from the collection from the LinkedHashSet.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to remove a Collection from the LinkedList.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.List
Method to remove a collection of elements from the List.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to remove a Collection of elements.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to remove a Collection of elements.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Set
Method to remove a Collection of elements.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to remove all elements from the collection from the SortedSet.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to remove a Collection of objects from the Stack
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to remove all elements from the collection from the TreeSet.
removeAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to remove a Collection of elements from the Vector.
removeAllElements() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to remove all elements from the Stack.
removeAllElements() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to remove all elements from the Vector.
removeAllElements() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to remove all elements from the Stack.
removeAllElements() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to remove all elements from the Vector.
removeAssociatedValue(Object) - Method in class org.datanucleus.state.AbstractStateManager
 
removeAssociatedValue(Object) - Method in interface org.datanucleus.state.ObjectProvider
Method to remove the associated value with the specified key (if it exists).
removeCategory(String) - Method in class org.datanucleus.FetchGroup
Convenience method to remove the members for the specified category.
removeChildNode(Node) - Method in class org.datanucleus.query.compiler.Node
 
removeDatastoreProperties() - Method in class org.datanucleus.Configuration
Method that removes all properties from this store that are marked as "datastore".
removeElement(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to remove an element from the Stack
removeElement(Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to remove an element from the Vector.
removeElement(Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to remove an element from the Stack
removeElement(Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to remove an element from the Vector.
removeElementAt(int) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to remove an element from the Stack
removeElementAt(int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to remove an element from the Vector.
removeElementAt(int) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to remove an element from the Stack
removeElementAt(int) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to remove an element from the Vector.
removeEmbeddedOwnerRelation(ObjectProvider, int, ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Convenience method to remove the EmbeddedOwnerRelation between the specified ObjectProviders.
removeEmbeddedOwnerRelation(ObjectProvider, int, ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
 
removeExecutionContextListener(ExecutionContext.LifecycleListener) - Method in interface org.datanucleus.PersistenceNucleusContext
Unregister a Listener from ExecutionContext events.
removeExecutionContextListener(ExecutionContext.LifecycleListener) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
removeExtension(String) - Method in class org.datanucleus.metadata.MetaData
 
removeFetchGroup(FetchGroup) - Method in class org.datanucleus.FetchGroupManager
Method to remove a dynamic FetchGroup from use.
removeFirst() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to remove the first element from the LinkedList.
removeFirst() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to remove the first element from the LinkedList.
removeGroup(String) - Method in class org.datanucleus.FetchPlan
Method to remove a group from the fetch plan.
removeInternalFetchGroup(FetchGroup) - Method in class org.datanucleus.ExecutionContextImpl
Method to remove a dynamic FetchGroup.
removeInternalFetchGroup(FetchGroup) - Method in interface org.datanucleus.PersistenceNucleusContext
Method to remove a dynamic FetchGroup from use by this OMF.
removeInternalFetchGroup(FetchGroup) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
removeKeyValue(Object, Object) - Method in class org.datanucleus.util.MultiMap
Removes a specific key,value pairing from map.
removeLast() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to remove the last element from the LinkedList.
removeLast() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to remove the last element from the LinkedList.
removeLatestMemberName() - Method in class org.datanucleus.state.FetchPlanState
Method to remove the latest member name from the list since it is now processed
removeListener(Object) - Method in interface org.datanucleus.state.CallbackHandler
Remove a listener for this handler.
removeListener(Object) - Method in class org.datanucleus.state.NullCallbackHandler
 
removeListener(ManagedConnectionResourceListener) - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
removeListener(ManagedConnectionResourceListener) - Method in interface org.datanucleus.store.connection.ManagedConnection
Deregister a ManagedConnectionResourceListener.
removeListener(Object) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
removeMember(String) - Method in class org.datanucleus.FetchGroup
Method to remove a field of the class from the fetch group.
removeMembers(String[]) - Method in class org.datanucleus.FetchGroup
 
removeObjectFromLevel1Cache(Object) - Method in interface org.datanucleus.ExecutionContext
Method to remove an object from the L1 cache.
removeObjectFromLevel1Cache(Object) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to evict an object from the L1 cache.
removeObjectFromLevel2Cache(Object) - Method in interface org.datanucleus.ExecutionContext
Method to remove an object from the L2 cache.
removeObjectFromLevel2Cache(Object) - Method in class org.datanucleus.ExecutionContextImpl
Convenience method to remove the object with the specified identity from the L2 cache.
removeObjectProvider(ObjectProvider) - Method in interface org.datanucleus.ExecutionContext
Method to remove the object managed by the specified ObjectProvider from the cache.
removeObjectProvider(ObjectProvider) - Method in class org.datanucleus.ExecutionContextImpl
Method to remove the object managed by the specified ObjectProvider from the cache.
removeObjectProvider(ObjectProvider) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
removeObjectProviderAssociatedValue(ObjectProvider, Object) - Method in interface org.datanucleus.ExecutionContext
 
removeObjectProviderAssociatedValue(ObjectProvider, Object) - Method in class org.datanucleus.ExecutionContextImpl
 
removeRegisterClassListener(EnhancementHelper.RegisterClassListener) - Method in class org.datanucleus.enhancer.EnhancementHelper
Remove the specified RegisterClassListener from the listener list.
removeSpecialTagsFromString(String) - Static method in class org.datanucleus.util.StringUtils
Method to return the input string with all special tags (end-of-line, tab, etc) replaced by spaces.
removeSymbol(Symbol) - Method in class org.datanucleus.query.symbol.SymbolTable
 
removeTransactionEventListener(TransactionEventListener) - Method in interface org.datanucleus.Transaction
Removes the specified listener.
removeTransactionEventListener(TransactionEventListener) - Method in class org.datanucleus.TransactionImpl
 
removeVariableValue(String) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
Method to remove a variable value.
REPEATABLE_READ - Static variable in interface org.datanucleus.transaction.TransactionIsolation
A constant indicating that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
replaceAll(String, String, String) - Static method in class org.datanucleus.util.StringUtils
A more efficient version than String.replace(CharSequence, CharSequence) which uses Regex for the implementation and requires compilation for every execution.
replaceAllLoadedSCOFieldsWithValues() - Method in interface org.datanucleus.state.ObjectProvider
Method to replace all loaded (wrapped) SCO fields with unwrapped values.
replaceAllLoadedSCOFieldsWithValues() - Method in class org.datanucleus.state.StateManagerImpl
Method to replace all loaded SCO fields that have wrappers with their value.
replaceAllLoadedSCOFieldsWithWrappers() - Method in interface org.datanucleus.state.ObjectProvider
Method to replace all loaded SCO fields with wrappers.
replaceAllLoadedSCOFieldsWithWrappers() - Method in class org.datanucleus.state.StateManagerImpl
Method to replace all loaded SCO fields with wrappers.
ReplaceDetachedState - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnReplaceDetachedState" using ASM.
ReplaceDetachedState(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.ReplaceDetachedState
Constructor.
ReplaceField - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnReplaceField" using ASM.
ReplaceField(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.ReplaceField
Constructor.
replaceField(int, Object) - Method in interface org.datanucleus.state.ObjectProvider
Method to change the value of the specified field.
replaceField(Persistable, int, Object) - Method in class org.datanucleus.state.StateManagerImpl
Method to change the value of a field in the PC object.
replaceField(int, Object) - Method in class org.datanucleus.state.StateManagerImpl
Method to change the value of a particular field and not mark it dirty.
replaceField(Persistable, int, Object, boolean) - Method in class org.datanucleus.state.StateManagerImpl
Method to change the value of a field in the PC object.
replaceFieldMakeDirty(int, Object) - Method in interface org.datanucleus.state.ObjectProvider
Method to change the value of the specified field.
replaceFieldMakeDirty(int, Object) - Method in class org.datanucleus.state.StateManagerImpl
Method to change the value of a particular field and mark it dirty.
ReplaceFields - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnReplaceFields" using ASM.
ReplaceFields(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.ReplaceFields
Constructor.
replaceFields(int[], FieldManager) - Method in class org.datanucleus.state.AbstractStateManager
Called from the StoreManager to refresh data in the persistable object associated with this StateManager.
replaceFields(int[], FieldManager) - Method in interface org.datanucleus.state.ObjectProvider
Method to update the data in the object with the values from the passed FieldManager
replaceFields(int[], FieldManager, boolean) - Method in interface org.datanucleus.state.ObjectProvider
Method to update the data in the object with the values from the passed FieldManager
replaceFields(int[], FieldManager, boolean) - Method in class org.datanucleus.state.StateManagerImpl
Called from the StoreManager to refresh data in the Persistable object associated with this StateManager.
replaceFields(int[], FieldManager) - Method in class org.datanucleus.state.StateManagerImpl
Called from the StoreManager to refresh data in the Persistable object associated with this StateManager.
replaceFieldValue(int, Object) - Method in interface org.datanucleus.state.ObjectProvider
Convenience method to change the value of a field that is assumed loaded.
replaceFieldValue(int, Object) - Method in class org.datanucleus.state.StateManagerImpl
Convenience method to change the value of a field that is assumed loaded.
ReplaceFlags - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnReplaceFlags" using ASM.
ReplaceFlags(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.ReplaceFlags
Constructor.
replaceManagedPC(T) - Method in interface org.datanucleus.state.ObjectProvider
Method to swap the managed object for the supplied object.
replaceManagedPC(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
Method that replaces the PC managed by this StateManager to be the supplied object.
replaceNonLoadedFields(int[], FieldManager) - Method in interface org.datanucleus.state.ObjectProvider
Method to update the data in the object with the values from the passed FieldManager.
replaceNonLoadedFields(int[], FieldManager) - Method in class org.datanucleus.state.StateManagerImpl
Called from the StoreManager to refresh data in the Persistable object associated with this StateManager.
replaceObjectId(Object, Object, Object) - Method in interface org.datanucleus.ExecutionContext
Replace the previous object id for a PC object to a new
replaceObjectId(Object, Object, Object) - Method in class org.datanucleus.ExecutionContextImpl
Replace the previous object id for a persistable object with a new one.
replaceObjectId(Object, Object, Object) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
ReplaceStateManager - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnReplaceStateManager" using ASM.
ReplaceStateManager(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.ReplaceStateManager
Constructor.
replaceStateManager(Persistable, StateManager) - Method in class org.datanucleus.state.StateManagerImpl
Utility to update the passed object with the passed StateManager (can be null).
replacingBooleanField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a boolean field.
replacingBooleanField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingByteField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a byte field.
replacingByteField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingCharField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a char field.
replacingCharField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingDetachedState(Detachable, Object[]) - Method in interface org.datanucleus.state.StateManager
The replacement value of the detached state in the calling instance.
replacingDetachedState(Detachable, Object[]) - Method in class org.datanucleus.state.StateManagerImpl
Method to update the "detached state" in the detached object to obtain the "detached state" from the detached object, or to reset it (to null).
replacingDoubleField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a double field.
replacingDoubleField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingFlags(Persistable) - Method in interface org.datanucleus.state.StateManager
The owning StateManager uses this method to supply the value of the flags to the Persistable instance.
replacingFlags(Persistable) - Method in class org.datanucleus.state.StateManagerImpl
The StateManager uses this method to supply the value of jdoFlags to the associated Persistable instance.
replacingFloatField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a float field.
replacingFloatField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingIntField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a int field.
replacingIntField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingLongField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a long field.
replacingLongField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingObjectField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of an Object field.
replacingObjectField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingShortField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a short field.
replacingShortField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
replacingStateManager(Persistable, StateManager) - Method in interface org.datanucleus.state.StateManager
Replace the current value of dnStateManager.
replacingStateManager(Persistable, StateManager) - Method in class org.datanucleus.state.StateManagerImpl
Replace the current value of jdoStateManager.
replacingStringField(T, int) - Method in class org.datanucleus.state.AbstractStateManager
This method is invoked by the persistable object's dnReplaceField() method to refresh the value of a String field.
replacingStringField(Persistable, int) - Method in interface org.datanucleus.state.StateManager
The replacement value of the field in the calling instance.
reportError(String) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Convenience method to report an error in the enhancement of this class.
repositoryExists - Variable in class org.datanucleus.store.valuegenerator.AbstractGenerator
Flag for whether we know that the repository exists.
repositoryExists() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Method to return if the repository already exists.
requiresDetachable() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Convenience method for whether this class needs to implement Detachable
requiresExtent - Variable in class org.datanucleus.metadata.AbstractClassMetaData
requires-extent tag value.
requiresRepository() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Indicator for whether the generator requires its own repository.
reserveBlock() - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Method to reserve a default sized block of values.
reserveBlock(long) - Method in class org.datanucleus.store.valuegenerator.AbstractGenerator
Method to reserve a block of "size" values.
reserveBlock(long) - Method in class org.datanucleus.store.valuegenerator.AbstractUIDGenerator
Method to reserve "size" values to the block.
reserveBlock(long) - Method in class org.datanucleus.store.valuegenerator.TimestampGenerator
Method to reserve a block of values.
reserveBlock(long) - Method in class org.datanucleus.store.valuegenerator.TimestampValueGenerator
Method to reserve a block of values.
reservedWords - Variable in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
resetDetachState() - Method in interface org.datanucleus.state.ObjectProvider
Convenience method to reset the detached state in the current object.
resetDetachState() - Method in class org.datanucleus.state.StateManagerImpl
Convenience method to reset the detached state in the current object.
resetEnhancement() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to throw away any previously stored enhancement results.
ResinTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for Resin.
ResinTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.ResinTransactionManagerLocator
Constructor.
resolveClass(String) - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Method to perform a lookup of the class name from the input name.
resolveClass(String) - Method in class org.datanucleus.query.compiler.JDOQLSymbolResolver
Method to perform a lookup of the class name from the input name.
resolveClass(String) - Method in class org.datanucleus.query.compiler.JPQLSymbolResolver
Method to perform a lookup of the class name from the input name.
resolveClass(String) - Method in interface org.datanucleus.query.symbol.SymbolResolver
Method to resolve the provided name to a class (if possible).
resolveClassDeclaration(String) - Method in class org.datanucleus.store.query.AbstractJPQLQuery
Utility to resolve the declaration to a particular class.
resolveClassDeclaration(String) - Method in class org.datanucleus.store.query.Query
Utility to resolve the declaration to a particular class.
resolveClassDeclaration(String, ClassLoaderResolver, ClassLoader) - Method in class org.datanucleus.util.Imports
Utility to resolve a class declaration.
resolveConstraints() - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Resolve constraints declared in bundle manifest.mf files.
resolveConstraints() - Method in class org.datanucleus.plugin.OSGiPluginRegistry
Resolve constraints declared in bundle manifest.mf files.
resolveConstraints() - Method in interface org.datanucleus.plugin.PluginRegistry
Resolve constraints declared in bundle manifest.mf files.
resolveEntity(String, String) - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Method to resolve XML entities.
resolveEntity(String, String) - Method in class org.datanucleus.util.AbstractXMLEntityResolver
Method to resolve XML entities.
resolveURLAsFileURL(URL) - Method in class org.datanucleus.plugin.NonManagedPluginRegistry
Converts a URL that uses a user-defined protocol into a URL that uses the file protocol.
resolveURLAsFileURL(URL) - Method in class org.datanucleus.plugin.OSGiPluginRegistry
 
resolveURLAsFileURL(URL) - Method in class org.datanucleus.plugin.PluginManager
Converts a URL that uses a user-defined protocol into a URL that uses the file protocol.
resolveURLAsFileURL(URL) - Method in interface org.datanucleus.plugin.PluginRegistry
Converts a URL that uses a user-defined protocol into a URL that uses the file protocol.
RESOURCE_NAME_TX - Static variable in class org.datanucleus.store.connection.AbstractConnectionFactory
 
RESOURCE_VARIABLE - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type of a resource variable in a method.
resourceName - Variable in class org.datanucleus.store.connection.AbstractConnectionFactory
Name of this resource ("tx", "non-tx" etc).
resourcePostClose() - Method in interface org.datanucleus.store.connection.ManagedConnectionResourceListener
Method invoked when the resource has been closed.
resources - Variable in class org.datanucleus.ClassLoaderResolverImpl
Cache for resources
resourceType - Variable in class org.datanucleus.store.connection.AbstractConnectionFactory
Type of resource represented by this ConnectionFactory.
restoreFields() - Method in interface org.datanucleus.state.ObjectProvider
Method to restore all fields of the object.
restoreFields() - Method in class org.datanucleus.state.StateManagerImpl
Method to restore all fields of the object.
restoreValues - Variable in class org.datanucleus.state.AbstractStateManager
Whether to restore values at StateManager.
RESTRICT - Static variable in class org.datanucleus.metadata.ForeignKeyAction
update/delete-action="restrict".
result - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
result - Variable in class org.datanucleus.store.query.Query
Specification of the result of the query e.g aggregates etc.
resultClass - Variable in class org.datanucleus.metadata.QueryMetaData
The result class to use.
resultClass - Variable in class org.datanucleus.query.evaluator.AbstractResultClassMapper
 
resultClass - Variable in class org.datanucleus.store.query.Query
User-defined class that best represents the results of a query.
resultClasses - Variable in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Result classes for the result sets (optional).
resultClassIsSimple(String) - Static method in class org.datanucleus.query.QueryUtils
Utility to return if the passed result class is a simple type with a single value.
resultClassIsUserType(String) - Static method in class org.datanucleus.query.QueryUtils
Utility to return if the passed result class is a user-type, and so requires fields matching up.
resultClassName - Variable in class org.datanucleus.store.query.Query
Temporary variable for the name of the result class (may need resolving using imports).
resultDistinct - Variable in class org.datanucleus.query.compiler.QueryCompilation
Whether the result is distinct.
resultDistinct - Variable in class org.datanucleus.store.query.Query
Whether the results are marked as distinct.
resultHasOnlyAggregates(String) - Static method in class org.datanucleus.query.QueryUtils
Convenience method to return if the "result" clause from a java string-based query language includes only aggregates.
ResultIterator() - Constructor for class org.datanucleus.store.query.CandidateIdsQueryResult.ResultIterator
 
resultMetaData - Variable in class org.datanucleus.store.query.AbstractSQLQuery
MetaData defining the results of the query.
resultMetaDataName - Variable in class org.datanucleus.metadata.QueryMetaData
Name for the MetaData defining the mapping of the result set (for JPA SQL).
resultMetaDatas - Variable in class org.datanucleus.store.query.AbstractStoredProcedureQuery
MetaData defining the results of the query (optional).
RESULTS_SET - Static variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
Name under which any set of results are stored in the state map.
resultSetNumber - Variable in class org.datanucleus.store.query.AbstractStoredProcedureQuery
 
resultSizeMethod - Variable in class org.datanucleus.store.query.AbstractQueryResult
Method for getting the size of the results.
resume(ExecutionContext, Transaction) - Method in class org.datanucleus.transaction.TransactionManager
 
RET - Static variable in interface org.datanucleus.asm.Opcodes
 
retainAll(Collection) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
retainAll(Collection) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.List
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Set
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to retain a Collection of elements (and remove all others).
retainAll(Collection) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to retain a Collection of elements (and remove all others).
retrieve(boolean) - Method in class org.datanucleus.state.AbstractStateManager
Method to retrieve the object.
retrieve(boolean) - Method in interface org.datanucleus.state.ObjectProvider
Method to retrieve the fields for this object.
retrieveConnection() - Method in interface org.datanucleus.store.valuegenerator.ValueGenerationConnectionProvider
Provides a Connection for a ValueGenerator.
retrieveDetachState(ObjectProvider) - Method in interface org.datanucleus.state.ObjectProvider
Convenience method to retrieve the detach state from the passed ObjectProvider's object
retrieveDetachState(ObjectProvider) - Method in class org.datanucleus.state.StateManagerImpl
Convenience method to retrieve the detach state from the passed ObjectProvider's object.
retrieveObject(Object, boolean) - Method in interface org.datanucleus.ExecutionContext
Method to retrieve the passed object.
retrieveObject(Object, boolean) - Method in class org.datanucleus.ExecutionContextImpl
Method to retrieve an object.
retrieveObject(Object, boolean) - Method in class org.datanucleus.ExecutionContextThreadedImpl
 
retrieveObjectForIndex(int) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
Accessor to retrieve the object at an index.
RETURN - Static variable in interface org.datanucleus.asm.Opcodes
 
returnsSingleRow - Variable in class org.datanucleus.query.compiler.QueryCompilation
Whether the query will return a single row.
returnsSingleRow() - Method in class org.datanucleus.query.compiler.QueryCompilation
Accessor for whether this query will return a single row.
returnType - Variable in class org.datanucleus.enhancer.ClassMethod
Return type for the method
right - Variable in class org.datanucleus.query.expression.Expression
 
rightAlignedPaddedString(String, int) - Static method in class org.datanucleus.util.StringUtils
Utility to return a right-aligned version of a string padded to the number of characters specified.
roll(int, boolean) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to roll a field by 1.
roll(int, int) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to roll the value of a field
rollback() - Method in class org.datanucleus.JTATransactionImpl
Allow UserTransaction demarcation
rollback(Xid) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
rollback() - Method in class org.datanucleus.store.StoreDataManager
Rollback the transaction changes to the StoreData cache
rollback() - Method in interface org.datanucleus.Transaction
Rollback the current transaction.
rollback() - Method in class org.datanucleus.transaction.Transaction
 
rollback(ExecutionContext) - Method in class org.datanucleus.transaction.TransactionManager
 
rollback() - Method in class org.datanucleus.TransactionImpl
Method to rollback the transaction.
RollbackException - Exception in org.datanucleus.transaction
 
RollbackException() - Constructor for exception org.datanucleus.transaction.RollbackException
 
rollbackOnly - Variable in class org.datanucleus.TransactionImpl
Whether the transaction is only for roll-back.
RollbackStateTransitionException - Exception in org.datanucleus.exceptions
Exception thrown when an error occurs in the rollback process of a state change.
RollbackStateTransitionException(Exception[]) - Constructor for exception org.datanucleus.exceptions.RollbackStateTransitionException
Constructor.
rollbackToSavepoint(String) - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
rollbackToSavepoint(String) - Method in interface org.datanucleus.store.connection.ManagedConnection
Rollback the connection to the named savepoint (or do nothing if not supported).
rollbackToSavepoint(String) - Method in interface org.datanucleus.Transaction
Method to rollback the transaction to the specified savepoint (assuming the datastore supports it).
rollbackToSavepoint(String) - Method in class org.datanucleus.TransactionImpl
 
rootElement - Variable in class org.datanucleus.store.autostart.XMLAutoStarter
 
RuntimeEnhancer - Class in org.datanucleus.enhancer
Class that will enhance a class at runtime, called via "javaagent".
RuntimeEnhancer(String, Map) - Constructor for class org.datanucleus.enhancer.RuntimeEnhancer
Constructor for a runtime enhancer for an API.
RuntimeEnhancer.EnhancerClassLoader - Class in org.datanucleus.enhancer
This classloader is used to load any classes that are necessary during enhancement process, and avoid using application classloaders to load classes
runtimeLoader - Variable in class org.datanucleus.ClassLoaderResolverImpl
ClassLoader registered to load runtime created classes.
runtimeLoaderHashCode - Variable in class org.datanucleus.ClassLoaderResolverImpl
Hash code cache for performance improvement

S

SALOAD - Static variable in interface org.datanucleus.asm.Opcodes
 
SAPWebASTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for SAPWeb app server
SAPWebASTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.SAPWebASTransactionManagerLocator
Constructor.
SASTORE - Static variable in interface org.datanucleus.asm.Opcodes
 
save(String) - Method in interface org.datanucleus.enhancer.ClassEnhancer
Method to save the (current) class definition bytecode into a class file.
save(String) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
Method to save the class definition bytecode into a class file.
savedFlags - Variable in class org.datanucleus.state.AbstractStateManager
Flags of the persistable instance when the instance is enlisted in the transaction.
savedImage - Variable in class org.datanucleus.state.StateManagerImpl
Image of the Persistable instance when the instance is enlisted in the transaction.
savedLoadedFields - Variable in class org.datanucleus.state.AbstractStateManager
Loaded fields of the persistable instance when the instance is enlisted in the transaction.
savedStoreDataByClass - Variable in class org.datanucleus.store.StoreDataManager
the memory image of schema data before running it
saveFields() - Method in interface org.datanucleus.state.ObjectProvider
Method to save all fields of the object.
saveFields() - Method in class org.datanucleus.state.StateManagerImpl
Method to save all fields of the object so we can potentially restore them later.
scalarColumns - Variable in class org.datanucleus.metadata.QueryResultMetaData
Collection of column names in the result set that are returned as scalars.
scale - Variable in class org.datanucleus.metadata.ColumnMetaData
scale to use (if any).
scanForPersistableClasses(PersistenceUnitMetaData) - Method in interface org.datanucleus.metadata.MetaDataScanner
Scan for persistable classes.
schema - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Schema name (O/R mapping).
schema - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Schema for the table specified for this field.
schema - Variable in class org.datanucleus.metadata.FileMetaData
Schema name for all classes in this file
schema - Variable in class org.datanucleus.metadata.JoinMetaData
the schema name.
schema - Variable in class org.datanucleus.metadata.PackageMetaData
Schema name for all classes in this package
SchemaAwareStoreManager - Interface in org.datanucleus.store.schema
Interface to be implemented by all store managers that manage a "schema".
SchemaComponent - Enum in org.datanucleus.store.schema.naming
Enum of the types of schema components that we need to create names for.
schemaHandler - Variable in class org.datanucleus.store.AbstractStoreManager
Schema handler.
schemaName - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Name of the schema to use for the table
SchemaScriptAwareStoreManager - Interface in org.datanucleus.store.schema
Interface to be implemented by all store managers that support execution of scripts on the schema.
SchemaTool - Class in org.datanucleus.store.schema
SchemaTool providing an interface for the maintenance of schemas.
SchemaTool() - Constructor for class org.datanucleus.store.schema.SchemaTool
Constructor
SchemaTool.Mode - Enum in org.datanucleus.store.schema
 
SchemaToolTask - Class in org.datanucleus.store.schema
SchemaTool Ant Task.
SchemaToolTask() - Constructor for class org.datanucleus.store.schema.SchemaToolTask
Constructor.
SchemaVerifier - Interface in org.datanucleus.store.schema.table
Representation of a verifier for schema information.
SCO<T> - Interface in org.datanucleus.store.types
Representation of a wrapper/proxy for a mutable SCO type supported.
SCO_TYPE - Static variable in class org.datanucleus.store.StoreData
Second class object (SCO) type
SCOCollection<T> - Interface in org.datanucleus.store.types
Representation of a wrapper for a mutable Collection SCO type supported.
SCOCollectionIterator - Class in org.datanucleus.store.types
An iterator for a SCO Collection object.
SCOCollectionIterator(Collection, ObjectProvider, Collection, CollectionStore, boolean) - Constructor for class org.datanucleus.store.types.SCOCollectionIterator
Constructor taking the delegate or backing store.
SCOContainer<T> - Interface in org.datanucleus.store.types
Representation of a SCO that contains other (persistable) objects.
SCOID - Class in org.datanucleus.identity
Object identifier for use with nondurable objects to guarantee uniqueness in the JVM (but not in datastore).
SCOID(String) - Constructor for class org.datanucleus.identity.SCOID
Constructs a new SCOID to identify an object of the given class.
SCOList<T> - Interface in org.datanucleus.store.types
Representation of a wrapper for a mutable List SCO type supported.
SCOListIterator - Class in org.datanucleus.store.types
An iterator for a SCO List object.
SCOListIterator(List, ObjectProvider, List, ListStore, boolean, int) - Constructor for class org.datanucleus.store.types.SCOListIterator
Constructor taking the delegate or backing store, and any start index.
SCOMap<T> - Interface in org.datanucleus.store.types
Representation of a wrapper for a mutable Map SCO type supported.
scoMutableMemberFlags - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Flags of the SCO mutable state for all fields/properties.
scoMutableMemberPositions - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Positions of the SCO mutable fields/properties (inc superclasses).
scoNonContainerMemberPositions - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Absolute positions of all SCO fields/properties that aren't containers.
SCOOperation - Interface in org.datanucleus.flush
(Queued) operation performed on a backing store.
scope - Variable in class org.datanucleus.metadata.QueryMetaData
Scope of this query (if any).
SCOUtils - Class in org.datanucleus.store.types
Collection of utilities for second class wrappers and objects.
SCOUtils() - Constructor for class org.datanucleus.store.types.SCOUtils
 
secondaryConnectionFactoryName - Variable in class org.datanucleus.store.AbstractStoreManager
Name of secondary connection factory (null if not present).
secondClassContainerMemberPositions - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Positions of all SCO fields/properties that are containers.
secondClassMutableFields - Variable in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
Second class mutable fields for the class of this object.
SELECT - Static variable in class org.datanucleus.store.query.Query
 
seqMetaData - Variable in class org.datanucleus.store.NucleusSequenceImpl
Name of the sequence.
sequence - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
If the value-strategy is sequence, the sequence attribute specifies the name of the sequence to use to automatically generate a value for the field.
sequence - Variable in class org.datanucleus.metadata.IdentityMetaData
sequence tag value.
SEQUENCE - Static variable in class org.datanucleus.metadata.IdentityStrategy
strategy="sequence" in JDO and JPA The value "sequence" specifies that a named database sequence is used to generate key values for the table.
SequenceMetaData - Class in org.datanucleus.metadata
Representation of the MetaData of a named Sequence (JDO, or JPA).
SequenceMetaData(String, String) - Constructor for class org.datanucleus.metadata.SequenceMetaData
Constructor.
sequenceMetaDataByPackageSequence - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of SequenceMetaData, keyed by the package name and sequence name.
sequences - Variable in class org.datanucleus.metadata.PackageMetaData
Sequence generators.
SequenceStrategy - Enum in org.datanucleus.metadata
Representation of strategy of a Sequence.
Serializable - Static variable in class org.datanucleus.ClassNameConstants
 
SERIALIZABLE - Static variable in interface org.datanucleus.enhancer.Persistable
dnFieldFlags for a field includes SERIALIZABLE, then the field is not declared as TRANSIENT.
SERIALIZABLE - Static variable in interface org.datanucleus.transaction.TransactionIsolation
A constant indicating that dirty reads, non-repeatable reads and phantom reads are prevented.
SerializableByteArrayConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a Serializable object to/from byte[].
SerializableByteArrayConverter() - Constructor for class org.datanucleus.store.types.converters.SerializableByteArrayConverter
 
SerializableByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a Serializable object to/from ByteBuffer.
SerializableByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.SerializableByteBufferConverter
 
SerializableStringConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a Serializable object to/from String.
SerializableStringConverter() - Constructor for class org.datanucleus.store.types.converters.SerializableStringConverter
 
serialized - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
serialized tag value.
serializeRead - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Whether to lock objects of this type on read operations.
serializeRead - Variable in class org.datanucleus.TransactionImpl
Whether to serialise (lock) any read objects in this transaction.
set(int, Object) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
set(int, Object) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
set(int, E) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to set the position of a result.
set(Object) - Method in class org.datanucleus.store.query.AbstractQueryResultIterator
 
set(ObjectProvider, Object) - Method in interface org.datanucleus.store.scostore.ArrayStore
Method to set the elements in the array.
set(ObjectProvider, int, Object, boolean) - Method in interface org.datanucleus.store.scostore.ListStore
Method to update an element at a position in the List.
set(int, Object, boolean) - Method in interface org.datanucleus.store.types.SCOList
Overload the basic List set() method to allow turning off of the dependent-field deletion process.
set(Object) - Method in class org.datanucleus.store.types.SCOListIterator
 
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.ArrayList
wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to set the element at a position in the ArrayList.
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to set the element at a position in the ArrayList.
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to set the element at a position in the LinkedList.
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.List
Wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to set the element at a position in the ArrayList.
Set - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class Set object.
Set(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.Set
Constructor.
Set(ObjectProvider, AbstractMemberMetaData, boolean, SetStore) - Constructor for class org.datanucleus.store.types.wrappers.backed.Set
Constructor allowing the specification of the backing store to be used.
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to set the element at a position in the Stack
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to set the element at a position in the Vector.
set(int) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
set(int, boolean) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
set(int, int, boolean) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
set(int, int) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
set(int, int) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to set a field
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to set the element at a position in the LinkedList.
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.List
wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.List
Method to set the element at a position in the ArrayList.
Set - Class in org.datanucleus.store.types.wrappers
A mutable second-class Set object.
Set(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Set
Constructor, using the ObjectProvider of the "owner" and the field name.
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.Stack
Wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to set the element at a position in the Stack
set(int, Object, boolean) - Method in class org.datanucleus.store.types.wrappers.Vector
Wrapper addition that allows turning off of the dependent-field checks when doing the position setting.
set(int, Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to set the element at a position in the Vector.
setAlias(String) - Method in class org.datanucleus.query.expression.Expression
 
setAllocationSize(int) - Method in class org.datanucleus.metadata.SequenceMetaData
 
setAllocationSize(String) - Method in class org.datanucleus.metadata.SequenceMetaData
 
setAllocationSize(long) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setAllocationSize(String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setAllowAll(boolean) - Method in class org.datanucleus.query.compiler.JDOQLCompiler
Mutator for whether we should allow all JDOQL syntax (as opposed to strict JDOQL from the spec).
setAllowAnnotations(boolean) - Method in interface org.datanucleus.metadata.MetaDataManager
 
setAllowAnnotations(boolean) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
setAllowDelete(boolean) - Method in class org.datanucleus.query.JDOQLSingleStringParser
 
setAllowMetaDataLoad(boolean) - Method in interface org.datanucleus.metadata.MetaDataManager
 
setAllowMetaDataLoad(boolean) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
setAllowsNull(Boolean) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setAllowsNull(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setAllowUpdate(boolean) - Method in class org.datanucleus.query.JDOQLSingleStringParser
 
setAllowXML(boolean) - Method in interface org.datanucleus.metadata.MetaDataManager
 
setAllowXML(boolean) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
setAlwaysDetachable(boolean) - Method in class org.datanucleus.enhancer.EnhancerTask
set always detachable.
setApi(String) - Method in class org.datanucleus.enhancer.EnhancerTask
set API Adapter
setApi(String) - Method in class org.datanucleus.store.schema.SchemaTool
Mutator for the metadata API (JDO, JPA)
setApi(String) - Method in class org.datanucleus.store.schema.SchemaToolTask
Set the API Adapter
setAssociatedValue(Object, Object) - Method in class org.datanucleus.state.AbstractStateManager
Method to set an associated value stored with this object.
setAssociatedValue(Object, Object) - Method in interface org.datanucleus.state.ObjectProvider
Method to set an associated value stored with this object.
setAttachDetachReferencedObject(ObjectProvider, Object) - Method in interface org.datanucleus.ExecutionContext
Register a referenced object against this ObjectProvider for the attach/detach process.
setAttachDetachReferencedObject(ObjectProvider, Object) - Method in class org.datanucleus.ExecutionContextImpl
 
setBackward() - Method in class org.datanucleus.metadata.OrderMetaData.FieldOrder
 
setBitInInt(int, int, boolean) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to set a boolean as a bit in the specified int, for memory utilisation purposes.
setBooleanField(Persistable, int, boolean, boolean) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setBooleanField(Persistable, int, boolean, boolean) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setBundleSymbolicName(String) - Method in class org.datanucleus.plugin.Bundle.BundleDescription
 
setByteField(Persistable, int, byte, byte) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setByteField(Persistable, int, byte, byte) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setCacheable(boolean) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setCacheable(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setCacheable(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setCacheResults(boolean) - Method in class org.datanucleus.store.query.Query
Whether this query should cache the results from the times it is ran.
setCaching(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Mutator for the unit caching policy
setCandidateClass(Class) - Method in class org.datanucleus.store.query.Query
Mutator for the class of the candidate instances of the query.
setCandidateClassName(String) - Method in class org.datanucleus.store.query.Query
Convenience method to set the name of the candidate class.
setCandidateExpression(String) - Method in class org.datanucleus.query.expression.ClassExpression
 
setCandidates(Extent) - Method in class org.datanucleus.store.query.AbstractJavaQuery
Set the candidate Extent to query.
setCandidates(Collection) - Method in class org.datanucleus.store.query.AbstractJavaQuery
Set the candidate collection to query.
setCandidates(Extent) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the candidate Extent to query.
setCandidates(Collection) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the candidate Collection to query.
setCandidates(Extent) - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
 
setCandidates(Collection) - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
 
setCandidates(Extent) - Method in class org.datanucleus.store.query.Query
Set the candidate Extent to query.
setCandidates(Collection) - Method in class org.datanucleus.store.query.Query
Set the candidate Collection to query.
setCascadeDelete(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the cascading of delete operations on this field.
setCascadeDetach(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the cascading of detach operations on this field.
setCascadePersist(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the cascading of persist operations on this field.
setCascadeRefresh(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the cascading of refresh operations on this field.
setCascadeRemoveOrphans(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the cascading of orphan removal operations on this field.
setCascadeUpdate(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the cascading of update operations on this field.
setCatalog(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setCatalog(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setCatalog(String) - Method in class org.datanucleus.metadata.FileMetaData
 
setCatalog(String) - Method in class org.datanucleus.metadata.JoinMetaData
 
setCatalog(String) - Method in class org.datanucleus.metadata.PackageMetaData
 
setCatalogName(String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setCharField(Persistable, int, char, char) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setCharField(Persistable, int, char, char) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setCheckonly(boolean) - Method in class org.datanucleus.enhancer.EnhancerTask
Whether to just check the enhancement state
setClassEnhancerOption(String) - Method in class org.datanucleus.enhancer.RuntimeEnhancer
 
setClassLoader(ClassLoader) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to set the class loader to use for loading the class(es) to be enhanced.
setClassLoaderResolver(ClassLoaderResolver) - Method in class org.datanucleus.store.types.converters.ClassStringConverter
 
setCloseOnRelease(boolean) - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
setCloseOnRelease(boolean) - Method in interface org.datanucleus.store.connection.ManagedConnection
 
setColumn(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setColumnDdl(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setColumnMetaData(ColumnMetaData) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
Mutator for column MetaData.
setColumnMetaData(ColumnMetaData) - Method in class org.datanucleus.metadata.IdentityMetaData
 
setColumnMetaData(ColumnMetaData) - Method in class org.datanucleus.metadata.VersionMetaData
Mutator for column MetaData.
setColumnMetaData(ColumnMetaData) - Method in interface org.datanucleus.store.schema.table.Column
 
setColumnMetaData(ColumnMetaData) - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setColumnName(String) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setColumnName(String) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
setColumnName(String) - Method in class org.datanucleus.metadata.IdentityMetaData
 
setColumnName(String) - Method in class org.datanucleus.metadata.JoinMetaData
 
setColumnName(String) - Method in class org.datanucleus.metadata.OrderMetaData
 
setColumnName(String) - Method in class org.datanucleus.metadata.PrimaryKeyMetaData
 
setColumnName(String) - Method in class org.datanucleus.metadata.VersionMetaData
 
setCommitOnRelease(boolean) - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
setCommitOnRelease(boolean) - Method in interface org.datanucleus.store.connection.ManagedConnection
 
setCompilation(QueryCompilation) - Method in class org.datanucleus.store.query.Query
Method to set the generic compilation for this query.
setCompleteDdl(boolean) - Method in class org.datanucleus.store.schema.SchemaTool
 
setCompleteDdl(boolean) - Method in class org.datanucleus.store.schema.SchemaToolTask
Mutator for whether to output complete DDL.
setConnectionProvider(ValueGenerationConnectionProvider) - Method in class org.datanucleus.store.valuegenerator.AbstractDatastoreGenerator
Mutator for setting the connection provider.
setContainer(ContainerMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Method to set the container for this field (if this field represents a container (collection, map, array).
setContainerManagedConnections(boolean) - Method in class org.datanucleus.transaction.TransactionManager
 
setDatastoreReadTimeoutMillis(Integer) - Method in class org.datanucleus.store.query.Query
Mutator to set the datastore read timeout for this query.
setDatastoreSequence(String) - Method in class org.datanucleus.metadata.SequenceMetaData
 
setDatastoreWriteTimeoutMillis(Integer) - Method in class org.datanucleus.store.query.Query
Mutator to set the datastore write timeout for this query.
setDate(int) - Method in class org.datanucleus.store.types.wrappers.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int) - Method in class org.datanucleus.store.types.wrappers.SqlDate
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDdlFile(String) - Method in class org.datanucleus.store.schema.SchemaTool
 
setDdlFile(String) - Method in class org.datanucleus.store.schema.SchemaToolTask
Set the file to output DDL to
setDefaultable(Object) - Method in interface org.datanucleus.store.schema.table.Column
Mutator for the defaultability of the column.
setDefaultable(Object) - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setDefaultFetchGroup(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setDefaultProperties(Map) - Method in class org.datanucleus.Configuration
Method to set the persistence property defaults based on what is defined for plugins.
setDefaults(FrequentlyAccessedProperties) - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
Set default properties that are read when property is not defined in this instance
setDefaultValue(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setDeferred(boolean) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
setDeferred(String) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
setDeferred(boolean) - Method in class org.datanucleus.metadata.UniqueMetaData
 
setDeleteAction(String) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setDeleteAction(ForeignKeyAction) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setDeleteAction(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setDeleteAction(ForeignKeyAction) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
setDeleteAction(String) - Method in class org.datanucleus.metadata.JoinMetaData
 
setDependent(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setDependentElement(boolean) - Method in class org.datanucleus.metadata.ArrayMetaData
 
setDependentElement(boolean) - Method in class org.datanucleus.metadata.CollectionMetaData
 
setDependentKey(boolean) - Method in class org.datanucleus.metadata.MapMetaData
 
setDependentValue(boolean) - Method in class org.datanucleus.metadata.MapMetaData
 
setDescription(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
setDestination(File) - Method in class org.datanucleus.enhancer.EnhancerTask
set output directory
setDetachable(boolean) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setDetachable(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setDetachedCopyEntry(Object, Object) - Method in class org.datanucleus.state.DetachState
Set to the current state a detached copy object
setDetachListener(boolean) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Mutator for whether to allow generation of default constructor where needed.
setDetachListener(boolean) - Method in class org.datanucleus.enhancer.EnhancerTask
Whether to use detach listener.
setDetachmentOptions(int) - Method in class org.datanucleus.FetchPlan
Set the options to be used at detachment.
setDetachmentRootClasses(Class[]) - Method in class org.datanucleus.FetchPlan
Set the classes used for roots of the detachment graph for DetachAllOnCommit.
setDetachmentRoots(Collection) - Method in class org.datanucleus.FetchPlan
Set the roots for DetachAllOnCommit
setDir(File) - Method in class org.datanucleus.enhancer.EnhancerTask
Sets the root dir for looking for files
setDiscriminatorMetaData(DiscriminatorMetaData) - Method in class org.datanucleus.metadata.EmbeddedMetaData
 
setDiscriminatorMetaData(DiscriminatorMetaData) - Method in class org.datanucleus.metadata.InheritanceMetaData
 
setDoubleField(Persistable, int, double, double) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setDoubleField(Persistable, int, double, double) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setElementAt(Object, int) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to set the element at a position in the Stack
setElementAt(Object, int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to set the element at a position in the Vector.
setElementAt(Object, int) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to set the element at a position in the Stack
setElementAt(Object, int) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to set the element at a position in the Vector.
setElementMetaData(ElementMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the element MetaData
setElementType(String) - Method in class org.datanucleus.metadata.ArrayMetaData
 
setElementType(String) - Method in class org.datanucleus.metadata.CollectionMetaData
 
setEmbedded(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setEmbeddedElement(boolean) - Method in class org.datanucleus.metadata.ArrayMetaData
 
setEmbeddedElement(boolean) - Method in class org.datanucleus.metadata.CollectionMetaData
 
setEmbeddedKey(boolean) - Method in class org.datanucleus.metadata.MapMetaData
 
setEmbeddedMetaData(EmbeddedMetaData) - Method in class org.datanucleus.metadata.AbstractElementMetaData
Mutator for the Embedded MetaData
setEmbeddedMetaData(EmbeddedMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the embedded MetaData
setEmbeddedOnly(boolean) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setEmbeddedOnly(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setEmbeddedValue(boolean) - Method in class org.datanucleus.metadata.MapMetaData
 
setEncryptionProvider(PersistenceEncryptionProvider) - Method in interface org.datanucleus.store.encryption.EncryptionAwareStoreManager
Method to set the encryption provider for persistent data.
setEntityName(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setExcludeUnlistedClasses() - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
setExcludeUnlistedClasses(boolean) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
SetExpression - Class in org.datanucleus.query.inmemory
Expression for the aggregation of a set of object values.
SetExpression(Collection, String) - Constructor for class org.datanucleus.query.inmemory.SetExpression
Constructor for a SetExpression to perform the aggregation.
setExprFilter(Expression) - Method in class org.datanucleus.query.compiler.QueryCompilation
 
setExprHaving(Expression) - Method in class org.datanucleus.query.compiler.QueryCompilation
 
setExtensionPoint(ExtensionPoint) - Method in class org.datanucleus.plugin.Extension
Assign the ExtensionPoint to this Extension
setExtensions(Map) - Method in class org.datanucleus.store.query.Query
Set multiple extensions, or use null to clear extensions.
setFactoryClass(String) - Method in class org.datanucleus.metadata.SequenceMetaData
 
setFatal() - Method in exception org.datanucleus.exceptions.NucleusException
Method to set the exception as being fatal.
setFetchPlan(FetchPlan) - Method in class org.datanucleus.store.query.Query
Mutator for the FetchPlan of the query.
setFetchPlanName(String) - Method in class org.datanucleus.metadata.QueryMetaData
 
setFetchSize(int) - Method in class org.datanucleus.FetchPlan
Method to set the fetch size when using large result sets.
setFetchSize(int) - Method in class org.datanucleus.metadata.FetchPlanMetaData
 
setFetchSize(String) - Method in class org.datanucleus.metadata.FetchPlanMetaData
 
setFieldName(String) - Method in class org.datanucleus.metadata.PropertyMetaData
Method to set the field name that this property wraps (persistent interface implementation)
setFieldName(String) - Method in class org.datanucleus.metadata.VersionMetaData
 
setFieldTypes(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the possible field type(s) that this reference field can store.
setFieldValue(Integer, Object) - Method in class org.datanucleus.cache.CachedPC
 
setFilename(String) - Method in class org.datanucleus.metadata.FileMetaData
 
setFilename(String) - Method in class org.datanucleus.metadata.PersistenceFileMetaData
Mutator for the filename for this MetaData file.
setFileSuffixes(String) - Method in class org.datanucleus.enhancer.EnhancerTask
Set one or more file suffixes for the input files.
setFilter(String) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the filter for the query.
setFilter(String) - Method in class org.datanucleus.store.query.Query
Set the filter for the query.
setFirstDayOfWeek(int) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to set the first day of the week
setFkDefinition(String) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
setFkDefinitionApplies(boolean) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
setFloatField(Persistable, int, float, float) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setFloatField(Persistable, int, float, float) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setFlushedNew(boolean) - Method in class org.datanucleus.state.AbstractStateManager
 
setFlushedNew(boolean) - Method in interface org.datanucleus.state.ObjectProvider
 
setFlushing(boolean) - Method in class org.datanucleus.state.AbstractStateManager
 
setFlushing(boolean) - Method in interface org.datanucleus.state.ObjectProvider
 
setForeignKeyMetaData(ForeignKeyMetaData) - Method in class org.datanucleus.metadata.AbstractElementMetaData
Mutator for the Foreign Key MetaData
setForeignKeyMetaData(ForeignKeyMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the foreignKey MetaData
setForeignKeyMetaData(ForeignKeyMetaData) - Method in class org.datanucleus.metadata.JoinMetaData
 
setFrom(String) - Method in class org.datanucleus.store.query.Query
Set the candidates to the query.
setGenerateConstructor(boolean) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Mutator for whether to allow generation of default constructor where needed.
setGenerateConstructor(boolean) - Method in class org.datanucleus.enhancer.EnhancerTask
Whether to allow generation of default constructor where required.
setGeneratePK(boolean) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Mutator for whether to allow generation of PKs where needed.
setGeneratePK(boolean) - Method in class org.datanucleus.enhancer.EnhancerTask
Whether to allow generation of PKs where required.
setGenerator() - Method in class org.datanucleus.store.NucleusSequenceImpl
Method to set the value generator to use.
setGregorianChange(Date) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to set the gregorian cal change date
setGroup(String) - Method in class org.datanucleus.FetchPlan
Method to set the fetch group.
setGrouping(String) - Method in class org.datanucleus.store.query.AbstractJDOQLQuery
Set the grouping specification for the result Collection.
setGrouping(String) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the grouping specification for the result Collection.
setGrouping(String) - Method in class org.datanucleus.store.query.Query
Set the grouping specification for the result Collection.
setGroups(Collection<String>) - Method in class org.datanucleus.FetchPlan
Method to set the groups of the fetch plan.
setGroups(String[]) - Method in class org.datanucleus.FetchPlan
Method to set the groups using an array.
setHaving(String) - Method in class org.datanucleus.store.query.Query
Set the having specification for the result Collection.
setHours(int) - Method in class org.datanucleus.store.types.wrappers.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setHours(int) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setIdentityMetaData(IdentityMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Mutator for the identity MetaData.
setIdentityType(IdentityType) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setIf(String) - Method in class org.datanucleus.enhancer.EnhancerTask
 
setIgnoreCache(boolean) - Method in class org.datanucleus.store.query.Query
Set the ignoreCache option.
setImplicitParameter(String, Object) - Method in class org.datanucleus.store.query.Query
Method to set the value of a named implicit parameter where known before execution.
setImplicitParameter(int, Object) - Method in class org.datanucleus.store.query.Query
Method to set the value of a numbered implicit parameter where known before execution.
setIncludeAutoStart(boolean) - Method in class org.datanucleus.store.schema.SchemaTool
 
setIncludeAutoStart(boolean) - Method in class org.datanucleus.store.schema.SchemaToolTask
Mutator for whether to include any auto-start mechanism in schema operations.
setIndexed(IndexedValue) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setIndexed(IndexedValue) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setIndexed(IndexedValue) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
setIndexed(String) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
setIndexed(IndexedValue) - Method in class org.datanucleus.metadata.JoinMetaData
 
setIndexed(IndexedValue) - Method in class org.datanucleus.metadata.OrderMetaData
 
setIndexed(IndexedValue) - Method in class org.datanucleus.metadata.VersionMetaData
 
setIndexMetaData(IndexMetaData) - Method in class org.datanucleus.metadata.AbstractElementMetaData
Mutator for the Index MetaData
setIndexMetaData(IndexMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the index MetaData
setIndexMetaData(IndexMetaData) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
Mutator for the index MetaData
setIndexMetaData(IndexMetaData) - Method in class org.datanucleus.metadata.JoinMetaData
 
setIndexMetaData(IndexMetaData) - Method in class org.datanucleus.metadata.OrderMetaData
 
setIndexMetaData(IndexMetaData) - Method in class org.datanucleus.metadata.VersionMetaData
 
setInheritanceMetaData(InheritanceMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Mutator for the inheritance MetaData.
setInitialValue(int) - Method in class org.datanucleus.metadata.SequenceMetaData
 
setInitialValue(String) - Method in class org.datanucleus.metadata.SequenceMetaData
 
setInitialValue(long) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setInitialValue(String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setInsertable(boolean) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setInsertable(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setInsertValue(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setInstance(DetachListener) - Static method in class org.datanucleus.util.DetachListener
 
setIntField(Persistable, int, int, int) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setIntField(Persistable, int, int, int) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setJcaMode(boolean) - Method in interface org.datanucleus.PersistenceNucleusContext
Mutator for whether we are in JCA mode.
setJcaMode(boolean) - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
setJdbcType(JdbcType) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setJdbcType(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setJdbcType(JdbcType) - Method in interface org.datanucleus.store.schema.table.Column
 
setJdbcType(JdbcType) - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setJoinExpression(JoinExpression) - Method in class org.datanucleus.query.expression.ClassExpression
Set the right expression to the provided join.
setJoinExpression(JoinExpression) - Method in class org.datanucleus.query.expression.JoinExpression
 
setJoinMetaData(JoinMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the join MetaData
setJoinMetaData(JoinMetaData) - Method in class org.datanucleus.metadata.InheritanceMetaData
 
setJtaDataSource(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
setKeyMetaData(KeyMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the key MetaData
setKeyType(String) - Method in class org.datanucleus.metadata.MapMetaData
 
setLanguage(String) - Method in class org.datanucleus.metadata.QueryMetaData
 
setLeft(Expression) - Method in class org.datanucleus.query.expression.Expression
 
setLength(Integer) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setLength(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setLenient(boolean) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to set the lenient setting
setLevel2Cache(boolean) - Method in class org.datanucleus.ExecutionContextImpl
Method to set whether we are supporting the Level2 Cache with this ExecutionContext Note that if the NucleusContext has no Level2 Cache enabled then you cannot turn it on here.
setLinkToParentQuery(JavaQueryCompiler, Map) - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Method to set the linkage to the parent query.
setLoadedField(int, boolean) - Method in class org.datanucleus.cache.CachedPC
 
setLoadFetchGroup(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setLongField(Persistable, int, long, long) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setLongField(Persistable, int, long, long) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setMappedBy(String) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setMappedBy(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setMappedBy(String) - Method in class org.datanucleus.metadata.OrderMetaData
 
setMappedSuperclass(boolean) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setMapsIdAttribute(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setMaxFetchDepth(int) - Method in class org.datanucleus.FetchPlan
Mutator for the maximum fetch depth where -1 implies no restriction on the fetch depth and 0 is invalid and throws a JDOUserException.
setMaxFetchDepth(int) - Method in class org.datanucleus.metadata.FetchPlanMetaData
 
setMaxFetchDepth(String) - Method in class org.datanucleus.metadata.FetchPlanMetaData
 
setMaximumLength(SchemaComponent, int) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
setMaximumLength(SchemaComponent, int) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to set the maximum length of the name of the specified schema component.
setMemberColumnMapping(MemberColumnMapping) - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setMetaData(MetaData) - Method in class org.datanucleus.store.StoreData
Method to set the MetaData for this class.
setMetaDataComplete() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Method to set that this class is "metadata complete" (see JPA spec).
setMetaDataManager(MetaDataManager) - Method in class org.datanucleus.metadata.FileMetaData
Method to set the MetaDataManager in use.
setMethodAliases(Map<String, String>) - Method in class org.datanucleus.query.expression.ExpressionCompiler
 
setMinimalDaysInFirstWeek(int) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to set the minimal days in the week
setMinutes(int) - Method in class org.datanucleus.store.types.wrappers.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMinutes(int) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMode(StoredProcQueryParameterMode) - Method in class org.datanucleus.metadata.StoredProcQueryParameterMetaData
 
setMode(AutoStartMechanism.Mode) - Method in class org.datanucleus.store.autostart.AbstractAutoStartMechanism
Mutator for the mode of operation
setMode(AutoStartMechanism.Mode) - Method in interface org.datanucleus.store.autostart.AutoStartMechanism
Mutator for the mode of operation.
setMode(String) - Method in class org.datanucleus.store.schema.SchemaToolTask
Sets the mode of operation.
setMonth(int) - Method in class org.datanucleus.store.types.wrappers.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class org.datanucleus.store.types.wrappers.SqlDate
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setName(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setName(String) - Method in class org.datanucleus.metadata.ConstraintMetaData
 
setName(String) - Method in class org.datanucleus.metadata.PrimaryKeyMetaData
 
setName(String) - Method in class org.datanucleus.metadata.SequenceMetaData
 
setName(String) - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
setName(String) - Method in class org.datanucleus.metadata.StoredProcQueryParameterMetaData
 
setName(String) - Method in class org.datanucleus.query.expression.ParameterExpression
 
setNamer(EnhancementNamer) - Method in interface org.datanucleus.enhancer.ClassEnhancer
 
setNamer(EnhancementNamer) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
 
setNamespaceAware(boolean) - Method in class org.datanucleus.metadata.xml.MetaDataParser
 
setNamingCase(NamingCase) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
setNamingCase(NamingCase) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to set the required case of the names.
setNanos(int) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Mutator for the time in nanos.
setNestedException(Throwable) - Method in exception org.datanucleus.exceptions.NucleusException
 
setNodeValue(Object) - Method in class org.datanucleus.query.compiler.Node
 
setNonJtaDataSource(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
setNontransactionalRead(boolean) - Method in interface org.datanucleus.Transaction
If true, allow persistent instances to be read without a transaction active.
setNontransactionalRead(boolean) - Method in class org.datanucleus.TransactionImpl
Mutator for the setting of nontransactional read.
setNontransactionalWrite(boolean) - Method in interface org.datanucleus.Transaction
If true, allow persistent instances to be written without a transaction active.
setNontransactionalWrite(boolean) - Method in class org.datanucleus.TransactionImpl
Mutator for the setting of nontransactional write.
setNontransactionalWriteAutoCommit(boolean) - Method in interface org.datanucleus.Transaction
Set whether to auto-commit any non-tx writes.
setNontransactionalWriteAutoCommit(boolean) - Method in class org.datanucleus.TransactionImpl
Mutator for whether non-tx writes are auto-commit (false implies delayed til next transaction commit).
SetNormal - Class in org.datanucleus.enhancer.methods
Method to generate the method "setZZZ" using ASM for NORMAL fields.
SetNormal(ClassEnhancer, AbstractMemberMetaData) - Constructor for class org.datanucleus.enhancer.methods.SetNormal
Constructor.
setNotPersistent() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setNullable(boolean) - Method in interface org.datanucleus.store.schema.table.Column
Mutator for the nullability of the column.
setNullable(boolean) - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setNullIndicatorColumn(String) - Method in class org.datanucleus.metadata.EmbeddedMetaData
 
setNullIndicatorValue(String) - Method in class org.datanucleus.metadata.EmbeddedMetaData
 
setNullValue(NullValue) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setObjectField(Persistable, int, Object, Object) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setObjectField(Persistable, int, Object, Object) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setObjectIdClass(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setObjectProviderAssociatedValue(ObjectProvider, Object, Object) - Method in interface org.datanucleus.ExecutionContext
 
setObjectProviderAssociatedValue(ObjectProvider, Object, Object) - Method in class org.datanucleus.ExecutionContextImpl
 
setOnExpression(DyadicExpression) - Method in class org.datanucleus.query.expression.JoinExpression
 
setOptimistic(boolean) - Method in interface org.datanucleus.Transaction
Optimistic transactions do not hold data store locks until commit time.
setOptimistic(boolean) - Method in class org.datanucleus.TransactionImpl
Mutator for the optimistic transaction setting.
setOption(String, int) - Method in interface org.datanucleus.Transaction
 
setOption(String, boolean) - Method in interface org.datanucleus.Transaction
 
setOption(String, String) - Method in interface org.datanucleus.Transaction
 
setOption(String, Object) - Method in interface org.datanucleus.Transaction
 
setOption(String, int) - Method in class org.datanucleus.TransactionImpl
 
setOption(String, boolean) - Method in class org.datanucleus.TransactionImpl
 
setOption(String, String) - Method in class org.datanucleus.TransactionImpl
 
setOption(String, Object) - Method in class org.datanucleus.TransactionImpl
 
setOptions(Collection<String>) - Method in interface org.datanucleus.enhancer.ClassEnhancer
Method to set the options controlling the enhancement.
setOptions(Collection<String>) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
 
setOrdered() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for whether the collection stored in this field is ordered.
setOrdering(String) - Method in class org.datanucleus.metadata.OrderMetaData
 
setOrdering(String) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the ordering specification for the result Collection.
setOrdering(String) - Method in class org.datanucleus.store.query.Query
Set the ordering specification for the result Collection.
setOrderMetaData(OrderMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the order MetaData
setOuter(boolean) - Method in class org.datanucleus.metadata.JoinMetaData
 
setOutputDirectory(String) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Mutator for the output directory where any classes will be written.
setOwnerMember(String) - Method in class org.datanucleus.metadata.EmbeddedMetaData
 
setParameter(String, String) - Method in class org.datanucleus.plugin.Bundle.BundleDescription
 
setParameters(Map) - Method in class org.datanucleus.plugin.Bundle.BundleDescription
 
setParent(MetaData) - Method in class org.datanucleus.metadata.MetaData
 
setParent(Node) - Method in class org.datanucleus.query.compiler.Node
 
setParent(StoreSchemaData) - Method in interface org.datanucleus.store.schema.ListStoreSchemaData
Method to set the parentage of a component.
setParent(StoreSchemaData) - Method in interface org.datanucleus.store.schema.MapStoreSchemaData
Method to set the parentage of a component.
setParentSymbolTable(SymbolTable) - Method in class org.datanucleus.query.symbol.SymbolTable
 
setPcObjectType(short) - Method in class org.datanucleus.state.AbstractStateManager
Method to set this StateManager as managing an embedded/serialised object.
setPcObjectType(short) - Method in interface org.datanucleus.state.ObjectProvider
Method to set this ObjectProvider as managing an embedded/serialised object.
setPersistenceModifier(ClassPersistenceModifier) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setPersistenceModifier(FieldPersistenceModifier) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setPersistenceProperties(Map) - Method in class org.datanucleus.Configuration
Set the properties for this configuration.
setPersistenceUnit(String) - Method in class org.datanucleus.enhancer.EnhancerTask
Set the persistence-unit name to enhance
setPersistenceUnit(String) - Method in class org.datanucleus.store.schema.SchemaToolTask
Set the name of the persistence unit to manage
setPKColumnName(String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setPKColumnValue(String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setPosition(int) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setPosition(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setPosition(int) - Method in interface org.datanucleus.store.schema.table.Column
 
setPosition(int) - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setPostLoad(boolean) - Method in class org.datanucleus.FetchGroup
Mutator for whether the postLoad callback should be called on loading this fetch group.
setPostLoad(Boolean) - Method in class org.datanucleus.metadata.FetchGroupMetaData
 
setPostStoreNewObjectId(Object) - Method in interface org.datanucleus.state.ObjectProvider
Method to allow the setting of the id of the PC object.
setPostStoreNewObjectId(Object) - Method in class org.datanucleus.state.StateManagerImpl
If the id is obtained after inserting the object into the database, set new a new id for persistent classes (for example, increment).
setPrimary(ClassLoader) - Method in interface org.datanucleus.ClassLoaderResolver
Sets the primary classloader for the current thread.
setPrimary(ClassLoader) - Method in class org.datanucleus.ClassLoaderResolverImpl
Sets the primary classloader for the current thread
setPrimaryKey(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setPrimaryKey() - Method in interface org.datanucleus.store.schema.table.Column
Mutator to make the column (part of) the primary key.
setPrimaryKey() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setPrimaryKeyMetaData(PrimaryKeyMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Mutator for the PrimaryKey MetaData.
setPrimaryKeyMetaData(PrimaryKeyMetaData) - Method in class org.datanucleus.metadata.JoinMetaData
Mutator for the PrimaryKey MetaData.
setProcedureName(String) - Method in class org.datanucleus.metadata.StoredProcQueryMetaData
 
setProperties(Map) - Method in interface org.datanucleus.ExecutionContext
Method to set properties on the execution context.
setProperties(Map) - Method in class org.datanucleus.ExecutionContextImpl
 
setProperties(PropertyStore) - Method in class org.datanucleus.TransactionImpl
 
setPropertiesUsingFile(String) - Method in class org.datanucleus.Configuration
Method to set the persistence properties using those defined in a file.
setPropertiesUsingFile(String) - Static method in class org.datanucleus.util.PersistenceUtils
Method to return the Persistence Properties from the specified file.
setProperty(String, Object) - Method in class org.datanucleus.Configuration
Convenience method to set a persistence property.
setProperty(String, Object) - Method in interface org.datanucleus.ExecutionContext
Method to set a property on the execution context
setProperty(String, Object) - Method in class org.datanucleus.ExecutionContextImpl
 
setProperty() - Method in class org.datanucleus.metadata.FetchGroupMemberMetaData
 
setProperty(String, Object) - Method in class org.datanucleus.properties.BasePropertyStore
Method to set a property in the store
setProperty(String, Object) - Method in class org.datanucleus.properties.FrequentlyAccessedProperties
Tries to set the property value for any of the "frequent" properties.
setProperty(String, String) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to add a string value against a string key to the Hashtable
setProperty(String, String) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to add a string value against a string key to the Hashtable
setPropertyAtPosition(int, Node) - Method in class org.datanucleus.query.compiler.Node
 
setPropertyInternal(String, Object) - Method in class org.datanucleus.properties.PropertyStore
Method to set a property in the store
setProps(String) - Method in class org.datanucleus.store.schema.SchemaToolTask
Get persistence properties from a file
setProvider(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
 
setQuery(String) - Method in class org.datanucleus.metadata.QueryMetaData
 
setQueryLanguage(String) - Method in class org.datanucleus.query.compiler.QueryCompilation
 
setQuiet(boolean) - Method in class org.datanucleus.enhancer.EnhancerTask
set quiet
setQuoteString(String) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
setQuoteString(String) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to set the quote string to use (when the identifiers need to be quoted).
setRange(int, int) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the range of the results.
setRange(long, long) - Method in class org.datanucleus.store.query.Query
Set the range of the results.
setRange(String) - Method in class org.datanucleus.store.query.Query
Set the range of the results.
setRecursionDepth(String, int) - Method in class org.datanucleus.FetchGroup
Method to set the recursion depth for the specified field/property.
setRecursionDepth(int) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setRecursionDepth(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setRecursionDepth(int) - Method in class org.datanucleus.metadata.FetchGroupMemberMetaData
 
setRecursionDepth(String) - Method in class org.datanucleus.metadata.FetchGroupMemberMetaData
 
setRelation(ClassLoaderResolver) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Convenience method that sets up the relation type of this field, and the reference to any related field when it is bidirectional.
setRequireBundle(List) - Method in class org.datanucleus.plugin.Bundle
Acessor for the RequireBundle.
setRequiresExtent(boolean) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setRequiresExtent(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setReservedKeywords(Set<String>) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
setReservedKeywords(Set<String>) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to set the provided list of keywords as names that identifiers have to surround by quotes to use.
setRestoreValues(boolean) - Method in interface org.datanucleus.Transaction
If true, at rollback, fields of newly persistent instances are restored to their values as of the beginning of the transaction, and the instances revert to transient.
setRestoreValues(boolean) - Method in class org.datanucleus.TransactionImpl
Mutator for the setting of restore values.
setResult(String) - Method in class org.datanucleus.store.query.AbstractJDOQLQuery
Set the result for the results.
setResult(String) - Method in class org.datanucleus.store.query.AbstractJPQLQuery
Set the result for the results.
setResult(String) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the result for the results.
setResult(String) - Method in class org.datanucleus.store.query.Query
Set the result for the results.
setResultClass(String) - Method in class org.datanucleus.metadata.QueryMetaData
 
setResultClass(Class) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Set the result class for the results.
setResultClass(Class) - Method in class org.datanucleus.store.query.Query
Set the result class for the results.
setResultClasses(Class[]) - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Set the result class for the results.
setResultClassName(String) - Method in class org.datanucleus.store.query.Query
Method to set the result class name, direct from a single-string query.
setResultDistinct() - Method in class org.datanucleus.query.compiler.QueryCompilation
 
setResultDistinct(boolean) - Method in class org.datanucleus.store.query.Query
Mark the result as distinct (or not).
setResultMetaData(QueryResultMetaData) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Method to set the MetaData defining the result.
setResultMetaData(QueryResultMetaData[]) - Method in class org.datanucleus.store.query.AbstractStoredProcedureQuery
Method to set the MetaData defining the result.
setResultMetaData(QueryResultMetaData) - Method in class org.datanucleus.store.query.Query
Method to set the MetaData defining the result.
setResultMetaDataName(String) - Method in class org.datanucleus.metadata.QueryMetaData
 
setRetainValues(boolean) - Method in interface org.datanucleus.Transaction
If true, at commit instances retain their values and the instances transition to persistent-nontransactional.
setRetainValues(boolean) - Method in class org.datanucleus.TransactionImpl
Mutator for the setting of retain values.
setReturnsSingleRow() - Method in class org.datanucleus.query.compiler.QueryCompilation
 
setRight(Expression) - Method in class org.datanucleus.query.expression.Expression
 
setRollbackOnly() - Method in class org.datanucleus.JTATransactionImpl
Allow UserTransaction demarcation
setRollbackOnly() - Method in interface org.datanucleus.Transaction
Sets the rollback-only status of the transaction to true.
setRollbackOnly() - Method in class org.datanucleus.transaction.Transaction
 
setRollbackOnly(ExecutionContext) - Method in class org.datanucleus.transaction.TransactionManager
 
setRollbackOnly() - Method in class org.datanucleus.TransactionImpl
Mutator for the "rollback only" flag.
setRuntimeClassLoader(ClassLoader) - Method in interface org.datanucleus.ClassLoaderResolver
ClassLoader registered to load classes created at runtime.
setRuntimeClassLoader(ClassLoader) - Method in class org.datanucleus.ClassLoaderResolverImpl
ClassLoader registered to load classes created at runtime.
setSavepoint(String) - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
setSavepoint(String) - Method in interface org.datanucleus.store.connection.ManagedConnection
Set this position in the txn as a savepoint with the provided name (if supported, otherwise do nothing).
setSavepoint(String) - Method in interface org.datanucleus.Transaction
Method to register the current position as a savepoint with the provided name (assuming the datastore supports it).
setSavepoint(String) - Method in class org.datanucleus.TransactionImpl
 
setScale(Integer) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setScale(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setSchema(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setSchema(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setSchema(String) - Method in class org.datanucleus.metadata.FileMetaData
 
setSchema(String) - Method in class org.datanucleus.metadata.JoinMetaData
 
setSchema(String) - Method in class org.datanucleus.metadata.PackageMetaData
 
setSchemaName(String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setSchemaName(String) - Method in class org.datanucleus.store.schema.SchemaTool
 
setSchemaName(String) - Method in class org.datanucleus.store.schema.SchemaToolTask
Set the schema name (for use with CREATE_SCHEMA/DELETE_SCHEMA methods).
setScope(String) - Method in class org.datanucleus.metadata.QueryMetaData
 
setSeconds(int) - Method in class org.datanucleus.store.types.wrappers.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSeconds(int) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSequence(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
If the value-strategy is sequence, the sequence attribute specifies the name of the sequence to use to automatically generate a value for the field.
setSequence(String) - Method in class org.datanucleus.metadata.IdentityMetaData
 
setSerialised(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setSerializedElement(boolean) - Method in class org.datanucleus.metadata.ArrayMetaData
 
setSerializedElement(boolean) - Method in class org.datanucleus.metadata.CollectionMetaData
 
setSerializedKey(boolean) - Method in class org.datanucleus.metadata.MapMetaData
 
setSerializedValue(boolean) - Method in class org.datanucleus.metadata.MapMetaData
 
setSerializeRead(boolean) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setSerializeRead(Boolean) - Method in class org.datanucleus.store.query.Query
Mutator for whether to serialise (lock) any read objects in this query.
setSerializeRead(Boolean) - Method in interface org.datanucleus.Transaction
Mutator for whether to serialize (lock) any read objects in this transaction.
setSerializeRead(Boolean) - Method in class org.datanucleus.TransactionImpl
 
setShortField(Persistable, int, short, short) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setShortField(Persistable, int, short, short) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setSqlType(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
SetStore - Interface in org.datanucleus.store.scostore
Interface representation of the backing store for a Set.
setStoreInLob() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for whetehr to store as a "lob".
setStoreManager(StoreManager) - Method in class org.datanucleus.store.valuegenerator.AbstractDatastoreGenerator
Method to set the StoreManager to be used.
setStoringPC() - Method in class org.datanucleus.state.AbstractStateManager
 
setStoringPC() - Method in interface org.datanucleus.state.ObjectProvider
Method to set the storing PC flag.
setStrategy(DiscriminatorStrategy) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
setStrategy(String) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
setStrategy(InheritanceStrategy) - Method in class org.datanucleus.metadata.InheritanceMetaData
 
setStrategy(String) - Method in class org.datanucleus.metadata.InheritanceMetaData
 
setStrategy(SequenceStrategy) - Method in class org.datanucleus.metadata.SequenceMetaData
 
setStrategy(VersionStrategy) - Method in class org.datanucleus.metadata.VersionMetaData
 
setStrategy(String) - Method in class org.datanucleus.metadata.VersionMetaData
 
setStrategyForTree(String) - Method in class org.datanucleus.metadata.InheritanceMetaData
 
setStringField(Persistable, int, String, String) - Method in interface org.datanucleus.state.StateManager
Mark the field as modified by the user.
setStringField(Persistable, int, String, String) - Method in class org.datanucleus.state.StateManagerImpl
This method is called by the associated Persistable when the corresponding mutator method (setXXX()) is called on the Persistable.
setSubclasses(boolean) - Method in class org.datanucleus.store.query.AbstractSQLQuery
Method to set whether to use subclasses.
setSubclasses(boolean) - Method in class org.datanucleus.store.query.Query
Mutator for whether this query includes subclasses
setSupportedAnnotationPackages(String[]) - Method in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Method to set the valid annotation packages to be supported when reading.
setSymbol(Symbol) - Method in class org.datanucleus.query.compiler.Node
 
setSymbolResolver(SymbolResolver) - Method in class org.datanucleus.query.symbol.SymbolTable
 
setSymbolTable(SymbolTable) - Method in class org.datanucleus.query.expression.ExpressionCompiler
 
setSynchronization(Synchronization) - Method in interface org.datanucleus.Transaction
The user can specify a Synchronization instance to be notified on transaction completions.
setSynchronization(Synchronization) - Method in class org.datanucleus.TransactionImpl
Mutator for the synchronization object to be notified on transaction completion.
setSystemOut(boolean) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Mutator for whether to output to system out.
setTable(String) - Method in class org.datanucleus.metadata.AbstractClassMetaData
 
setTable(String) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setTable(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setTable(String) - Method in class org.datanucleus.metadata.ConstraintMetaData
 
setTable(String) - Method in class org.datanucleus.metadata.JoinMetaData
 
setTable(Table) - Method in class org.datanucleus.store.StoreData
 
setTableName(String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setTarget(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setTargetClassName(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the target class name.
setTargetMember(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setText(String) - Method in class org.datanucleus.plugin.ConfigurationElement
Setter to the text
setTime(long) - Method in class org.datanucleus.store.types.wrappers.Date
Mutator for the time.
setTime(long) - Method in class org.datanucleus.store.types.wrappers.SqlDate
Mutator for the time.
setTime(long) - Method in class org.datanucleus.store.types.wrappers.SqlTime
Sets the time of this Time object to the specified value.
setTime(long) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Mutator for the time.
setTimeInMillis(long) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to set the time in milliseconds
setTimeZone(TimeZone) - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Method to set the timezone
setTransactional() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setTransactionalVersion(Object) - Method in class org.datanucleus.state.AbstractStateManager
Sets the value for the version column in a transaction not yet committed
setTransactionalVersion(Object) - Method in interface org.datanucleus.state.ObjectProvider
Sets the value for the version column in a transaction not yet committed
setTransactionTimeout(int) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
setTransactionTimeout(ExecutionContext, int) - Method in class org.datanucleus.transaction.TransactionManager
 
setType(MetadataFileType) - Method in class org.datanucleus.metadata.FileMetaData
 
setType(String) - Method in class org.datanucleus.metadata.StoredProcQueryParameterMetaData
 
setType(int) - Method in class org.datanucleus.query.symbol.PropertySymbol
 
setType(int) - Method in interface org.datanucleus.query.symbol.Symbol
 
setType(short) - Method in class org.datanucleus.store.query.Query
Mutator to set the query type.
setTypeConverter(TypeConverter) - Method in interface org.datanucleus.store.schema.table.MemberColumnMapping
 
setTypeConverter(TypeConverter) - Method in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
setTypeConverterDisabled() - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setTypeConverterName(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setTypeName(String) - Method in interface org.datanucleus.store.schema.table.Column
 
setTypeName(String) - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setUnique(boolean) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setUnique(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setUnique(boolean) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setUnique(boolean) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setUnique(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setUnique(boolean) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
setUnique(String) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
setUnique(boolean) - Method in class org.datanucleus.metadata.IndexMetaData
 
setUnique(boolean) - Method in class org.datanucleus.metadata.JoinMetaData
 
setUnique(String) - Method in class org.datanucleus.metadata.JoinMetaData
 
setUnique(boolean) - Method in class org.datanucleus.metadata.QueryMetaData
 
setUnique(String) - Method in class org.datanucleus.metadata.QueryMetaData
 
setUnique(boolean) - Method in class org.datanucleus.store.query.Query
Set the uniqueness of the results.
setUnique(boolean) - Method in interface org.datanucleus.store.schema.table.Column
Mutator for the uniqueness of the column.
setUnique(boolean) - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
setUniqueMetaData(UniqueMetaData) - Method in class org.datanucleus.metadata.AbstractElementMetaData
Mutator for the Unique MetaData
setUniqueMetaData(UniqueMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the unique MetaData
setUniqueMetaData(UniqueMetaData) - Method in class org.datanucleus.metadata.JoinMetaData
 
setUnmodifiable() - Method in class org.datanucleus.FetchGroup
Method to make the group unmodifiable.
setUnmodifiable(boolean) - Method in class org.datanucleus.metadata.QueryMetaData
 
setUnmodifiable(String) - Method in class org.datanucleus.metadata.QueryMetaData
 
setUnmodifiable() - Method in class org.datanucleus.store.query.Query
Mutator for unmodifiable.
setUpdate(String) - Method in class org.datanucleus.store.query.Query
Set the UPDATE clause of the query.
setUpdateable(boolean) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setUpdateable(String) - Method in class org.datanucleus.metadata.ColumnMetaData
 
setUpdateAction(String) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setUpdateAction(ForeignKeyAction) - Method in class org.datanucleus.metadata.AbstractElementMetaData
 
setUpdateAction(ForeignKeyAction) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
 
setValidate(boolean) - Method in interface org.datanucleus.metadata.MetaDataManager
Mutator for whether to validate the MetaData files for XML compliance.
setValidate(boolean) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
setValidate(boolean) - Method in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Method to set whether to validate during the the handling.
setValidationListener(CallbackHandler) - Method in interface org.datanucleus.state.CallbackHandler
Method to set the listener for validation callbacks.
setValidationListener(CallbackHandler) - Method in class org.datanucleus.state.NullCallbackHandler
 
setValidationListener(CallbackHandler) - Method in class org.datanucleus.validation.BeanValidatorHandler
 
setValidationMode(String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Mutator for the validation mode
setValue(String) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
 
setValueColumnName(String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
 
setValueGeneratorName(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the name of the value generator to use for this strategy.
setValueGeneratorName(String) - Method in class org.datanucleus.metadata.IdentityMetaData
 
setValueMetaData(ValueMetaData) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Mutator for the value MetaData
setValueStrategy(IdentityStrategy) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setValueStrategy(String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
 
setValueStrategy(IdentityStrategy) - Method in class org.datanucleus.metadata.IdentityMetaData
 
setValueType(String) - Method in class org.datanucleus.metadata.MapMetaData
 
setValueType(Class) - Method in class org.datanucleus.query.symbol.PropertySymbol
 
setValueType(Class) - Method in interface org.datanucleus.query.symbol.Symbol
 
setVariableValue(String, Object) - Method in class org.datanucleus.query.inmemory.InMemoryExpressionEvaluator
Method to set the value for a variable.
setVerbose(boolean) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Mutator for the verbose flag
setVerbose(boolean) - Method in class org.datanucleus.enhancer.EnhancerTask
set verbose
setVerbose(boolean) - Method in class org.datanucleus.store.schema.SchemaTool
 
setVerbose(boolean) - Method in class org.datanucleus.store.schema.SchemaToolTask
set verbose
setVersion(Object) - Method in class org.datanucleus.cache.CachedPC
 
setVersion(Object) - Method in class org.datanucleus.state.AbstractStateManager
Sets the value for the version column in the datastore
setVersion(Object) - Method in interface org.datanucleus.state.ObjectProvider
Method to set the current version of the managed object.
setVersionMetaData(VersionMetaData) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Mutator for the Version MetaData.
SetViaCheck - Class in org.datanucleus.enhancer.methods
Method to generate the method "setZZZ" using ASM for CHECK_WRITE fields.
SetViaCheck(ClassEnhancer, AbstractMemberMetaData) - Constructor for class org.datanucleus.enhancer.methods.SetViaCheck
Constructor.
SetViaMediate - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnSetZZZ" using ASM for MEDIATE_WRITE fields.
SetViaMediate(ClassEnhancer, AbstractMemberMetaData) - Constructor for class org.datanucleus.enhancer.methods.SetViaMediate
Constructor.
setWordSeparator(String) - Method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
 
setWordSeparator(String) - Method in interface org.datanucleus.store.schema.naming.NamingFactory
Method to set the word separator of the names.
setXmlNamespaceAware(boolean) - Method in interface org.datanucleus.metadata.MetaDataManager
Mutator for whether to support XML namespaces.
setXmlNamespaceAware(boolean) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
setYear(int) - Method in class org.datanucleus.store.types.wrappers.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(int) - Method in class org.datanucleus.store.types.wrappers.SqlDate
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(int) - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
SHORT - Static variable in class org.datanucleus.asm.Type
The sort of the short type.
SHORT - Static variable in class org.datanucleus.ClassConstants
 
SHORT - Static variable in class org.datanucleus.ClassNameConstants
 
SHORT_ARRAY - Static variable in class org.datanucleus.ClassNameConstants
 
SHORT_TYPE - Static variable in class org.datanucleus.asm.Type
The short type.
ShortAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing a Short, used in evaluation of aggregates.
ShortAggregateExpression(Short) - Constructor for class org.datanucleus.query.inmemory.ShortAggregateExpression
 
ShortArrayByteBufferConverter - Class in org.datanucleus.store.types.converters
Convenience class to handle Java serialisation of a short[] object to/from ByteBuffer.
ShortArrayByteBufferConverter() - Constructor for class org.datanucleus.store.types.converters.ShortArrayByteBufferConverter
 
ShortId - Class in org.datanucleus.identity
This class is for identity with a single short field.
ShortId(Class, short) - Constructor for class org.datanucleus.identity.ShortId
 
ShortId(Class, Short) - Constructor for class org.datanucleus.identity.ShortId
 
ShortId(Class, String) - Constructor for class org.datanucleus.identity.ShortId
 
ShortId() - Constructor for class org.datanucleus.identity.ShortId
 
shouldReturnSingleRow() - Method in class org.datanucleus.store.query.AbstractSQLQuery
Convenience method to return whether the query should return a single row.
shouldReturnSingleRow() - Method in class org.datanucleus.store.query.Query
Convenience method to return whether the query should return a single row.
SineFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function SIN(numExpr).
SineFunction() - Constructor for class org.datanucleus.query.inmemory.SineFunction
 
SingleFieldId<T> - Class in org.datanucleus.identity
This class is the abstract base class for all single field identity classes.
SingleFieldId(Class) - Constructor for class org.datanucleus.identity.SingleFieldId
 
SingleFieldId() - Constructor for class org.datanucleus.identity.SingleFieldId
 
singleString - Variable in class org.datanucleus.store.query.AbstractJavaQuery
Cached form of the single string form of the query.
SingleTypeFieldManager - Class in org.datanucleus.store.fieldmanager
A simple field manager that stores/fetches a single field value per type in memory.
SingleTypeFieldManager() - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Default Constructor.
SingleTypeFieldManager(boolean) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(char) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(byte) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(short) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(int) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(long) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(float) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(double) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(String) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleTypeFieldManager(Object) - Constructor for class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Constructor.
SingleValueFieldManager - Class in org.datanucleus.store.fieldmanager
Field manager for single field.
SingleValueFieldManager() - Constructor for class org.datanucleus.store.fieldmanager.SingleValueFieldManager
 
SIPUSH - Static variable in interface org.datanucleus.asm.Opcodes
 
size() - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
size() - Method in class org.datanucleus.cache.SoftRefCache
 
size() - Method in class org.datanucleus.cache.StrongRefCache
 
size() - Method in class org.datanucleus.cache.WeakRefCache
 
size() - Method in class org.datanucleus.query.cache.AbstractQueryCompilationCache
 
size() - Method in interface org.datanucleus.query.cache.QueryCompilationCache
Accessor for the total number of compilations in the query cache.
size() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
size - Variable in class org.datanucleus.store.query.AbstractLazyLoadList
Cached size of the list.
size() - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
size - Variable in class org.datanucleus.store.query.AbstractQueryResult
size of the query results.
size() - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to return the size of the result.
size() - Method in class org.datanucleus.store.query.cache.AbstractQueryDatastoreCompilationCache
 
size() - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
size() - Method in interface org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Accessor for the total number of compilations in the query cache.
size() - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Accessor for the total number of results in the query cache.
size(ObjectProvider) - Method in interface org.datanucleus.store.scostore.ArrayStore
Accessor for the size of the array.
size(ObjectProvider) - Method in interface org.datanucleus.store.scostore.CollectionStore
Accessor for the size of the collection.
size() - Method in class org.datanucleus.store.StoreDataManager
Accessor to the number of StoreData in cache
size() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Accessor for the size of the ArrayList.
size() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Accessor for the size of the ArrayList.
size() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Accessor for the size of the Collection.
size() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Accessor for the size of the HashSet.
size() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Accessor for the size of the LinkedHashSet.
size() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Accessor for the size of the LinkedList.
size() - Method in class org.datanucleus.store.types.wrappers.backed.List
Accessor for the size of the List
size() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Accessor for the size of the Collection.
size() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Accessor for the size of the Collection.
size() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Accessor for the size of the Collection.
size() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Accessor for the size of the SortedSet.
size() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Accessor for the size of the Stack.
size() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Accessor for the size of the TreeSet.
size() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Accessor for the size of the Vector.
size() - Method in class org.datanucleus.store.types.wrappers.Collection
Accessor for the size of the Collection.
size() - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.HashSet
Accessor for the size of the HashSet.
size() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Accessor for the size of the LinkedHashSet.
size() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Accessor for the size of the LinkedList.
size() - Method in class org.datanucleus.store.types.wrappers.List
Accessor for the size of the List
size() - Method in class org.datanucleus.store.types.wrappers.Map
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Accessor for the size of the Collection.
size() - Method in class org.datanucleus.store.types.wrappers.Properties
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.Queue
Accessor for the size of the Collection.
size() - Method in class org.datanucleus.store.types.wrappers.Set
Accessor for the size of the Collection.
size() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Accessor for the size of the SortedSet.
size() - Method in class org.datanucleus.store.types.wrappers.Stack
Accessor for the size of the Stack.
size() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to return the size of the Map.
size() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Accessor for the size of the TreeSet.
size() - Method in class org.datanucleus.store.types.wrappers.Vector
Accessor for the size of the Vector.
size() - Method in class org.datanucleus.util.ReferenceValueMap
Accessor for the size of the HashMap.
SizeFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function SIZE(collExpr).
SizeFunction() - Constructor for class org.datanucleus.query.inmemory.SizeFunction
 
SKIP_CODE - Static variable in class org.datanucleus.asm.ClassReader
Flag to skip method code.
SKIP_DEBUG - Static variable in class org.datanucleus.asm.ClassReader
Flag to skip the debug information in the class.
SKIP_FRAMES - Static variable in class org.datanucleus.asm.ClassReader
Flag to skip the stack map frames in the class.
skipWS() - Method in class org.datanucleus.query.compiler.Lexer
Skip over any whitespace from the current position.
SMA(int) - Constructor for class org.datanucleus.util.MathUtils.SMA
 
SoftLevel2Cache - Class in org.datanucleus.cache
Soft implementation of a Level 2 cache.
SoftLevel2Cache(NucleusContext) - Constructor for class org.datanucleus.cache.SoftLevel2Cache
Constructor.
SoftQueryCompilationCache - Class in org.datanucleus.query.cache
Soft-reference implementation of a generic query compilation cache.
SoftQueryCompilationCache(NucleusContext) - Constructor for class org.datanucleus.query.cache.SoftQueryCompilationCache
 
SoftQueryDatastoreCompilationCache - Class in org.datanucleus.store.query.cache
Weak-referenced implementation of datastore query compilation cache.
SoftQueryDatastoreCompilationCache(NucleusContext) - Constructor for class org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache
 
SoftQueryResultsCache - Class in org.datanucleus.store.query.cache
Soft-reference implementation of a query results cache.
SoftQueryResultsCache(NucleusContext) - Constructor for class org.datanucleus.store.query.cache.SoftQueryResultsCache
 
SoftRefCache - Class in org.datanucleus.cache
Level 1 Cache using Soft referenced objects in a Map.
SoftRefCache() - Constructor for class org.datanucleus.cache.SoftRefCache
 
SoftValueMap - Class in org.datanucleus.util
A java.util.Map implementation with soft values.
SoftValueMap() - Constructor for class org.datanucleus.util.SoftValueMap
Default Constructor
SoftValueMap(int) - Constructor for class org.datanucleus.util.SoftValueMap
Constructor taking the initial capacity.
SoftValueMap(int, float) - Constructor for class org.datanucleus.util.SoftValueMap
Constructor taking the initial capacity and load factor.
SoftValueMap(Map) - Constructor for class org.datanucleus.util.SoftValueMap
Constructor taking a Map for definition.
SortedMap - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class SortedMap object.
SortedMap(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.SortedMap
Constructor
SortedMap - Class in org.datanucleus.store.types.wrappers
A mutable second-class SortedMap object.
SortedMap(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.SortedMap
Constructor
SortedSet - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class SortedSet object.
SortedSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.SortedSet
Constructor, using the ObjectProvider of the "owner" and the field name.
SortedSet - Class in org.datanucleus.store.types.wrappers
A mutable second-class SortedSet object.
SortedSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.SortedSet
Constructor, using the ObjectProvider of the "owner" and the field name.
sortExtensions(Comparator<Extension>) - Method in class org.datanucleus.plugin.ExtensionPoint
 
split(String, String) - Static method in class org.datanucleus.util.StringUtils
Splits a list of values separated by a token
SqlDate - Class in org.datanucleus.store.types.wrappers
A mutable second-class SQL date object.
SqlDate(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.SqlDate
Creates a SqlDate object that represents the time at which it was allocated.
SqlDateDateConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Date and a java.util.Date form.
SqlDateDateConverter() - Constructor for class org.datanucleus.store.types.converters.SqlDateDateConverter
 
SqlDateLongConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Date and a Long form.
SqlDateLongConverter() - Constructor for class org.datanucleus.store.types.converters.SqlDateLongConverter
 
SqlDateStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Date and a String form.
SqlDateStringConverter() - Constructor for class org.datanucleus.store.types.converters.SqlDateStringConverter
 
SqlTime - Class in org.datanucleus.store.types.wrappers
A mutable second-class SQLTime object.
SqlTime(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.SqlTime
Creates a SqlTime object that represents the time at which it was allocated.
SqlTimeDateConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Time and a java.util.Date form.
SqlTimeDateConverter() - Constructor for class org.datanucleus.store.types.converters.SqlTimeDateConverter
 
SqlTimeLongConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Time and a Long form.
SqlTimeLongConverter() - Constructor for class org.datanucleus.store.types.converters.SqlTimeLongConverter
 
SqlTimestamp - Class in org.datanucleus.store.types.wrappers
A mutable second-class SQL timestamp object.
SqlTimestamp(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.SqlTimestamp
Creates a SqlTimestamp object that represents the time at which it was allocated.
SqlTimestampDateConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Timestamp and a java.util.Date form.
SqlTimestampDateConverter() - Constructor for class org.datanucleus.store.types.converters.SqlTimestampDateConverter
 
SqlTimestampLongConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Timestamp and a Long form.
SqlTimestampLongConverter() - Constructor for class org.datanucleus.store.types.converters.SqlTimestampLongConverter
 
SqlTimestampStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Timestamp and a String form.
SqlTimestampStringConverter() - Constructor for class org.datanucleus.store.types.converters.SqlTimestampStringConverter
 
SqlTimeStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.sql.Time and a String form.
SqlTimeStringConverter() - Constructor for class org.datanucleus.store.types.converters.SqlTimeStringConverter
 
sqlType - Variable in class org.datanucleus.metadata.ColumnMetaData
sql-type to use (if any).
SqrtFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function SQRT(numExpr).
SqrtFunction() - Constructor for class org.datanucleus.query.inmemory.SqrtFunction
 
stack - Variable in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Stack of meta-data elements.
Stack - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class Stack object.
Stack(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.Stack
Constructor, using the ObjectProvider of the "owner" and the field name.
Stack - Class in org.datanucleus.store.types.wrappers
A mutable second-class Stack object.
Stack(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Stack
Constructor, using the ObjectProvider of the "owner" and the field name.
start() - Method in interface org.datanucleus.management.jmx.ManagementServer
Start the Management Server.
start() - Method in class org.datanucleus.management.jmx.Mx4jManagementServer
Start the Management Server.
start() - Method in class org.datanucleus.management.jmx.PlatformManagementServer
 
start(Xid, int) - Method in class org.datanucleus.store.connection.AbstractEmulatedXAResource
 
startElement(String, String, String, Attributes) - Method in class org.datanucleus.metadata.xml.PersistenceFileMetaDataHandler
Handler method called at the start of an element.
STARTUP_PROPERTIES - Static variable in class org.datanucleus.AbstractNucleusContext
 
state - Variable in class org.datanucleus.query.evaluator.JavaQueryEvaluator
Map of state symbols for the query evaluation.
state - Variable in class org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager
State for the fetch process.
STATE_MANAGER - Static variable in class org.datanucleus.ClassConstants
 
STATE_MANAGER - Static variable in class org.datanucleus.ClassNameConstants
 
StateManager - Interface in org.datanucleus.state
This interface is the point of contact between managed instances of Persistable classes and DataNucleus.
StateManagerImpl - Class in org.datanucleus.state
Implementation of a StateManager, supporting the bytecode enhancement contract of DataNucleus.
StateManagerImpl(ExecutionContext, AbstractClassMetaData) - Constructor for class org.datanucleus.state.StateManagerImpl
Constructor for object of specified type managed by the provided ExecutionContext.
stateType - Variable in class org.datanucleus.state.LifeCycleState
 
stateType() - Method in class org.datanucleus.state.LifeCycleState
Returns the type of the life cycle state
statisticsEnabled() - Method in interface org.datanucleus.PersistenceNucleusContext
Accessor for whether statistics gathering is enabled.
statisticsEnabled() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
STATUS_ACTIVE - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_COMMITTED - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_COMMITTING - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_MARKED_ROLLBACK - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_NO_TRANSACTION - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_PREPARED - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_PREPARING - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_ROLLEDBACK - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_ROLLING_BACK - Static variable in class org.datanucleus.transaction.Transaction
 
STATUS_UNKNOWN - Static variable in class org.datanucleus.transaction.Transaction
 
stop() - Method in interface org.datanucleus.management.jmx.ManagementServer
Stop the Management Server.
stop() - Method in class org.datanucleus.management.jmx.Mx4jManagementServer
Stop the Management Server.
stop() - Method in class org.datanucleus.management.jmx.PlatformManagementServer
 
Store - Interface in org.datanucleus.store.scostore
Interface representation of the backing store for a Collection or Map.
STORE_MANAGER - Static variable in class org.datanucleus.ClassConstants
 
storeBooleanField(int, boolean) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeBooleanField(int, boolean) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeBooleanField(int, boolean) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeBooleanField(int, boolean) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store a boolean field value in the object at the specified field position.
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for boolean field.
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for boolean field.
storeByteField(int, byte) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeByteField(int, byte) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeByteField(int, byte) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeByteField(int, byte) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeByteField(int, byte) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeByteField(int, byte) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeByteField(int, byte) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store a byte field value in the object at the specified field position.
storeByteField(int, byte) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeByteField(int, byte) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeByteField(int, byte) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for byte field.
storeByteField(int, byte) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for byte field.
storeCharField(int, char) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeCharField(int, char) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeCharField(int, char) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeCharField(int, char) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeCharField(int, char) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeCharField(int, char) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeCharField(int, char) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store a char field value in the object at the specified field position.
storeCharField(int, char) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeCharField(int, char) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeCharField(int, char) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for char field.
storeCharField(int, char) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for char field.
StoreData - Class in org.datanucleus.store
Basic store information about an object that is stored in a datastore.
StoreData(String, int) - Constructor for class org.datanucleus.store.StoreData
Constructor.
StoreData(String, MetaData, int, String) - Constructor for class org.datanucleus.store.StoreData
Constructor.
storeDataByClass - Variable in class org.datanucleus.store.StoreDataManager
Map of all managed store data, keyed by the class/field name.
StoreDataManager - Class in org.datanucleus.store
Manager for store information.
StoreDataManager() - Constructor for class org.datanucleus.store.StoreDataManager
 
storeDataMgr - Variable in class org.datanucleus.store.AbstractStoreManager
Manager for the data definition in the datastore.
storeDoubleField(int, double) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeDoubleField(int, double) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeDoubleField(int, double) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeDoubleField(int, double) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeDoubleField(int, double) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeDoubleField(int, double) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeDoubleField(int, double) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store a double field value in the object at the specified field position.
storeDoubleField(int, double) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeDoubleField(int, double) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeDoubleField(int, double) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for double field.
storeDoubleField(int, double) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for double field.
StoredProcedureParameter(StoredProcQueryParameterMode, int, Class) - Constructor for class org.datanucleus.store.query.AbstractStoredProcedureQuery.StoredProcedureParameter
 
StoredProcedureParameter(StoredProcQueryParameterMode, String, Class) - Constructor for class org.datanucleus.store.query.AbstractStoredProcedureQuery.StoredProcedureParameter
 
storedProcParams - Variable in class org.datanucleus.store.query.AbstractStoredProcedureQuery
 
storedProcQueries - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Named stored procs
StoredProcQueryMetaData - Class in org.datanucleus.metadata
Metadata representation of a named stored proc query.
StoredProcQueryMetaData(String) - Constructor for class org.datanucleus.metadata.StoredProcQueryMetaData
Constructor for a stored proc query of the specified name.
storedProcQueryMetaDataByName - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of StoredProcQueryMetaData, keyed by the (class name + query name).
StoredProcQueryParameterMetaData - Class in org.datanucleus.metadata
Metadata representation of a parameter for a named stored proc query.
StoredProcQueryParameterMetaData() - Constructor for class org.datanucleus.metadata.StoredProcQueryParameterMetaData
 
StoredProcQueryParameterMode - Enum in org.datanucleus.metadata
Mode of usage of a stored procedure query parameter.
storedProcs - Variable in class org.datanucleus.metadata.FileMetaData
Named stored procedures defined in this file.
storeFloatField(int, float) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeFloatField(int, float) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeFloatField(int, float) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeFloatField(int, float) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeFloatField(int, float) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeFloatField(int, float) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeFloatField(int, float) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store a float field value in the object at the specified field position.
storeFloatField(int, float) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeFloatField(int, float) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeFloatField(int, float) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for float field.
storeFloatField(int, float) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for float field.
storeInLob - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Wrapper for the ugly JPA "lob" so that when being populated we should make this serialised in some way.
storeIntField(int, int) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeIntField(int, int) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeIntField(int, int) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeIntField(int, int) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeIntField(int, int) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeIntField(int, int) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeIntField(int, int) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store an int field value in the object at the specified field position.
storeIntField(int, int) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeIntField(int, int) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeIntField(int, int) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for int field.
storeIntField(int, int) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for int field.
storeLongField(int, long) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeLongField(int, long) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeLongField(int, long) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeLongField(int, long) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeLongField(int, long) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeLongField(int, long) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeLongField(int, long) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store a long field value in the object at the specified field position.
storeLongField(int, long) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeLongField(int, long) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeLongField(int, long) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for long field.
storeLongField(int, long) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for long field.
storeManager - Variable in class org.datanucleus.store.NucleusSequenceImpl
Store Manager where we obtain our sequence.
StoreManager - Interface in org.datanucleus.store
Interface defining management of a datastore.
storeManagerKey - Variable in class org.datanucleus.store.AbstractStoreManager
Key for this StoreManager e.g "rdbms", "neo4j"
storeMgr - Variable in class org.datanucleus.store.AbstractPersistenceHandler
 
storeMgr - Variable in class org.datanucleus.store.autostart.MetaDataAutoStarter
 
storeMgr - Variable in class org.datanucleus.store.connection.AbstractConnectionFactory
 
storeMgr - Variable in class org.datanucleus.store.query.Query
 
storeMgr - Variable in class org.datanucleus.store.query.QueryManagerImpl
 
storeMgr - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
storeMgr - Variable in class org.datanucleus.store.valuegenerator.AbstractDatastoreGenerator
Manager for the datastore.
StoreNucleusContext - Interface in org.datanucleus
Context for datastore operations in DataNucleus.
storeObjectField(int, Object) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeObjectField(int, Object) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeObjectField(int, Object) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeObjectField(int, Object) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeObjectField(int, Object) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
Method to store an object field into the attached instance.
storeObjectField(int, Object) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
Method to store an object field.
storeObjectField(int, Object) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store an object field value in the object at the specified field position.
storeObjectField(int, Object) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
Method to store an object field.
storeObjectField(int, Object) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
Method to store an object field.
storeObjectField(int, Object) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for Object field.
storeObjectField(int, Object) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for Object field.
storeObjectField(int, Object) - Method in class org.datanucleus.store.fieldmanager.UnsetOwnerFieldManager
 
StorePersistenceHandler - Interface in org.datanucleus.store
Interface defining persistence operations of a StoreManager.
StoreSchemaData - Interface in org.datanucleus.store.schema
Interface representing definition of some schema information in the datastore.
StoreSchemaHandler - Interface in org.datanucleus.store.schema
Interface defining schema operation for a StoreManager.
storesFCO(AbstractMemberMetaData, ExecutionContext) - Method in class org.datanucleus.metadata.MetaDataUtils
Convenience method that returns if a field stores a First-Class object (FCO).
storeShortField(int, short) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeShortField(int, short) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeShortField(int, short) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeShortField(int, short) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeShortField(int, short) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeShortField(int, short) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeShortField(int, short) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store a short field value in the object at the specified field position.
storeShortField(int, short) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeShortField(int, short) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeShortField(int, short) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for short field.
storeShortField(int, short) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for boolean field.
storesPersistable(AbstractMemberMetaData, ExecutionContext) - Method in class org.datanucleus.metadata.MetaDataUtils
Convenience method that returns if a field stores a persistable object.
storeStringField(int, String) - Method in class org.datanucleus.cache.L2CachePopulateFieldManager
 
storeStringField(int, String) - Method in interface org.datanucleus.enhancer.Persistable.ObjectIdFieldConsumer
Store one field into the field manager.
storeStringField(int, String) - Method in class org.datanucleus.state.AppIdObjectIdFieldConsumer
 
storeStringField(int, String) - Method in class org.datanucleus.store.fieldmanager.AbstractFieldManager
 
storeStringField(int, String) - Method in class org.datanucleus.store.fieldmanager.AttachFieldManager
 
storeStringField(int, String) - Method in class org.datanucleus.store.fieldmanager.DeleteFieldManager
 
storeStringField(int, String) - Method in interface org.datanucleus.store.fieldmanager.FieldConsumer
Method to store a string field value in the object at the specified field position.
storeStringField(int, String) - Method in class org.datanucleus.store.fieldmanager.PersistFieldManager
 
storeStringField(int, String) - Method in class org.datanucleus.store.fieldmanager.ReachabilityFieldManager
 
storeStringField(int, String) - Method in class org.datanucleus.store.fieldmanager.SingleTypeFieldManager
Mutator for String field.
storeStringField(int, String) - Method in class org.datanucleus.store.fieldmanager.SingleValueFieldManager
Mutator for String field.
strategy - Variable in class org.datanucleus.metadata.DiscriminatorMetaData
strategy tag value.
strategy - Variable in class org.datanucleus.metadata.IdentityMetaData
strategy tag value.
strategy - Variable in class org.datanucleus.metadata.InheritanceMetaData
strategy tag value.
strategy - Variable in class org.datanucleus.metadata.SequenceMetaData
Strategy for this sequence (JDO).
strategyForTree - Variable in class org.datanucleus.metadata.InheritanceMetaData
Strategy to apply for the whole inheritance tree.
STRING_DELIMITER - Static variable in class org.datanucleus.identity.DatastoreIdImpl
 
STRING_DELIMITER - Static variable in class org.datanucleus.identity.DatastoreIdImplKodo
 
STRING_DELIMITER - Static variable in class org.datanucleus.identity.DatastoreIdImplXcalia
 
STRING_DELIMITER - Static variable in class org.datanucleus.identity.SingleFieldId
 
StringAggregateExpression - Class in org.datanucleus.query.inmemory
Expression representing a String, used in evaluation of aggregates.
StringAggregateExpression(String) - Constructor for class org.datanucleus.query.inmemory.StringAggregateExpression
 
stringArrayContainsValue(String[], String) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return if a String array contains a value.
StringBufferStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.lang.StringBuffer and a String form.
StringBufferStringConverter() - Constructor for class org.datanucleus.store.types.converters.StringBufferStringConverter
 
StringBuilderStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.lang.StringBuilder and a String form.
StringBuilderStringConverter() - Constructor for class org.datanucleus.store.types.converters.StringBuilderStringConverter
 
StringCharAtMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.charAt(numExpr)".
StringCharAtMethod() - Constructor for class org.datanucleus.query.inmemory.StringCharAtMethod
 
StringConcatMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.concat(extraStr)".
StringConcatMethod() - Constructor for class org.datanucleus.query.inmemory.StringConcatMethod
 
StringEndsWithMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.endsWith(strExpr)".
StringEndsWithMethod() - Constructor for class org.datanucleus.query.inmemory.StringEndsWithMethod
 
StringEqualsIgnoreCaseMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.equalsIgnoreCase(strExpr)".
StringEqualsIgnoreCaseMethod() - Constructor for class org.datanucleus.query.inmemory.StringEqualsIgnoreCaseMethod
 
StringEqualsMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.equals(strExpr)".
StringEqualsMethod() - Constructor for class org.datanucleus.query.inmemory.StringEqualsMethod
 
StringId - Class in org.datanucleus.identity
This class is for identity with a single String field.
StringId(Class, String) - Constructor for class org.datanucleus.identity.StringId
 
StringId() - Constructor for class org.datanucleus.identity.StringId
 
StringIndexOfMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.indexOf(strExpr [,numExpr])".
StringIndexOfMethod() - Constructor for class org.datanucleus.query.inmemory.StringIndexOfMethod
 
StringLengthMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.length()".
StringLengthMethod() - Constructor for class org.datanucleus.query.inmemory.StringLengthMethod
 
StringMatchesMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.matches(expr)".
StringMatchesMethod() - Constructor for class org.datanucleus.query.inmemory.StringMatchesMethod
 
StringPropertyValidator - Class in org.datanucleus.properties
Validator for a property that represents a String.
StringPropertyValidator() - Constructor for class org.datanucleus.properties.StringPropertyValidator
 
StringStartsWithMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.startsWith(strExpr [,pos])".
StringStartsWithMethod() - Constructor for class org.datanucleus.query.inmemory.StringStartsWithMethod
 
StringSubstringMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.substring(posStart [,posEnd])".
StringSubstringMethod() - Constructor for class org.datanucleus.query.inmemory.StringSubstringMethod
 
StringToLowerCaseMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.toLowerCase()".
StringToLowerCaseMethod() - Constructor for class org.datanucleus.query.inmemory.StringToLowerCaseMethod
 
stringToTimestamp(String, Calendar) - Static method in class org.datanucleus.util.TypeConversionHelper
Converts a string in JDBC timestamp escape format to a Timestamp object.
StringToUpperCaseMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.toUpperCase()".
StringToUpperCaseMethod() - Constructor for class org.datanucleus.query.inmemory.StringToUpperCaseMethod
 
StringTrimLeftMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.trimLeft([trimChar])".
StringTrimLeftMethod() - Constructor for class org.datanucleus.query.inmemory.StringTrimLeftMethod
 
StringTrimMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.trim()".
StringTrimMethod() - Constructor for class org.datanucleus.query.inmemory.StringTrimMethod
 
StringTrimRightMethod - Class in org.datanucleus.query.inmemory
Evaluator for the method "{stringExpr}.trimRight([trimChar])".
StringTrimRightMethod() - Constructor for class org.datanucleus.query.inmemory.StringTrimRightMethod
 
StringUtils - Class in org.datanucleus.util
Utilities for String manipulation.
StringUtils() - Constructor for class org.datanucleus.util.StringUtils
 
StrongQueryCompilationCache - Class in org.datanucleus.query.cache
Strong-reference implementation of a generic query compilation cache.
StrongQueryCompilationCache(NucleusContext) - Constructor for class org.datanucleus.query.cache.StrongQueryCompilationCache
 
StrongQueryDatastoreCompilationCache - Class in org.datanucleus.store.query.cache
Strong-referenced implementation of datastore query compilation cache.
StrongQueryDatastoreCompilationCache(NucleusContext) - Constructor for class org.datanucleus.store.query.cache.StrongQueryDatastoreCompilationCache
 
StrongQueryResultsCache - Class in org.datanucleus.store.query.cache
Strong-reference implementation of a query results cache.
StrongQueryResultsCache(NucleusContext) - Constructor for class org.datanucleus.store.query.cache.StrongQueryResultsCache
 
StrongRefCache - Class in org.datanucleus.cache
Implementation of a Level 1 cache keeping strong references to the objects.
StrongRefCache() - Constructor for class org.datanucleus.cache.StrongRefCache
 
sub(Object) - Method in class org.datanucleus.query.inmemory.AggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.BigDecimalAggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.BigIntegerAggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.DateAggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.DoubleAggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.FloatAggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.IntegerAggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.LongAggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.NumericAggregateExpression
 
sub(Object) - Method in class org.datanucleus.query.inmemory.ShortAggregateExpression
 
subclasses - Variable in class org.datanucleus.store.AbstractExtent
Whether to include subclasses.
subclasses - Variable in class org.datanucleus.store.query.Query
Whether to allow subclasses of the candidate class be returned.
subfieldName - Variable in class org.datanucleus.util.MacroString.IdentifierMacro
the sub field name TODO what is this
subList(int, int) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
subList(int, int) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
subList(int, int) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method return a sub list of results.
subList(ObjectProvider, int, int) - Method in interface org.datanucleus.store.scostore.ListStore
Accessor for a sublist of elements between from and to indices.
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.backed.List
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.List
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.Stack
Accessor for the subList of elements between from and to of the List
subList(int, int) - Method in class org.datanucleus.store.types.wrappers.Vector
Accessor for the subList of elements between from and to of the List
subMap(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to retrieve the subset of the map between the specified keys.
subMap(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to retrieve the subset of the map between the specified keys.
subMap(Object, Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to retrieve the subset of the map between the specified keys.
subMap(Object, Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to retrieve the subset of the map between the specified keys.
subqueries - Variable in class org.datanucleus.store.query.Query
Any subqueries, keyed by the variable name that they represent.
subqueryCompilations - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compilations of any subqueries, keyed by the subquery variable name.
SubqueryDefinition(Query, String, String, Map) - Constructor for class org.datanucleus.store.query.Query.SubqueryDefinition
 
SubqueryExpression - Class in org.datanucleus.query.expression
Expression containing a subquery.
SubqueryExpression(String, VariableExpression) - Constructor for class org.datanucleus.query.expression.SubqueryExpression
 
subSet(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to retrieve the subset of elements between the specified elements.
subSet(Object, Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to retrieve the subset of elements between the specified elements.
subSet(Object, Object) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to retrieve the subset of elements between the specified elements.
subSet(Object, Object) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to retrieve the subset of elements between the specified elements.
substituteMacros(MacroString.MacroHandler, ClassLoaderResolver) - Method in class org.datanucleus.util.MacroString
Utility to substitute macros using the supplier handler.
SubstringFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function SUBSTRING(str, num1, num2).
SubstringFunction() - Constructor for class org.datanucleus.query.inmemory.SubstringFunction
 
sum(Expression, ExpressionEvaluator, Map<String, Object>) - Method in class org.datanucleus.query.inmemory.SetExpression
 
SunTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for Sun ONE.
SunTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.SunTransactionManagerLocator
Constructor.
SuperClone - Class in org.datanucleus.enhancer.methods
Method to generate the method "dnSuperClone" using ASM.
SuperClone(ClassEnhancer, String, int, Object, Object[], String[], String[]) - Constructor for class org.datanucleus.enhancer.methods.SuperClone
Constructor.
supportedPackages - Variable in class org.datanucleus.metadata.annotations.AbstractAnnotationReader
Supported annotations packages.
supportsImplicitVariables() - Method in class org.datanucleus.query.compiler.JDOQLCompiler
 
supportsImplicitVariables() - Method in class org.datanucleus.query.compiler.JDOQLSymbolResolver
 
supportsImplicitVariables() - Method in class org.datanucleus.query.compiler.JPQLCompiler
 
supportsImplicitVariables() - Method in class org.datanucleus.query.compiler.JPQLSymbolResolver
 
supportsImplicitVariables() - Method in interface org.datanucleus.query.symbol.SymbolResolver
Whether we should accept implicit variables in the query.
supportsORM() - Method in interface org.datanucleus.metadata.MetaDataManager
Accessor for whether the MetaData manager supports ORM concepts and metadata.
supportsORM() - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
supportsORMMetaData() - Method in class org.datanucleus.AbstractNucleusContext
 
supportsORMMetaData() - Method in interface org.datanucleus.NucleusContext
 
supportsORMMetaData() - Method in class org.datanucleus.PersistenceNucleusContextImpl
 
supportsQueryLanguage(String) - Method in class org.datanucleus.store.AbstractStoreManager
 
supportsQueryLanguage(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
supportsQueryLanguage(String) - Method in interface org.datanucleus.store.StoreManager
Accessor for whether this query language is supported.
supportsTimeout() - Method in class org.datanucleus.store.query.Query
Convenience method for whether this query supports timeouts.
supportsValueStrategy(String) - Method in class org.datanucleus.store.AbstractStoreManager
Accessor for whether this value strategy is supported.
supportsValueStrategy(String) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
supportsValueStrategy(String) - Method in interface org.datanucleus.store.StoreManager
Accessor for whether this value strategy is supported.
supportXMLNamespaces - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Flag whether we should be (XML) namespace aware when parsing.
suspend(ExecutionContext) - Method in class org.datanucleus.transaction.TransactionManager
 
SWAP - Static variable in interface org.datanucleus.asm.Opcodes
 
swapCandidateAliasNodeName(Node) - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Convenience method that takes the input node and if it is set to the original candidate alias then swaps the value to the candidate alias.
swapSubqueryParameters(Node) - Method in class org.datanucleus.query.compiler.JavaQueryCompiler
Convenience method that takes the input node if it is a parameter node swaps the node to be
symbol - Variable in class org.datanucleus.query.compiler.Node
 
symbol - Variable in class org.datanucleus.query.expression.Expression.Operator
 
symbol - Variable in class org.datanucleus.query.expression.Expression
 
Symbol - Interface in org.datanucleus.query.symbol
A symbol in a query.
SymbolResolver - Interface in org.datanucleus.query.symbol
Interface for use in the resolution of symbols during query compilation.
SymbolTable - Class in org.datanucleus.query.symbol
Table of symbols in a query.
SymbolTable() - Constructor for class org.datanucleus.query.symbol.SymbolTable
 
symtbl - Variable in class org.datanucleus.query.compiler.AbstractSymbolResolver
 
symtbl - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
Compiled Symbol Table.
symtbl - Variable in class org.datanucleus.query.compiler.QueryCompilation
Compiled Symbol Table.
systemIdEntities - Variable in class org.datanucleus.util.AbstractXMLEntityResolver
Map of system identity entities supported.

T

T_BOOLEAN - Static variable in interface org.datanucleus.asm.Opcodes
 
T_BYTE - Static variable in interface org.datanucleus.asm.Opcodes
 
T_CHAR - Static variable in interface org.datanucleus.asm.Opcodes
 
T_CLEAN - Static variable in class org.datanucleus.state.LifeCycleState
Transaction-Clean
T_DIRTY - Static variable in class org.datanucleus.state.LifeCycleState
Transaction-Dirty
T_DOUBLE - Static variable in interface org.datanucleus.asm.Opcodes
 
T_FLOAT - Static variable in interface org.datanucleus.asm.Opcodes
 
T_INT - Static variable in interface org.datanucleus.asm.Opcodes
 
T_LONG - Static variable in interface org.datanucleus.asm.Opcodes
 
T_SHORT - Static variable in interface org.datanucleus.asm.Opcodes
 
table - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Table name (O/R mapping).
table - Variable in class org.datanucleus.metadata.AbstractElementMetaData
 
table - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Table name for this field.
table - Variable in class org.datanucleus.metadata.ConstraintMetaData
the constraint table name.
table - Variable in class org.datanucleus.metadata.JoinMetaData
the table name.
Table - Interface in org.datanucleus.store.schema.table
Representation of a table for a class.
table - Variable in class org.datanucleus.store.StoreData
 
TableGeneratorMetaData - Class in org.datanucleus.metadata
Representation of the MetaData of a TableGenerator (JPA).
tableGeneratorMetaDataByPackageSequence - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Map of TableGeneratorMetaData, keyed by the package name and generator name.
tableGenerators - Variable in class org.datanucleus.metadata.PackageMetaData
Table generators.
tableName - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Name of the table to use for sequences
TABLESWITCH - Static variable in interface org.datanucleus.asm.Opcodes
 
tailMap(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to retrieve the part of the map after the specified key.
tailMap(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to retrieve the part of the map after the specified key.
tailMap(Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to retrieve the part of the map after the specified key.
tailMap(Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to retrieve the part of the map after the specified key.
tailSet(Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to retrieve the set of elements after the specified element.
tailSet(Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to retrieve the set of elements after the specified element.
tailSet(Object) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to retrieve the set of elements after the specified element.
tailSet(Object) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to retrieve the set of elements after the specified element.
TangentFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function TAN(numExpr).
TangentFunction() - Constructor for class org.datanucleus.query.inmemory.TangentFunction
 
target - Variable in class org.datanucleus.metadata.ColumnMetaData
target column name (for matching across a FK).
targetClassName - Variable in class org.datanucleus.identity.DatastoreIdImpl
 
targetClassName - Variable in class org.datanucleus.identity.DatastoreIdImplKodo
 
targetClassName - Variable in class org.datanucleus.identity.DatastoreIdImplXcalia
 
targetClassName - Variable in class org.datanucleus.identity.SingleFieldId
The name of the class of the target object.
targetClassName - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Name of the target entity (when used with JPA MetaData on OneToOne, OneToMany etc)
targetMember - Variable in class org.datanucleus.metadata.ColumnMetaData
target field/property name (for matching across a FK).
tasks - Variable in class org.datanucleus.store.query.Query
Currently executing object for this query, keyed by the thread, to allow for cancellation.
THROWS - Static variable in class org.datanucleus.asm.TypeReference
The sort of type references that target the type of an exception declared in the throws clause of a method.
timeout - Variable in class org.datanucleus.cache.AbstractLevel2Cache
Timeout for cache object expiration (milliseconds).
TimestampGenerator - Class in org.datanucleus.store.valuegenerator
Value generator for timestamps.
TimestampGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.TimestampGenerator
Constructor.
timestampToString(Timestamp, Calendar) - Static method in class org.datanucleus.util.TypeConversionHelper
Formats a timestamp in JDBC timestamp escape format using the timezone of the passed Calendar.
TimestampValueGenerator - Class in org.datanucleus.store.valuegenerator
Value generator for timestamp values (millisecs).
TimestampValueGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.TimestampValueGenerator
Constructor.
TimeZoneStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.TimeZone and a String form.
TimeZoneStringConverter() - Constructor for class org.datanucleus.store.types.converters.TimeZoneStringConverter
 
toArray() - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
toArray(Object[]) - Method in class org.datanucleus.query.evaluator.InMemoryQueryResult
 
toArray() - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
toArray(Object[]) - Method in class org.datanucleus.store.query.AbstractLazyLoadList
 
toArray() - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to return the results as an array.
toArray(Object[]) - Method in class org.datanucleus.store.query.AbstractQueryResult
Method to return the results as an array.
toArray(CollectionStore, ObjectProvider) - Static method in class org.datanucleus.store.types.SCOUtils
Returns true if this collection contains the specified element.
toArray(CollectionStore, ObjectProvider, Object[]) - Static method in class org.datanucleus.store.types.SCOUtils
Returns an array containing all of the elements in this collection;
toArray() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to return the Collection as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to return the Collection as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to return the List as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to return the List as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to return the Collection as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to return the Collection as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to return the Collection as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to return the Collection as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to return the Collection as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to return the Collection as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.Collection
Method to return the Collection as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to return the Collection as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.List
Method to return the List as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.List
Method to return the List as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to return the Collection as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to return the Collection as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.Queue
Method to return the Collection as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to return the Collection as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.Set
Method to return the Collection as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.Set
Method to return the Collection as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to return the list as an array.
toArray() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return the list as an array.
toArray(Object[]) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to return the list as an array.
toByteArray() - Method in class org.datanucleus.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
toDatastoreType(BigDecimal[]) - Method in class org.datanucleus.store.types.converters.BigDecimalArrayByteBufferConverter
 
toDatastoreType(BigDecimal) - Method in class org.datanucleus.store.types.converters.BigDecimalDoubleConverter
 
toDatastoreType(BigDecimal) - Method in class org.datanucleus.store.types.converters.BigDecimalStringConverter
 
toDatastoreType(BigInteger[]) - Method in class org.datanucleus.store.types.converters.BigIntegerArrayByteBufferConverter
 
toDatastoreType(BigInteger) - Method in class org.datanucleus.store.types.converters.BigIntegerLongConverter
 
toDatastoreType(BigInteger) - Method in class org.datanucleus.store.types.converters.BigIntegerStringConverter
 
toDatastoreType(BitSet) - Method in class org.datanucleus.store.types.converters.BitSetStringConverter
 
toDatastoreType(boolean[]) - Method in class org.datanucleus.store.types.converters.BooleanArrayByteBufferConverter
 
toDatastoreType(Boolean) - Method in class org.datanucleus.store.types.converters.BooleanIntegerConverter
 
toDatastoreType(Boolean) - Method in class org.datanucleus.store.types.converters.BooleanYNConverter
 
toDatastoreType(byte[]) - Method in class org.datanucleus.store.types.converters.ByteArrayByteBufferConverter
 
toDatastoreType(Byte[]) - Method in class org.datanucleus.store.types.converters.ByteObjectArrayByteBufferConverter
 
toDatastoreType(Calendar) - Method in class org.datanucleus.store.types.converters.CalendarComponentsConverter
 
toDatastoreType(Calendar) - Method in class org.datanucleus.store.types.converters.CalendarDateConverter
 
toDatastoreType(Calendar) - Method in class org.datanucleus.store.types.converters.CalendarStringConverter
 
toDatastoreType(Calendar) - Method in class org.datanucleus.store.types.converters.CalendarTimestampConverter
 
toDatastoreType(Character) - Method in class org.datanucleus.store.types.converters.CharacterStringConverter
 
toDatastoreType(char[]) - Method in class org.datanucleus.store.types.converters.CharArrayByteBufferConverter
 
toDatastoreType(Class) - Method in class org.datanucleus.store.types.converters.ClassStringConverter
 
toDatastoreType(Color) - Method in class org.datanucleus.store.types.converters.ColorComponentsConverter
 
toDatastoreType(Color) - Method in class org.datanucleus.store.types.converters.ColorStringConverter
 
toDatastoreType(Currency) - Method in class org.datanucleus.store.types.converters.CurrencyStringConverter
 
toDatastoreType(Date) - Method in class org.datanucleus.store.types.converters.DateLongConverter
 
toDatastoreType(Date) - Method in class org.datanucleus.store.types.converters.DateStringConverter
 
toDatastoreType(double[]) - Method in class org.datanucleus.store.types.converters.DoubleArrayByteBufferConverter
 
toDatastoreType(float[]) - Method in class org.datanucleus.store.types.converters.FloatArrayByteBufferConverter
 
toDatastoreType(int[]) - Method in class org.datanucleus.store.types.converters.IntArrayByteBufferConverter
 
toDatastoreType(Integer) - Method in class org.datanucleus.store.types.converters.IntegerStringConverter
 
toDatastoreType(Locale) - Method in class org.datanucleus.store.types.converters.LocaleStringConverter
 
toDatastoreType(long[]) - Method in class org.datanucleus.store.types.converters.LongArrayByteBufferConverter
 
toDatastoreType(Long) - Method in class org.datanucleus.store.types.converters.LongStringConverter
 
toDatastoreType(Serializable) - Method in class org.datanucleus.store.types.converters.SerializableByteArrayConverter
 
toDatastoreType(Serializable) - Method in class org.datanucleus.store.types.converters.SerializableByteBufferConverter
 
toDatastoreType(Serializable) - Method in class org.datanucleus.store.types.converters.SerializableStringConverter
 
toDatastoreType(short[]) - Method in class org.datanucleus.store.types.converters.ShortArrayByteBufferConverter
 
toDatastoreType(Date) - Method in class org.datanucleus.store.types.converters.SqlDateDateConverter
 
toDatastoreType(Date) - Method in class org.datanucleus.store.types.converters.SqlDateLongConverter
 
toDatastoreType(Date) - Method in class org.datanucleus.store.types.converters.SqlDateStringConverter
 
toDatastoreType(Time) - Method in class org.datanucleus.store.types.converters.SqlTimeDateConverter
 
toDatastoreType(Time) - Method in class org.datanucleus.store.types.converters.SqlTimeLongConverter
 
toDatastoreType(Timestamp) - Method in class org.datanucleus.store.types.converters.SqlTimestampDateConverter
 
toDatastoreType(Timestamp) - Method in class org.datanucleus.store.types.converters.SqlTimestampLongConverter
 
toDatastoreType(Timestamp) - Method in class org.datanucleus.store.types.converters.SqlTimestampStringConverter
 
toDatastoreType(Time) - Method in class org.datanucleus.store.types.converters.SqlTimeStringConverter
 
toDatastoreType(StringBuffer) - Method in class org.datanucleus.store.types.converters.StringBufferStringConverter
 
toDatastoreType(StringBuilder) - Method in class org.datanucleus.store.types.converters.StringBuilderStringConverter
 
toDatastoreType(TimeZone) - Method in class org.datanucleus.store.types.converters.TimeZoneStringConverter
 
toDatastoreType(X) - Method in interface org.datanucleus.store.types.converters.TypeConverter
Method to convert the passed member value to the datastore type.
toDatastoreType(URI) - Method in class org.datanucleus.store.types.converters.URIStringConverter
 
toDatastoreType(URL) - Method in class org.datanucleus.store.types.converters.URLStringConverter
 
toDatastoreType(UUID) - Method in class org.datanucleus.store.types.converters.UUIDStringConverter
 
toExclNo - Variable in class org.datanucleus.store.query.Query
Query result range end position (exclusive).
toExclParam - Variable in class org.datanucleus.store.query.Query
Query result range upper limit (exclusive) as a parameter name.
toJVMIDString(Object) - Static method in class org.datanucleus.util.StringUtils
Utility to convert an object to a JVM type string.
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.BigDecimalArrayByteBufferConverter
 
toMemberType(Double) - Method in class org.datanucleus.store.types.converters.BigDecimalDoubleConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.BigDecimalStringConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.BigIntegerArrayByteBufferConverter
 
toMemberType(Long) - Method in class org.datanucleus.store.types.converters.BigIntegerLongConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.BigIntegerStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.BitSetStringConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.BooleanArrayByteBufferConverter
 
toMemberType(Integer) - Method in class org.datanucleus.store.types.converters.BooleanIntegerConverter
 
toMemberType(Character) - Method in class org.datanucleus.store.types.converters.BooleanYNConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.ByteArrayByteBufferConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.ByteObjectArrayByteBufferConverter
 
toMemberType(Object[]) - Method in class org.datanucleus.store.types.converters.CalendarComponentsConverter
 
toMemberType(Date) - Method in class org.datanucleus.store.types.converters.CalendarDateConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.CalendarStringConverter
 
toMemberType(Timestamp) - Method in class org.datanucleus.store.types.converters.CalendarTimestampConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.CharacterStringConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.CharArrayByteBufferConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.ClassStringConverter
 
toMemberType(int[]) - Method in class org.datanucleus.store.types.converters.ColorComponentsConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.ColorStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.CurrencyStringConverter
 
toMemberType(Long) - Method in class org.datanucleus.store.types.converters.DateLongConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.DateStringConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.DoubleArrayByteBufferConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.FloatArrayByteBufferConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.IntArrayByteBufferConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.IntegerStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.LocaleStringConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.LongArrayByteBufferConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.LongStringConverter
 
toMemberType(byte[]) - Method in class org.datanucleus.store.types.converters.SerializableByteArrayConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.SerializableByteBufferConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.SerializableStringConverter
 
toMemberType(ByteBuffer) - Method in class org.datanucleus.store.types.converters.ShortArrayByteBufferConverter
 
toMemberType(Date) - Method in class org.datanucleus.store.types.converters.SqlDateDateConverter
 
toMemberType(Long) - Method in class org.datanucleus.store.types.converters.SqlDateLongConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.SqlDateStringConverter
 
toMemberType(Date) - Method in class org.datanucleus.store.types.converters.SqlTimeDateConverter
 
toMemberType(Long) - Method in class org.datanucleus.store.types.converters.SqlTimeLongConverter
 
toMemberType(Date) - Method in class org.datanucleus.store.types.converters.SqlTimestampDateConverter
 
toMemberType(Long) - Method in class org.datanucleus.store.types.converters.SqlTimestampLongConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.SqlTimestampStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.SqlTimeStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.StringBufferStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.StringBuilderStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.TimeZoneStringConverter
 
toMemberType(Y) - Method in interface org.datanucleus.store.types.converters.TypeConverter
Method to convert the passed datastore value to the member type.
toMemberType(String) - Method in class org.datanucleus.store.types.converters.URIStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.URLStringConverter
 
toMemberType(String) - Method in class org.datanucleus.store.types.converters.UUIDStringConverter
 
TOP - Static variable in interface org.datanucleus.asm.Opcodes
 
toString() - Method in class org.datanucleus.asm.Handle
Returns the textual representation of this handle.
toString() - Method in class org.datanucleus.asm.Label
Returns a string representation of this label.
toString() - Method in class org.datanucleus.asm.Type
Returns a string representation of this type.
toString() - Method in class org.datanucleus.asm.TypePath
Returns a string representation of this type path.
toString() - Method in class org.datanucleus.cache.CachedPC
Method to return a sting form of the cached object.
toString(boolean) - Method in class org.datanucleus.cache.CachedPC
Method to return a sting form of the cached object.
toString() - Method in class org.datanucleus.ClassLoaderResolverImpl
 
toString() - Method in class org.datanucleus.FetchGroup
 
toString() - Method in class org.datanucleus.FetchPlan
 
toString() - Method in class org.datanucleus.FetchPlanForClass
 
toString() - Method in class org.datanucleus.flush.CollectionAddOperation
 
toString() - Method in class org.datanucleus.flush.CollectionClearOperation
 
toString() - Method in class org.datanucleus.flush.CollectionRemoveOperation
 
toString() - Method in class org.datanucleus.flush.DeleteOperation
 
toString() - Method in class org.datanucleus.flush.ListAddAtOperation
 
toString() - Method in class org.datanucleus.flush.ListRemoveAtOperation
 
toString() - Method in class org.datanucleus.flush.ListSetOperation
 
toString() - Method in class org.datanucleus.flush.MapClearOperation
 
toString() - Method in class org.datanucleus.flush.MapPutOperation
 
toString() - Method in class org.datanucleus.flush.MapRemoveOperation
 
toString() - Method in class org.datanucleus.flush.PersistOperation
 
toString() - Method in class org.datanucleus.flush.UpdateMemberOperation
 
toString() - Method in class org.datanucleus.identity.ByteId
Return the String version of the key.
toString() - Method in class org.datanucleus.identity.CharId
Return the String form of the key.
toString() - Method in interface org.datanucleus.identity.DatastoreId
Returns the string representation of the identity.
toString - Variable in class org.datanucleus.identity.DatastoreIdImpl
pre-created toString to improve performance
toString() - Method in class org.datanucleus.identity.DatastoreIdImpl
Creates a String representation of the datastore identity, formed from the target class name and the key value.
toString - Variable in class org.datanucleus.identity.DatastoreIdImplKodo
pre-created toString to improve performance
toString() - Method in class org.datanucleus.identity.DatastoreIdImplKodo
Creates a String representation of the datastore identity, formed from the target class name and the key value.
toString - Variable in class org.datanucleus.identity.DatastoreIdImplXcalia
pre-created toString to improve performance
toString() - Method in class org.datanucleus.identity.DatastoreIdImplXcalia
Creates a String representation of the datastore identity, formed from the target class name and the key value.
toString() - Method in class org.datanucleus.identity.DatastoreUniqueLongId
Creates a String representation of the datastore identity, formed from the key value.
toString() - Method in class org.datanucleus.identity.IntId
Return the String form of the key.
toString() - Method in class org.datanucleus.identity.LongId
Return the String form of the key.
toString() - Method in class org.datanucleus.identity.ObjectId
Return the String form of the object id.
toString() - Method in class org.datanucleus.identity.ShortId
Return the String form of the key.
toString() - Method in class org.datanucleus.identity.StringId
Return the String form of the key.
toString(String, String) - Method in class org.datanucleus.metadata.AbstractMemberMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.ArrayMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.ClassMetaData
Returns a string representation of the object.
toString() - Method in enum org.datanucleus.metadata.ClassPersistenceModifier
 
toString(String, String) - Method in class org.datanucleus.metadata.CollectionMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.ColumnMetaData
Returns a string representation of the object using a prefix
toString(String, String) - Method in class org.datanucleus.metadata.DiscriminatorMetaData
Returns a string representation of the object using a prefix
toString() - Method in enum org.datanucleus.metadata.DiscriminatorStrategy
 
toString(String, String) - Method in class org.datanucleus.metadata.ElementMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.EmbeddedMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString() - Method in class org.datanucleus.metadata.ExtensionMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.FetchGroupMemberMetaData
 
toString(String, String) - Method in class org.datanucleus.metadata.FetchGroupMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.FetchPlanMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.FieldMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.FileMetaData
Returns a string representation of the object.
toString() - Method in class org.datanucleus.metadata.ForeignKeyAction
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.ForeignKeyMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.IdentityMetaData
Returns a string representation of the object using a prefix
toString() - Method in class org.datanucleus.metadata.IdentityStrategy
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.ImplementsMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.IndexMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.InheritanceMetaData
Returns a string representation of the object using a prefix
toString() - Method in enum org.datanucleus.metadata.InheritanceStrategy
 
toString(String, String) - Method in class org.datanucleus.metadata.InterfaceMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.JoinMetaData
Returns a string representation of the object using a prefix
toString(String, String) - Method in class org.datanucleus.metadata.KeyMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.MapMetaData
Returns a string representation of the object.
toString() - Method in class org.datanucleus.metadata.MetaData
Accessor for a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.MetaData
Returns a string representation of the object.
toString() - Method in enum org.datanucleus.metadata.MetadataFileType
 
toString() - Method in class org.datanucleus.metadata.OrderMetaData.FieldOrder
 
toString(String, String) - Method in class org.datanucleus.metadata.OrderMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.PackageMetaData
Returns a string representation of the object.
toString(String) - Method in class org.datanucleus.metadata.PersistenceFileMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.PersistenceUnitMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.PrimaryKeyMetaData
Returns a string representation of the object using a prefix
toString(String, String) - Method in class org.datanucleus.metadata.PropertyMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.QueryMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.SequenceMetaData
Returns a string representation of the object.
toString() - Method in enum org.datanucleus.metadata.SequenceStrategy
 
toString(String, String) - Method in class org.datanucleus.metadata.TableGeneratorMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.UniqueMetaData
Returns a string representation of the object.
toString(String, String) - Method in class org.datanucleus.metadata.ValueMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString(String, String) - Method in class org.datanucleus.metadata.VersionMetaData
Returns a string representation of the object using a prefix This can be used as part of a facility to output a MetaData file.
toString() - Method in enum org.datanucleus.metadata.VersionStrategy
 
toString() - Method in class org.datanucleus.plugin.Bundle.BundleDescription
 
toString() - Method in class org.datanucleus.plugin.Bundle.BundleVersion
 
toString() - Method in class org.datanucleus.plugin.Bundle.BundleVersionRange
 
toString() - Method in class org.datanucleus.plugin.Bundle
 
toString() - Method in class org.datanucleus.plugin.ConfigurationElement
 
toString() - Method in class org.datanucleus.query.compiler.Lexer
 
toString() - Method in class org.datanucleus.query.compiler.Node
Method to print out the Node as a tree.
toString() - Method in class org.datanucleus.query.compiler.QueryCompilation
 
toString() - Method in class org.datanucleus.query.expression.ArrayExpression
 
toString() - Method in class org.datanucleus.query.expression.CaseExpression
 
toString() - Method in class org.datanucleus.query.expression.ClassExpression
 
toString() - Method in class org.datanucleus.query.expression.CreatorExpression
 
toString() - Method in class org.datanucleus.query.expression.DyadicExpression
 
toString() - Method in class org.datanucleus.query.expression.Expression.Operator
 
toString() - Method in class org.datanucleus.query.expression.InvokeExpression
Method to return the string form of this expression.
toString() - Method in class org.datanucleus.query.expression.JoinExpression
 
toString() - Method in class org.datanucleus.query.expression.Literal
 
toString() - Method in class org.datanucleus.query.expression.OrderExpression
 
toString() - Method in class org.datanucleus.query.expression.ParameterExpression
 
toString() - Method in class org.datanucleus.query.expression.PrimaryExpression
Accessor for string form of the expression.
toString() - Method in class org.datanucleus.query.expression.SubqueryExpression
 
toString() - Method in class org.datanucleus.query.expression.VariableExpression
 
toString() - Method in class org.datanucleus.query.symbol.PropertySymbol
 
toString() - Method in class org.datanucleus.query.symbol.SymbolTable
 
toString() - Method in class org.datanucleus.state.AbstractStateManager
 
toString() - Method in class org.datanucleus.state.ActivityState
Returns a string representation of the object.
toString() - Method in class org.datanucleus.state.LifeCycleState
Method to return a string version of this object.
toString() - Method in class org.datanucleus.store.AbstractExtent
Stringifier method.
toString() - Method in class org.datanucleus.store.connection.AbstractConnectionFactory
Method to return a string form of this object for convenience debug.
toString() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
Method to return a string form of this object for convenience debug.
toString() - Method in enum org.datanucleus.store.connection.ConnectionResourceType
 
toString() - Method in class org.datanucleus.store.query.AbstractJavaQuery
Stringifier method
toString() - Method in enum org.datanucleus.store.schema.naming.NamingCase
 
toString() - Method in class org.datanucleus.store.schema.table.ColumnImpl
 
toString() - Method in class org.datanucleus.store.schema.table.CompleteClassTable
 
toString() - Method in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
toString() - Method in class org.datanucleus.store.StoreData
Method to return this class/field managed object as a string.
toString() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to return the Collection as a String.
toString() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to return a string form of this Map.
toString() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to return the Collection as a String.
toString() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to return the Collection as a String.
toString() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to return the Collection as a String.
toString() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to return the Collection as a String.
toString() - Method in class org.datanucleus.store.valuegenerator.ValueGenerationBlock
Stringify method.
toString() - Method in class org.datanucleus.transaction.Transaction
 
toString() - Method in class org.datanucleus.transaction.XidImpl
 
toString() - Method in class org.datanucleus.util.CommandLine
Return string like useage.
toString() - Method in class org.datanucleus.util.MacroString.IdentifierMacro
 
toString() - Method in class org.datanucleus.util.MacroString.ParameterMacro
 
toStringWithClasses() - Method in class org.datanucleus.FetchPlan
 
toStringWithoutAlias() - Method in class org.datanucleus.query.expression.InvokeExpression
Method to return the string form of this without the alias component.
TOTAL - Static variable in class org.datanucleus.state.LifeCycleState
total number of states
Transaction - Interface in org.datanucleus
Representation of a transaction within DataNucleus.
Transaction - Class in org.datanucleus.transaction
Transaction.
TRANSACTION - Static variable in class org.datanucleus.util.NucleusLogger
Log for Transaction issues
TRANSACTION_ISOLATION_OPTION - Static variable in interface org.datanucleus.Transaction
Option to use when wanting to set the transaction isolation level.
TransactionActiveOnBeginException - Exception in org.datanucleus.exceptions
An exception thrown when active is invoked on an ExecutionContext yet the transaction is already active.
TransactionActiveOnBeginException(Object) - Constructor for exception org.datanucleus.exceptions.TransactionActiveOnBeginException
Constructs a transaction already active exception with the specified detail message.
TransactionActiveOnCloseException - Exception in org.datanucleus.exceptions
An exception thrown when close is invoked on an ExecutionContext yet the transaction is still active.
TransactionActiveOnCloseException(Object) - Constructor for exception org.datanucleus.exceptions.TransactionActiveOnCloseException
Constructs a transaction is still active exception with the specified detail message.
transactionalVersion - Variable in class org.datanucleus.state.AbstractStateManager
version field for optimistic transactions, after a insert/update but not yet committed.
transactionCommitted() - Method in class org.datanucleus.ExecutionContextImpl
 
transactionCommitted(long) - Method in class org.datanucleus.management.AbstractStatistics
 
transactionCommitted(ExecutionContext) - Method in class org.datanucleus.store.AbstractStoreManager
 
transactionCommitted(ExecutionContext) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
transactionCommitted(ExecutionContext) - Method in interface org.datanucleus.store.StoreManager
Method to inform the StoreManager that a transaction has committed for the specified execution context.
transactionCommitted() - Method in interface org.datanucleus.TransactionEventListener
Method invoked when the transaction is committed.
transactionEnded() - Method in class org.datanucleus.ExecutionContextImpl
 
transactionEnded() - Method in interface org.datanucleus.TransactionEventListener
Method invoked when the transaction is ended (Using XA).
TransactionEventListener - Interface in org.datanucleus
Listener of events raised on transaction begin, commit, rollback and flush.
transactionFlushed() - Method in class org.datanucleus.ExecutionContextImpl
 
transactionFlushed() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
transactionFlushed() - Method in interface org.datanucleus.store.connection.ManagedConnection
Flush the connection.
transactionFlushed() - Method in interface org.datanucleus.store.connection.ManagedConnectionResourceListener
Transaction being flushed.
transactionFlushed() - Method in interface org.datanucleus.TransactionEventListener
Method invoked when the transaction is flushed (happens before commit, rollback).
TransactionImpl - Class in org.datanucleus
Implementation of a transaction for a datastore.
TransactionImpl(ExecutionContext, PropertyStore) - Constructor for class org.datanucleus.TransactionImpl
Constructor for a transaction for the specified ExecutionContext.
TransactionIsolation - Interface in org.datanucleus.transaction
Definition of the transaction isolation levels considered by DataNucleus.
TransactionIsolationNotSupportedException - Exception in org.datanucleus.exceptions
An exception thrown when an unsupported transaction isolation level is requested.
TransactionIsolationNotSupportedException(String) - Constructor for exception org.datanucleus.exceptions.TransactionIsolationNotSupportedException
Constructs a transaction already active exception with the specified detail message.
TransactionManager - Class in org.datanucleus.transaction
TransactionManager is facade for creating (Open/XA) transactions.
TransactionManager() - Constructor for class org.datanucleus.transaction.TransactionManager
 
TransactionManagerFinder - Class in org.datanucleus.transaction.jta
Entry point for locating a JTA TransactionManager.
TransactionManagerFinder(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.TransactionManagerFinder
Constructor.
TransactionManagerLocator - Interface in org.datanucleus.transaction.jta
Locator for a JTA TransactionManager.
TransactionNotActiveException - Exception in org.datanucleus.exceptions
An exception thrown when commit/rollback is invoked on an ExecutionContext yet the transaction is not active.
TransactionNotActiveException() - Constructor for exception org.datanucleus.exceptions.TransactionNotActiveException
Constructs an exception with the specified detail message.
TransactionNotActiveException(String, Object) - Constructor for exception org.datanucleus.exceptions.TransactionNotActiveException
Constructor.
TransactionNotReadableException - Exception in org.datanucleus.exceptions
An TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.
TransactionNotReadableException() - Constructor for exception org.datanucleus.exceptions.TransactionNotReadableException
Constructor.
TransactionNotReadableException(String, Object) - Constructor for exception org.datanucleus.exceptions.TransactionNotReadableException
Constructor.
TransactionNotWritableException - Exception in org.datanucleus.exceptions
An TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.
TransactionNotWritableException() - Constructor for exception org.datanucleus.exceptions.TransactionNotWritableException
Constructor.
TransactionNotWritableException(String, Object) - Constructor for exception org.datanucleus.exceptions.TransactionNotWritableException
Constructor.
transactionPreClose() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
transactionPreClose() - Method in interface org.datanucleus.store.connection.ManagedConnection
Prepare the connection for end of transaction.
transactionPreClose() - Method in interface org.datanucleus.store.connection.ManagedConnectionResourceListener
Transaction about to be committed/rolled-back.
transactionPreCommit() - Method in class org.datanucleus.ExecutionContextImpl
 
transactionPreCommit() - Method in interface org.datanucleus.TransactionEventListener
Method invoked before the transaction commit.
transactionPreFlush() - Method in class org.datanucleus.ExecutionContextImpl
 
transactionPreFlush() - Method in interface org.datanucleus.TransactionEventListener
Method invoked just before a flush.
transactionPreRollBack() - Method in class org.datanucleus.ExecutionContextImpl
 
transactionPreRollBack() - Method in interface org.datanucleus.TransactionEventListener
Method invoked before the transaction is rolledback.
transactionReleaseSavepoint(String) - Method in class org.datanucleus.ExecutionContextImpl
 
transactionReleaseSavepoint(String) - Method in interface org.datanucleus.TransactionEventListener
Savepoint to be released for this name.
transactionRollbackToSavepoint(String) - Method in class org.datanucleus.ExecutionContextImpl
 
transactionRollbackToSavepoint(String) - Method in interface org.datanucleus.TransactionEventListener
Invoke a rollback to this savepoint name.
transactionRolledBack() - Method in class org.datanucleus.ExecutionContextImpl
 
transactionRolledBack(long) - Method in class org.datanucleus.management.AbstractStatistics
 
transactionRolledBack(ExecutionContext) - Method in class org.datanucleus.store.AbstractStoreManager
 
transactionRolledBack(ExecutionContext) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
transactionRolledBack(ExecutionContext) - Method in interface org.datanucleus.store.StoreManager
Method to inform the StoreManager that a transaction has rolled back for the specified execution context.
transactionRolledBack() - Method in interface org.datanucleus.TransactionEventListener
Method invoked when the transaction is rolled back.
transactionSetSavepoint(String) - Method in class org.datanucleus.ExecutionContextImpl
 
transactionSetSavepoint(String) - Method in interface org.datanucleus.TransactionEventListener
Savepoint to be registered under this name.
transactionStarted() - Method in class org.datanucleus.ExecutionContextImpl
 
transactionStarted() - Method in class org.datanucleus.management.AbstractStatistics
 
transactionStarted(ExecutionContext) - Method in class org.datanucleus.store.AbstractStoreManager
 
transactionStarted(ExecutionContext) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
transactionStarted(ExecutionContext) - Method in interface org.datanucleus.store.StoreManager
Method to inform the StoreManager that a transaction has started for the specified execution context.
transactionStarted() - Method in interface org.datanucleus.TransactionEventListener
Method invoked when the transaction is started.
TransactionType - Enum in org.datanucleus.metadata
Representation of a transaction type.
TransactionUtils - Class in org.datanucleus.transaction
Utility methods relating to transactions.
TransactionUtils() - Constructor for class org.datanucleus.transaction.TransactionUtils
 
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.datanucleus.enhancer.DataNucleusClassFileTransformer
Invoked when a class is being loaded or redefined.
TRANSIENT - Static variable in class org.datanucleus.state.LifeCycleState
transient
transitionAttach(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to persistent-clean.
transitionBegin(ObjectProvider, Transaction) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to transaction begin state.
transitionCommit(ObjectProvider, Transaction) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to commit state.
transitionDeletePersistent(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to delete persistent state.
transitionDetach(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to detached-clean.
transitionEvict(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to evict state.
transitionMakeNontransactional(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to nontransactional state.
transitionMakePersistent(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to persistent state.
transitionMakeTransactional(ObjectProvider, boolean) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to transactional state.
transitionMakeTransient(ObjectProvider, boolean, boolean) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to transient state.
transitionReadField(boolean) - Method in class org.datanucleus.state.AbstractStateManager
Method to change the object state to read-field.
transitionReadField(ObjectProvider, boolean) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to read-field state.
transitionRefresh(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to refresh state.
transitionRetrieve(ObjectProvider, boolean) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to retrieve state.
transitionRetrieve(ObjectProvider, FetchPlan) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to retrieve state.
transitionRollback(ObjectProvider, Transaction) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to rollback state.
transitionSerialize(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition when serialised.
transitionWriteField() - Method in class org.datanucleus.state.AbstractStateManager
Method to change the object state to write-field.
transitionWriteField(ObjectProvider) - Method in class org.datanucleus.state.LifeCycleState
Method to transition to write-field state.
TreeMap - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class TreeMap object.
TreeMap(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.TreeMap
Constructor
TreeMap - Class in org.datanucleus.store.types.wrappers
A mutable second-class TreeMap object.
TreeMap(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.TreeMap
Constructor
TreeSet - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class TreeSet object.
TreeSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.TreeSet
Constructor, using the ObjectProvider of the "owner" and the field name.
TreeSet - Class in org.datanucleus.store.types.wrappers
A mutable second-class TreeSet object.
TreeSet(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.TreeSet
Constructor, using the ObjectProvider of the "owner" and the field name.
TrimFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function TRIM(strExpr).
TrimFunction() - Constructor for class org.datanucleus.query.inmemory.TrimFunction
 
truncate(String, int) - Static method in class org.datanucleus.store.schema.naming.AbstractNamingFactory
Method to truncate a name to fit within the specified name length.
type - Variable in class org.datanucleus.asm.Attribute
The type of this attribute.
Type - Class in org.datanucleus.asm
A Java field or method type.
type - Variable in class org.datanucleus.enhancer.ClassField
Type for the field
type - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Field type being represented.
type - Variable in class org.datanucleus.metadata.FileMetaData
Type of file (JDO, ORM, JDOQUERY, etc)
type - Variable in class org.datanucleus.store.query.Query
Type of query.
type - Variable in class org.datanucleus.store.StoreData
Type of data being stored (FCO, SCO).
TYPE_ARGUMENT - Static variable in class org.datanucleus.asm.TypePath
A type path step that steps into a type argument of a generic type.
TYPE_CONVERTER_DISABLED - Static variable in class org.datanucleus.metadata.AbstractMemberMetaData
 
TYPE_CONVERTER_EXTENSION_NAME - Static variable in class org.datanucleus.metadata.AbstractMemberMetaData
 
TypeConversionHelper - Class in org.datanucleus.util
Class with methods for type conversion.
TypeConversionHelper() - Constructor for class org.datanucleus.util.TypeConversionHelper
 
typeConverter - Variable in class org.datanucleus.store.schema.table.MemberColumnMappingImpl
 
TypeConverter<X,Y> - Interface in org.datanucleus.store.types.converters
Converter for a java type to another type suitable for the datastore.
TypeConverterHelper - Class in org.datanucleus.store.types.converters
Helper methods for using TypeConverter classes.
TypeConverterHelper() - Constructor for class org.datanucleus.store.types.converters.TypeConverterHelper
 
typeConverterMap - Variable in class org.datanucleus.store.types.TypeManagerImpl
Map of (Map of TypeConverter keyed by the datastore type), keyed by the member type.
typeManager - Variable in class org.datanucleus.AbstractNucleusContext
Manager for java types.
TypeManager - Interface in org.datanucleus.store.types
Registry of java type support.
TypeManagerImpl - Class in org.datanucleus.store.types
Implementation of registry of java type support.
TypeManagerImpl(NucleusContext) - Constructor for class org.datanucleus.store.types.TypeManagerImpl
Constructor, loading support for type mappings using the plugin mechanism.
TypePath - Class in org.datanucleus.asm
The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
TypeReference - Class in org.datanucleus.asm
A reference to a type appearing in a class, field or method declaration, or on an instruction.
TypeReference(int) - Constructor for class org.datanucleus.asm.TypeReference
Creates a new TypeReference.
typesAreCompatible(Class, String, ClassLoaderResolver) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return if two types are compatible.
typesAreCompatible(Class, Class) - Static method in class org.datanucleus.util.ClassUtils
Convenience method to return if two types are compatible.

U

UNDEFINED_RECURSION_DEPTH - Static variable in class org.datanucleus.metadata.AbstractMemberMetaData
Indicates the recursion-depth is not defined.
undetachedFieldAccess(Object, String) - Method in class org.datanucleus.util.DetachListener
Invoked when a user tries to get a non-loaded field on a detached object.
UNINITIALIZED_THIS - Static variable in interface org.datanucleus.asm.Opcodes
 
unique - Variable in class org.datanucleus.metadata.AbstractElementMetaData
Whether to add a unique constraint
unique - Variable in class org.datanucleus.metadata.ColumnMetaData
Whether this column should be marked as UNIQUE.
unique - Variable in class org.datanucleus.metadata.ForeignKeyMetaData
The unique attribute specifies whether the foreign key constraint is defined to be a unique constraint as well.
unique - Variable in class org.datanucleus.metadata.JoinMetaData
Whether to add a unique constraint.
unique - Variable in class org.datanucleus.metadata.QueryMetaData
Whether the query returns unique.
unique - Variable in class org.datanucleus.store.query.Query
Whether to return single value, or collection from the query.
uniqueConstraint - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Whether to add a unique constraint.
uniqueConstraints - Variable in class org.datanucleus.metadata.AbstractClassMetaData
List of uniqueConstraints
uniqueMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
UniqueMetaData
uniqueMetaData - Variable in class org.datanucleus.metadata.AbstractElementMetaData
UniqueMetaData.
uniqueMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
UniqueMetaData.
uniqueMetaData - Variable in class org.datanucleus.metadata.JoinMetaData
the unique element.
UniqueMetaData - Class in org.datanucleus.metadata
MetaData representing a unique constraint.
UniqueMetaData() - Constructor for class org.datanucleus.metadata.UniqueMetaData
 
UniqueMetaData(UniqueMetaData) - Constructor for class org.datanucleus.metadata.UniqueMetaData
Copy constructor.
unloadedClasses - Variable in class org.datanucleus.ClassLoaderResolverImpl
Cache for loaded classes
unloadField(String) - Method in class org.datanucleus.state.AbstractStateManager
Convenience method to unload a field/property.
unloadField(String) - Method in interface org.datanucleus.state.ObjectProvider
Mark the specified field as not loaded so that it will be reloaded on next access.
unloadMetaDataForClass(String) - Method in interface org.datanucleus.metadata.MetaDataManager
Convenience method to allow the unloading of metadata, for example where the user wants to reload a class definition and that class maybe has different metadata with the new definition.
unloadMetaDataForClass(String) - Method in class org.datanucleus.metadata.MetaDataManagerImpl
 
unloadNonFetchPlanFields() - Method in class org.datanucleus.state.AbstractStateManager
Method that will unload all fields that are not in the FetchPlan.
unloadNonFetchPlanFields() - Method in interface org.datanucleus.state.ObjectProvider
Method that will unload all fields that are not in the FetchPlan.
unlock() - Method in class org.datanucleus.state.AbstractStateManager
 
unlock(ObjectProvider) - Method in interface org.datanucleus.state.LockManager
Method to unlock the object managed by the passed ObjectProvider (mode 1).
unlock(ObjectProvider) - Method in class org.datanucleus.state.LockManagerImpl
 
unlock() - Method in interface org.datanucleus.state.ObjectProvider
Method to unlock the object owned by this ObjectProvider (if locked).
unlock() - Method in class org.datanucleus.store.connection.AbstractManagedConnection
 
unlock() - Method in interface org.datanucleus.store.connection.ManagedConnection
 
unmanageAllClasses(ClassLoaderResolver) - Method in class org.datanucleus.store.AbstractStoreManager
 
unmanageAllClasses(ClassLoaderResolver) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
unmanageAllClasses(ClassLoaderResolver) - Method in interface org.datanucleus.store.StoreManager
Remove all classes from the persistence model for the datastore.
unmanageClass(ClassLoaderResolver, String, boolean) - Method in class org.datanucleus.store.AbstractStoreManager
 
unmanageClass(ClassLoaderResolver, String, boolean) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
unmanageClass(ClassLoaderResolver, String, boolean) - Method in interface org.datanucleus.store.StoreManager
Method to remove knowledge of the specified class from this StoreManager.
unmappedColumns - Variable in class org.datanucleus.metadata.AbstractClassMetaData
The columns that are present in the datastore yet not mapped to fields in this class.
unmodifiable - Variable in class org.datanucleus.metadata.QueryMetaData
Whether the query is unmodifiable.
unmodifiable - Variable in class org.datanucleus.store.query.Query
Whether the query can be modified
unparsed - Variable in class org.datanucleus.util.MacroString.IdentifierMacro
unparsed identifier macro
unpin(Object) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
unpin(Query, Map) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
unpin(Query) - Method in class org.datanucleus.cache.JavaxCacheQueryResultCache
 
unpin(Object) - Method in interface org.datanucleus.cache.Level2Cache
Unpin the parameter instance from the second-level cache.
unpin(Object) - Method in class org.datanucleus.cache.NullLevel2Cache
Unpin the parameter instance from the second-level cache.
unpin(Object) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to unpin an object
unpin(Query, Map) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
unpin(Query) - Method in class org.datanucleus.store.query.cache.AbstractQueryResultsCache
 
unpin(Query) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Method to unpin the specified query from the cache, allowing garbage collection.
unpin(Query, Map) - Method in interface org.datanucleus.store.query.cache.QueryResultsCache
Method to unpin the specified query from the cache, allowing garbage collection.
unpinAll(Collection) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
unpinAll(Object[]) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
unpinAll(Class, boolean) - Method in class org.datanucleus.cache.AbstractLevel2Cache
 
unpinAll(Collection) - Method in interface org.datanucleus.cache.Level2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Object[]) - Method in interface org.datanucleus.cache.Level2Cache
Unpin the parameter instance from the second-level cache.
unpinAll(Class, boolean) - Method in interface org.datanucleus.cache.Level2Cache
Unpin instances from the second-level cache.
unpinAll(Class, boolean) - Method in class org.datanucleus.cache.NullLevel2Cache
Unpin instances from the second-level cache.
unpinAll(Collection) - Method in class org.datanucleus.cache.NullLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Object[]) - Method in class org.datanucleus.cache.NullLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Class, boolean) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to unpin all objects of the specified types.
unpinAll(Collection) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to unpin all of the supplied objects
unpinAll(Object[]) - Method in class org.datanucleus.cache.WeakLevel2Cache
Method to unpin all of the specified objects
unpinnedCache - Variable in class org.datanucleus.cache.WeakLevel2Cache
Unpinned objects cache.
unregisterClass(Class) - Method in class org.datanucleus.enhancer.EnhancementHelper
Unregister metadata by class.
unregisterClasses(ClassLoader) - Method in class org.datanucleus.enhancer.EnhancementHelper
Unregister metadata by class loader.
unregisterMBean(String) - Method in interface org.datanucleus.management.jmx.ManagementServer
Unregister a MBean from the MBeanServer
unregisterMBean(String) - Method in class org.datanucleus.management.jmx.Mx4jManagementServer
Unregister a MBean from the MBeanServer
unregisterMBean(String) - Method in class org.datanucleus.management.jmx.PlatformManagementServer
Unregister a MBean from the MBeanServer
unsetClassEnhancerOption(String) - Method in class org.datanucleus.enhancer.RuntimeEnhancer
 
unsetOwner() - Method in interface org.datanucleus.store.types.SCO
Nullifies references to the owner Object and field.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to unset the owner and backing store information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to unset the owner state manager and backing store information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to unset the owner and backing store information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.BitSet
Utility to unset the owner.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Collection
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Date
Utility to unset the owner.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
Utility to unset the owner.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.List
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Map
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Properties
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Queue
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Set
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.SqlDate
Utility to unset the owner.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.SqlTime
Utility to unset the owner.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
Utility to unset the owner.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Stack
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to unset the owner and field details.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to unset the owner and field information.
unsetOwner() - Method in class org.datanucleus.store.types.wrappers.Vector
Method to unset the owner and field information.
UnsetOwnerFieldManager - Class in org.datanucleus.store.fieldmanager
FieldManager to unset the owner fields of any SCO wrapped fields.
UnsetOwnerFieldManager() - Constructor for class org.datanucleus.store.fieldmanager.UnsetOwnerFieldManager
 
unsetPrimary() - Method in interface org.datanucleus.ClassLoaderResolver
Unsets the primary classloader for the current thread
unsetPrimary() - Method in class org.datanucleus.ClassLoaderResolverImpl
Unsets the primary classloader for the current thread
unsetStoringPC() - Method in class org.datanucleus.state.AbstractStateManager
 
unsetStoringPC() - Method in interface org.datanucleus.state.ObjectProvider
Method to unset the storing PC flag.
UnsupportedConnectionFactoryException - Exception in org.datanucleus.exceptions
Exception thrown if a configured connection factory is not of a supported factory type.
UnsupportedConnectionFactoryException(Object) - Constructor for exception org.datanucleus.exceptions.UnsupportedConnectionFactoryException
Constructs an unsupported connection exception.
unwrapSCOField(int, Object, boolean) - Method in interface org.datanucleus.state.ObjectProvider
Method to unwrap a SCO field (if it is wrapped currently) and return the unwrapped value.
unwrapSCOField(int, Object, boolean) - Method in class org.datanucleus.state.StateManagerImpl
Method to unwrap a SCO field (if it is wrapped currently).
update - Variable in class org.datanucleus.enhancer.ClassEnhancerImpl
Flag specifying if the class needs updating.
update - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
update - Variable in class org.datanucleus.store.query.Query
UPDATE clause of a query.
update(ObjectProvider, Collection) - Method in interface org.datanucleus.store.scostore.CollectionStore
Method to update the collection to be the supplied collection of elements.
update(ObjectProvider, ObjectProvider) - Method in interface org.datanucleus.store.scostore.PersistableRelationStore
Method to update the relation for the first object to relate to the second object.
updateable - Variable in class org.datanucleus.metadata.ColumnMetaData
Whether this column can be updated when the owning object is updated.
updateAction - Variable in class org.datanucleus.metadata.ForeignKeyMetaData
Foreign keys represent a consistency constraint in the database that must be maintained.
updateEmbeddedElement(ObjectProvider, Object, int, Object) - Method in interface org.datanucleus.store.scostore.CollectionStore
Method to update en embedded element in the collection.
updateEmbeddedElement(Object, int, Object) - Method in interface org.datanucleus.store.types.SCOCollection
Method to update an embedded element stored in the collection
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.ArrayList
Method to update an embedded element in this list.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
Method to update an embedded element in this list.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Collection
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.List
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Queue
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Set
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Stack
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Vector
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Collection
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.HashSet
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.LinkedList
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.List
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Queue
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Set
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.SortedSet
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Stack
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.TreeSet
Method to update an embedded element in this collection.
updateEmbeddedElement(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Vector
Method to update an embedded element in this collection.
updateEmbeddedKey(ObjectProvider, Object, int, Object) - Method in interface org.datanucleus.store.scostore.MapStore
Method to update en embedded key in the map.
updateEmbeddedKey(Object, int, Object) - Method in interface org.datanucleus.store.types.SCOMap
Method to update an embedded key stored in the map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Map
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to update an embedded key in this map.
updateEmbeddedKey(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to update an embedded key in this map.
updateEmbeddedValue(ObjectProvider, Object, int, Object) - Method in interface org.datanucleus.store.scostore.MapStore
Method to update en embedded value in the map.
updateEmbeddedValue(Object, int, Object) - Method in interface org.datanucleus.store.types.SCOMap
Method to update an embedded value stored in the map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Map
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.HashMap
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Hashtable
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Map
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.Properties
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.SortedMap
Method to update an embedded value in this map.
updateEmbeddedValue(Object, int, Object) - Method in class org.datanucleus.store.types.wrappers.TreeMap
Method to update an embedded value in this map.
updateField(Persistable, int, Object) - Method in class org.datanucleus.state.StateManagerImpl
Convenience method to perform the update of a field value when a setter is invoked.
updateFieldAfterInsert(Object, int) - Method in interface org.datanucleus.state.ObjectProvider
Marks the given field dirty for issuing an update after the insert.
updateFieldAfterInsert(Object, int) - Method in class org.datanucleus.state.ReferentialStateManagerImpl
Marks the given field as being required to be updated when the specified object has been inserted.
updateFieldAfterInsert(Object, int) - Method in class org.datanucleus.state.StateManagerImpl
 
updateLevel2CacheForFields(int[]) - Method in class org.datanucleus.state.AbstractStateManager
Convenience method to update a Level2 cached version of this object if cacheable and has not been modified during this transaction.
updateListWithListElements(List, List) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method for use by List attachCopy methods to update the passed (attached) list using the (attached) list elements passed.
updateLock - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
 
updateMapWithMapKeysValues(ApiAdapter, Map, Map) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method for use by Map attachCopy methods to update the passed (attached) map using the (attached) map keys/values passed.
UpdateMemberOperation - Class in org.datanucleus.flush
Flush operation for an update of the value of a member of the specified object.
UpdateMemberOperation(ObjectProvider, int, Object) - Constructor for class org.datanucleus.flush.UpdateMemberOperation
 
updateObject(ObjectProvider, int[]) - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
updateObject(ObjectProvider, int[]) - Method in interface org.datanucleus.store.StorePersistenceHandler
Updates a persistent object in the datastore.
UpperFunction - Class in org.datanucleus.query.inmemory
Evaluator for the function UPPER(stringExpr).
UpperFunction() - Constructor for class org.datanucleus.query.inmemory.UpperFunction
 
URIStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.net.URI and a String form.
URIStringConverter() - Constructor for class org.datanucleus.store.types.converters.URIStringConverter
 
URLStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.net.URL and a String form.
URLStringConverter() - Constructor for class org.datanucleus.store.types.converters.URLStringConverter
 
usableClassMetaDataByClass - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
 
useBackedSCOWrapperForMember(AbstractMemberMetaData, ExecutionContext) - Method in class org.datanucleus.store.AbstractStoreManager
 
useBackedSCOWrapperForMember(AbstractMemberMetaData, ExecutionContext) - Method in class org.datanucleus.store.federation.FederatedStoreManager
 
useBackedSCOWrapperForMember(AbstractMemberMetaData, ExecutionContext) - Method in interface org.datanucleus.store.StoreManager
Method to return whether the specified member should use a backed SCO wrapper.
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.ArrayList
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.Collection
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.HashMap
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.HashSet
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.Hashtable
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.LinkedList
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.List
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.Map
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.Properties
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.Queue
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.Set
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.SortedMap
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.SortedSet
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.Stack
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.TreeMap
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.TreeSet
 
useCache - Variable in class org.datanucleus.store.types.wrappers.backed.Vector
 
useCachedLazyLoading(ObjectProvider, AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Accessor for whether the use lazy loading when caching the collection.
useCaching() - Method in class org.datanucleus.store.query.Query
Whether the query compilation(s) should be cached.
useContainerCache(ObjectProvider, AbstractMemberMetaData) - Static method in class org.datanucleus.store.types.SCOUtils
Utility to return whether or not to use the container cache for the collection/map for the passed ObjectProvider SCO.
useCount - Variable in class org.datanucleus.store.connection.AbstractManagedConnection
Count on the number of outstanding uses of this connection.
useFetchPlan() - Method in class org.datanucleus.store.query.Query
Convenience accessor for whether to use the fetch plan with this query.
useQueuedUpdate(ObjectProvider) - Static method in class org.datanucleus.store.types.SCOUtils
Convenience method to return if we should use a queued update for the current operation.
userClassLoader - Variable in class org.datanucleus.enhancer.DataNucleusEnhancer
User-provided class loader.
useReferentialIntegrity() - Method in class org.datanucleus.store.federation.FederatedPersistenceHandler
 
useResultsCaching() - Method in class org.datanucleus.store.query.Query
Whether the results of the query should be cached.
userMetaDataNumber - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Number of user metadata items.
userRegisteredLoader - Variable in class org.datanucleus.ClassLoaderResolverImpl
ClassLoader registered to load classes (e.g set in the persistence properties as the primary loader).
userRegisteredLoaderHashCode - Variable in class org.datanucleus.ClassLoaderResolverImpl
Hash code cache for performance improvement
usesBackedSCOWrappers() - Method in class org.datanucleus.store.AbstractStoreManager
 
usesSingleFieldIdentityClass - Variable in class org.datanucleus.metadata.AbstractClassMetaData
if this persistable class uses SingleFieldIdentity
usesSingleFieldIdentityClass() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Whether this persistable class uses SingleFieldIdentity
utilisedFileMetaData - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Temporary list of the FileMetaData objects utilised in this call for metadata.
UUIDGenerator - Class in org.datanucleus.store.valuegenerator
Value generator for a UUID utilising the JDK UUID class (128-bit, 36 character).
UUIDGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.UUIDGenerator
Constructor.
UUIDHEX - Static variable in class org.datanucleus.metadata.IdentityStrategy
strategy="uuid-hex" The value "uuid-hex" specifies a strategy that generates a 128-bit UUID unique within a network (the IP address of the machine running the application is part of the id) and represents the result as a 32-character String.
UUIDHexGenerator - Class in org.datanucleus.store.valuegenerator
Value generator for a UUID hexadecimal format.
UUIDHexGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.UUIDHexGenerator
Constructor.
UUIDSTRING - Static variable in class org.datanucleus.metadata.IdentityStrategy
strategy="uuid-string" The value "uuid-string" specifies a strategy that generates a 128-bit UUID unique within a network (the IP address of the machine running the application is part of the id) and represents the result as a 16-character String.
UUIDStringConverter - Class in org.datanucleus.store.types.converters
Class to handle the conversion between java.util.UUID and a String form.
UUIDStringConverter() - Constructor for class org.datanucleus.store.types.converters.UUIDStringConverter
 
UUIDStringGenerator - Class in org.datanucleus.store.valuegenerator
Value generator for a UUID String format.
UUIDStringGenerator(String, Properties) - Constructor for class org.datanucleus.store.valuegenerator.UUIDStringGenerator
Constructor.

V

V1_1 - Static variable in interface org.datanucleus.asm.Opcodes
 
V1_2 - Static variable in interface org.datanucleus.asm.Opcodes
 
V1_3 - Static variable in interface org.datanucleus.asm.Opcodes
 
V1_4 - Static variable in interface org.datanucleus.asm.Opcodes
 
V1_5 - Static variable in interface org.datanucleus.asm.Opcodes
 
V1_6 - Static variable in interface org.datanucleus.asm.Opcodes
 
V1_7 - Static variable in interface org.datanucleus.asm.Opcodes
 
V1_8 - Static variable in interface org.datanucleus.asm.Opcodes
 
validate() - Method in interface org.datanucleus.enhancer.ClassEnhancer
Validate whether the class is enhanced.
validate() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl
 
validate() - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to validate all classes defined by addClass, addClasses, addJar, addPersistenceUnit, addFiles.
validate(ExecutionContext) - Method in class org.datanucleus.ExecutionContextPool
 
validate - Variable in class org.datanucleus.metadata.xml.AbstractMetaDataHandler
Whether to validate while parsing.
validate - Variable in class org.datanucleus.metadata.xml.MetaDataParser
Whether to validate while parsing.
validate(String, Object) - Method in class org.datanucleus.properties.BooleanPropertyValidator
Method to validate the property, allowing only Boolean or String(with boolean values).
validate(String, Object) - Method in class org.datanucleus.properties.CorePropertyValidator
Validate the specified property.
validate(String, Object) - Method in class org.datanucleus.properties.IntegerPropertyValidator
Method to validate the property, allowing only Integer or String(with Integer values).
validate(String, Object) - Method in interface org.datanucleus.properties.PropertyValidator
Method to validate the value of this property.
validate(String, Object) - Method in class org.datanucleus.properties.StringPropertyValidator
Method to validate the property, allowing only String.
validate() - Method in interface org.datanucleus.state.ObjectProvider
Validates whether the persistence capable instance exists in the datastore.
validate(ObjectProvider) - Method in class org.datanucleus.state.ObjectProviderPool
 
validate() - Method in class org.datanucleus.state.StateManagerImpl
Validates whether the persistence capable instance exists in the datastore.
validate(Object, String, Class<?>[]) - Method in class org.datanucleus.validation.BeanValidatorHandler
Validate the constraints of an object
validateClass(ClassMetaData, ClassEnhancer) - Method in class org.datanucleus.enhancer.DataNucleusEnhancer
Method to validate the enhancement state of the class defined by the MetaData.
validateColumns - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to validate any columns
validateConstraints - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to validate any constraints
validateObjectForWriting(ExecutionContext, Object, FieldValues) - Static method in class org.datanucleus.store.types.SCOUtils
Method to check if an object to be stored in a SCO container is already persistent, or is managed by a different ExecutionContext.
validateObjectIdClass(ClassLoaderResolver, MetaDataManager) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Validate the objectid-class of this class.
validateObjectsForWriting(ExecutionContext, Object) - Static method in class org.datanucleus.store.types.SCOUtils
Method to check if objects to be stored in a SCO container are already persistent, or are managed by a different ExecutionContext.
validatePropertyValue(String, Object) - Method in class org.datanucleus.Configuration
 
validateSchema(Set<String>, Properties, Object) - Method in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
 
validateSchema(Set<String>, Properties, Object) - Method in interface org.datanucleus.store.schema.StoreSchemaHandler
Method to validate the schema for the supplied classes.
validateSchemaForClasses(Set<String>, Properties) - Method in interface org.datanucleus.store.schema.SchemaAwareStoreManager
Validate the schema (tables/constraints) for the specified classes (if supported by this datastore).
validateSchemaForClasses(SchemaAwareStoreManager, Set<String>) - Method in class org.datanucleus.store.schema.SchemaTool
 
validateTables - Variable in class org.datanucleus.store.schema.AbstractStoreSchemaHandler
Whether to validate any tables
validateUnmappedColumns() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Convenience method to validate the specified "unmapped" columns.
validateUserInputForIdentity() - Method in class org.datanucleus.metadata.AbstractClassMetaData
Check for conflicts on super class and this class MetaData identity
validateUserInputForInheritanceMetaData(boolean) - Method in class org.datanucleus.metadata.AbstractClassMetaData
Check if the inheritance MetaData is credible.
validateValueIsBoolean(Object) - Static method in class org.datanucleus.properties.BooleanPropertyValidator
Convenience method that checks that the passed value is usable as a boolean.
validateXML - Variable in class org.datanucleus.metadata.MetaDataManagerImpl
Flag whether we should validate the (XML) metadata files when parsing.
ValidationNotNullAnnotationHandler - Class in org.datanucleus.metadata.annotations
Handler for the javax.validation @NotNull annotation.
ValidationNotNullAnnotationHandler() - Constructor for class org.datanucleus.metadata.annotations.ValidationNotNullAnnotationHandler
 
ValidationSizeAnnotationHandler - Class in org.datanucleus.metadata.annotations
Handler for the javax.validation @Size annotation.
ValidationSizeAnnotationHandler() - Constructor for class org.datanucleus.metadata.annotations.ValidationSizeAnnotationHandler
 
value - Variable in class org.datanucleus.metadata.DiscriminatorMetaData
Value for discriminator column
value - Variable in class org.datanucleus.metadata.ExtensionMetaData
value tag value.
value - Variable in class org.datanucleus.metadata.MapMetaData
Representation of the value of the map.
value - Variable in class org.datanucleus.util.MacroString.IdentifierMacro
the value
valueCollectionStore() - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for a backing store representing the values in the Map.
valueColumnName - Variable in class org.datanucleus.metadata.TableGeneratorMetaData
Name of the value column name
VALUEGENERATION - Static variable in class org.datanucleus.util.NucleusLogger
Log for value generation issues
ValueGenerationBlock<T> - Class in org.datanucleus.store.valuegenerator
Representation of a block of values.
ValueGenerationBlock(T[]) - Constructor for class org.datanucleus.store.valuegenerator.ValueGenerationBlock
Constructor.
ValueGenerationBlock(List<T>) - Constructor for class org.datanucleus.store.valuegenerator.ValueGenerationBlock
Constructor.
ValueGenerationConnectionProvider - Interface in org.datanucleus.store.valuegenerator
Connection provider for a ValueGenerator that requires connections to their datastore.
ValueGenerationException - Exception in org.datanucleus.store.valuegenerator
General class to throw exceptions in generators.
ValueGenerationException(String) - Constructor for exception org.datanucleus.store.valuegenerator.ValueGenerationException
Constructor
ValueGenerationException(String, Throwable) - Constructor for exception org.datanucleus.store.valuegenerator.ValueGenerationException
Constructor
ValueGenerationManager - Class in org.datanucleus.store.valuegenerator
Manager for the creation of ValueGenerators.
ValueGenerationManager() - Constructor for class org.datanucleus.store.valuegenerator.ValueGenerationManager
Constructor.
valueGenerationMgr - Variable in class org.datanucleus.store.AbstractStoreManager
Manager for value generation.
ValueGenerator<T> - Interface in org.datanucleus.store.valuegenerator
Generator interface for values.
valueGeneratorName - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
Name of a value generator if the user wants to override the default generator.
valueGeneratorName - Variable in class org.datanucleus.metadata.IdentityMetaData
Name of a value generator if the user wants to override the default generator.
valueIsPersistent() - Method in class org.datanucleus.metadata.MapMetaData
 
valueMetaData - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
ValueMetaData.
ValueMetaData - Class in org.datanucleus.metadata
This element specifies the mapping for the value component of maps.
ValueMetaData(ValueMetaData) - Constructor for class org.datanucleus.metadata.ValueMetaData
Constructor to create a copy of the passed metadata using the provided parent.
ValueMetaData() - Constructor for class org.datanucleus.metadata.ValueMetaData
Default constructor.
valueOf(String) - Static method in enum org.datanucleus.metadata.ClassPersistenceModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.DiscriminatorStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.FieldPersistenceModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.FieldRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.IdentityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.IndexedValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.InheritanceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.JdbcType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.MapMetaData.MapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.MetadataFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.NullValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.QueryLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.SequenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.StoredProcQueryParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.metadata.VersionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.query.compiler.CompilationComponent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.query.compiler.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.query.expression.JoinExpression.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.query.NullOrderingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.store.autostart.AutoStartMechanism.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.store.connection.ConnectionResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.store.PersistenceBatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.store.schema.naming.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.store.schema.naming.NamingCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.store.schema.naming.SchemaComponent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.store.schema.SchemaTool.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.datanucleus.store.valuegenerator.AbstractDatastoreGenerator.ConnectionPreference
Returns the enum constant of this type with the specified name.
valueOptions - Variable in class org.datanucleus.util.CommandLine
Appended options
values() - Method in class org.datanucleus.cache.SoftRefCache
 
values() - Method in class org.datanucleus.cache.StrongRefCache
 
values() - Method in class org.datanucleus.cache.WeakRefCache
 
values() - Static method in enum org.datanucleus.metadata.ClassPersistenceModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.DiscriminatorStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.FieldPersistenceModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.FieldRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.IdentityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.IndexedValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.InheritanceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.JdbcType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.MapMetaData.MapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.MetadataFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.NullValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.QueryLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.SequenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.StoredProcQueryParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.metadata.VersionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.query.compiler.CompilationComponent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.query.compiler.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.query.expression.JoinExpression.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.query.NullOrderingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.store.autostart.AutoStartMechanism.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.store.connection.ConnectionResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.store.PersistenceBatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.store.schema.naming.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.store.schema.naming.NamingCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.store.schema.naming.SchemaComponent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.datanucleus.store.schema.SchemaTool.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.backed.Map
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.HashMap
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.Hashtable
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.Map
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.Properties
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.SortedMap
Accessor for the set of values in the Map.
values() - Method in class org.datanucleus.store.types.wrappers.TreeMap
Accessor for the set of values in the Map.
values() - Static method in enum org.datanucleus.store.valuegenerator.AbstractDatastoreGenerator.ConnectionPreference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.datanucleus.util.MultiMap
Accessor for the values in the Map.
values() - Method in class org.datanucleus.util.ReferenceValueMap
Accessor for the values from the Map.
valuesAreEmbedded() - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for whether the values are embedded.
valuesAreSerialised() - Method in interface org.datanucleus.store.scostore.MapStore
Accessor for whether the values are serialised.
valueStrategy - Variable in class org.datanucleus.metadata.AbstractMemberMetaData
The value-strategy attribute specifies the strategy used to generate values for the field.
varExpr - Variable in exception org.datanucleus.query.inmemory.VariableNotSetException
 
VARIABLE - Static variable in interface org.datanucleus.query.symbol.Symbol
 
VariableExpression - Class in org.datanucleus.query.expression
Expression representing a variable.
VariableExpression(String) - Constructor for class org.datanucleus.query.expression.VariableExpression
 
VariableExpression(String, Class) - Constructor for class org.datanucleus.query.expression.VariableExpression
 
VariableNotSetException - Exception in org.datanucleus.query.inmemory
Exception representing a variable not having its value currently set in the query.
VariableNotSetException(VariableExpression) - Constructor for exception org.datanucleus.query.inmemory.VariableNotSetException
Constructor when we don't know the possible values.
VariableNotSetException(VariableExpression, Object[]) - Constructor for exception org.datanucleus.query.inmemory.VariableNotSetException
Constructor when we know the possible variable values.
variables - Variable in class org.datanucleus.query.compiler.JavaQueryCompiler
 
variableValues - Variable in exception org.datanucleus.query.inmemory.VariableNotSetException
 
Vector - Class in org.datanucleus.store.types.wrappers.backed
A mutable second-class Vector object.
Vector(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.backed.Vector
Constructor, using the ObjectProvider of the "owner" and the field name.
Vector - Class in org.datanucleus.store.types.wrappers
A mutable second-class Vector object.
Vector(ObjectProvider, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.types.wrappers.Vector
Constructor, using the ObjectProvider of the "owner" and the field name.
VENDOR_NAME - Static variable in class org.datanucleus.metadata.MetaData
Vendor name (DataNucleus) used for extensions.
vendorName - Variable in class org.datanucleus.metadata.ExtensionMetaData
vendor-name tag value.
verifyTypeConverterForMember(AbstractMemberMetaData, TypeConverter) - Method in interface org.datanucleus.store.schema.table.SchemaVerifier
Method to allow the verifier to approve, override, or null out the TypeConverter to be used for a member.
VersionHelper - Class in org.datanucleus.store
Helper methods for handling optimistic versioning.
VersionHelper() - Constructor for class org.datanucleus.store.VersionHelper
 
versionMetaData - Variable in class org.datanucleus.metadata.AbstractClassMetaData
Version MetaData
VersionMetaData - Class in org.datanucleus.metadata
Three common strategies for versioning instances are supported by standard metadata.
VersionMetaData() - Constructor for class org.datanucleus.metadata.VersionMetaData
 
versionStrategy - Variable in class org.datanucleus.metadata.VersionMetaData
strategy for generating the version.
VersionStrategy - Enum in org.datanucleus.metadata
Three common strategies for versioning instances are supported by standard metadata.
ViewUtils - Class in org.datanucleus.util
Utilities for handling Views.
ViewUtils() - Constructor for class org.datanucleus.util.ViewUtils
 
visit(String, Object) - Method in class org.datanucleus.asm.AnnotationVisitor
Visits a primitive value of the annotation.
visit(int, int, String, String, String, String[]) - Method in class org.datanucleus.asm.ClassVisitor
Visits the header of the class.
visit(int, int, String, String, String, String[]) - Method in class org.datanucleus.asm.ClassWriter
 
visit(int, int, String, String, String, String[]) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visit(int, int, String, String, String, String[]) - Method in class org.datanucleus.enhancer.EnhancerClassAdapter
Method called to visit the header of the class.
visit(int, int, String, String, String, String[]) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Method to visit the header of the class
visitAnnotation(String, String) - Method in class org.datanucleus.asm.AnnotationVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, boolean) - Method in class org.datanucleus.asm.ClassVisitor
Visits an annotation of the class.
visitAnnotation(String, boolean) - Method in class org.datanucleus.asm.ClassWriter
 
visitAnnotation(String, boolean) - Method in class org.datanucleus.asm.FieldVisitor
Visits an annotation of the field.
visitAnnotation(String, boolean) - Method in class org.datanucleus.asm.MethodVisitor
Visits an annotation of this method.
visitAnnotation(String, boolean) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visitAnnotation(String, boolean) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Method to visit a class annotations
visitAnnotation(String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitAnnotation(String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitAnnotationDefault() - Method in class org.datanucleus.asm.MethodVisitor
Visits the default value of this annotation interface method.
visitAnnotationDefault() - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitAnnotationDefault() - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitArray(String) - Method in class org.datanucleus.asm.AnnotationVisitor
Visits an array value of the annotation.
visitAttribute(Attribute) - Method in class org.datanucleus.asm.ClassVisitor
Visits a non standard attribute of the class.
visitAttribute(Attribute) - Method in class org.datanucleus.asm.ClassWriter
 
visitAttribute(Attribute) - Method in class org.datanucleus.asm.FieldVisitor
Visits a non standard attribute of the field.
visitAttribute(Attribute) - Method in class org.datanucleus.asm.MethodVisitor
Visits a non standard attribute of this method.
visitAttribute(Attribute) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visitAttribute(Attribute) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Method to visit a non-standard attribute
visitAttribute(Attribute) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitAttribute(Attribute) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitCode() - Method in class org.datanucleus.asm.MethodVisitor
Starts the visit of the method's code, if any (i.e.
visitCode() - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitCode() - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitEnd() - Method in class org.datanucleus.asm.AnnotationVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.datanucleus.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class org.datanucleus.asm.ClassWriter
 
visitEnd() - Method in class org.datanucleus.asm.FieldVisitor
Visits the end of the field.
visitEnd() - Method in class org.datanucleus.asm.MethodVisitor
Visits the end of the method.
visitEnd() - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visitEnd() - Method in class org.datanucleus.enhancer.EnhancerClassAdapter
Method called at the end of the class.
visitEnd() - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Visit the end of the class
visitEnd() - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
Method called at the end of visiting the getXXX method.
visitEnd() - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
Method called at the end of visiting the setXXX method.
visitEnum(String, String, String) - Method in class org.datanucleus.asm.AnnotationVisitor
Visits an enumeration value of the annotation.
visitField(int, String, String, String, Object) - Method in class org.datanucleus.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, String, Object) - Method in class org.datanucleus.asm.ClassWriter
 
visitField(int, String, String, String, Object) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visitField(int, String, String, String, Object) - Method in class org.datanucleus.enhancer.EnhancerClassAdapter
Method called when a field of the class is visited.
visitField(int, String, String, String, Object) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Visit a field of the class.
visitFieldInsn(int, String, String, String) - Method in class org.datanucleus.asm.MethodVisitor
Visits a field instruction.
visitFieldInsn(int, String, String, String) - Method in class org.datanucleus.enhancer.EnhancerMethodAdapter
Method to intercept any calls to fields.
visitFieldInsn(int, String, String, String) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitFieldInsn(int, String, String, String) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.datanucleus.asm.MethodVisitor
Visits the current state of the local variables and operand stack elements.
visitFrame(int, int, Object[], int, Object[]) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitIincInsn(int, int) - Method in class org.datanucleus.asm.MethodVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitIincInsn(int, int) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.datanucleus.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - Method in class org.datanucleus.asm.ClassWriter
 
visitInnerClass(String, String, String, int) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Visit an inner class of the class
visitInsn(int) - Method in class org.datanucleus.asm.MethodVisitor
Visits a zero operand instruction.
visitInsn(int) - Method in class org.datanucleus.enhancer.EnhancerMethodAdapter
Method to intercept any general instructions.
visitInsn(int) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitInsn(int) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.asm.MethodVisitor
Visits an annotation on an instruction.
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitIntInsn(int, int) - Method in class org.datanucleus.asm.MethodVisitor
Visits an instruction with a single int operand.
visitIntInsn(int, int) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitIntInsn(int, int) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.datanucleus.asm.MethodVisitor
Visits an invokedynamic instruction.
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitJumpInsn(int, Label) - Method in class org.datanucleus.asm.MethodVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitJumpInsn(int, Label) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitLabel(Label) - Method in class org.datanucleus.asm.MethodVisitor
Visits a label.
visitLabel(Label) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitLabel(Label) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitLdcInsn(Object) - Method in class org.datanucleus.asm.MethodVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitLdcInsn(Object) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitLineNumber(int, Label) - Method in class org.datanucleus.asm.MethodVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitLineNumber(int, Label) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.datanucleus.asm.MethodVisitor
Visits a local variable declaration.
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.datanucleus.asm.MethodVisitor
Visits an annotation on a local variable type.
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.datanucleus.asm.MethodVisitor
Visits a LOOKUPSWITCH instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitMaxs(int, int) - Method in class org.datanucleus.asm.MethodVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMaxs(int, int) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitMaxs(int, int) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitMethod(int, String, String, String, String[]) - Method in class org.datanucleus.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String, String[]) - Method in class org.datanucleus.asm.ClassWriter
 
visitMethod(int, String, String, String, String[]) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.datanucleus.enhancer.EnhancerClassAdapter
Method called when a method of the class is visited.
visitMethod(int, String, String, String, String[]) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Visit a method of the class
visitMethodInsn(int, String, String, String) - Method in class org.datanucleus.asm.MethodVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.datanucleus.asm.MethodVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String) - Method in class org.datanucleus.enhancer.EnhancerMethodAdapter
Method to intercept any calls to methods.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitMethodInsn(int, String, String, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.datanucleus.asm.MethodVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitor - Variable in class org.datanucleus.enhancer.ClassMethod
Visitor for use in updating the method of the class (set in initialise).
visitor - Variable in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
Visitor for the aaaGetXXX method.
visitor - Variable in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
Visitor for the aaaSetXXX method.
visitOuterClass(String, String, String) - Method in class org.datanucleus.asm.ClassVisitor
Visits the enclosing class of the class.
visitOuterClass(String, String, String) - Method in class org.datanucleus.asm.ClassWriter
 
visitOuterClass(String, String, String) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visitOuterClass(String, String, String) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Visit an outer class.
visitParameter(String, int) - Method in class org.datanucleus.asm.MethodVisitor
Visits a parameter of this method.
visitParameter(String, int) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitParameter(String, int) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitParameterAnnotation(int, String, boolean) - Method in class org.datanucleus.asm.MethodVisitor
Visits an annotation of a parameter this method.
visitParameterAnnotation(int, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitParameterAnnotation(int, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitSource(String, String) - Method in class org.datanucleus.asm.ClassVisitor
Visits the source of the class.
visitSource(String, String) - Method in class org.datanucleus.asm.ClassWriter
 
visitSource(String, String) - Method in class org.datanucleus.enhancer.ClassEnhancerImpl.MyClassVisitor
 
visitSource(String, String) - Method in class org.datanucleus.enhancer.EnhancerClassChecker
Visit the source of the class
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.datanucleus.asm.MethodVisitor
Visits a TABLESWITCH instruction.
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.asm.MethodVisitor
Visits an annotation on an exception handler type.
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.datanucleus.asm.MethodVisitor
Visits a try catch block.
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.asm.ClassVisitor
Visits an annotation on a type in the class signature.
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.asm.ClassWriter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.asm.FieldVisitor
Visits an annotation on the type of the field.
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.asm.MethodVisitor
Visits an annotation on a type in the method signature.
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitTypeInsn(int, String) - Method in class org.datanucleus.asm.MethodVisitor
Visits a type instruction.
visitTypeInsn(int, String) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitTypeInsn(int, String) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
visitVarInsn(int, int) - Method in class org.datanucleus.asm.MethodVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - Method in class org.datanucleus.enhancer.EnhancerPropertyGetterAdapter
 
visitVarInsn(int, int) - Method in class org.datanucleus.enhancer.EnhancerPropertySetterAdapter
 
VOID - Static variable in class org.datanucleus.asm.Type
The sort of the void type.
VOID_TYPE - Static variable in class org.datanucleus.asm.Type
The void type.

W

warn(Object) - Method in class org.datanucleus.util.JDK14Logger
Log a warning message.
warn(Object, Throwable) - Method in class org.datanucleus.util.JDK14Logger
Log a warning message with throwable.
warn(Object) - Method in class org.datanucleus.util.Log4JLogger
Log a warning message.
warn(Object, Throwable) - Method in class org.datanucleus.util.Log4JLogger
Log a warning message with throwable.
warn(Object) - Method in class org.datanucleus.util.NucleusLogger
Log a warning message.
warn(Object, Throwable) - Method in class org.datanucleus.util.NucleusLogger
Log a warning message with throwable.
warn(Object) - Method in class org.datanucleus.util.NullLogger
 
warn(Object, Throwable) - Method in class org.datanucleus.util.NullLogger
 
WeakLevel2Cache - Class in org.datanucleus.cache
Weak referenced implementation of a Level 2 cache.
WeakLevel2Cache() - Constructor for class org.datanucleus.cache.WeakLevel2Cache
 
WeakLevel2Cache(NucleusContext) - Constructor for class org.datanucleus.cache.WeakLevel2Cache
Constructor.
WeakQueryCompilationCache - Class in org.datanucleus.query.cache
Weak-reference implementation of a generic query compilation cache.
WeakQueryCompilationCache(NucleusContext) - Constructor for class org.datanucleus.query.cache.WeakQueryCompilationCache
 
WeakQueryDatastoreCompilationCache - Class in org.datanucleus.store.query.cache
Weak-referenced implementation of datastore query compilation cache.
WeakQueryDatastoreCompilationCache(NucleusContext) - Constructor for class org.datanucleus.store.query.cache.WeakQueryDatastoreCompilationCache
 
WeakQueryResultsCache - Class in org.datanucleus.store.query.cache
Weak-reference implementation of a query results cache.
WeakQueryResultsCache(NucleusContext) - Constructor for class org.datanucleus.store.query.cache.WeakQueryResultsCache
 
WeakRefCache - Class in org.datanucleus.cache
Level 1 Cache using Weak referenced objects in a Map.
WeakRefCache() - Constructor for class org.datanucleus.cache.WeakRefCache
Default constructor (required)
WeakValueMap - Class in org.datanucleus.util
A java.util.Map implementation using weak reference values.
WeakValueMap() - Constructor for class org.datanucleus.util.WeakValueMap
Default Constructor
WeakValueMap(int) - Constructor for class org.datanucleus.util.WeakValueMap
Constructor taking the initial capacity.
WeakValueMap(int, float) - Constructor for class org.datanucleus.util.WeakValueMap
Constructor taking the initial capacity and load factor.
WeakValueMap(Map) - Constructor for class org.datanucleus.util.WeakValueMap
Constructor taking a Map for definition.
WebLogicTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for BEA WebLogic.
WebLogicTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.WebLogicTransactionManagerLocator
Constructor.
WebSphereTransactionManagerLocator - Class in org.datanucleus.transaction.jta
Locator for the TransactionManager for IBM WebsFear 4 and 5.
WebSphereTransactionManagerLocator(NucleusContext) - Constructor for class org.datanucleus.transaction.jta.WebSphereTransactionManagerLocator
Constructor.
WILDCARD_BOUND - Static variable in class org.datanucleus.asm.TypePath
A type path step that steps into the bound of a wildcard type.
WithArgOption(String, String, String, String) - Constructor for class org.datanucleus.util.CommandLine.WithArgOption
Constructor
wordSeparator - Variable in class org.datanucleus.store.schema.naming.AbstractNamingFactory
Separator to use for words in the identifiers.
wrapSCOField(int, Object, boolean, boolean, boolean) - Method in interface org.datanucleus.state.ObjectProvider
Method to wrap a SCO field (if not wrapped currently) and return the wrapped value.
wrapSCOField(int, Object, boolean, boolean, boolean) - Method in class org.datanucleus.state.StateManagerImpl
Method to create a new SCO wrapper for the specified field.
write(ClassWriter, byte[], int, int, int) - Method in class org.datanucleus.asm.Attribute
Returns the byte array form of this attribute.
writeExternal(ObjectOutput) - Method in class org.datanucleus.identity.ByteId
Write this object.
writeExternal(ObjectOutput) - Method in class org.datanucleus.identity.CharId
Write this object.
writeExternal(ObjectOutput) - Method in class org.datanucleus.identity.IntId
Write this object.
writeExternal(ObjectOutput) - Method in class org.datanucleus.identity.LongId
Write this object.
writeExternal(ObjectOutput) - Method in class org.datanucleus.identity.ObjectId
Write this object.
writeExternal(ObjectOutput) - Method in class org.datanucleus.identity.ShortId
Write this object.
writeExternal(ObjectOutput) - Method in class org.datanucleus.identity.SingleFieldId
Write to the output stream.
writeExternal(ObjectOutput) - Method in class org.datanucleus.identity.StringId
Write this object.
WriteObject - Class in org.datanucleus.enhancer.methods
Method to generate the method "writeObject" using ASM.
WriteObject(ClassEnhancer, String, int, Object, Object[], String[]) - Constructor for class org.datanucleus.enhancer.methods.WriteObject
Constructor.
WriteObject(ClassEnhancer, String, int, Object, Object[], String[], String[]) - Constructor for class org.datanucleus.enhancer.methods.WriteObject
Constructor.
writeReplace() - Method in class org.datanucleus.store.query.CandidateIdsQueryResult
Handle serialisation by returning a java.util.ArrayList of all of the results for this query after disconnecting the query which has the consequence of enforcing the load of all objects.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.ArrayList
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.ArrayList
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.Collection
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.HashMap
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.HashSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.Hashtable
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashMap
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedHashSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.LinkedList
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.List
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.Map
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.PriorityQueue
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.Properties
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.Queue
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.Set
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.SortedMap
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.SortedSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.Stack
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.TreeMap
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.TreeSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.backed.Vector
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.BitSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Collection
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Date
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.GregorianCalendar
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.HashMap
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.HashSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Hashtable
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.LinkedHashMap
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.LinkedHashSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.LinkedList
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.List
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Map
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.PriorityQueue
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Properties
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Queue
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Set
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.SortedMap
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.SortedSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.SqlDate
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.SqlTime
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.SqlTimestamp
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Stack
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.TreeMap
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.TreeSet
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.
writeReplace() - Method in class org.datanucleus.store.types.wrappers.Vector
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream.

X

XcaliaIdentityStringTranslator - Class in org.datanucleus.identity
Identity translator that allows for some combinations that Xcalia XIC allowed.
XcaliaIdentityStringTranslator() - Constructor for class org.datanucleus.identity.XcaliaIdentityStringTranslator
 
XidImpl - Class in org.datanucleus.transaction
 
XidImpl(int, int, byte[]) - Constructor for class org.datanucleus.transaction.XidImpl
 
XidImpl(int, int, int) - Constructor for class org.datanucleus.transaction.XidImpl
 
XMLAutoStarter - Class in org.datanucleus.store.autostart
An auto-starter mechanism storing its definition in an XML file.
XMLAutoStarter(StoreManager, ClassLoaderResolver) - Constructor for class org.datanucleus.store.autostart.XMLAutoStarter
Constructor, taking the XML file URL.
XMLAutoStarterEntityResolver - Class in org.datanucleus.store.autostart
Implementation of an entity resolver for Auto Starter files.
XMLAutoStarterEntityResolver() - Constructor for class org.datanucleus.store.autostart.XMLAutoStarterEntityResolver
 
xor(BitSet) - Method in class org.datanucleus.store.types.wrappers.BitSet
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2015. All rights reserved.