Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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
AbsFunctionEvaluator
- Class in
org.datanucleus.query.evaluator.memory
Evaluator for the function ABS(numExpr).
AbsFunctionEvaluator()
- Constructor for class org.datanucleus.query.evaluator.memory.
AbsFunctionEvaluator
AbstractAutoStartMechanism
- Class in
org.datanucleus.store
Abstract representation of an autostart mechanism.
AbstractAutoStartMechanism()
- Constructor for class org.datanucleus.store.
AbstractAutoStartMechanism
Constructor.
AbstractClassMetaData
- Class in
org.datanucleus.metadata
Abstract representation of the MetaData of a class/interface.
AbstractClassMetaData(PackageMetaData, String, String, String, String, String, String, String, String, String, String, String, 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".
AbstractConstraintMetaData
- Class in
org.datanucleus.metadata
Abstract representation of an ORM constraint.
AbstractConstraintMetaData(MetaData, String, String)
- Constructor for class org.datanucleus.metadata.
AbstractConstraintMetaData
Constructor.
AbstractDatastoreGenerator
- 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.
AbstractElementMetaData
- Class in
org.datanucleus.metadata
This element specifies the mapping for the element component of arrays and collections.
AbstractElementMetaData(MetaData, AbstractElementMetaData)
- Constructor for class org.datanucleus.metadata.
AbstractElementMetaData
Constructor to create a copy of the passed metadata object applying the passed parent.
AbstractElementMetaData(MetaData, String, String, String, String, String, String)
- Constructor for class org.datanucleus.metadata.
AbstractElementMetaData
Constructor.
AbstractExpressionEvaluator
- Class in
org.datanucleus.query.evaluator
Abstract evaluator for an expression.
AbstractExpressionEvaluator()
- Constructor for class org.datanucleus.query.evaluator.
AbstractExpressionEvaluator
AbstractExtent
- Class in
org.datanucleus.store
Abstract representation of a JDO Extent.
AbstractExtent(ObjectManager, Class, boolean, AbstractClassMetaData)
- Constructor for class org.datanucleus.store.
AbstractExtent
Constructor.
AbstractFetchFieldManager
- Class in
org.datanucleus.store.fieldmanager
Base field manager for handling the fetching of fields.
AbstractFetchFieldManager(StateManager, boolean[], FetchPlan.FetchPlanForClass, FetchPlanState)
- Constructor for class org.datanucleus.store.fieldmanager.
AbstractFetchFieldManager
Constructor for a field manager for fetch plan processing.
AbstractFetchFieldManager.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.EndOfFetchPlanGraphException()
- Constructor for exception org.datanucleus.store.fieldmanager.
AbstractFetchFieldManager.EndOfFetchPlanGraphException
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
- 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(ObjectManager)
- 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(ObjectManager)
- Constructor for class org.datanucleus.store.query.
AbstractJDOQLQuery
Constructor.
AbstractJDOQLQuery(ObjectManager, AbstractJDOQLQuery)
- Constructor for class org.datanucleus.store.query.
AbstractJDOQLQuery
Constructs a new query instance having the same criteria as the given query.
AbstractJDOQLQuery(ObjectManager, 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(ObjectManager)
- Constructor for class org.datanucleus.store.query.
AbstractJPQLQuery
Constructor.
AbstractJPQLQuery(ObjectManager, AbstractJPQLQuery)
- Constructor for class org.datanucleus.store.query.
AbstractJPQLQuery
Constructs a new query instance having the same criteria as the given query.
AbstractJPQLQuery(ObjectManager, String)
- Constructor for class org.datanucleus.store.query.
AbstractJPQLQuery
Constructor for a JPQL query where the query is specified using the "Single-String" format.
AbstractMemberMetaData
- Class in
org.datanucleus.metadata
Abstract representation of MetaData for a field/property of a class/interface.
AbstractMemberMetaData(MetaData, String)
- Constructor for class org.datanucleus.metadata.
AbstractMemberMetaData
Convenience constructor taking defaults
AbstractMemberMetaData(MetaData, AbstractMemberMetaData)
- Constructor for class org.datanucleus.metadata.
AbstractMemberMetaData
Convenience constructor to copy the specification from the passed field.
AbstractMemberMetaData(MetaData, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)
- Constructor for class org.datanucleus.metadata.
AbstractMemberMetaData
Constructor.
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.
AbstractPersistenceManagerFactory
- Class in
org.datanucleus.jdo
Factory used to obtain
PersistenceManager
instances.
AbstractPersistenceManagerFactory()
- Constructor for class org.datanucleus.jdo.
AbstractPersistenceManagerFactory
Constructor.
AbstractQueryResult
- 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
Constructor.
AbstractSQLQuery
- Class in
org.datanucleus.store.query
Base definition of a query using SQL.
AbstractSQLQuery(ObjectManager, AbstractSQLQuery)
- Constructor for class org.datanucleus.store.query.
AbstractSQLQuery
Constructs a new query instance from the existing query.
AbstractSQLQuery(ObjectManager, String)
- Constructor for class org.datanucleus.store.query.
AbstractSQLQuery
Constructs a new query instance having the same criteria as the given query.
AbstractStateManager
- Class in
org.datanucleus.state
Abstract representation of a StateManager.
AbstractStateManager(ObjectManager, AbstractClassMetaData)
- Constructor for class org.datanucleus.state.
AbstractStateManager
Constructor.
AbstractStoreManager
- Class in
org.datanucleus.store
An abstract representation of a Store Manager.
AbstractStoreManager(String, ClassLoaderResolver, OMFContext)
- Constructor for class org.datanucleus.store.
AbstractStoreManager
Constructor for a new StoreManager.
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
acquireThreadContextInfo()
- Method in class org.datanucleus.
ObjectManagerImpl
Accessor for the thread context information, for the current thread.
ActivityState
- Class in
org.datanucleus.state
Definition of the activity states of a StateManager.
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
AggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
BigDecimalAggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
BigIntegerAggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
DateAggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
DoubleAggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
FloatAggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
IntegerAggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
LongAggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
NumericAggregateExpression
add(Object)
- Method in class org.datanucleus.query.evaluator.memory.
ShortAggregateExpression
add(int, Object)
- Method in class org.datanucleus.sco.backed.
ArrayList
Method to add an element to a position in the ArrayList.
add(Object)
- Method in class org.datanucleus.sco.backed.
ArrayList
Method to add an element to the ArrayList.
add(Object)
- Method in class org.datanucleus.sco.backed.
Collection
Method to add an element to the Collection.
add(Object)
- Method in class org.datanucleus.sco.backed.
HashSet
Method to add an element to the HashSet.
add(Object)
- Method in class org.datanucleus.sco.backed.
LinkedHashSet
Method to add an element to the LinkedHashSet.
add(int, Object)
- Method in class org.datanucleus.sco.backed.
LinkedList
Method to add an element to a position in the LinkedList.
add(Object)
- Method in class org.datanucleus.sco.backed.
LinkedList
Method to add an element to the LinkedList.
add(Object)
- Method in class org.datanucleus.sco.backed.
List
Method to add an element to the List
add(int, Object)
- Method in class org.datanucleus.sco.backed.
List
Method to add an element to the List at a position.
add(Object)
- Method in class org.datanucleus.sco.backed.
PriorityQueue
Method to add an element to the Collection.
add(Object)
- Method in class org.datanucleus.sco.backed.
Queue
Method to add an element to the Collection.
add(Object)
- Method in class org.datanucleus.sco.backed.
Set
Method to add an element to the Collection.
add(Object)
- Method in class org.datanucleus.sco.backed.
SortedSet
Method to add an element to the SortedSet.
add(int, Object)
- Method in class org.datanucleus.sco.backed.
Stack
Method to add an element to a position in the Stack
add(Object)
- Method in class org.datanucleus.sco.backed.
Stack
Method to add an element to the Stack
add(Object)
- Method in class org.datanucleus.sco.backed.
TreeSet
Method to add an element to the TreeSet.
add(int, Object)
- Method in class org.datanucleus.sco.backed.
Vector
Method to add an element to a position in the Vector.
add(Object)
- Method in class org.datanucleus.sco.backed.
Vector
Method to add an element to the Vector.
add(Object)
- Method in class org.datanucleus.sco.
SCOListIterator
add(int, Object)
- Method in class org.datanucleus.sco.simple.
ArrayList
Method to add an element to a position in the ArrayList.
add(Object)
- Method in class org.datanucleus.sco.simple.
ArrayList
Method to add an element to the ArrayList.
add(Object)
- Method in class org.datanucleus.sco.simple.
Collection
Method to add an element to the Collection.
add(int, int)
- Method in class org.datanucleus.sco.simple.
GregorianCalendar
Method to add an amount to a field
add(Object)
- Method in class org.datanucleus.sco.simple.
HashSet
Method to add an element to the HashSet.
add(Object)
- Method in class org.datanucleus.sco.simple.
LinkedHashSet
Method to add an element to the LinkedHashSet.
add(int, Object)
- Method in class org.datanucleus.sco.simple.
LinkedList
Method to add an element to a position in the LinkedList.
add(Object)
- Method in class org.datanucleus.sco.simple.
LinkedList
Method to add an element to the LinkedList.
add(Object)
- Method in class org.datanucleus.sco.simple.
List
Method to add an element to the List
add(int, Object)
- Method in class org.datanucleus.sco.simple.
List
Method to add an element to the List at a position.
add(Object)
- Method in class org.datanucleus.sco.simple.
PriorityQueue
Method to add an element to the Collection.
add(Object)
- Method in class org.datanucleus.sco.simple.
Queue
Method to add an element to the Collection.
add(Object)
- Method in class org.datanucleus.sco.simple.
Set
Method to add an element to the Collection.
add(Object)
- Method in class org.datanucleus.sco.simple.
SortedSet
Method to add an element to the SortedSet.
add(int, Object)
- Method in class org.datanucleus.sco.simple.
Stack
Method to add an element to a position in the Stack
add(Object)
- Method in class org.datanucleus.sco.simple.
Stack
Method to add an element to the Stack
add(Object)
- Method in class org.datanucleus.sco.simple.
TreeSet
Method to add an element to the TreeSet.
add(int, Object)
- Method in class org.datanucleus.sco.simple.
Vector
Method to add an element to a position in the Vector.
add(Object)
- Method in class org.datanucleus.sco.simple.
Vector
Method to add an element to the Vector.
add(int, Object)
- Method in class org.datanucleus.store.query.
AbstractQueryResult
Method to add a result.
add(Object)
- Method in class org.datanucleus.store.query.
AbstractQueryResult
Method to add results.
add(Object)
- Method in class org.datanucleus.store.query.
AbstractQueryResultIterator
add(StateManager, Object, int)
- Method in interface org.datanucleus.store.scostore.
CollectionStore
Method to add an element to the collection.
add(StateManager, Object, int, int)
- Method in interface org.datanucleus.store.scostore.
ListStore
Method to add an element to the List.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
ArrayList
Method to add a Collection to the ArrayList.
addAll(int, Collection)
- Method in class org.datanucleus.sco.backed.
ArrayList
Method to add a Collection to a position in the ArrayList.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
Collection
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
HashSet
Method to add a collection to the HashSet.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
LinkedHashSet
Method to add a collection to the LinkedHashSet.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
LinkedList
Method to add a Collection to the LinkedList.
addAll(int, Collection)
- Method in class org.datanucleus.sco.backed.
LinkedList
Method to add a Collection to a position in the LinkedList.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
List
Method to add a Collection to the ArrayList.
addAll(int, Collection)
- Method in class org.datanucleus.sco.backed.
List
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
PriorityQueue
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
Queue
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
Set
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
SortedSet
Method to add a collection to the SortedSet.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
Stack
Method to add a Collection to the Stack
addAll(int, Collection)
- Method in class org.datanucleus.sco.backed.
Stack
Method to add a Collection to a position in the Stack
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
TreeSet
Method to add a collection to the TreeSet.
addAll(Collection)
- Method in class org.datanucleus.sco.backed.
Vector
Method to add a Collection to the Vector.
addAll(int, Collection)
- Method in class org.datanucleus.sco.backed.
Vector
Method to add a Collection to a position in the Vector.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
ArrayList
Method to add a Collection to the ArrayList.
addAll(int, Collection)
- Method in class org.datanucleus.sco.simple.
ArrayList
Method to add a Collection to a position in the ArrayList.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
Collection
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
HashSet
Method to add a collection to the HashSet.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
LinkedHashSet
Method to add a collection to the LinkedHashSet.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
LinkedList
Method to add a Collection to the LinkedList.
addAll(int, Collection)
- Method in class org.datanucleus.sco.simple.
LinkedList
Method to add a Collection to a position in the LinkedList.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
List
Method to add a Collection to the ArrayList.
addAll(int, Collection)
- Method in class org.datanucleus.sco.simple.
List
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
PriorityQueue
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
Queue
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
Set
Method to add a collection of elements.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
SortedSet
Method to add a collection to the SortedSet.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
Stack
Method to add a Collection to the Stack
addAll(int, Collection)
- Method in class org.datanucleus.sco.simple.
Stack
Method to add a Collection to a position in the Stack
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
TreeSet
Method to add a collection to the TreeSet.
addAll(Collection)
- Method in class org.datanucleus.sco.simple.
Vector
Method to add a Collection to the Vector.
addAll(int, Collection)
- Method in class org.datanucleus.sco.simple.
Vector
Method to add a Collection to a position in the Vector.
addAll(int, Collection)
- Method in class org.datanucleus.store.query.
AbstractQueryResult
Method to add results.
addAll(StateManager, Collection, int)
- Method in interface org.datanucleus.store.scostore.
CollectionStore
Method to add a collection of elements to the collection.
addAll(StateManager, Collection, int, int)
- Method in interface org.datanucleus.store.scostore.
ListStore
Method to add a collection of elements to the List.
AddAtOperation
- Class in
org.datanucleus.sco.queued
Add operation at a position for a list.
AddAtOperation(int, Object)
- Constructor for class org.datanucleus.sco.queued.
AddAtOperation
Constructor.
addBlock(ValueGenerationBlock)
- Method in class org.datanucleus.store.valuegenerator.
ValueGenerationBlock
Method to append a block onto this block.
addCacheableObject(Object, CachedPC)
- Method in class org.datanucleus.state.
CacheState
Method to add an object to be cached.
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.
addCategory(String)
- Method in class org.datanucleus.jdo.
JDOFetchGroup
Convenience method to add the members in 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(ClassMetaData)
- Method in class org.datanucleus.metadata.
PackageMetaData
Method to add a class Meta-Data to the package.
addClass(String, ClassLoaderResolver)
- Method in class org.datanucleus.store.
AbstractStoreManager
addClass(StoreData)
- Method in interface org.datanucleus.store.
AutoStartMechanism
Method to add a class/field (with its data) to the currently-supported list.
addClass(StoreData)
- Method in class org.datanucleus.store.
ClassesAutoStarter
Method to add a class to the starter.
addClass(String, ClassLoaderResolver)
- Method in class org.datanucleus.store.
FederationManager
addClass(String, ClassLoaderResolver)
- Method in interface org.datanucleus.store.
StoreManager
Method to add a class to the managed list for this datastore manager.
addClass(StoreData)
- Method in class org.datanucleus.store.
XMLAutoStarter
Method to add a class to the starter.
addClasses(String[], ClassLoaderResolver)
- Method in class org.datanucleus.store.
AbstractStoreManager
addClasses(String[], ClassLoaderResolver)
- Method in class org.datanucleus.store.
FederationManager
addClasses(String[], ClassLoaderResolver)
- Method in interface org.datanucleus.store.
StoreManager
Add classes to the persistence model for the datastore.
addClassName(String)
- Method in class org.datanucleus.metadata.
PersistenceUnitMetaData
Method to add a class name to the persistence unit.
addColumn(ColumnMetaData)
- Method in class org.datanucleus.metadata.
AbstractConstraintMetaData
Add a new ColumnMetaData element
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(ColumnMetaData)
- Method in class org.datanucleus.metadata.
IdentityMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData)
- Method in class org.datanucleus.metadata.
JoinMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData)
- Method in class org.datanucleus.metadata.
OrderMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData)
- Method in class org.datanucleus.metadata.
PrimaryKeyMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData)
- Method in class org.datanucleus.metadata.
VersionMetaData
Add a new ColumnMetaData element
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.
addElement(Object)
- Method in class org.datanucleus.sco.backed.
Stack
Method to add an element to the Stack
addElement(Object)
- Method in class org.datanucleus.sco.backed.
Vector
Method to add an element to the Vector.
addElement(Object)
- Method in class org.datanucleus.sco.simple.
Stack
Method to add an element to the Stack
addElement(Object)
- Method in class org.datanucleus.sco.simple.
Vector
Method to add an element to the Vector.
addEmbeddedOwner(StateManager, int)
- Method in class org.datanucleus.state.
JDOStateManagerImpl
Method to register an owner StateManager with this embedded/serialised object.
addEmbeddedOwner(StateManager, int)
- Method in interface org.datanucleus.
StateManager
Method to register an owner StateManager with this embedded/serialised object.
addExtension(String, Object)
- Method in class org.datanucleus.jdo.
JDOQuery
Method to add an extension to the query.
addExtension(String, String, String)
- Method in class org.datanucleus.metadata.
MetaData
Append new Extension (for the specified vendor).
addExtension(String, String)
- Method in class org.datanucleus.metadata.
MetaData
Append new Extension (for JPOX).
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
addFetchGroups(FetchGroup[])
- Method in class org.datanucleus.jdo.
AbstractPersistenceManagerFactory
addFetchPlan(FetchPlanMetaData)
- Method in class org.datanucleus.metadata.
FileMetaData
Method to add a named fetch plan to this class.
addFieldName(String)
- Method in class org.datanucleus.state.
FetchPlanState
Method to add an field name to the list since it is being processed
addFirst(Object)
- Method in class org.datanucleus.sco.backed.
LinkedList
Method to add an element as first in the LinkedList.
addFirst(Object)
- Method in class org.datanucleus.sco.simple.
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.
addGroup(String)
- Method in class org.datanucleus.jdo.
JDOFetchPlan
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.
addInsertionNotifier(StateManager, ActivityState)
- Method in class org.datanucleus.state.
JDOStateManagerImpl
Method to add a notifier that we must contact when we have finished our insertion.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[])
- Method in class org.datanucleus.jdo.
AbstractPersistenceManagerFactory
Method to add lifecycle listeners for particular classes.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[])
- Method in class org.datanucleus.jdo.
JDOPersistenceManager
Method to register a lifecycle listener as per JDO 2.0 spec 12.15.
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.
ObjectManager
Method to add an internal fetch group to this ObjectManager.
addInternalFetchGroup(FetchGroup)
- Method in class org.datanucleus.
ObjectManagerFactoryImpl
Method to add a dynamic FetchGroup for use by this OMF.
addInternalFetchGroup(FetchGroup)
- Method in class org.datanucleus.
ObjectManagerImpl
Method to add a dynamic FetchGroup for use by this OMF.
addJarFile(String)
- Method in class org.datanucleus.metadata.
PersistenceUnitMetaData
Method to add a jar file to the persistence unit.
addJarFile(URL)
- Method in class org.datanucleus.metadata.
PersistenceUnitMetaData
Method to add a jar file to the persistence unit.
addJavaType(TypeManager.JavaType, String, boolean)
- Method in class org.datanucleus.store.types.
TypeManager
addJoin(JoinMetaData)
- Method in class org.datanucleus.metadata.
AbstractClassMetaData
Method to add a join to this class.
addLast(Object)
- Method in class org.datanucleus.sco.backed.
LinkedList
Method to add an element as last in the LinkedList.
addLast(Object)
- Method in class org.datanucleus.sco.simple.
LinkedList
Method to add an element as last in the LinkedList.
addListener(Object, Class[])
- Method in class org.datanucleus.jdo.
JDOCallbackHandler
Adds a new listener to this handler.
addListener(ManagedConnectionResourceListener)
- Method in interface org.datanucleus.
ManagedConnection
Registers a ManagedConnectionResourceListener
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.
ObjectManager
Method to register a listener for instances of the specified classes.
addListener(Object, Class[])
- Method in class org.datanucleus.
ObjectManagerImpl
Method to register a listener for instances of the specified classes.
addListener(Object, Class[])
- Method in interface org.datanucleus.state.
CallbackHandler
Adds a new listener to this handler.
addMappingFile(String)
- Method in class org.datanucleus.metadata.
PersistenceUnitMetaData
Method to add a mapping file to the persistence unit.
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(String)
- Method in class org.datanucleus.jdo.
JDOFetchGroup
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(AbstractMemberMetaData)
- Method in class org.datanucleus.metadata.
AbstractConstraintMetaData
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(AbstractMemberMetaData)
- Method in class org.datanucleus.metadata.
FetchGroupMetaData
Add a new field/property.
addMembers(String[])
- Method in class org.datanucleus.
FetchGroup
addMembers(String[])
- Method in class org.datanucleus.jdo.
JDOFetchGroup
Method to add members of the class from the fetch group.
addMetaDataForMembersNotInMetaData(Class)
- 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.
addObjectManagerListener(ObjectManager.ObjectManagerListener)
- Method in class org.datanucleus.
OMFContext
Register a new Listener for ObjectManager's events
AddOperation
- Class in
org.datanucleus.sco.queued
Add operation for a collection.
AddOperation(Object)
- Constructor for class org.datanucleus.sco.queued.
AddOperation
Constructor.
addOption(String, String, String, String)
- Method in class org.datanucleus.util.
CommandLine
Add new Option.
addORMDataToClass(Class, ClassLoaderResolver)
- Method in class org.datanucleus.jdo.metadata.
JDOMetaDataManager
Load up and add the O/R mapping info for the specified class to the stored JDO ClassMetaData.
addORMDataToClass(Class, ClassLoaderResolver)
- Method in class org.datanucleus.metadata.
MetaDataManager
Load up and add any O/R mapping info for the specified class to the stored ClassMetaData (if supported).
addPackage(PackageMetaData)
- Method in class org.datanucleus.metadata.
FileMetaData
Method to add a package
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
Method to add a vendor property to the persistence unit.
addProperty(Node)
- Method in class org.datanucleus.query.node.
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.
addQuery(QueryMetaData)
- Method in class org.datanucleus.metadata.
FileMetaData
Method to add a named query to this class.
addQueryCompilation(String, String, QueryCompilation)
- Method in class org.datanucleus.store.query.
QueryManager
Method to store the compilation for a query.
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.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
ArrayList
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
Collection
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
HashMap
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
HashSet
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
Hashtable
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
LinkedHashMap
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
LinkedHashSet
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
LinkedList
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
List
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
Map
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
PriorityQueue
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
Properties
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
Queue
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
Set
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
SortedMap
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
SortedSet
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
Stack
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
TreeMap
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
TreeSet
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation)
- Method in class org.datanucleus.sco.backed.
Vector
Convenience method to add a queued operation to the operations we perform at commit.
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.
addSequenceForFactoryClass(String, Sequence)
- Method in class org.datanucleus.jdo.
AbstractPersistenceManagerFactory
Method to register a sequence for a particular factory class.
addStateManager(StateManager)
- Method in interface org.datanucleus.
ObjectManager
Method to add the object managed by the specified StateManager to the cache.
addStateManager(StateManager)
- Method in class org.datanucleus.
ObjectManagerImpl
Method to add the object managed by the specified StateManager to the cache.
addSubquery(Query, String, String)
- Method in class org.datanucleus.jdo.
JDOQuery
Add a subquery to this query.
addSubquery(Query, String, String, String)
- Method in class org.datanucleus.jdo.
JDOQuery
Add a subquery to this query.
addSubquery(Query, String, String, String[])
- Method in class org.datanucleus.jdo.
JDOQuery
Add a subquery to this query.
addSubquery(Query, String, String, Map)
- Method in class org.datanucleus.jdo.
JDOQuery
Add a subquery to this query.
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 table generator Meta-Data to the package.
addTransactionEventListener(TransactionEventListener)
- Method in interface org.datanucleus.
Transaction
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
This method is 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.evaluator.memory
AggregateExpression()
- Constructor for class org.datanucleus.query.evaluator.memory.
AggregateExpression
ALL
- Static variable in class org.datanucleus.
FetchGroup
ALL
- Static variable in class org.datanucleus.
FetchPlan
Constant defining all fields
ALL_JDO_LOCATIONS
- Static variable in class org.datanucleus.jdo.metadata.
JDOMetaDataManager
MetaData files will be searched in all possible locations defined in JDO 1.0, JDO 1.0.1, JDO 2.0 or later
allMemberPositions
- Variable in class org.datanucleus.metadata.
AbstractClassMetaData
Positions of all fields/properties (inc superclasses).
allocate(int)
- Method in class org.datanucleus.jdo.
JDOSequenceImpl
Method to allocate a set of elements.
allocate(int)
- Method in interface org.datanucleus.store.
NucleusSequence
Method to allocate an amount of values.
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, ObjectManager, Map)
- Method in interface org.datanucleus.
ConnectionManager
Allocate a connection using the specified factory (unless we already have one cached for this ObjectManager).
allocateConnection(ConnectionFactory, ObjectManager, Map)
- Method in class org.datanucleus.
ConnectionManagerImpl
Method to return a connection for this ObjectManager.
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
allowDeleteOfNonPersistentObject()
- Method in interface org.datanucleus.api.
ApiAdapter
Whether the API allows deletion of a non-persistent object.
allowDeleteOfNonPersistentObject()
- Method in class org.datanucleus.jdo.
JDOAdapter
Whether the API allows deletion of a non-persistent object.
allowNulls
- Variable in class org.datanucleus.sco.backed.
Collection
allowNulls
- Variable in class org.datanucleus.sco.backed.
PriorityQueue
allowNulls
- Variable in class org.datanucleus.sco.backed.
Queue
allowNulls
- Variable in class org.datanucleus.sco.backed.
Set
allowNulls
- Variable in class org.datanucleus.sco.simple.
ArrayList
allowNulls
- Variable in class org.datanucleus.sco.simple.
Collection
allowNulls
- Variable in class org.datanucleus.sco.simple.
HashMap
allowNulls
- Variable in class org.datanucleus.sco.simple.
HashSet
allowNulls
- Variable in class org.datanucleus.sco.simple.
Hashtable
allowNulls
- Variable in class org.datanucleus.sco.simple.
LinkedHashMap
allowNulls
- Variable in class org.datanucleus.sco.simple.
LinkedHashSet
allowNulls
- Variable in class org.datanucleus.sco.simple.
LinkedList
allowNulls
- Variable in class org.datanucleus.sco.simple.
List
allowNulls
- Variable in class org.datanucleus.sco.simple.
Map
allowNulls
- Variable in class org.datanucleus.sco.simple.
PriorityQueue
allowNulls
- Variable in class org.datanucleus.sco.simple.
Properties
allowNulls
- Variable in class org.datanucleus.sco.simple.
Queue
allowNulls
- Variable in class org.datanucleus.sco.simple.
Set
allowNulls
- Variable in class org.datanucleus.sco.simple.
SortedMap
allowNulls
- Variable in class org.datanucleus.sco.simple.
SortedSet
allowNulls
- Variable in class org.datanucleus.sco.simple.
Stack
allowNulls
- Variable in class org.datanucleus.sco.simple.
TreeMap
allowNulls
- Variable in class org.datanucleus.sco.simple.
TreeSet
allowNulls
- Variable in class org.datanucleus.sco.simple.
Vector
allowNullsInContainer(boolean, AbstractMemberMetaData)
- Static method in class org.datanucleus.sco.
SCOUtils
Utility to return whether or not to allow nulls in the container for the specified field.
allowPersistOfDeletedObject()
- Method in interface org.datanucleus.api.
ApiAdapter
Whether the API allows (re-)persistence of a deleted object.
allowPersistOfDeletedObject()
- Method in class org.datanucleus.jdo.
JDOAdapter
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.
allowReadFieldOfDeletedObject()
- Method in class org.datanucleus.jdo.
JDOAdapter
Whether the API allows reading a field of a deleted object.
allowsNull
- Variable in class org.datanucleus.metadata.
ColumnMetaData
allows-null tag value.
and(BitSet)
- Method in class org.datanucleus.sco.simple.
BitSet
andNot(BitSet)
- Method in class org.datanucleus.sco.simple.
BitSet
AnnotationManager
- Interface in
org.datanucleus.metadata.annotations
Interface defining the access to MetaData derived from Annotations.
annotationManager
- Variable in class org.datanucleus.metadata.
MetaDataManager
Manager for annotations.
ANNOTATIONS
- Static variable in class org.datanucleus.metadata.
FileMetaData
annotations
ApiAdapter
- Interface in
org.datanucleus.api
Adapter to allow the core runtime to expose multiple APIs to clients.
ApiAdapterFactory
- Class in
org.datanucleus.api
Factory of API adapters.
ApiAdapterFactory()
- Constructor for class org.datanucleus.api.
ApiAdapterFactory
Protected constructor to prevent outside instantiation
apmf
- Variable in class org.datanucleus.jdo.
JDOPersistenceManager
Owning PersistenceManagerFactory.