- abbrev - Variable in class org.apache.jdo.impl.enhancer.OptionSet.Option
-
The short form name of this option.
- abbrevs - Variable in class org.apache.jdo.impl.enhancer.OptionSet
-
Maps the option's short form against option instances.
- abstractCollectionType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.util.AbstractCollection.
- AbstractJavaField - Class in org.apache.jdo.impl.model.java
-
Abstract super class for JavaField implementations.
- AbstractJavaField(String, JavaType) - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaField
-
Constructor setting the name and declaringClass property.
- AbstractJavaModel - Class in org.apache.jdo.impl.model.java
-
Abstract super class for JavaModel implementations.
- AbstractJavaModel() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Constructor.
- AbstractJavaModelFactory - Class in org.apache.jdo.impl.model.java
-
Abstract super class for JavaModelFactory implementations.
- AbstractJavaModelFactory() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
-
- AbstractJavaType - Class in org.apache.jdo.impl.model.java
-
Abstract super class for JavaType implementations.
- AbstractJavaType() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaType
-
- abstractListType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.util.AbstractList.
- abstractMapType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.util.AbstractMap.
- AbstractNodeVisitor - Class in org.apache.jdo.jdoql.tree
-
This class provides a default implementation for the node visitor pattern.
- AbstractNodeVisitor() - Constructor for class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
- abstractSetType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.util.AbstractSet.
- ACCAbstract - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCAnnotation - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCBridge - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCEnum - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- access() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Return the access flags for the field - see VMConstants
- access() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Return the access flags for the class - see VMConstants
- access() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Return the access flags for the method - see VMConstants
- access() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Return the access flags for the method - see VMConstants
- Accessor - Interface in org.apache.jdo.pm
-
- ACCFinal - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCInterface - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCNative - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCPrivate - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCProtected - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCPublic - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCStatic - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCStrict - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCSuper - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCSynchronized - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCSynthetic - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCTransient - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCVarargs - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ACCVolatile - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- add(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.VariableChecker
-
Creates a new entry in the variable table with the specified name as key and
an empty value.
- add(Object) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Appends the specified element to the end of this ArrayList.
- add(int, Object) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Inserts the specified element at the specified position in this ArrayList.
- add(Object) - Method in class org.apache.jdo.impl.sco.HashSet
-
Adds the specified element to this set if it is not already
present.
- add(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Appends the specified element to the end of this LinkedList.
- add(int, Object) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Inserts the specified element at the specified position in this
LinkedList.
- add(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
-
Adds the specified element to this set if it is not already
present.
- add(Object) - Method in class org.apache.jdo.impl.sco.Vector
-
Appends the specified element to the end of this Vector.
- add(int, Object) - Method in class org.apache.jdo.impl.sco.Vector
-
Inserts the specified element at the specified position in this Vector.
- add(Object) - Method in class org.apache.jdo.query.BasicQueryResult
-
This method throws UnsupportedOperationException because
the collection is read-only.
- add(Object) - Method in class org.apache.jdo.util.WeakHashSet
-
Adds the specified element to this set if it is not already
present.
- addAll(Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Appends all of the elements in the specified Collection to the end of
this ArrayList, in the order that they are returned by the specified
Collection's Iterator.
- addAll(int, Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Inserts all of the elements in in the specified Collection into this
ArrayList at the specified position.
- addAll(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
-
Adds all of the elements in the specified collection to this collection
- addAll(Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Appends all of the elements in the specified Collection to the end of
this LinkedList, in the order that they are returned by the specified
Collection's Iterator.
- addAll(int, Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Inserts all of the elements in in the specified Collection into this
LinkedList at the specified position.
- addAll(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
-
Adds all of the elements in the specified collection to this collection
- addAll(Collection) - Method in class org.apache.jdo.impl.sco.Vector
-
Appends all of the elements in the specified Collection to the end of
this Vector, in the order that they are returned by the specified
Collection's Iterator.
- addAll(int, Collection) - Method in class org.apache.jdo.impl.sco.Vector
-
Inserts all of the elements in in the specified Collection into this
Vector at the specified position.
- addAll(Collection) - Method in class org.apache.jdo.query.BasicQueryResult
-
This method throws UnsupportedOperationException because
the collection is read-only.
- addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
-
- addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
-
- addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
-
- addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
-
- addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.Vector
-
- addAllInternal(Collection) - Method in interface org.apache.jdo.sco.SCOCollection
-
Adds objects of the given Collection to this Collection without recording
the event.
- addAscendingOrdering(Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Adds an ascending ordering expression to this query tree.
- addAscendingOrdering(Expression) - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Adds an ascending ordering expression to this query tree.
- addCharacterCast(JDOQLAST, JavaType) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
The query runtime has a problem with binary or relational expressions
having an operand of type char or Character.
- addClass(String) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a class constant in the pool
- addDescendingOrdering(Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Adds an descending ordering expression to this query tree.
- addDescendingOrdering(Expression) - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Adds an descending ordering expression to this query tree.
- addDouble(double) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a double constant in the pool
- addElement(ClassAttribute) - Method in class org.apache.jdo.impl.enhancer.classfile.AttributeVector
-
Add an element to the vector
- addElement(ExceptionRange) - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionTable
-
Add an exception handler to the list
- addElement(Object) - Method in class org.apache.jdo.impl.sco.Vector
-
Adds the specified component to the end of this vector,
increasing its size by one.
- addField(ClassField) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Add a field to the list of the fields which the class contains
- addField(ClassField, int) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Add a field to the list of the fields which the class contains,
at the index'th position.
- addFieldRef(String, String, String) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a field constant in the pool
- addFirst(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Inserts the given element at the beginning of this list.
- addFloat(float) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a float constant in the pool
- addInteger(int) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create an integer constant in the pool
- addInterface(ConstClass) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Add an interface to the list of the interfaces which the class implements
- addInterfaceMethodRef(String, String, String) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create an interface method constant in the pool
- addInternal(Object) - Method in class org.apache.jdo.impl.sco.ArrayList
-
- addInternal(Object) - Method in class org.apache.jdo.impl.sco.HashSet
-
- addInternal(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
-
- addInternal(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
-
- addInternal(Object) - Method in class org.apache.jdo.impl.sco.Vector
-
- addInternal(Object) - Method in interface org.apache.jdo.sco.SCOCollection
-
Adds object to the Collection without recording
the event.
- additiveExpression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- addLast(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Appends the given element to the end of this list.
- addLong(long) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a long constant in the pool
- addMethod(ClassMethod) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Add a method to the list of the methods which the class defines
- addMethodRef(String, String, String) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a method constant in the pool
- addNameAndType(String, String) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a name/type constant in the pool
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
Add a property change listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.jdo.model.jdo.JDOElement
-
Add a property change listener.
- addString(String) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a string constant in the pool
- addUnicode(String) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a unicode constant in the pool
Obsolete?
- addURL(URL) - Method in class org.apache.jdo.impl.enhancer.EnhancerClassLoader
-
Appends the specified URL to the list of URLs to search for
classes and resources.
- addUtf8(String) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Find or create a utf8 constant in the pool
- addVetoableChangeListener(VetoableChangeListener) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
Add a vetoable change listener.
- addVetoableChangeListener(VetoableChangeListener) - Method in interface org.apache.jdo.model.jdo.JDOElement
-
Add a vetoable change listener.
- affirm(boolean, String) - Static method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerJavaModel
-
- affirm(boolean) - Static method in class org.apache.jdo.impl.enhancer.util.Assertion
-
- affirm(boolean, String) - Static method in class org.apache.jdo.impl.enhancer.util.Assertion
-
- affirm(Object) - Static method in class org.apache.jdo.impl.enhancer.util.Assertion
-
- affirm(Object, String) - Static method in class org.apache.jdo.impl.enhancer.util.Assertion
-
- AFFIRMATIVE - Static variable in class org.apache.jdo.impl.enhancer.util.AnnotationTest
-
- AFFIRMATIVE - Static variable in class org.apache.jdo.impl.enhancer.util.AugmentationDiffTest
-
- AFFIRMATIVE - Static variable in class org.apache.jdo.impl.enhancer.util.AugmentationTest
-
- AFFIRMATIVE - Static variable in class org.apache.jdo.impl.enhancer.util.Disassembler
-
- afterCompletion(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Called by Transaction commit() or rollback()
cleans up transactional cache
- afterCompletion(boolean, boolean, boolean) - Method in interface org.apache.jdo.state.StateManagerInternal
-
Transitions lifecycle state in afterCompletion callback
- AID - Class in org.apache.jdo.impl.fostore
-
Represents the identity of a JDO object in the File/Object store.
- AID() - Constructor for class org.apache.jdo.impl.fostore.AID
-
Default constructor.
- AID(long) - Constructor for class org.apache.jdo.impl.fostore.AID
-
Creates an AID with the given value.
- allowNulls() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.HashMap
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.HashSet
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.Vector
-
- allowNulls() - Method in interface org.apache.jdo.sco.SCOCollection
-
Returns whether nulls are permitted as elements.
- allowNulls() - Method in interface org.apache.jdo.sco.SCOMap
-
Returns whether nulls are permitted as keys or values.
- aLoad(int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for loading a reference from a local
variable slot
- analyseBinaryArithmeticExpr(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a binary arithmetic expression +, -, *, /.
- analyseBitwiseExpr(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a bitwise/logical operation (&, |, ^)
- analyseCollectionCall(JDOQLAST, JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a call for an object that implements Collection.
- analyseComplementExpr(JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a complement expression.
- analyseComplementExprType(JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a complement expression.
- analyseConditionalExpr(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a boolean conditional operation (&&, ||)
- analyseDefinedIdentifier(JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
This method analyses an identifier defined in the current scope which
is a field, variable or parameter defined in the symbol table.
- analyseDotExpr(JDOQLAST, JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
This method analyses a dot expression of the form expr.ident or
expr.ident(params) where expr itself can again be a dot expression.
- analyseFieldAccess(JDOQLAST, JDOQLAST, JavaType, JavaField) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- analyseOrderingExpression(JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
This method analyses the expression of a single ordering definition.
- analyseRelationalExpr(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a relational operation.
- analyseStaticFieldAccess(JDOQLAST, JDOQLAST, JavaType, JavaField) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- analyseStringCall(JDOQLAST, JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a call for an object of type String.
- analyseUnaryArithmeticExpr(JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a unary expression + and -
- analyseUnaryArithmeticExprType(JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Analyses a unary expression + and -
- AND - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- AND - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- AND - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- AndExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a logical and operator.
- AndExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.AndExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- AndExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.AndExpr
-
The noarg constructor is needed for ANTLR support.
- andExpression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- AndExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a bitwise or logical and operator depending on the result
types of its children.
- AnnotatedClassAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
AnnotatedClassAttribute represents a class level attribute
class file which identifies the level of annotation of the class.
- AnnotatedClassAttribute(ConstUtf8, short, short, long, long) - Constructor for class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
Constructor
- annotatedFlag - Static variable in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- annotatedFlag - Static variable in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- AnnotatedMethodAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
AnnotatedMethodAttribute represents a class level attribute
class file which identifies the level of annotation of the class.
- AnnotatedMethodAttribute(ConstUtf8, short, short, InsnTarget[]) - Constructor for class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
Constructor
- AnnotationTest - Class in org.apache.jdo.impl.enhancer.util
-
Utility class for testing a class file for correct annotation.
- AnnotationTest(PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.util.AnnotationTest
-
- append(Insn) - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Append an instruction sequence at the end of this instruction
sequence.
- APPLICATION - Static variable in class org.apache.jdo.model.jdo.JDOIdentityType
-
Constant representing jdo identity managed by the application.
- applicationJavaModel - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
The JavaModel for the class loader of the candidate class.
- applyFilter(Object) - Method in class org.apache.jdo.impl.jdoql.QueryResultHelperImpl
-
This method determines whether the specified object is assignment
compatible to the candidate Class specified by the user and satisfies
the query filter.
- applyFilter(Object) - Method in interface org.apache.jdo.query.QueryResultHelper
-
This method determines whether the specified object is assignment
compatible to the candidate Class specified by the user and satisfies
the query filter.
- archiveFileNames - Variable in class org.apache.jdo.impl.enhancer.ClassArgOptions
-
The list of archive file name arguments.
- ARG_LIST - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- ARG_LIST - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- ARG_LIST - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- argList() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- argList(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- args(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
What are the types of the stack operands ?
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnConstOp
-
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIInc
-
What are the types of the stack operands ?
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnInterfaceInvoke
-
What are the types of the stack operands ?
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIntOp
-
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnLookupSwitch
-
What are the types of the stack operands ?
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
What are the types of the stack operands ?
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnSingle
-
What are the types of the stack operands ?
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTableSwitch
-
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTarget
-
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTargetOp
-
- argTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.VMOp
-
Return the type descriptor for the stack arguments to the operation.
- arguments - Variable in class org.apache.jdo.impl.enhancer.OptionSet
-
The collected arguments.
- argumentsHeader - Variable in class org.apache.jdo.impl.enhancer.OptionSet
-
Usage printout.
- arrayClass() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
Return the array class being created
- ArrayList - Class in org.apache.jdo.impl.sco
-
A mutable 2nd class object that represents ArrayList.
- ArrayList(Class, boolean) - Constructor for class org.apache.jdo.impl.sco.ArrayList
-
Constructs an empty ArrayList
object.
- ArrayList(Class, boolean, int) - Constructor for class org.apache.jdo.impl.sco.ArrayList
-
Constructs an empty ArrayList
object that the specified
initial capacity.
- arrayListType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.util.ArrayList.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.AndExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.AscendingOrderingExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.BooleanLiteralExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ByteLiteralExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.CandidateClassImpl
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.CastExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.CharLiteralExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ComplementExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ConditionalAndExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ConditionalOrExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ConstantExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ContainsCallExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.DescendingOrderingExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.DivideExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.DoubleLiteralExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.EndsWithCallExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.EqualsExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.FieldAccessExpr
-
Delegates to the argument visitor
.
- arrive(BinaryExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Binary expressions are dumped in parenthesized manner.
- arrive(AscendingOrderingExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Ascending ordering expressions are dumped like
Ascending(expression)
.
- arrive(DescendingOrderingExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Descending ordering expressions are dumped like
Descending(expression)
.
- arrive(ConstantExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Dumps the value of the argument node
.
- arrive(CastExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Cast expressions are dumped like (type)expression
.
- arrive(FieldAccessExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Field access expressions are dumped like target.fieldName
.
- arrive(ComplementExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Complement expressions are dumped like ~expression
.
- arrive(IdentifierExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Dumps the name of an identifier expression.
- arrive(NotExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Dumps a not expression.
- arrive(UnaryMinusExpression) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Unary minus expressions are dumped like -expression
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.FloatLiteralExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.GreaterThanEqualsExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.GreaterThanExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.IdentifierExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.IntLiteralExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.IsEmptyCallExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.LessThanEqualsExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.LessThanExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.LongLiteralExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.MinusExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Implements a noop as a default implementation.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.NotEqualsExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.NotExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.OrExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ParameterAccessExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ParameterDecl
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.PlusExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ShortLiteralExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.StartsWithCallExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.StaticFieldAccessExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.ThisExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.TimesExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.TypeImpl
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.UnaryMinusExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.UnaryPlusExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.VariableAccessExpr
-
Delegates to the argument visitor
.
- arrive(NodeVisitor) - Method in class org.apache.jdo.impl.jdoql.tree.VariableDecl
-
Delegates to the argument visitor
.
- arrive(BinaryExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Expression
.
- arrive(Declaration) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Node
.
- arrive(Expression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Node
.
- arrive(MethodCallExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Expression
.
- arrive(OrderingExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Node
.
- arrive(Node) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method defines the default implementation for all
arrive
methods: It immediately returns without executing
any other instruction.
- arrive(UnaryExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Expression
.
- arrive(AndExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(AscendingOrderingExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to OrderingExpression
.
- arrive(BooleanLiteralExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to ConstantExpression
.
- arrive(ByteLiteralExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to ConstantExpression
.
- arrive(CandidateClass) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Node
.
- arrive(CastExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Expression
.
- arrive(CharLiteralExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to ConstantExpression
.
- arrive(ComplementExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to UnaryExpression
.
- arrive(ConditionalAndExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(ConditionalOrExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(ConstantExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Expression
.
- arrive(ContainsCallExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to MethodCallExpression
.
- arrive(DescendingOrderingExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to OrderingExpression
.
- arrive(DivideExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(DoubleLiteralExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to ConstantExpression
.
- arrive(EqualsExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(EndsWithCallExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to MethodCallExpression
.
- arrive(FieldAccessExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to IdentifierExpression
.
- arrive(FloatLiteralExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to ConstantExpression
.
- arrive(GreaterThanEqualsExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(GreaterThanExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(IdentifierExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Expression
.
- arrive(IntLiteralExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to ConstantExpression
.
- arrive(IsEmptyCallExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to MethodCallExpression
.
- arrive(LessThanEqualsExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(LessThanExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(LongLiteralExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to ConstantExpression
.
- arrive(MinusExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(NotEqualsExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(NotExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to UnaryExpression
.
- arrive(OrExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(ParameterAccessExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to IdentifierExpression
.
- arrive(ParameterDeclaration) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Declaration
.
- arrive(PlusExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(QueryTree) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Node
.
- arrive(ShortLiteralExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to ConstantExpression
.
- arrive(StartsWithCallExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to MethodCallExpression
.
- arrive(StaticFieldAccessExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to FieldAccessExpression
.
- arrive(ThisExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to IdentifierExpression
.
- arrive(TimesExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to BinaryExpression
.
- arrive(Type) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Node
.
- arrive(UnaryMinusExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to UnaryExpression
.
- arrive(UnaryPlusExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to UnaryExpression
.
- arrive(VariableAccessExpression) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to IdentifierExpression
.
- arrive(VariableDeclaration) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to arrive
casting the argument
node
to Declaration
.
- arrive(NodeVisitor) - Method in interface org.apache.jdo.jdoql.tree.Node
-
This method is called by the tree walker when this node is walked
but its children have not been walked yet.
- arrive(AndExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(AscendingOrderingExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(BooleanLiteralExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ByteLiteralExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(CandidateClass) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(CastExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(CharLiteralExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ComplementExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ConditionalAndExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ConditionalOrExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ConstantExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ContainsCallExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(DescendingOrderingExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(DivideExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(DoubleLiteralExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(EndsWithCallExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(EqualsExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(FieldAccessExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(StaticFieldAccessExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(FloatLiteralExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(GreaterThanEqualsExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(GreaterThanExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(IdentifierExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(IntLiteralExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(IsEmptyCallExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(LessThanEqualsExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(LessThanExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(LongLiteralExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(MinusExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(NotEqualsExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(NotExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(OrExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ParameterAccessExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ParameterDeclaration) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(PlusExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(QueryTree) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ShortLiteralExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(StartsWithCallExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(ThisExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(TimesExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(Type) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(UnaryMinusExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(UnaryPlusExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(VariableAccessExpression) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- arrive(VariableDeclaration) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called before walking any children of the argument
node
.
- ASCENDING - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- ASCENDING - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- ASCENDING - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- AscendingOrderingExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents an operator defining ascendent ordering of instances
returned by a query execution.
- AscendingOrderingExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.AscendingOrderingExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- AscendingOrderingExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.AscendingOrderingExpr
-
The noarg constructor is needed for ANTLR support.
- AscendingOrderingExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents an operator defining ascendent ordering of instances
returned by a query execution.
- asList(int[]) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
-
- asNameValue() - Method in class org.apache.jdo.impl.enhancer.OptionSet.FlagOption
-
- asNameValue() - Method in class org.apache.jdo.impl.enhancer.OptionSet.HelpOption
-
- asNameValue() - Method in class org.apache.jdo.impl.enhancer.OptionSet.IntOption
-
- asNameValue() - Method in class org.apache.jdo.impl.enhancer.OptionSet.Option
-
Returns a String
representation of this option's
value for printing.
- asNameValue() - Method in class org.apache.jdo.impl.enhancer.OptionSet.StringOption
-
- Assertion - Class in org.apache.jdo.impl.enhancer.util
-
Support for signalling internal implementation errors.
- Assertion() - Constructor for class org.apache.jdo.impl.enhancer.util.Assertion
-
- assertIsOpen() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
assert this PM instance is open
- assertIsOpen() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
assert this PM instance is open
- assertNotClosed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Assert that this PersistenceManagerFactory is not closed.
- assertReadAllowed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Assert the NontransactionalRead flag is true or a transaction is active.
- assertReadAllowed() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
assert that the NontransactionalRead flag is true or a transaction is active.
- ASSIGN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- ASSIGN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- ASSIGN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- asString() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstClass
-
Return the class name in simple string form
- asString() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstUnicode
-
return the value associated with the entry
- asString() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstUtf8
-
return the value associated with the entry
- aStore(int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for storing a reference to a local
variable slot
- asUsageHelp() - Method in class org.apache.jdo.impl.enhancer.OptionSet.Option
-
Returns a usage description of this option.
- attachConstraintToUsedAST(VariableChecker.VarInfo) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.VariableChecker
-
- attributes() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Return the attributes associated with the field
- attributes() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Return the list of the attributes associated with the class
- attributes() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Return the attributes associated with the member
- attributes() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Return the attributes associated with the method
- attributes() - Method in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Return the attributes which apply to this code
- AttributeVector - Class in org.apache.jdo.impl.enhancer.classfile
-
A list of attributes within a class file.
- AttributeVector() - Constructor for class org.apache.jdo.impl.enhancer.classfile.AttributeVector
-
Construct an empty AttributeVector
- attrName() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassAttribute
-
Returns the name of the attribute
- AugmentationDiffTest - Class in org.apache.jdo.impl.enhancer.util
-
Utility class for testing two class files for equal augmentation.
- AugmentationDiffTest() - Constructor for class org.apache.jdo.impl.enhancer.util.AugmentationDiffTest
-
- AugmentationTest - Class in org.apache.jdo.impl.enhancer.util
-
Utility class for testing a class file for correct augmentation.
- AugmentationTest(PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.util.AugmentationTest
-
- calculateFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
This method calculates the relative field number of the
declared managed fields of this JDOClass and uddates the
relativeFieldNumber property of the JDOField instance.
- CANDIDATE_CLASS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- CANDIDATE_CLASS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- CANDIDATE_CLASS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- candidateClass - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLC
-
The candidate class.
- candidateClass(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- candidateClass - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Candidate class.
- candidateClass(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- CandidateClass - Interface in org.apache.jdo.jdoql.tree
-
This node represents the candidate class of a query.
- CandidateClassImpl - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents the candidate class of a query.
- CandidateClassImpl() - Constructor for class org.apache.jdo.impl.jdoql.tree.CandidateClassImpl
-
The noarg constructor is needed for ANTLR support and deserialization.
- CandidateClassImpl(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.CandidateClassImpl
-
The noarg constructor is needed for ANTLR support.
- CARDINALITY_N - Static variable in interface org.apache.jdo.model.jdo.JDORelationship
-
Constant representing the cardinality n used for lower and upper bounds.
- CARDINALITY_ONE - Static variable in interface org.apache.jdo.model.jdo.JDORelationship
-
Constant representing the cardinality one used for lower and upper bounds.
- CARDINALITY_ZERO - Static variable in interface org.apache.jdo.model.jdo.JDORelationship
-
Constant representing the cardinality zero used for lower and upper
bounds.
- CAST - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- CAST - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- CAST - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- CastExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a cast expression.
- CastExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.CastExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- CastExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.CastExpr
-
The noarg constructor is needed for ANTLR support.
- CastExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a cast expression.
- catchType() - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionRange
-
return the exception specification
a null return value means a catch of any (try/finally)
- CFpropsAccessors - Static variable in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
This table maps from names to CFAccessors.
- changeClass(ConstUtf8) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstClass
-
Change the class reference (not to be done lightly)
- changeName(ConstUtf8) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Change the name of the field
- changeName(ConstUtf8) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Change the name of the method
- changeSignature(ConstUtf8) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Change the type signature of the field
- changeSignature(ConstUtf8) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Change the type signature of the method
- changeSignature(ConstUtf8) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstNameAndType
-
Modify the signature
- CHAR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- CHAR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- CHAR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- CHAR_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- CHAR_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- CHAR_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- characterClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.Character.
- characters(char[], int, int) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- CharLiteralExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a character literal.
- CharLiteralExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.CharLiteralExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- CharLiteralExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.CharLiteralExpr
-
The noarg constructor is needed for ANTLR support.
- CharLiteralExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a character literal.
- charType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the integral type char.
- check() - Method in class org.apache.jdo.impl.enhancer.ClassArgOptions
-
Check options and arguments.
- check() - Method in class org.apache.jdo.impl.enhancer.EnhancerOptions
-
Check options and arguments.
- check() - Method in class org.apache.jdo.impl.enhancer.JdoMetaOptions
-
Check options and arguments.
- check() - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Checks options and arguments.
- CHECK_READ - Static variable in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
The JDO field flags.
- CHECK_WRITE - Static variable in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
- checkAnd(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check an AND operation (BAND, AND) for constant operands
that could be optimized.
- checkBinaryMinusOp(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a binary minus operation (MINUS) for constant operands
that could be optimized.
- checkBinaryPlusOp(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a binary plus operation (PLUS) for constant operands
that could be optimized.
- checkClass(String, ClassLoader, JDOModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.xml.XMLExists
-
The method checks the class with the specified class name.
- checkCollectionEqualityOp(JDOQLAST, JDOQLAST, JDOQLAST, boolean) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a collection equality operation (COLLECTION_EQUAL,
COLLECTION_NOT_EQUAL) for constant operands that could be optimized.
- checkConcatOp(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a string concatenation operation (CONCAT) for constant operands
that could be optimized.
- checkConstraint(String, VariableChecker.VarInfo) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.VariableChecker
-
- checkConstraints(JDOQLAST, VariableChecker) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- checkConstraints(JDOQLAST, String, VariableChecker) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- checkConstraints() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.VariableChecker
-
- checkContainsArgs(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Check the arguments of a contains call.
- checkDeclaredIdentifier(String, Declaration) - Method in class org.apache.jdo.impl.jdoql.scope.ParameterTable
-
Internal method to check whether the specified identifier is declared.
- checkDeclaredIdentifier(String, Declaration) - Method in class org.apache.jdo.impl.jdoql.scope.VariableTable
-
Internal method to check whether the specified identifier is declared.
- checkDivisionOp(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a binary division operation (DIV) for constant operands
that could be optimized.
- checkEqualityOp(JDOQLAST, JDOQLAST, JDOQLAST, boolean) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a equality operation (EQUAL, NOT_EQUAL) for constant operands
that could be optimized.
- checkIsEmptyArgs(JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Check the arguments of a isEmpty call.
- checkLogicalNotOp(JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a logical not operation (LNOT) for a constant operand
that could be optimized.
- checkMultiplicationOp(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a binary multiplication operation (STAR) for constant operands
that could be optimized.
- checkObjectEqualityOp(JDOQLAST, JDOQLAST, JDOQLAST, boolean) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a object equality operation (OBJECT_EQUAL, OBJECT_NOT_EQUAL)
for constant operands that could be optimized.
- checkOr(JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check an OR operation (BOR, OR) for constant operands
that could be optimized.
- checkPM(PersistenceManagerInternal, Object) - Static method in class org.apache.jdo.impl.jdoql.QueryResultHelperImpl
-
Checks the PersistenceManager of the specified value to be
identical to the one from the query instance.
- checkStringCallArgs(JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Check the arguments of a startWith or endWith call.
- checkType(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns the JavaType representation for the type with the specified
name.
- checkType(Class) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Checks for the Java Type with the specified class object.
- checkUnaryMinusOp(JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Check a unary minus operation (UNARY_MINUS) for a constant operand
that could be optimized.
- checkUnboundParams() - Method in class org.apache.jdo.impl.jdoql.scope.ParameterTable
-
Checks whether all query parameters are bound.
- children - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
The child JavaModels.
- CLASS_LOCATOR_ERROR - Static variable in class org.apache.jdo.enhancer.Main
-
- ClassArgMain - Class in org.apache.jdo.impl.enhancer
-
Base class for JDO command line enhancer and tests.
- ClassArgMain(PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.ClassArgMain
-
Creates an instance.
- ClassArgMain(PrintWriter, PrintWriter, ClassArgOptions) - Constructor for class org.apache.jdo.impl.enhancer.ClassArgMain
-
Creates an instance.
- ClassArgOptions - Class in org.apache.jdo.impl.enhancer
-
Set of options used by the JDO enhancer and its test programs.
- ClassArgOptions(PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.ClassArgOptions
-
Creates an instance.
- ClassAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
An abstract base class for the attributes within a class file
- classes - Variable in class org.apache.jdo.impl.enhancer.ClassArgMain
-
The locator for classes.
- ClassField - Class in org.apache.jdo.impl.enhancer.classfile
-
ClassField models the static and non-static fields of a class within
a class file.
- ClassField(int, ConstUtf8, ConstUtf8, AttributeVector) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Construct a class field object
- ClassFile - Class in org.apache.jdo.impl.enhancer.classfile
-
ClassFile models the structure of a class as represented within
a class file.
- ClassFile(DataInputStream) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Construct a ClassFile from an input stream
- ClassFile(DataInputStream, boolean) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
- ClassFile(String, String) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Construct a bare bones class, ready for additions
- ClassFileEnhancer - Interface in org.apache.jdo.impl.enhancer
-
A JDO enhancer, or byte-code enhancer, modifies the byte-codes of
Java class files to enable transparent loading and storing of the
fields of the persistent instances.
- ClassFileEnhancerHelper - Class in org.apache.jdo.impl.enhancer
-
This is a helper-class to perform some useful operations outside a
byte code enhancer and delegate the real work to the enhancer.
- ClassFileEnhancerHelper() - Constructor for class org.apache.jdo.impl.enhancer.ClassFileEnhancerHelper
-
- ClassFileEnhancerTimer - Class in org.apache.jdo.impl.enhancer
-
Timer-wrapper for ClassFileEnhancer instances.
- ClassFileEnhancerTimer(ClassFileEnhancer) - Constructor for class org.apache.jdo.impl.enhancer.ClassFileEnhancerTimer
-
Creates an instance.
- classFileNames - Variable in class org.apache.jdo.impl.enhancer.ClassArgOptions
-
The list of class file name arguments.
- classLocator - Variable in class org.apache.jdo.enhancer.Main
-
The locator for classes.
- ClassMember - Class in org.apache.jdo.impl.enhancer.classfile
-
ClassMember is a common base class for ClassMethod and ClassField
- ClassMember() - Constructor for class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
- ClassMethod - Class in org.apache.jdo.impl.enhancer.classfile
-
ClassMethod models the static and non-static methods of a class within
a class file.
- ClassMethod(int, ConstUtf8, ConstUtf8, AttributeVector) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Construct a class method object
- className() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Return the name of the class
- className() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstBasicMemberRef
-
Return the name of the class defining the member
- className() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstClass
-
Return the class name
- classNames - Variable in class org.apache.jdo.impl.enhancer.ClassArgOptions
-
The list of class name arguments.
- classNameString() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Return the name of the class as a string
- clazz - Variable in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
The java.lang.Class instance for this BaseReflectionJavaType.
- clear() - Method in class org.apache.jdo.impl.sco.ArrayList
-
Removes all of the elements from this ArrayList.
- clear() - Method in class org.apache.jdo.impl.sco.HashMap
-
Removes all of the elements from this map.
- clear() - Method in class org.apache.jdo.impl.sco.HashSet
-
Removes all of the elements from this set.
- clear() - Method in class org.apache.jdo.impl.sco.Hashtable
-
Removes all of the elements from this map.
- clear() - Method in class org.apache.jdo.impl.sco.LinkedList
-
Removes all of the elements from this LinkedList.
- clear() - Method in class org.apache.jdo.impl.sco.TreeMap
-
Removes all of the elements from this map.
- clear() - Method in class org.apache.jdo.impl.sco.TreeSet
-
Removes all of the elements from this set.
- clear() - Method in class org.apache.jdo.impl.sco.Vector
-
Removes all of the elements from this Vector.
- clear() - Method in class org.apache.jdo.query.BasicQueryResult
-
This method throws UnsupportedOperationException because
the collection is read-only.
- clearInternal() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- clearInternal() - Method in class org.apache.jdo.impl.sco.HashMap
-
- clearInternal() - Method in class org.apache.jdo.impl.sco.HashSet
-
- clearInternal() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- clearInternal() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- clearInternal() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- clearInternal() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- clearInternal() - Method in class org.apache.jdo.impl.sco.Vector
-
- clearInternal() - Method in interface org.apache.jdo.sco.SCOCollection
-
Clears Collection without recording
the event.
- clearInternal() - Method in interface org.apache.jdo.sco.SCOMap
-
Clears Map without recording
the event.
- clone() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.jdoql.tree.MethodCallExpr
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Creates and returns a copy of this object nullifying fields
parent
, children
and clazz
.
- clone() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.ArrayList
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.Date
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.HashMap
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.HashSet
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.Hashtable
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.LinkedList
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.SqlDate
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.SqlTime
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.TreeMap
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.TreeSet
-
Creates and returns a copy of this object.
- clone() - Method in class org.apache.jdo.impl.sco.Vector
-
Creates and returns a copy of this object.
- clone() - Method in interface org.apache.jdo.sco.SCO
-
Make a copy of this object.
- close() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Close this PersistenceManagerFactory.
- close(boolean) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Closes the database unless there are any active store managers.
- close(Object) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Close a query result and release any resources associated with it.
- close() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Close this PersistenceManagerFactory.
- close() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Close this persistence manager
- close() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- close() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
-
Close this iterator and release any resources held.
- close() - Method in class org.apache.jdo.query.BasicQueryResult
-
This method closes the result set, closes all open iterators, and releases
all resources that might be held by the result.
- close() - Method in interface org.apache.jdo.query.QueryResult
-
Close this query result and invalidate all iterators
that have been opened on it.
- close() - Method in interface org.apache.jdo.query.QueryResultIterator
-
Close this iterator and release any resources held.
- closeAll() - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Close all query results associated with this Query instance, and release
all resources associated with them.
- closed - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
These are used for implementing close().
- closeDatabase() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Close the database.
- closeDatabase() - Method in class org.apache.jdo.impl.fostore.FOStoreRemoteConnection
-
Close the database associated with this connection.
- closeInputStream(InputStream) - Method in class org.apache.jdo.impl.enhancer.ClassArgMain
-
Closes an input stream.
- closeLock - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
The closeLock protects the close flag and pmSet.
- closeOpenPersistenceManagers() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Close all open PersistenceManagers.
- codeAttribute() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Returns the CodeAttribute associated with this method (if any)
- CodeAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
Subtype of ClassAttribute which describes the "Code" attribute
associated with a method.
- CodeAttribute(ConstUtf8, int, int, Insn, ExceptionTable, AttributeVector) - Constructor for class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Constructs a CodeAttribute object for construction from scratch
- CodeAttribute(ConstUtf8, int, int, Insn, byte[], ExceptionTable, AttributeVector, CodeEnv) - Constructor for class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Constructs a CodeAttribute object
- CodeAttribute(ConstUtf8, byte[], CodeEnv) - Constructor for class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Constructs a CodeAttribute object for later disassembly
- COLLECTION_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- COLLECTION_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- COLLECTION_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- COLLECTION_NOT_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- COLLECTION_NOT_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- COLLECTION_NOT_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- collectionType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the interface java.util.Collection.
- column - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
The column info
- CombinedResourceLocator - Class in org.apache.jdo.impl.enhancer.util
-
Searches resources among a set of files.
- CombinedResourceLocator(PrintWriter, boolean, List) - Constructor for class org.apache.jdo.impl.enhancer.util.CombinedResourceLocator
-
Creates an intsance.
- COMMA - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- COMMA - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- COMMA - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- commit() - Method in interface org.apache.jdo.store.Connector
-
Requests that the Connector make all changes made since the previous
commit/rollback permanent and releases any database locks held by the
Connector.
- comparator() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- comparator() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- compare(Object, Object) - Method in class org.apache.jdo.impl.jdoql.OrderingComparator
-
Required method for implementing the interface Comparator
.
- compareTo(Object) - Method in class org.apache.jdo.impl.fostore.OID
-
Compare this OID to another OID.
- compareTo(Object) - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Compares this object with the specified object for order.
- compile() - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Verify the elements of the query and provide a hint to the query to
prepare and optimize an execution plan.
- complementExpr(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- complementExpr(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- ComplementExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a bitwise not operator.
- ComplementExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.ComplementExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- ComplementExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.ComplementExpr
-
The noarg constructor is needed for ANTLR support.
- ComplementExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a bitwise not operator.
- computeStackTypes(String, Stack) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
stackSig is a signature for a list of types on the JVM stack with the
last type in the signature intended to be on the top of JVM stack.
- CONCAT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- CONCAT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- CONCAT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- ConditionalAndExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a conditional and operator.
- ConditionalAndExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.ConditionalAndExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- ConditionalAndExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.ConditionalAndExpr
-
The noarg constructor is needed for ANTLR support.
- conditionalAndExpression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- ConditionalAndExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a conditional and operator.
- conditionalExpr(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- conditionalExpr(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- ConditionalOrExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a conditional or operator.
- ConditionalOrExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.ConditionalOrExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- ConditionalOrExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.ConditionalOrExpr
-
The noarg constructor is needed for ANTLR support.
- conditionalOrExpression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- ConditionalOrExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a conditional or operator.
- connect() - Method in class org.apache.jdo.impl.fostore.FOStoreRemoteConnection
-
Connect to the data store.
- Connector - Interface in org.apache.jdo.store
-
A Connector is the store-independent means of representing a connection.
- CONSTANT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- CONSTANT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- CONSTANT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- constantAt(int) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Return the constant in the pool at the specified entry index
- CONSTANTClass - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTDouble - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ConstantExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a constant expression.
- ConstantExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.ConstantExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- ConstantExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.ConstantExpr
-
The noarg constructor is needed for ANTLR support.
- ConstantExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a constant expression.
- CONSTANTFieldRef - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTFloat - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTInteger - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTInterfaceMethodRef - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTLong - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTMethodRef - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTNameAndType - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- ConstantPool - Class in org.apache.jdo.impl.enhancer.classfile
-
Constant Pool implementation - this represents the constant pool
of a class in a class file.
- CONSTANTString - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTUnicode - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- CONSTANTUtf8 - Static variable in interface org.apache.jdo.impl.enhancer.classfile.VMConstants
-
- constantValue(ConstValue) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for loading a value from the constant
pool onto the stack - hopefully use short form
- ConstantValueAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
ConstantValueAttribute represents a constant value attribute
in a class file.
- ConstantValueAttribute(ConstUtf8, ConstValue) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ConstantValueAttribute
-
Construct a constant value attribute
- ConstBasic - Class in org.apache.jdo.impl.enhancer.classfile
-
Abstract base class of the types which represent entries in
the class constant pool.
- ConstBasicMemberRef - Class in org.apache.jdo.impl.enhancer.classfile
-
The abstract base class used to represent the various type of
references to members (fields/methods) within the constant pool.
- ConstClass - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a class reference in the constant pool
- ConstClass(ConstUtf8) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ConstClass
-
Construct a ConstClass
- ConstDouble - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a double constant in the constant pool of a class file
- ConstFieldRef - Class in org.apache.jdo.impl.enhancer.classfile
-
ConstFieldRef represents a reference to a field of some class
in the constant pool of a class file.
- ConstFloat - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a float constant in the constant pool of a class file
- ConstInteger - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing an integer constant in the constant pool of a class file
- ConstInterfaceMethodRef - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a reference to an interface method of some class
in the constant pool of a class file.
- ConstLong - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a long constant in the constant pool of a class file
- ConstMethodRef - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a reference to a method of some class in the
constant pool of a class file
- ConstNameAndType - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a name and an associated type in the constant pool
of a class file
- ConstString - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a class specification in the constant pool
ConstString strictly speaking is not a ConstantValue in the
Java VM sense.
- ConstUnicode - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a unicode string value in the constant pool
Note: evidence suggests that this is no longer part of the java VM
spec.
- ConstUtf8 - Class in org.apache.jdo.impl.enhancer.classfile
-
Class representing a utf8 string value in the constant pool
- ConstValue - Class in org.apache.jdo.impl.enhancer.classfile
-
An abstract class serving as a common type for constants which
can be the target of ConstantValue attributes
- CONTAINS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- contains(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- CONTAINS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- contains(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- CONTAINS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- contains(Object) - Method in class org.apache.jdo.impl.sco.HashSet
-
- contains(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
-
- contains(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
-
These methods need to thaw the map before performing the operation.
- contains(Object) - Method in class org.apache.jdo.query.BasicQueryResult
-
This method delegates to the result collection method.
- contains(Object) - Method in class org.apache.jdo.util.WeakHashSet
-
Returns true
if this set contains the specified element.
- containsAll(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
-
- containsAll(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
-
- containsAll(Collection) - Method in class org.apache.jdo.query.BasicQueryResult
-
This method delegates to the result collection method.
- ContainsCallExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents the method call expression
Collection.contains
.
- ContainsCallExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.ContainsCallExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- ContainsCallExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.ContainsCallExpr
-
The noarg constructor is needed for ANTLR support.
- ContainsCallExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents the method call expression
Collection.contains
.
- containsKey(Object) - Method in class org.apache.jdo.impl.sco.HashMap
-
These methods need to thaw the map before performing the operation.
- containsKey(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
-
These methods need to thaw the map before performing the operation.
- containsKey(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
-
These methods need to thaw the map before performing the operation.
- containsKey(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
-
Returns true if this map contains a mapping for the specified
key.
- containsValue(Object) - Method in class org.apache.jdo.impl.sco.HashMap
-
- containsValue(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
-
- containsValue(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
-
- containsValue(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- context - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.ErrorMsg
-
The context is included in an error message.
- Controller - Class in org.apache.jdo.impl.enhancer.core
-
Controls the enhancement of a class.
- Controller(ClassFile, Environment) - Constructor for class org.apache.jdo.impl.enhancer.core.Controller
-
Constructor.
- copyKeyFieldsFromObjectId(StateManagerInternal, Class) - Method in interface org.apache.jdo.store.StoreManager
-
This method copies PK field values from internal Object Id into the
Hollow instance.
- countFieldWords(String) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the number of words of a field based on its signature.
- countMethodArgWords(String) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the number of words of arguments to the method
based on the method signature
- countMethodReturnWords(String) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the number of words of return value for the method
based on the method signature
- create(int) - Static method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Create an instruction which requires no immediate operands
- create(int, ConstBasic) - Static method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Create an instruction which requires a single constant from the
constant pool as an immediate operand.
- create(int, int) - Static method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Create an instruction which requires a single integral constant
as an immediate operand.
- create(int, InsnTarget) - Static method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Create an instruction which requires a single branch offset
as an immediate operand.
- create() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLASTFactory
-
- create(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLASTFactory
-
- create(JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLASTFactory
-
- createAbsoluteOrderMap() - Static method in class org.apache.jdo.impl.sco.Freezer
-
Create a map whose elements are ordered according to an
absolute ordering.
- createFlagOption(String, String, String) - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Creates and registers an option representing a boolean flag.
- createFlagOption(String, String, String, boolean) - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Creates and registers an option representing a boolean flag.
- createFrozenIterator(Object[]) - Static method in class org.apache.jdo.impl.sco.Freezer
-
Create an iterator over frozen elements or entries.
- createHelpOption(String, String, String) - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Creates and registers an option representing a usage-help request.
- createIntOption(String, String, String) - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Creates and registers an option representing a int
value.
- createIntOption(String, String, String, int) - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Creates and registers an option representing a int
value.
- createJavaField(JDOField, JavaType) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
RegisterClassListener calls this method to create a ReflectionJavaField
instance when processing the enhancer generated metadata.
- createJavaModel(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
-
Creates a new empty JavaModel instance.
- createJavaModel(Object) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
-
Creates a new empty JavaModel instance.
- createJavaModel(Object) - Method in interface org.apache.jdo.model.java.JavaModelFactory
-
Creates a new empty JavaModel instance.
- createJavaType(Class) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerJavaModel
-
Creates a new JavaType instance for the specified Class object.
- createJavaType(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Creates a new JavaType instance for the specified Class object.
- createJavaType(Class) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
-
Creates a new JavaType instance for the specified Class object.
- createJDOArray() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Creates and returns a new JDOArray instance.
- createJDOArray() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Creates and returns a new JDOArray instance.
- createJDOArray() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Creates and returns a new JDOArray instance.
- createJDOArrayInternal() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Creates and returns a new JDOArray instance.
- createJDOArrayInternal() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Creates and returns a new JDOArray instance.
- createJDOClass(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
This method returns a JDOClass instance representing an inner class of
this JDOClass If this JDOClass already declares such an inner class,
the existing JDOClass instance is returned.
- createJDOClass(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns a JDOClass instance for the specified fully qualified
class name.
- createJDOClass(String, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns a JDOClass instance for the specified fully qualified
class name.
- createJDOClass(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
This method returns a JDOClass instance representing an inner class of
this JDOClass If this JDOClass already declares such an inner class,
the existing JDOClass instance is returned.
- createJDOClass(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns a JDOClass instance for the specified fully qualified
class name.
- createJDOClass(String, boolean) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns a JDOClass instance for the specified fully qualified
class name.
- createJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Creates and returns a new JDOCollection instance.
- createJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Creates and returns a new JDOCollection instance.
- createJDOCollection() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Creates and returns a new JDOCollection instance.
- createJDOCollectionInternal() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Creates and returns a new JDOCollection instance.
- createJDOCollectionInternal() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Creates and returns a new JDOCollection instance.
- createJDOExtension() - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
Creates a new JDOExtension instance and attaches it to the specified
JDOElement object.
- createJDOExtension() - Method in interface org.apache.jdo.model.jdo.JDOElement
-
Creates a new JDOExtension instance and attaches it to the specified
JDOElement object.
- createJDOField(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
This method returns a JDOField instance for the field with the specified
name.
- createJDOField(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
This method returns a JDOField instance for the field with the specified
name.
- createJDOField(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
This method returns a JDOField instance for the field with the specified
name.
- createJDOMap() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Creates and returns a new JDOMap instance.
- createJDOMap() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Creates and returns a new JDOMap instance.
- createJDOMap() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Creates and returns a new JDOMap instance.
- createJDOMapInternal() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Creates and returns a new JDOMap instance.
- createJDOMapInternal() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Creates and returns a new JDOMap instance.
- createJDOModel(JavaModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
-
Creates a new empty JDOModel instance.
- createJDOModel(JavaModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
-
Creates a new empty JDOModel instance.
- createJDOModel(JavaModel, boolean) - Method in interface org.apache.jdo.model.jdo.JDOModelFactory
-
Creates a new empty JDOModel instance.
- createJDOPackage(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns a JDOClass instance for the specified package name.
- createJDOPackage(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns a JDOClass instance for the specified package name.
- createJDOReference() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Creates and returns a new JDOReference instance.
- createJDOReference() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Creates and returns a new JDOReference instance.
- createJDOReference() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Creates and returns a new JDOReference instance.
- createJDOReferenceInternal() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Creates and returns a new JDOReference instance.
- createMOFID(int, long) - Method in class org.apache.jdo.impl.fostore.FOStoreBtreeStorage
-
Returns Creates a MOFID based on the class id and uid taken from a
FOStore OID.
- createObjectId(StateManagerInternal, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
-
Creates a new Object Id for the given StateManagerInternal.
- createPersistenceManager(String, String) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Create a new instance of PersistenceManager with
the specific user name and password.
- createPersistenceManager(String, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Creates a new instance of PersistenceManager from this factory.
- createQueryTree(Class, JDOQLAST, JDOQLAST, JDOQLAST, JDOQLAST, JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Combines partial ASTs into one query AST.
- createStringOption(String, String, String) - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Creates and registers an option representing a String
value.
- createStringOption(String, String, String, String) - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Creates and registers an option representing a String
value.
- currentPackage - Variable in class org.apache.jdo.impl.jdoql.scope.TypeNames
-
The package of the class of the current compilation unit.
- currentTransaction() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Returns transaction associated with this persistence manager
- currentTransaction() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- eitherIterator() - Method in class org.apache.jdo.impl.sco.ArrayList
-
Get an iterator regardless of whether the collection is frozen.
- eitherIterator() - Method in class org.apache.jdo.impl.sco.HashMap
-
Get an iterator regardless of whether the map is frozen.
- eitherIterator() - Method in class org.apache.jdo.impl.sco.HashSet
-
Create an iterator regardless whether the collection is frozen.
- eitherIterator() - Method in class org.apache.jdo.impl.sco.Hashtable
-
Get an iterator regardless of whether the map is frozen.
- eitherIterator() - Method in class org.apache.jdo.impl.sco.LinkedList
-
Get an iterator regardless of whether the collection is frozen.
- eitherIterator() - Method in class org.apache.jdo.impl.sco.TreeMap
-
Get an iterator regardless of whether the map is frozen.
- eitherIterator() - Method in class org.apache.jdo.impl.sco.TreeSet
-
Create an iterator regardless whether the collection is frozen.
- eitherIterator() - Method in class org.apache.jdo.impl.sco.Vector
-
Get an iterator regardless of whether the collection is frozen.
- eitherIterator() - Method in interface org.apache.jdo.sco.SCOCollection
-
Get an iterator regardless of whether the map is frozen.
- eitherIterator() - Method in interface org.apache.jdo.sco.SCOMap
-
Get an iterator regardless of whether the map is frozen.
- EJBHelper - Interface in org.apache.jdo.ejb
-
Provide a Forte for Java implementation with information about the distributed
transaction environment.
- EJBImplHelper - Class in org.apache.jdo.ejb
-
Provides helper methods for a Forte for Java implementation with the
application server specific information in the distributed transaction
environment.
- EJBImplHelper() - Constructor for class org.apache.jdo.ejb.EJBImplHelper
-
- elements() - Method in class org.apache.jdo.impl.enhancer.classfile.AttributeVector
-
- elements() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- elementSig(int) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the element type descriptor char for the element type.
- elementSize(int) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the number of stack words required for a value of the specified
type on the operand stack.
- elementType(String) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the element type for the first char in the type descriptor string.
- elementType - Variable in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Property elementType.
- embedded - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Property embedded.
- embeddedElement - Variable in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
Property embeddedElement.
- embeddedElement - Variable in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Property embeddedElement.
- embeddedKey - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Property embeddedKey.
- embeddedValue - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Property embeddedValue.
- encrypt(String) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Uses rot13 algorithm.
- encrypt(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Provides an encrypted version of the given string.
- end_array() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element end event handling method.
- end_array() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- end_class() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element end event handling method.
- end_class() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- end_collection() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element end event handling method.
- end_collection() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- end_extension() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element end event handling method.
- end_extension() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- end_field() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element end event handling method.
- end_field() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- end_jdo() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element end event handling method.
- end_jdo() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- end_map() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element end event handling method.
- end_map() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- end_package() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element end event handling method.
- end_package() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- endDocument() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- endElement(String, String, String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- endPC() - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionRange
-
return the end of the exception hander (exclusive)
- endPrefixMapping(String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- ENDS_WITH - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- ENDS_WITH - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- ENDS_WITH - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- endsWith(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- endsWith(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- EndsWithCallExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents the method call expression
String.endsWith
.
- EndsWithCallExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.EndsWithCallExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- EndsWithCallExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.EndsWithCallExpr
-
The noarg constructor is needed for ANTLR support.
- EndsWithCallExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents the method call expression
String.endsWith
.
- enhanceClass() - Method in class org.apache.jdo.impl.enhancer.core.Controller
-
Determines what modifications are needed and perform them.
- enhanceClassFile(InputStream, OutputStream) - Method in interface org.apache.jdo.impl.enhancer.ClassFileEnhancer
-
Enhances a given class according to the JDO meta-data.
- enhanceClassFile(InputStream, OutputStreamWrapper) - Method in interface org.apache.jdo.impl.enhancer.ClassFileEnhancer
-
Enhances a given class according to the JDO meta-data.
- enhanceClassFile(ClassFileEnhancer, InputStream, OutputStream) - Static method in class org.apache.jdo.impl.enhancer.ClassFileEnhancerHelper
-
Enhances a classfile.
- enhanceClassFile(InputStream, OutputStream) - Method in class org.apache.jdo.impl.enhancer.ClassFileEnhancerTimer
-
- enhanceClassFile(InputStream, OutputStreamWrapper) - Method in class org.apache.jdo.impl.enhancer.ClassFileEnhancerTimer
-
- enhanceClassFile(InputStream, OutputStreamWrapper) - Method in class org.apache.jdo.impl.enhancer.core.EnhancerFilter
-
Enhances a given class according to the JDO meta-data.
- enhanceClassFile(InputStream, OutputStream) - Method in class org.apache.jdo.impl.enhancer.core.EnhancerFilter
-
- enhancer - Variable in class org.apache.jdo.enhancer.EnhancerMain
-
The byte code enhancer.
- EnhancerClassLoader - Class in org.apache.jdo.impl.enhancer
-
Implements a ClassLoader which automatically enchances the .class files
according to the EnhancerMetaData information in the jar archive.
- EnhancerClassLoader(URL[]) - Constructor for class org.apache.jdo.impl.enhancer.EnhancerClassLoader
-
Creates a new EnhancerClassLoader for the specified url.
- EnhancerClassLoader(URL[], ClassLoader) - Constructor for class org.apache.jdo.impl.enhancer.EnhancerClassLoader
-
Creates a new EnhancerClassLoader for the specified url.
- EnhancerClassLoader(String, Properties, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.EnhancerClassLoader
-
Creates a new EnhancerClassLoader for the specified url.
- EnhancerClassLoader(URL[], Properties, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.EnhancerClassLoader
-
Creates a new EnhancerClassLoader for the specified url.
- EnhancerClassLoader(String, EnhancerMetaData, Properties, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.EnhancerClassLoader
-
Creates a new EnhancerClassLoader for the specified url.
- EnhancerClassLoader(URL[], EnhancerMetaData, Properties, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.EnhancerClassLoader
-
Creates a new EnhancerClassLoader for the specified url.
- EnhancerFatalError - Exception in org.apache.jdo.impl.enhancer
-
Thrown to indicate that the class-file enhancer failed to perform an
operation due to a serious error.
- EnhancerFatalError() - Constructor for exception org.apache.jdo.impl.enhancer.EnhancerFatalError
-
Constructs an EnhancerFatalError
with no detail message.
- EnhancerFatalError(String) - Constructor for exception org.apache.jdo.impl.enhancer.EnhancerFatalError
-
Constructs an EnhancerFatalError
with the specified
detail message.
- EnhancerFatalError(Throwable) - Constructor for exception org.apache.jdo.impl.enhancer.EnhancerFatalError
-
Constructs an EnhancerFatalError
with an optional
nested exception.
- EnhancerFatalError(String, Throwable) - Constructor for exception org.apache.jdo.impl.enhancer.EnhancerFatalError
-
Constructs an EnhancerFatalError
with the specified
detail message and an optional nested exception.
- EnhancerFilter - Class in org.apache.jdo.impl.enhancer.core
-
Provides a JDO byte-code enhancer.
- EnhancerFilter(EnhancerMetaData, Properties, PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.core.EnhancerFilter
-
Creates an instance of a JDO enhancer.
- EnhancerJavaModel - Class in org.apache.jdo.impl.enhancer.meta.model
-
Provides some basic Java type information based on JVM descriptors.
- EnhancerJavaModel(ClassLoader, ResourceLocator) - Constructor for class org.apache.jdo.impl.enhancer.meta.model.EnhancerJavaModel
-
Creates an instance.
- EnhancerJavaType - Class in org.apache.jdo.impl.enhancer.meta.model
-
Provides some basic Java type information based on JVM descriptors.
- EnhancerJavaType(Class, JDOModel, JavaModel) - Constructor for class org.apache.jdo.impl.enhancer.meta.model.EnhancerJavaType
-
Creates an instance.
- EnhancerMain - Class in org.apache.jdo.enhancer
-
JDO command line enhancer.
- EnhancerMain(PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.enhancer.EnhancerMain
-
Creates an instance.
- EnhancerMain(PrintWriter, PrintWriter, EnhancerOptions) - Constructor for class org.apache.jdo.enhancer.EnhancerMain
-
Creates an instance.
- EnhancerMetaData - Interface in org.apache.jdo.impl.enhancer.meta
-
Provides the JDO meta information neccessary for byte-code enhancement.
- EnhancerMetaDataBaseModel - Class in org.apache.jdo.impl.enhancer.meta.util
-
Provides the JDO meta information based on a JDO meta model.
- EnhancerMetaDataBaseModel(PrintWriter, boolean) - Constructor for class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Creates an instance.
- EnhancerMetaDataFatalError - Exception in org.apache.jdo.impl.enhancer.meta
-
Thrown to indicate that an access to JDO meta-data failed due to a
serious error, which might have left the meta-data component in an
inconsistent state.
- EnhancerMetaDataFatalError() - Constructor for exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataFatalError
-
Constructs an EnhancerMetaDataFatalError
with no detail message.
- EnhancerMetaDataFatalError(String) - Constructor for exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataFatalError
-
Constructs an EnhancerMetaDataFatalError
with the specified
detail message.
- EnhancerMetaDataFatalError(Throwable) - Constructor for exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataFatalError
-
Constructs an EnhancerMetaDataFatalError
with an optional
nested exception.
- EnhancerMetaDataFatalError(String, Throwable) - Constructor for exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataFatalError
-
Constructs an EnhancerMetaDataFatalError
with the specified
detail message and an optional nested exception.
- EnhancerMetaDataJDOModelImpl - Class in org.apache.jdo.impl.enhancer.meta.model
-
Provides the JDO meta information based on a JDO meta model.
- EnhancerMetaDataJDOModelImpl(PrintWriter, boolean, List, List, String) - Constructor for class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Creates an instance.
- EnhancerMetaDataPropertyImpl - Class in org.apache.jdo.impl.enhancer.meta.prop
-
Provides the JDO meta information based on properties.
- EnhancerMetaDataPropertyImpl(PrintWriter, boolean, Properties) - Constructor for class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Creates an instance.
- EnhancerMetaDataPropertyImpl(PrintWriter, boolean, String) - Constructor for class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Creates an instance.
- EnhancerMetaDataTimer - Class in org.apache.jdo.impl.enhancer.meta.util
-
- EnhancerMetaDataTimer(EnhancerMetaData) - Constructor for class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
Creates an instance.
- EnhancerMetaDataUserException - Exception in org.apache.jdo.impl.enhancer.meta
-
Thrown to indicate that an access to JDO meta-data failed; the
meta-data component is assured to remain in consistent state.
- EnhancerMetaDataUserException() - Constructor for exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataUserException
-
Constructs an EnhancerMetaDataUserException
with no detail
message.
- EnhancerMetaDataUserException(String) - Constructor for exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataUserException
-
Constructs an EnhancerMetaDataUserException
with the specified
detail message.
- EnhancerMetaDataUserException(Throwable) - Constructor for exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataUserException
-
Constructs an EnhancerMetaDataUserException
with an optional
nested exception.
- EnhancerMetaDataUserException(String, Throwable) - Constructor for exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataUserException
-
Constructs an EnhancerMetaDataUserException
with the specified
detail message and an optional nested exception.
- EnhancerOptions - Class in org.apache.jdo.impl.enhancer
-
Set of options used by the JDO enhancer and its test programs.
- EnhancerOptions(PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.EnhancerOptions
-
Creates an instance.
- EnhancerUserException - Exception in org.apache.jdo.impl.enhancer
-
Thrown to indicate that the class-file enhancer failed to perform an
operation due to an error.
- EnhancerUserException() - Constructor for exception org.apache.jdo.impl.enhancer.EnhancerUserException
-
Creates a new EnhancerUserException
without detail
message.
- EnhancerUserException(String) - Constructor for exception org.apache.jdo.impl.enhancer.EnhancerUserException
-
Creates a new EnhancerUserException
with the specified
detail message.
- EnhancerUserException(String, Throwable) - Constructor for exception org.apache.jdo.impl.enhancer.EnhancerUserException
-
Creates a new EnhancerUserException
with the specified
detail message and cause Throwable.
- enhanceZipFile(ClassFileEnhancer, ZipInputStream, ZipOutputStream) - Static method in class org.apache.jdo.impl.enhancer.ClassFileEnhancerHelper
-
Enhances a zip file.
- enlistBeforeCompletion(Object) - Method in interface org.apache.jdo.ejb.EJBHelper
-
Called at the beginning of the Transaction.beforeCompletion() to
register the component with the app server if necessary.
- enlistBeforeCompletion(Object) - Static method in class org.apache.jdo.ejb.EJBImplHelper
-
Called at the beginning of the Transaction.beforeCompletion()
to register the component with the app server if necessary.
- ensureInitializedField() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
This method makes sure the reflection field is set.
- entrySet() - Method in class org.apache.jdo.impl.sco.HashMap
-
- entrySet() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- entrySet() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- entrySet() - Method in class org.apache.jdo.util.WeakValueHashMap
-
Returns a Set
view of the mappings in this map.
- Environment - Class in org.apache.jdo.impl.enhancer.core
-
Serves as a repository for the options for the enhancer.
- Environment() - Constructor for class org.apache.jdo.impl.enhancer.core.Environment
-
The constructor
- EOF - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- EOF - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- EOF - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- EOF_CHAR - Static variable in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLLexer
-
- EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- equalityExpression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- equals(Object) - Method in class org.apache.jdo.impl.fostore.AID
-
Determines if this AID is equal to another.
- equals(Object) - Method in class org.apache.jdo.impl.fostore.OID
-
Determines if this OID is equal to another.
- equals(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaField
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Overrides Object's equals
method by comparing the name
of this member with the name of the argument obj.
- equals(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
- equals(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.jdo.impl.sco.HashMap
-
- equals(Object) - Method in class org.apache.jdo.impl.sco.HashSet
-
- equals(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
-
- equals(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
-
- equals(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
-
- equals(Object) - Method in class org.apache.jdo.query.BasicQueryResult
-
This method delegates to the result collection method.
- EqualsExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents an equals operator.
- EqualsExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.EqualsExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- EqualsExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.EqualsExpr
-
The noarg constructor is needed for ANTLR support.
- EqualsExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents an equals operator.
- error(String) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- ERROR - Static variable in class org.apache.jdo.impl.enhancer.util.AnnotationTest
-
- ERROR - Static variable in class org.apache.jdo.impl.enhancer.util.AugmentationDiffTest
-
- ERROR - Static variable in class org.apache.jdo.impl.enhancer.util.AugmentationTest
-
- ERROR - Static variable in class org.apache.jdo.impl.enhancer.util.Disassembler
-
- error(int, int, String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.ErrorMsg
-
Indicates an error situation.
- ERROR - Static variable in exception org.apache.jdo.model.ModelValidationException
-
Constant representing an error.
- errorCount() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- ErrorMsg - Class in org.apache.jdo.impl.jdoql.jdoqlc
-
- ErrorMsg() - Constructor for class org.apache.jdo.impl.jdoql.jdoqlc.ErrorMsg
-
- errorMsg - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLC
-
Error message helper.
- errorMsg - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLLexer
-
The error message support class.
- errorMsg - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
The error message support class.
- errorMsg - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
The error message support class.
- errorMsg - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
The error message support class.
- ErrorType - Class in org.apache.jdo.impl.model.java
-
An instance of class ErrorType represents an erroneous type.
- ErrorType() - Constructor for class org.apache.jdo.impl.model.java.ErrorType
-
Creates new a ErrorType instance.
- errorType - Static variable in class org.apache.jdo.impl.model.java.ErrorType
-
The singleton ErrorType instance.
- ESC - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- ESC - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- ESC - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- evict(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Mark an instance as no longer needed in the cache.
- evict(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- evictAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Mark an array of instances as no longer needed in the cache.
- evictAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Mark a Collection of instances as no longer needed in the cache.
- evictAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Mark all persistent-nontransactional instances as no longer needed
in the cache.
- evictAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- evictAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- evictAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- evictInstance() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Transitions lifecycle state to HOLLOW
- EXCEPTION - Static variable in class org.apache.jdo.model.jdo.NullValueTreatment
-
Constant representing throwing an exception when storing a null value of
field of a nullable type that is mapped to non-nullable type in the
datastore.
- exceptionHandlers() - Method in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Return the exception ranges and handlers which apply to the code in
this method.
- ExceptionRange - Class in org.apache.jdo.impl.enhancer.classfile
-
ExceptionRange represents a range an exception handler within
a method in class file.
- ExceptionRange(InsnTarget, InsnTarget, InsnTarget, ConstClass) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ExceptionRange
-
constructor
- exceptions() - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionsAttribute
-
Return an enumeration of the checked exceptions
- exceptionsAttribute() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Returns the ExceptionsAttribute associated with this method (if any)
- ExceptionsAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
ExceptionsAttribute represents a method attribute in a class file
listing the checked exceptions for the method.
- ExceptionsAttribute(ConstUtf8, Vector) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ExceptionsAttribute
-
Constructor
- ExceptionsAttribute(ConstUtf8, ConstClass) - Constructor for class org.apache.jdo.impl.enhancer.classfile.ExceptionsAttribute
-
Convenience Constructor - for single exception
- ExceptionTable - Class in org.apache.jdo.impl.enhancer.classfile
-
ExceptionTable represents the exception handlers within the code
of a method.
- ExceptionTable() - Constructor for class org.apache.jdo.impl.enhancer.classfile.ExceptionTable
-
- execute() - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Execute the query and return the filtered Collection.
- execute(Object) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Execute the query and return the filtered Collection.
- execute(Object, Object) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Execute the query and return the filtered Collection.
- execute(Object, Object, Object) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Execute the query and return the filtered Collection.
- executeWithArray(Object[]) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Execute the query and return the filtered Collection.
- executeWithMap(Map) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Execute the query and return the filtered Collection.
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.ConstantValueAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.ExceptionsAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.LineNumberTableAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.LocalVariableTableAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.SignatureAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.SourceFileAttribute
-
- expectedAttrName - Static variable in class org.apache.jdo.impl.enhancer.classfile.SyntheticAttribute
-
- expectedAttrVersion - Static variable in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- expectedAttrVersion - Static variable in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- EXPONENT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- EXPONENT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- EXPONENT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- Expr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a general expression.
- Expr() - Constructor for class org.apache.jdo.impl.jdoql.tree.Expr
-
The noarg constructor is needed for ANTLR support and deserialization.
- expression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- expression(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- expression(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- Expression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a general expression.
- ExpressionFactory - Interface in org.apache.jdo.jdoql.tree
-
This interface provides methods for factorizing expression nodes.
- expressionList() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- exprNoCheck(AST, boolean) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- ExtendedMetaData - Interface in org.apache.jdo.impl.enhancer.meta
-
Provides extended JDO meta information for byte-code enhancement.
- extractArgSig(String) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the stack descriptor for the arguments to a method
invocation (not including any "this" argument)
- extractResultSig(String) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the stack descriptor for the result of a method
invocation.
- extractReversedArgSig(String) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
Return the reversed stack descriptor for the arguments to a method
invocation (not including any "this" argument).
- GE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- GE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- GE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- generatedFlag - Static variable in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- generatedFlag - Static variable in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- GenericAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
GenericAttribute represents a class attribute in a class file which
is not recognized as any supported attribute type.
- GenericAttribute(ConstUtf8, byte[]) - Constructor for class org.apache.jdo.impl.enhancer.classfile.GenericAttribute
-
constructor
- GenericMain - Class in org.apache.jdo.impl.enhancer
-
Base class for JDO command line enhancer and tests.
- GenericMain(PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.GenericMain
-
Creates an instance.
- GenericMain(PrintWriter, PrintWriter, GenericOptions) - Constructor for class org.apache.jdo.impl.enhancer.GenericMain
-
Creates an instance.
- GenericOptions - Class in org.apache.jdo.impl.enhancer
-
Set of options used by the JDO enhancer and its test programs.
- GenericOptions(PrintWriter, PrintWriter) - Constructor for class org.apache.jdo.impl.enhancer.GenericOptions
-
Creates an instance.
- get(PersistenceManagerFactoryImpl) - Method in interface org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.PMFAccessor
-
Returns a value from a PMF, turned into a String.
- get(Object) - Method in class org.apache.jdo.impl.sco.HashMap
-
- get(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
-
- get(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
-
- get() - Method in class org.apache.jdo.util.Pool
-
Gets an object from the pool, if one is available.
- get(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
-
Gets the value for the given key.
- getAccessibleField(JavaField) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns a accessible java.lang.reflect.Field instance for the
specified JavaField.
- getActivePersistenceManagers() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get all active PersistenceManagers.
- getAdded() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- getAdded() - Method in class org.apache.jdo.impl.sco.HashSet
-
- getAdded() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- getAdded() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- getAdded() - Method in class org.apache.jdo.impl.sco.Vector
-
- getAdded() - Method in interface org.apache.jdo.sco.SCOCollection
-
Returns the Collection of added elements
- getAddedKeys() - Method in class org.apache.jdo.impl.sco.HashMap
-
- getAddedKeys() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- getAddedKeys() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- getAddedKeys() - Method in interface org.apache.jdo.sco.SCOMap
-
Returns the Collection of added keys
- getAddedValues() - Method in class org.apache.jdo.impl.sco.HashMap
-
- getAddedValues() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- getAddedValues() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- getAddedValues() - Method in interface org.apache.jdo.sco.SCOMap
-
Returns the Collection of added values
- getAnnotationRanges() - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- getAnnotationTime() - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- getArguments() - Method in class org.apache.jdo.impl.jdoql.tree.MethodCallExpr
-
Returns the argument array of this method call.
- getArguments() - Method in interface org.apache.jdo.jdoql.tree.MethodCallExpression
-
Returns the argument array of this method call.
- getArrayComponentType() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getArrayComponentType() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns the JavaType representing the component type of an array.
- getArrayComponentType() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the JavaType representing the component type of an array.
- getAsProperties() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Returns a Properties representation of this PMF.
- getAsPropertiesInternal() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Does not do assertConfigurable validation
- getBigDecimalValue(Object) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Converts the specified value into a BigDecimal value.
- getBigIntegerValue(Object) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Converts the specified value into a BigInteger value.
- getBoolean() - Method in class org.apache.jdo.impl.jdoql.tree.BooleanLiteralExpr
-
Returns the boolean value represented by this expression.
- getBoolean() - Method in interface org.apache.jdo.jdoql.tree.BooleanLiteralExpression
-
Returns the boolean value represented by this expression.
- getByte() - Method in class org.apache.jdo.impl.jdoql.tree.ByteLiteralExpr
-
Returns the byte value represented by this expression.
- getByte() - Method in interface org.apache.jdo.jdoql.tree.ByteLiteralExpression
-
Returns the byte value represented by this expression.
- getBytes() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Returns a byte array representation of this class.
- getCandidateClass() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns the candidate class.
- getCandidateClass() - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Returns the candidate class.
- getCandidates() - Method in class org.apache.jdo.impl.jdoql.QueryResultHelperImpl
-
Return the candidate Collection or Extent specified by
the user.
- getCandidates() - Method in interface org.apache.jdo.query.QueryResultHelper
-
Return the candidate Collection or Extent specified by
the user.
- getCause() - Method in exception org.apache.jdo.impl.enhancer.EnhancerUserException
-
Returns the cause of this Exception or null if the cause is
nonexistent or unknown.
- getCause() - Method in exception org.apache.jdo.model.ModelException
-
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
- getCause() - Method in exception org.apache.jdo.model.ModelFatalException
-
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
- getCFFromProperties(Properties) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getCFFromProperties(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Create a ConnectionFactory for this PMF.
- getChar() - Method in class org.apache.jdo.impl.jdoql.tree.CharLiteralExpr
-
Returns the char value represented by this expression.
- getChar() - Method in interface org.apache.jdo.jdoql.tree.CharLiteralExpression
-
Returns the char value represented by this expression.
- getChildren() - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Returns this node's children.
- getChildren() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns the children of this node.
- getChildren() - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Returns a collection of child JavaModel instances in the form
of an array.
- getChildren() - Method in interface org.apache.jdo.jdoql.tree.Node
-
Returns this node's children.
- getChildren() - Method in interface org.apache.jdo.model.java.JavaModel
-
Returns a collection of child JavaModel instances in the form
of an array.
- getClassFile() - Method in class org.apache.jdo.impl.enhancer.core.Controller
-
Returns the class file which we are operating on.
- getClassFileName(String) - Static method in class org.apache.jdo.impl.enhancer.ClassArgMain
-
Returns the file name for a class name.
- getClassLoader() - Method in class org.apache.jdo.impl.enhancer.util.PathResourceLocator
-
Returns a classloader initialized on the path provided to constructor.
- getClassLoader() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Returns the ClassLoader wrapped by this ReflectionJavaModel instance.
- getClassLoaderPrivileged(Class) - Static method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
-
Calls getClassLoader on the specified Class instance in a
doPrivileged block.
- getClassModifiers(String) - Method in interface org.apache.jdo.impl.enhancer.meta.ExtendedMetaData
-
Gets the modifiers of a class.
- getClassModifiers(String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Gets the access modifier of a class.
- getClassName() - Method in class org.apache.jdo.impl.enhancer.OutputStreamWrapper
-
Gets the classname of the written Java class.
- getCLID() - Method in class org.apache.jdo.impl.fostore.OID
-
Provides the CLID part of this OID.
- getCollectionField(JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- getColumn() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- getCommonOperandType(JavaType, JavaType) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Returns the common type info for the specified operand types.
- getCommonOperandType() - Method in class org.apache.jdo.impl.jdoql.tree.BinaryExpr
-
Returns the class instance suiteable for implementing the result
of this expression.
- getCommonOperandType() - Method in interface org.apache.jdo.jdoql.tree.BinaryExpression
-
Returns the class instance suiteable for implementing the result
of this expression.
- getConnection(String, String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Provides a connection to the database using the given userName and
password.
- getConnection() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Provides a connection to the database using the configured userName,
password, and url.
- getConnectionCreate() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getConnectionDriverName() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the driver name for the data store connection.
- getConnectionFactory() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Override PersistenceManagerFactoryImpl's method so that we can get a
handle on the connection factory to close the database at close() time.
- getConnectionFactory() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the data store connection factory.
- getConnectionFactory2() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Return the non-transactional connection factory
for optimistic transactions.
- getConnectionFactory2Name() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the name of the connection factory for non-transactional connections.
- getConnectionFactoryName() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the name for the data store connection factory.
- getConnectionPassword() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the password for the data store connection.
- getConnectionURL() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the URL for the data store connection.
- getConnectionUserName() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the user name for the data store connection.
- getConnector() - Method in interface org.apache.jdo.store.StoreManager
-
Returns a Connector suitable for committing or rolling back operations
on this store.
- getConnector(String, String) - Method in interface org.apache.jdo.store.StoreManager
-
Returns a Connector suitable for committing or rolling back operations
on this store for a specific userid.
- getContext() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.ErrorMsg
-
Return the current context string
- getContextClassLoaderPrivileged() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Calls getContextClassLoader for the current Thread in a
doPrivileged block.
- getCopy() - Method in class org.apache.jdo.impl.jdoql.scope.ParameterTable
-
Returns a copy of this ParameterTable.
- getCopy() - Method in class org.apache.jdo.impl.jdoql.scope.VariableTable
-
Returns a copy of this VariableTable.
- getCreate() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns whether to create the database.
- getCurrentWrapper() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Returns current wrapper
- getCurrentWrapper() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Returns current instance of PersistenceManager wrapper
- getDeclaration(String) - Method in class org.apache.jdo.impl.jdoql.scope.SymbolTable
-
Checks the symbol table for the actual declaration of the specified
identifier.
- getDeclaredClasses() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of JDOClass instances declared by this JDOClass.
- getDeclaredClasses() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns the collection of JDOClass instances declared by this JDOModel
in the format of an array.
- getDeclaredClasses() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of JDOClass instances declared by this JDOClass.
- getDeclaredClasses() - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Returns the collection of JDOClass instances declared by this JDOModel
in the format of an array.
- getDeclaredField(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns JDOField metadata for a particular declared field specified by
field name.
- getDeclaredField(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns JDOField metadata for a particular declared field specified by
field name.
- getDeclaredFieldPrivileged(Class, String) - Static method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Helper method to retrieve the java.lang.reflect.Field for this
JavaField.
- getDeclaredFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of JDOField instances declared by this JDOClass
in the form of an array.
- getDeclaredFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of JDOField instances declared by this JDOClass
in the form of an array.
- getDeclaredJavaField(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns a JavaField instance that reflects the declared field with
the specified name of the class or interface represented by this
JavaType instance.
- getDeclaredManagedFieldCount() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the number of managed fields declared in the class represented
by this JDOClass.
- getDeclaredManagedFieldCount() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the number of managed fields declared in the class represented
by this JDOClass.
- getDeclaredManagedFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of managed JDOField instances declared by this
JDOClass in the form of an array.
- getDeclaredManagedFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of managed JDOField instances declared by this
JDOClass in the form of an array.
- getDeclaredManagedFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of managed JDOField instances declared by this
JDOClass in the form of an array.
- getDeclaredMembers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of JDOMember instances declared by this
JDOClass in form of an array.
- getDeclaredMembers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of JDOMember instances declared by this JDOClass
in form of an array.
- getDeclaredObjectIdClassName() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the fully qualified name of the object identity class
(primary key class) for this JDOClass.
- getDeclaredObjectIdClassName() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the fully qualified name of the object identity class
(primary key class) declared for this JDOClass.
- getDeclaredPackages() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns the collection of JDOPackage instances declared by this JDOModel
in the format of an array.
- getDeclaredPackages() - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Returns the collection of JDOPackage instances declared by this JDOModel
in the format of an array.
- getDeclaredParameters() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a map containing all declared parameters.
- getDeclaredParameters() - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Returns a map containing all declared parameters.
- getDeclaredParametersAsList() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a list of all declared parameters.
- getDeclaredParametersAsList() - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Returns a list of all declared parameters.
- getDeclaredVariables() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a map containing all declared variables.
- getDeclaredVariables() - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Returns a map containing all declared variables.
- getDeclaringClass(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the JVM-qualified name of the specified field's declaring
class.
- getDeclaringClass(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Returns the JVM-qualified name of the specified field's declaring
class.
- getDeclaringClass(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns the JVM-qualified name of the specified field's declaring
class.
- getDeclaringClass(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getDeclaringClass() - Method in class org.apache.jdo.impl.model.java.AbstractJavaField
-
Returns the JavaType instance representing the class or interface
that declares the field represented by this JavaField instance.
- getDeclaringClass() - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Get the declaring class of this JDOMember.
- getDeclaringClass() - Method in interface org.apache.jdo.model.java.JavaField
-
Returns the JavaType instance representing the class or interface
that declares the field represented by this JavaField instance.
- getDeclaringClass() - Method in interface org.apache.jdo.model.jdo.JDOMember
-
Get the declaring class of this JDOMember.
- getDeclaringField() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the declaring field of this JDORelationship.
- getDeclaringField() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the declaring field of this JDORelationship.
- getDeclaringJavaModelFactory() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Returns the declaring ReflectionJavaModelFactory of this
ReflectionJavaModel.
- getDeclaringModel() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the declaring JDOModel of this JDOClass.
- getDeclaringModel() - Method in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
Returns the declaring JDOModel of this JDOPackage.
- getDeclaringModel() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the declaring JDOModel of this JDOClass.
- getDeclaringModel() - Method in interface org.apache.jdo.model.jdo.JDOPackage
-
Returns the declaring JDOModel of this JDOPackage.
- getDefault() - Method in interface org.apache.jdo.pm.Accessor
-
Return a default value in a Factory (either
a PersistenceManagerFactory or a ConnectionFactory.
- getDefaultFetchGroupFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of default fetch group fields of this JDOClass
in the form of an array.
- getDefaultFetchGroupFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of default fetch group fields of this JDOClass
in the form of an array.
- getDefaultFetchGroupFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of default fetch group fields of this JDOClass
in the form of an array.
- getDependency() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Returns dependency object that contains dependency information specific to
this instance of the StateManager
- getDouble() - Method in class org.apache.jdo.impl.jdoql.tree.DoubleLiteralExpr
-
Returns the double value represented by this expression.
- getDouble() - Method in interface org.apache.jdo.jdoql.tree.DoubleLiteralExpression
-
Returns the double value represented by this expression.
- getDriverName() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Provides name of driver used for connections
- getElementType(JavaField) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
- getElementType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching
-
Get the type representation of the array component type.
- getElementType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOCollectionImplCaching
-
Get the type representation of the collection elements.
- getElementType() - Method in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
Get the type representation of the array component type.
- getElementType() - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Get the type representation of the collection elements.
- getElementType() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- getElementType() - Method in class org.apache.jdo.impl.sco.HashSet
-
- getElementType() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- getElementType() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- getElementType() - Method in class org.apache.jdo.impl.sco.Vector
-
- getElementType() - Method in interface org.apache.jdo.model.jdo.JDOArray
-
Get the type representation of the array component type.
- getElementType() - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Get the type representation of the collection elements.
- getElementType() - Method in interface org.apache.jdo.sco.SCOCollection
-
Returns the element type assignment compatible with all
added elements of this collection.
- getElementTypeName() - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Get the type of collection elements as string.
- getElementTypeName() - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Get the type of collection elements as string.
- getEnhancerMetaData() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- getErrorWriter() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- getExceptions() - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionsAttribute
-
Returns the vector of the checked exceptions.
- getExpression() - Method in class org.apache.jdo.impl.jdoql.tree.CastExpr
-
Returns the node's cast expression.
- getExpression() - Method in class org.apache.jdo.impl.jdoql.tree.UnaryExpr
-
Returns the node's expression.
- getExpression() - Method in interface org.apache.jdo.jdoql.tree.CastExpression
-
Returns the node's cast expression.
- getExpression() - Method in interface org.apache.jdo.jdoql.tree.UnaryExpression
-
Returns the node's expression.
- getExtent(Class, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
The PersistenceManager may manage a collection of instances in the data
store based on the class of the instances.
- getExtent(Class, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getExtent(Class, boolean, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
-
Provides the means to get all instances of a particular class, or of
that class and its subclasses.
- getExternalObjectId() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Returns external representation of the object id associated with this statemanager.
- getExternalObjectId(Object, PersistenceCapable) - Method in interface org.apache.jdo.store.StoreManager
-
Returns an Object Id that can be given to user/client code and which is
a copy or external representation of the given objectId.
- getField() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Returns the java.lang.reflect.Field that is wrapped by this
JavaField.
- getField(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns JDOField metadata for a particular field specified by field name.
- getField(int) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Provides metadata for a particular field specified by the absolute field
number.
- getField(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns JDOField metadata for a particular field specified by field name.
- getField(int) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Provides metadata for a particular field specified by the absolute field
number.
- getFieldFlags(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the field flags for a declared field of a class.
- getFieldFlags(String, String[]) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the field flags for some declared, managed fields of a class.
- getFieldFlags(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns the field flags of a declared, managed field of a class.
- getFieldFlags(String, String[]) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns the field flags for some declared, managed fields of a class.
- getFieldFlags(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getFieldFlags(String, String[]) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getFieldInternal(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the JDOField definition for the specified field.
- getFieldModifiers(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.ExtendedMetaData
-
Gets the modifiers of a field.
- getFieldModifiers(String, String[]) - Method in interface org.apache.jdo.impl.enhancer.meta.ExtendedMetaData
-
Gets the modifiers of some fields.
- getFieldModifiers(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Gets the access modifier of a field.
- getFieldModifiers(String, String[]) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.Date
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.HashMap
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.HashSet
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.SqlDate
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.SqlTime
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- getFieldName() - Method in class org.apache.jdo.impl.sco.Vector
-
- getFieldName() - Method in interface org.apache.jdo.sco.SCO
-
Returns the field name
- getFieldName(int) - Method in interface org.apache.jdo.state.StateManagerInternal
-
Returns field name for the field number.
- getFieldNumber(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the unique field index of a declared, managed field of a
class.
- getFieldNumber(String, String[]) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the unique field index of some declared, managed fields of a
class.
- getFieldNumber(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Returns the unique field index of a declared, persistent field of a
class.
- getFieldNumber(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns the unique field index of a declared, persistent field of a
class.
- getFieldNumber(String, String[]) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns the unique field index of some declared, managed fields of a
class.
- getFieldNumber(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getFieldNumber(String, String[]) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getFieldNumber(JDOField, PersistenceManager, Object) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns the fieldNumber of the specified field.
- getFieldNumber() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Returns the absolute field number of this JDOField.
- getFieldNumber() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Returns the absolute field number of this JDOField.
- getFieldType(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.ExtendedMetaData
-
Gets the type of a field.
- getFieldType(String, String[]) - Method in interface org.apache.jdo.impl.enhancer.meta.ExtendedMetaData
-
Gets the type of some fields.
- getFieldType(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
- getFieldType(String, String[]) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
- getFieldValue(int, PersistenceManagerInternal, Object) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
field value of a managed field.
- getFieldValue(Field, Object) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Get field value via reflection
- getFieldValue(PersistenceManager, Object) - Method in class org.apache.jdo.impl.jdoql.tree.FieldAccessExpr
-
Returns the value of the field corresponding with this
field access expression for the argument object
.
- getFieldValue(PersistenceManager) - Method in class org.apache.jdo.impl.jdoql.tree.StaticFieldAccessExpr
-
Returns the value of the field corresponding with this static
field access expression.
- getFieldValue(PersistenceManager, Object) - Method in interface org.apache.jdo.jdoql.tree.FieldAccessExpression
-
Returns the value of the field corresponding with this
field access expression for the argument object
.
- getFieldValue(PersistenceManager) - Method in interface org.apache.jdo.jdoql.tree.StaticFieldAccessExpression
-
Returns the value of the field corresponding with this static
field access expression.
- getFilter() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns the filter expression of this query tree.
- getFilter() - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Returns the filter expression of this query tree.
- getFlags() - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- getFlags() - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- getFloat() - Method in class org.apache.jdo.impl.jdoql.tree.FloatLiteralExpr
-
Returns the float value represented by this expression.
- getFloat() - Method in interface org.apache.jdo.jdoql.tree.FloatLiteralExpression
-
Returns the float value represented by this expression.
- getI18N(String) - Static method in class org.apache.jdo.impl.enhancer.util.Support
-
Returns the I18N message.
- getI18N(String, String) - Static method in class org.apache.jdo.impl.enhancer.util.Support
-
Returns the I18N message.
- getI18N(String, String, String) - Static method in class org.apache.jdo.impl.enhancer.util.Support
-
Returns the I18N message.
- getI18N(String, String, String, String) - Static method in class org.apache.jdo.impl.enhancer.util.Support
-
Returns the I18N message.
- getI18N(String, int, String) - Static method in class org.apache.jdo.impl.enhancer.util.Support
-
Returns the I18N message.
- getI18N(String, Object[]) - Static method in class org.apache.jdo.impl.enhancer.util.Support
-
Returns the I18N message.
- getIdentityType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Get the JDO identity type of this JDOClass.
- getIdentityType() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the JDO identity type of this JDOClass.
- getIdentityType() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the JDO identity type of this JDOClass.
- getIgnoreCache() - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Get the ignoreCache option setting.
- getIgnoreCache() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default IgnoreCache setting for all PersistenceManager instances
obtained from this factory.
- getIgnoreCache() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Get the value of the ignoreCache flag.
- getIgnoreCache() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getIndex() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstBasic
-
- getInheritedManagedFieldCount() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the number of inherited managed fields for this class.
- getInheritedManagedFieldCount() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the number of inherited managed fields for the class
represented by this JDOClass.
- getInheritedManagedFieldCount() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the number of inherited managed fields for the class
represented by this JDOClass.
- getInputFromServer() - Method in class org.apache.jdo.impl.fostore.FOStoreRemoteConnection
-
Provides DataInput from which the client can read replies from
the server.
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerJavaModel
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.enhancer.util.CombinedResourceLocator
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.enhancer.util.ListResourceLocator
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.enhancer.util.PathResourceLocator
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in interface org.apache.jdo.impl.enhancer.util.ResourceLocator
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.enhancer.util.ResourceLocatorTimer
-
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in interface org.apache.jdo.model.java.JavaModel
-
Finds a resource with a given name.
- getInsertedInstances() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Returns a Collection of instances that has been made persistent
or become persistent through persistence-by-reachability
algorithm in this transaction.
- getInsertedInstances() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Returns a Collection of instances that has been made persistent
or become persistent through persistence-by-reachability
algorithm in this transaction.
- getInstance() - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLASTFactory
-
Get an instance of JDOQLASTFactory.
- getInstance() - Static method in class org.apache.jdo.impl.jdoql.scope.UNDEFINED
-
Get an instance of UNDEFINED
- getInstance() - Static method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
-
Returns the singleton instance of RuntimeJavaModelFactory.
- getInstance() - Static method in class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
-
Get an instance of JDOModelFactoryImpl.
- getInstance() - Static method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
-
Get an instance of JDOModelFactory.
- getInstance(String) - Static method in class org.apache.jdo.util.I18NHelper
-
An instance bound to a bundle.
- getInstance(Class) - Static method in class org.apache.jdo.util.I18NHelper
-
An instance bound to a bundle.
- getInstance(String, ClassLoader) - Static method in class org.apache.jdo.util.I18NHelper
-
An instance bound to a bundle.
- getInt() - Method in class org.apache.jdo.impl.jdoql.tree.IntLiteralExpr
-
Returns the int value represented by this expression.
- getInt() - Method in interface org.apache.jdo.jdoql.tree.IntLiteralExpression
-
Returns the int value represented by this expression.
- getInternalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Gets the internal object id for this instance.
- getInternalObjectId(Object) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Provides an object id for the given PersistenceCapable.
- getInternalObjectId() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Returns internal representation of the object id associated with this statemanager.
- getInternalObjectId(Object, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
-
Returns an Object Id that can be used by the runtime code and which is
a an internal representation of the given objectId.
- getInverseRelationship() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the inverse JDORelationship in the case of a managed relationship.
- getInverseRelationship() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the inverse JDORelationship in the case of a managed relationship.
- getJavaClass(JavaType) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns the java.lang.Class instance for the specified type.
- getJavaClass() - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Returns the Java type of this node.
- getJavaClass() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the java.lang.Class instance wrapped by this JavaType.
- getJavaClass(JavaType) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
-
Returns the java.lang.Class
wrapped in the specified
JavaType.
- getJavaClass() - Method in interface org.apache.jdo.jdoql.tree.Node
-
Returns the Java type of this node.
- getJavaField(String) - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getJavaField(String) - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
- getJavaField(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
- getJavaField() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the corresponding Java field representation for this JDOField.
- getJavaField(String) - Method in interface org.apache.jdo.model.java.JavaType
-
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
- getJavaField() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the corresponding Java field representation for this JDOField.
- getJavaModel(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
-
Returns the JavaModel instance for the specified key.
- getJavaModel() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns the JavaModel bound to this JDOModel instance.
- getJavaModel(Object) - Method in interface org.apache.jdo.model.java.JavaModelFactory
-
Returns the JavaModel instance for the specified key.
- getJavaModel() - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Returns the JavaModel bound to this JDOModel instance.
- getJavaType(String) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
The method returns the JavaType instance for the specified type
name.
- getJavaType(Class) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJavaType(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
-
Returns a JavaType instance for the specified type description
(optional operation).
- getJavaType(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
The method returns the JavaType instance for the specified type
name.
- getJavaType(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJavaType(String) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
-
The method returns the JavaType instance for the specified type
name.
- getJavaType(Class) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJavaType(Object) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
-
Returns a JavaType instance for the specified type description
(optional operation).
- getJavaType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Provides the JavaType representaion corresponding to this JDOClass.
- getJavaType() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Provides the JavaType representaion corresponding to this JDOClass.
- getJavaType(String) - Method in interface org.apache.jdo.model.java.JavaModel
-
The method returns the JavaType instance for the specified type
name.
- getJavaType(Class) - Method in interface org.apache.jdo.model.java.JavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJavaType(Object) - Method in interface org.apache.jdo.model.java.JavaModelFactory
-
Returns a JavaType instance for the specified type description
(optional operation).
- getJavaType() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Provides the JavaType representaion corresponding to this JDOClass.
- getJavaTypeInternal(Class) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerJavaType
-
Returns a JavaType instance for the specified Class object.
- getJavaTypeInternal(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
-
Returns a JavaType instance for the specified Class object.
- getJavaTypeInternal(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJavaTypeInternal(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns a JavaType instance for the specified Class object.
- getJavaTypeInternal(Class) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaType
-
Returns a JavaType instance for the specified Class object.
- getJDOClass() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getJDOClass() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns the JDOClass instance if this JavaType represents a
persistence capable class.
- getJDOClass(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns the JDOClass instance for the specified fully
qualified class name if present.
- getJDOClass(String, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns the JDOClass instance for the specified fully
qualified class name if present.
- getJDOClass() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the JDOClass instance if this JavaType represents a
persistence capable class.
- getJDOClass(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns the JDOClass instance for the specified fully
qualified class name if present.
- getJDOClass(String, boolean) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns the JDOClass instance for the specified fully
qualified class name if present.
- getJDOClassForObjectIdClass(JavaType) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
-
This method returns the JDOClass instance that defines the specified type
as its objectId class.
- getJDOClassForObjectIdClass(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
This method returns the JDOClass instance that defines the specified type
as its objectId class.
- getJDOClassForObjectIdClass(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
This method returns the JDOClass instance that defines the specified type
as its objectId class.
- getJDOExtensions() - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
Returns the collection of vendor extensions for this JDOElement
in the form of an array.
- getJDOExtensions() - Method in interface org.apache.jdo.model.jdo.JDOElement
-
Returns the collection of vendor extensions for this JDOElement
in the form of an array.
- getJDOField() - Method in class org.apache.jdo.impl.model.java.AbstractJavaField
-
Returns the corresponding JDOField instance, if the JDOModel
provides any JDO metadata for the field represented by this
JavaField.
- getJDOField() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
-
Returns the JDOField instance if this JavaField represents a
managed field of a persistence capable class.
- getJDOField() - Method in interface org.apache.jdo.model.java.JavaField
-
Returns the corresponding JDOField instance, if the JDOModel
provides any JDO metadata for the field represented by this
JavaField.
- getJDOModel() - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Returns the corresponding JDOModel instance.
- getJDOModel(JavaModel) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
-
Returns the JDOModel instance for the specified JavaModel.
- getJDOModel(JavaModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
-
Returns the JDOModel instance for the specified JavaModel.
- getJDOModel() - Method in interface org.apache.jdo.model.java.JavaModel
-
Returns the corresponding JDOModel instance.
- getJDOModel(JavaModel) - Method in interface org.apache.jdo.model.jdo.JDOModelFactory
-
Returns the JDOModel instance for the specified JavaModel.
- getJDOModel(JavaModel, boolean) - Method in interface org.apache.jdo.model.jdo.JDOModelFactory
-
Returns the JDOModel instance for the specified JavaModel.
- getJDOPackage() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the JDOPackage instance corresponding to the package name
of this JDOClass.
- getJDOPackage(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns the JDOPackage instance for the specified package
name, if present.
- getJDOPackage() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the JDOPackage instance corresponding to the package name
of this JDOClass.
- getJDOPackage(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns the JDOPackage instance for the specified package
name, if present.
- getJDOQLQueryFactory() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Returns the JDOQLQueryFactory bound to this FOStorePMF.
- getKey() - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Returns the key of this vendor extension.
- getKey() - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Returns the key of this vendor extension.
- getKeyClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the name of the key class of a class.
- getKeyClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Returns the name of the key class of a persistence-capable class.
- getKeyClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns the name of the key class of a persistence-capable class.
- getKeyClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getKeyFields(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns an array of field names of all key fields of a class.
- getKeyFields(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns an array of field names of all key fields of a class.
- getKeyFields(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getKeyType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Get the type representation of the keys for this JDOMap.
- getKeyType() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the type representation of the keys for this JDOMap.
- getKeyType() - Method in class org.apache.jdo.impl.sco.HashMap
-
- getKeyType() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- getKeyType() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- getKeyType() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Get the type representation of the keys for this JDOMap.
- getKeyType() - Method in interface org.apache.jdo.sco.SCOMap
-
Returns the type of the key assignment compatible with all
keys of this map.
- getKeyTypeName() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the string representation of the type of the keys for this JDOMap.
- getKeyTypeName() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Get the string representation of the type of the keys for this JDOMap.
- getKnownClasses() - Method in interface org.apache.jdo.impl.enhancer.meta.ExtendedMetaData
-
Gets all known classnames.
- getKnownClasses() - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Not member of EnhancerMetaData Interface.
- getKnownFields(String) - Method in interface org.apache.jdo.impl.enhancer.meta.ExtendedMetaData
-
Gets all known fieldnames of a class.
- getKnownFields(String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Gets all known fields of a class.
- getLastErrorMessage() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- getLeftExpression() - Method in class org.apache.jdo.impl.jdoql.tree.BinaryExpr
-
Returns the first child of this node.
- getLeftExpression() - Method in interface org.apache.jdo.jdoql.tree.BinaryExpression
-
Returns the first child of this node.
- getLine() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- getLocalAccessors() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Return the FOStore-specific accessors (the
properties that are not in the JDO specification).
- getLocalAccessors() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get JDO implementation-specific properties
(not specified by JDO specification).
- getLoginTimeout() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns the number of seconds to wait for a new connection to be
established to the data source
- getLogWriter() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns the LogWriter to which messages should be sent
- getLong() - Method in class org.apache.jdo.impl.jdoql.tree.LongLiteralExpr
-
Returns the long value represented by this expression.
- getLong() - Method in interface org.apache.jdo.jdoql.tree.LongLiteralExpression
-
Returns the long value represented by this expression.
- getLowerBound() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the lower cardinality bound for this relationship element.
- getLowerBound() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the lower cardinality bound for this relationship element.
- getManagedField(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns JDOField metadata for a particular managed field specified by
field name.
- getManagedField(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns JDOField metadata for a particular managed field specified by
field name.
- getManagedFieldCount() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the number of managed fields for the class represented by this
JDOClass.
- getManagedFieldCount() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the number of managed fields for the class represented by this
JDOClass.
- getManagedFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of the managed fields of this
JDOClass.
- getManagedFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of the managed fields of this
JDOClass.
- getManagedFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of the managed fields of this
JDOClass.
- getManagedFields(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns an array of field names of all declared persistent and
transactional fields of a class.
- getManagedFields(String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Returns an array of field names of all declared persistent and
transactional fields of a class.
- getManagedFields(String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns an array of field names of all declared, persistent fields
of a class.
- getManagedFields(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getManagedFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of managed JDOField instances of this JDOClass
in the form of an array.
- getManagedFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of managed JDOField instances of this JDOClass
in the form of an array.
- getManagedFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of managed JDOField instances of this JDOClass
in the form of an array.
- getMaxPool() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns maximum number of connections in the connection pool
- getMaxPool() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default MaxPool setting for all PersistenceManager instances
obtained from this factory.
- getMessage() - Method in exception org.apache.jdo.model.ModelException
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception org.apache.jdo.model.ModelFatalException
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception org.apache.jdo.model.ModelValidationException
-
Returns the error message string of this throwable object.
- getMethodName() - Method in class org.apache.jdo.impl.jdoql.tree.MethodCallExpr
-
Returns the method name.
- getMethodName() - Method in interface org.apache.jdo.jdoql.tree.MethodCallExpression
-
Returns the method name.
- getMinPool() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns minimum number of connections in the connection pool
- getMinPool() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default MinPool setting for all PersistenceManager instances
obtained from this factory.
- getModel() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Returns metadata associated with this PersistenceManagerFactory.
- getModifiers() - Method in class org.apache.jdo.impl.model.java.AbstractJavaField
-
Returns the Java language modifiers for the field represented by
this JavaField, as an integer.
- getModifiers() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getModifiers() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Returns the Java language modifiers for the field represented by
this JavaField, as an integer.
- getModifiers() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the Java language modifiers for the field represented by
this JavaType, as an integer.
- getModifiers() - Method in interface org.apache.jdo.model.java.JavaField
-
Returns the Java language modifiers for the field represented by
this JavaField, as an integer.
- getModifiers() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the Java language modifiers for the field represented by
this JavaType, as an integer.
- getModTime() - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- getMsInterval() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns the amount of time, in milliseconds, between the connection
manager's attempts to get a pooled connection.
- getMsWait() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns the number of milliseconds to wait for an available connection
from the connection pool before throwing an exception
- getMsWait() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default MsWait setting for all PersistenceManager instances
obtained from this factory.
- getMultithreaded() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default Multithreaded setting for all
PersistenceManager instances obtained from this factory.
- getMultithreaded() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Get the current Multithreaded flag for this PersistenceManager.
- getMultithreaded() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getName() - Method in class org.apache.jdo.impl.jdoql.tree.Decl
-
Returns the name of the specialized declaration.
- getName() - Method in class org.apache.jdo.impl.jdoql.tree.FieldAccessExpr
-
Returns the name of the accessed field.
- getName() - Method in class org.apache.jdo.impl.jdoql.tree.IdentifierExpr
-
Returns the name of the specialized identifier.
- getName() - Method in class org.apache.jdo.impl.jdoql.tree.StaticFieldAccessExpr
-
Returns the name of the accessed field.
- getName() - Method in class org.apache.jdo.impl.model.java.AbstractJavaField
-
Returns the name of the field.
- getName() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getName() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the name of the type.
- getName() - Method in class org.apache.jdo.impl.model.java.ErrorType
-
Returns the name of the type.
- getName() - Method in class org.apache.jdo.impl.model.java.NullType
-
Returns the name of the type.
- getName() - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Returns the name of this JDOMember.
- getName() - Method in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
Returns the name of this JDOPackage.
- getName() - Method in interface org.apache.jdo.jdoql.tree.Declaration
-
Returns the name of the specialized declaration.
- getName() - Method in interface org.apache.jdo.jdoql.tree.IdentifierExpression
-
Returns the name of the specialized identifier.
- getName() - Method in interface org.apache.jdo.model.java.JavaField
-
Returns the name of the field.
- getName() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the name of the type.
- getName() - Method in interface org.apache.jdo.model.jdo.JDOMember
-
Returns the name of this JDOMember.
- getName() - Method in interface org.apache.jdo.model.jdo.JDOPackage
-
Returns the name of this JDOPackage.
- getNonDefault(PersistenceManagerFactoryImpl) - Method in interface org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.PMFAccessor
-
Returns a value from a PMF, turned into a String, only if the
current value is not the default.
- getNontransactionalRead() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default NontransactionalRead setting for all
PersistenceManager instances obtained from this factory.
- getNontransactionalWrite() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default NontransactionalWrite setting for all
PersistenceManager instances obtained from this factory.
- getNullValueTreatment() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Gets the null value treatment indicator of this JDOField.
- getNullValueTreatment() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Gets the null value treatment indicator of this JDOField.
- getObject() - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Returns the user object.
- getObject() - Method in interface org.apache.jdo.jdoql.tree.Node
-
Returns the user object.
- getObject() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Provides the object managed by this state manager.
- getObjectById(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
This method locates a persistent instance in the cache of instances
managed by this PersistenceManager.
- getObjectById(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
The ObjectId returned by this method represents the JDO identity of
the instance.
- getObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getObjectIdClass(Class) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
If parameter is non-null and implements PersistenceCapable, returns
OID.class.
- getObjectIdClass() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Get the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- getObjectIdClass() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- getObjectIdClass(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Return the Class that implements the JDO Identity for the
specified PersistenceCapable Class.
- getObjectIdClass(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getObjectIdClass() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- getObjectIdClass(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
-
In order for the application to construct instance of the ObjectId
class it needs to know the class being used by the JDO implementation.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.jdo.impl.fostore.FOStorePMFFactory
-
Uses StringRefAddr's to store the information
- getOffendingObject() - Method in exception org.apache.jdo.model.ModelValidationException
-
Get the offending object -- the one being validated when the problem
occurred.
- getOptimistic() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default Optimistic setting for all PersistenceManager instances
obtained from this factory.
- getOptionArray() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getOptionArray() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Returns an array of Strings indicating which options are supported by
this PersistenceManagerFactory.
- getOrdering() - Method in class org.apache.jdo.impl.jdoql.tree.OrderingExpr
-
Returns the node's ordering expression.
- getOrdering() - Method in interface org.apache.jdo.jdoql.tree.OrderingExpression
-
Returns the node's ordering expression.
- getOrderingExpressions() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a list of all added ordering expressions.
- getOrderingExpressions() - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Returns a list of all added ordering expressions.
- getOutputWriter() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- getOwner() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- getOwner() - Method in class org.apache.jdo.impl.sco.Date
-
- getOwner() - Method in class org.apache.jdo.impl.sco.HashMap
-
- getOwner() - Method in class org.apache.jdo.impl.sco.HashSet
-
- getOwner() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- getOwner() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- getOwner() - Method in class org.apache.jdo.impl.sco.SqlDate
-
- getOwner() - Method in class org.apache.jdo.impl.sco.SqlTime
-
- getOwner() - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
- getOwner() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- getOwner() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- getOwner() - Method in class org.apache.jdo.impl.sco.Vector
-
- getOwner() - Method in interface org.apache.jdo.sco.SCO
-
Returns the owner object of the SCO instance
- getPackagePrefix() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the package name including a terminating dot if this class has a
package.
- getPackagePrefix() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the package name including a terminating dot if this class has a
package.
- getParameterValues() - Method in class org.apache.jdo.impl.jdoql.QueryResultHelperImpl
-
This method returns the parameter values passed by the user
in the execute(...) method.
- getParameterValues() - Method in interface org.apache.jdo.query.QueryResultHelper
-
This method returns the parameter values passed by the user
in the execute(...) method.
- getParent() - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Returns this node's parent node.
- getParent() - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Returns the parent JavaModel instance of this JavaModel.
- getParent() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns the parent JDOModel instance of this JDOModel.
- getParent() - Method in interface org.apache.jdo.jdoql.tree.Node
-
Returns this node's parent node.
- getParent() - Method in interface org.apache.jdo.model.java.JavaModel
-
Returns the parent JavaModel instance of this JavaModel.
- getParent() - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Returns the parent JDOModel instance of this JDOModel.
- getPCClass() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Returns PC Class known to this StateManager.
- getPCClassForOid(Object, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
-
Returns the Class of the PersistenceCapable instance identified by the
given oid.
- getPersistenceCapableRootClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the name of the persistence-capable root class of a class.
- getPersistenceCapableRootClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns the name of the persistence-capable root class of a class.
- getPersistenceCapableRootClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getPersistenceCapableRootClass() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the least-derived (topmost) persistence-capable class in the
hierarchy of this JDOClass.
- getPersistenceCapableRootClass() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the least-derived (topmost) persistence-capable class in the
hierarchy of this JDOClass.
- getPersistenceCapableSuperClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the name of the persistence-capable superclass of a class.
- getPersistenceCapableSuperClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Returns the name of the persistence-capable superclass of a class.
- getPersistenceCapableSuperClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns the name of the persistence-capable superclass of a class.
- getPersistenceCapableSuperClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getPersistenceCapableSuperclass() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
- getPersistenceCapableSuperclass() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
- getPersistenceCapableSuperclass() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
- getPersistenceCapableSuperclassName() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the fully qualified class name of the persistence-capable superclass
of the persistence-capable class described by this JDOClass.
- getPersistenceCapableSuperclassName() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the fully qualified class name of the persistence-capable superclass
of the persistence-capable class described by this JDOClass.
- getPersistenceManager() - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Get the PersistenceManager associated with this Query.
- getPersistenceManager() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get an instance of PersistenceManager from this factory.
- getPersistenceManager(String, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get an instance of PersistenceManager from this factory.
- getPersistenceManager() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
Returns PersistenceManagerInternal associated with this wrapper.
- getPersistenceManager() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Returns PersistenceManager associated with this StateManager instance
- getPersistenceManagerFactory(Properties) - Static method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Construct a Properties instance from the given Properties.
- getPersistenceManagerFactory() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
This method returns the PersistenceManagerFactory used to create
this PersistenceManager.
- getPersistenceManagerFactory() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getPersistenceModifier() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Get the persistence modifier of this JDOField.
- getPersistenceModifier() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the persistence modifier of this JDOField.
- getPersistenceModifier() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the persistence modifier of this JDOField.
- getPersistentFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of the persistent fields of
this JDOClass.
- getPersistentFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of the persistent fields of
this JDOClass.
- getPersistentFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of the persistent fields of
this JDOClass.
- getPersistentFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of persistent JDOField instances of this JDOClass
in the form of an array.
- getPersistentFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of persistent JDOField instances of this JDOClass
in the form of an array.
- getPersistentFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of persistent JDOField instances of this JDOClass
in the form of an array.
- getPersistentNonPrimaryKeyFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of the non identifying,
persistent fields of this JDOClass.
- getPersistentNonPrimaryKeyFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of the non identifying,
persistent fields of this JDOClass.
- getPersistentNonPrimaryKeyFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of the non identifying,
persistent fields of this JDOClass.
- getPersistentRelationshipFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of persistent relationship
fields of this JDOClass.
- getPersistentRelationshipFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of persistent relationship
fields of this JDOClass.
- getPersistentRelationshipFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of persistent relationship
fields of this JDOClass.
- getPersistentRelationshipFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of persistent relationship fields of this JDOClass
in the form of an array.
- getPersistentRelationshipFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of persistent relationship fields of this JDOClass
in the form of an array.
- getPersistentRelationshipFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of persistent relationship fields of this JDOClass
in the form of an array.
- getPersistentSerializableFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of persistent, serializable
fields of this JDOClass.
- getPersistentSerializableFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of persistent, serializable
fields of this JDOClass.
- getPersistentSerializableFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of persistent, serializable
fields of this JDOClass.
- getPMF() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Provides PersistenceManagerFactory for connections
- getPredefinedType(String) - Static method in class org.apache.jdo.impl.model.java.PredefinedType
-
Returns the JavaType instance for a predefined type with the
specified name.
- getPredefinedTypes() - Static method in class org.apache.jdo.impl.model.java.PredefinedType
-
Returns an unmodifiable view of the predefined types map.
- getPrimaryKeyFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of the identifying fields
of this JDOClass.
- getPrimaryKeyFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of the identifying fields
of this JDOClass.
- getPrimaryKeyFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of the identifying fields
of this JDOClass.
- getPrimaryKeyFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of identifying fields of this JDOClass in the form
of an array.
- getPrimaryKeyFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of identifying fields of this JDOClass in the form
of an array.
- getPrimaryKeyFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of identifying fields of this JDOClass in the form
of an array.
- getProperties() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Return "static" properties of this PersistenceManagerFactory.
- getProperties() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
The JDO vendor might store certain non-operational properties and
make those properties available to applications (for troubleshooting).
- getQueryTimeout() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default QueryTimeout setting for all PersistenceManager instances
obtained from this factory.
- getQueryTree() - Method in class org.apache.jdo.impl.jdoql.QueryResultHelperImpl
-
Return the query tree which is either specified by the user or compiled
from a JDOQL query.
- getQueryTree() - Method in interface org.apache.jdo.query.QueryResultHelper
-
Return the query tree which is either specified by the user or compiled
from a JDOQL query.
- getReference() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Uses StringRefAddr's to store the information
- getRelationship() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Get the relationship information for this JDOField.
- getRelationship() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the relationship information for this JDOField.
- getRelationship() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the relationship information for this JDOField.
- getRelativeFieldNumber() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Returns the relative field number of this JDOField.
- getRelativeFieldNumber() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Returns the relative field number of this JDOField.
- getRelativeFieldNumber() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Returns the relative field number of this JDOField.
- getRemoved() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- getRemoved() - Method in class org.apache.jdo.impl.sco.HashSet
-
- getRemoved() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- getRemoved() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- getRemoved() - Method in class org.apache.jdo.impl.sco.Vector
-
- getRemoved() - Method in interface org.apache.jdo.sco.SCOCollection
-
Returns the Collection of removed elements
- getRemovedKeys() - Method in class org.apache.jdo.impl.sco.HashMap
-
- getRemovedKeys() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- getRemovedKeys() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- getRemovedKeys() - Method in interface org.apache.jdo.sco.SCOMap
-
Returns the Collection of removed keys
- getRemovedValues() - Method in class org.apache.jdo.impl.sco.HashMap
-
- getRemovedValues() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- getRemovedValues() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- getRemovedValues() - Method in interface org.apache.jdo.sco.SCOMap
-
Returns the Collection of removed values
- getResourceBundle() - Method in class org.apache.jdo.util.I18NHelper
-
Returns the resource bundle used by this I18NHelper.
- getRestoreValues() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default RestoreValues setting for all PersistenceManager instances
obtained from this factory.
- getRetainValues() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default RetainValues setting for all PersistenceManager instances
obtained from this factory.
- getRightExpression() - Method in class org.apache.jdo.impl.jdoql.tree.BinaryExpr
-
Returns the second child of this node.
- getRightExpression() - Method in interface org.apache.jdo.jdoql.tree.BinaryExpression
-
Returns the second child of this node.
- getRollbackOnly() - Method in interface org.apache.jdo.store.Connector
-
Indicates whether or not the connector can do operations other than
rollback.
- getSerializedCandidateClassName() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns the candidate class name calculated during serialization of
this query tree instance.
- getShort() - Method in class org.apache.jdo.impl.jdoql.tree.ShortLiteralExpr
-
Returns the short value represented by this expression.
- getShort() - Method in interface org.apache.jdo.jdoql.tree.ShortLiteralExpression
-
Returns the short value represented by this expression.
- getSignatureAttribute() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Returns the SignatureAttribute, if there's any, for this field.
- getSignatureAttribute() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Returns the SignatureAttribute, if there's any, for this class.
- getSignatureAttribute() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Returns the SignatureAttribute, if there's any, for this method.
- getStateManager(Object, Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- getStateManager(Object, Class) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Provides a StateManagerInternal for the given Object Id.
- getStoreManager(PersistenceManager) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getStoreManager() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- getStoreManager(PersistenceManager) - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
-
Provides a StoreManager that is ready to accept operations on it such
as insert, etc.
- getStoreManager() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Provides a StoreManager that is ready to accept operations on it.
- getStream() - Method in class org.apache.jdo.impl.enhancer.OutputStreamWrapper
-
Gets the wrapped output stream.
- getSuperClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.ExtendedMetaData
-
Returns the name of the superclass of a class.
- getSuperClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns the superclass of a class.
- getSuperclass() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getSuperclass() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the JavaType representing the superclass of the entity
represented by this JavaType.
- getSuperclass() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns the JavaType representing the superclass of the entity
represented by this JavaType.
- getSuperclass() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the JavaType representing the superclass of the entity
represented by this JavaType.
- getSuperKeyClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns the name of the key class of the next persistence-capable
superclass that defines one.
- getSuperKeyClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns the name of the key class of the next persistence-capable
superclass that defines one.
- getSuperKeyClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- getTarget() - Method in class org.apache.jdo.impl.jdoql.tree.FieldAccessExpr
-
Returns the target expression of this field access.
- getTarget() - Method in class org.apache.jdo.impl.jdoql.tree.MethodCallExpr
-
Returns the target expression of this method call.
- getTarget() - Method in interface org.apache.jdo.jdoql.tree.FieldAccessExpression
-
Returns the target expression of this field access.
- getTarget() - Method in interface org.apache.jdo.jdoql.tree.MethodCallExpression
-
Returns the target expression of this method call.
- getTokenType() - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Returns the token type of this node.
- getTokenType() - Method in interface org.apache.jdo.jdoql.tree.Node
-
Returns the token type of this node.
- getTrackedClass(Class) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getTrackedClass(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
-
Returns store-specific mapping between Java classes and tracked SCO
classes supported by this PMF.
- getTransaction() - Method in interface org.apache.jdo.ejb.EJBHelper
-
Identify the Transaction context for the calling thread, and return a
Transaction instance that can be used to register synchronizations,
and used as the key for HashMaps.
- getTransaction() - Static method in class org.apache.jdo.ejb.EJBImplHelper
-
Returns Transaction instance that can be used to register
synchronizations.
- getTransactionalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- getTransactionalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getTranscriber(Class) - Method in interface org.apache.jdo.store.TranscriberFactory
-
- getTranscriberFactory() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getTranscriberFactory() - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
-
Provides the factory which can make Transcribers for this PMF.
- getType() - Method in class org.apache.jdo.impl.model.java.AbstractJavaField
-
Returns the JavaType representation of the field type.
- getType() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Returns the JavaType representation of the field type.
- getType() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
-
Returns the JavaType representation of the field type.
- getType() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the JavaType representation of the type of the field.
- getType() - Method in interface org.apache.jdo.model.java.JavaField
-
Returns the JavaType representation of the field type.
- getType() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the JavaType representation of the type of the field.
- getType() - Method in exception org.apache.jdo.model.ModelValidationException
-
- getTypeInfo() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- getTypeName(String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerJavaModel
-
Returns the fully qualified name of the specified type representation.
- getTypeName() - Method in class org.apache.jdo.impl.jdoql.tree.CastExpr
-
Returns the string representation of the Java class,
to which this node's expression is casted.
- getTypeName() - Method in class org.apache.jdo.impl.jdoql.tree.Decl
-
Returns the Java type name of the specialized declaration.
- getTypeName() - Method in class org.apache.jdo.impl.jdoql.tree.IdentifierExpr
-
Returns the Java type name of the specialized identifier.
- getTypeName() - Method in class org.apache.jdo.impl.jdoql.tree.TypeImpl
-
Returns the string representation of the Java class,
which is wrapped by this instance.
- getTypeName() - Method in interface org.apache.jdo.jdoql.tree.CastExpression
-
Returns the string representation of the Java class,
to which this node's expression is casted.
- getTypeName() - Method in interface org.apache.jdo.jdoql.tree.Declaration
-
Returns the Java type name of the specialized declaration.
- getTypeName() - Method in interface org.apache.jdo.jdoql.tree.IdentifierExpression
-
Returns the Java type name of the specialized identifier.
- getTypeName() - Method in interface org.apache.jdo.jdoql.tree.Type
-
Returns the string representation of the Java class,
which is wrapped by this instance.
- getUID() - Method in class org.apache.jdo.impl.fostore.OID
-
Provides the unique id part of this OID.
- getUpdateTimeout() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default UpdateTimeout setting for all PersistenceManager instances
obtained from this factory.
- getUpperBound() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the upper cardinality bound for this relationship element.
- getUpperBound() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the upper cardinality bound for this relationship element.
- getURL() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns connection URL
- getUserName() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns database user name
- getUserObject() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
The application can manage the PersistenceManager instances
more easily by having an application object associated with each
PersistenceManager instance.
- getUserObject() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- getUserTransaction() - Method in interface org.apache.jdo.ejb.EJBHelper
-
Returns the UserTransaction associated with the calling thread.
- getUserTransaction() - Static method in class org.apache.jdo.ejb.EJBImplHelper
-
Returns the UserTransaction associated with the calling thread.
- getValue() - Method in class org.apache.jdo.impl.jdoql.tree.ConstantExpr
-
Returns the value represented by this expression.
- getValue() - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Returns the value of this vendor extension.
- getValue() - Method in interface org.apache.jdo.jdoql.tree.ConstantExpression
-
Returns the value represented by this expression.
- getValue(String) - Method in interface org.apache.jdo.jdoql.tree.ValueTable
-
Returns the current value of the specified identifier.
- getValue() - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Returns the value of this vendor extension.
- getValueType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Get the type representation of the values for this JDOMap.
- getValueType() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the type representation of the values for this JDOMap.
- getValueType() - Method in class org.apache.jdo.impl.sco.HashMap
-
- getValueType() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- getValueType() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- getValueType() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Get the type representation of the values for this JDOMap.
- getValueType() - Method in interface org.apache.jdo.sco.SCOMap
-
Returns the type of the value assignment compatible with all
values of this map.
- getValueTypeName() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the string representation of the type of the values for this JDOMap.
- getValueTypeName() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Get the string representation of the type of the values for this JDOMap.
- getVendorName() - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Returns the vendor name of this vendor extension.
- getVendorName() - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Returns the vendor name of this vendor extension.
- getVendorProperties(String) - Static method in class org.apache.jdo.util.JDORIVersion
-
Return Vendor properties for a given file name
- getVendorProperties() - Static method in class org.apache.jdo.util.JDORIVersion
-
Return Vendor properties
- getVersion() - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- getVersion() - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- getWrappedPrimitiveType() - Method in class org.apache.jdo.impl.model.java.WrapperClassType
-
- getWrapperClassType() - Method in class org.apache.jdo.impl.model.java.PrimitiveType
-
Returns the JavaType instance of the Java wrapper class that
corresponds to this primitive type.
- GreaterThanEqualsExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a greater than equals operator.
- GreaterThanEqualsExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.GreaterThanEqualsExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- GreaterThanEqualsExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.GreaterThanEqualsExpr
-
The noarg constructor is needed for ANTLR support.
- GreaterThanEqualsExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a greater than equals operator.
- GreaterThanExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a greater than operator.
- GreaterThanExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.GreaterThanExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- GreaterThanExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.GreaterThanExpr
-
The noarg constructor is needed for ANTLR support.
- GreaterThanExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a greater than operator.
- GT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- GT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- GT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- I18NHelper - Class in org.apache.jdo.util
-
Helper class for constructing messages from bundles.
- IDENT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- IDENT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- IDENT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- identifier(AST, boolean) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- IdentifierExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents an identifier expression.
- IdentifierExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.IdentifierExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- IdentifierExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.IdentifierExpr
-
The noarg constructor is needed for ANTLR support.
- IdentifierExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents an identifier expression.
- identityType - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Property identityType.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- iLoad(int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for loading an int from a local
variable slot
- IMPORT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- IMPORT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- IMPORT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- IMPORT_ON_DEMAND - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- IMPORT_ON_DEMAND - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- IMPORT_ON_DEMAND - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- importOnDemands - Variable in class org.apache.jdo.impl.jdoql.scope.TypeNames
-
Collection of type-imports-on-demand.
- imports(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- imports - Variable in class org.apache.jdo.impl.jdoql.scope.TypeNames
-
Map of single-type-imports.
- importsAST - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLC
-
The AST representing the import declarations.
- INC - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- INC - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- INC - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- inclusiveOrExpression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- incrValue() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIInc
-
The amount by which the slot is to be incremented
- indent - Variable in class org.apache.jdo.impl.enhancer.OptionSet
-
Usage printout.
- index - Variable in class org.apache.jdo.impl.enhancer.classfile.ConstBasic
-
- init() - Method in class org.apache.jdo.enhancer.EnhancerMain
-
Initializes all components.
- init() - Method in class org.apache.jdo.impl.enhancer.ClassArgMain
-
Initializes all components.
- init(EnhancerMetaData, Properties, PrintWriter, PrintWriter) - Method in class org.apache.jdo.impl.enhancer.core.EnhancerFilter
-
Initializes an instance of a JDO enhancer.
- init() - Method in class org.apache.jdo.impl.enhancer.GenericMain
-
Initializes all components.
- init() - Method in class org.apache.jdo.impl.enhancer.JdoMetaMain
-
Initializes all components.
- init() - Method in class org.apache.jdo.impl.enhancer.util.AugmentationTest
-
Initializes all components.
- init(ErrorMsg) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLLexer
-
- init(ErrorMsg) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- init(PersistenceManagerInternal, ParameterTable, ErrorMsg) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- init(TypeSupport, ParameterTable, VariableTable, ErrorMsg) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- init(String) - Method in class org.apache.jdo.impl.jdoql.scope.TypeNames
-
This method initializes the TypeNames table.
- initANTLRAST() - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Ensures that this node has a corresponding ANTLR tree structure.
- initApplicationJavaModel(ClassLoader) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
This methods sets the application JavaModel to the JavaModel
instance for the specified ClassLoader.
- initCause(Throwable) - Method in exception org.apache.jdo.impl.enhancer.EnhancerUserException
-
Initializes the cause of this throwable to the specified value.
- initCause(Throwable) - Method in exception org.apache.jdo.model.ModelException
-
Initializes the cause of this throwable to the specified value.
- initCause(Throwable) - Method in exception org.apache.jdo.model.ModelFatalException
-
Initializes the cause of this throwable to the specified value.
- initClassLocator() - Method in class org.apache.jdo.impl.enhancer.ClassArgMain
-
Initializes the class locator.
- initialize(Token) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- initialize(int, String, JavaType) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- initialize(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- initJdoMetaData() - Method in class org.apache.jdo.impl.enhancer.JdoMetaMain
-
Initializes the jdo metadata component.
- initPropsAccessors() - Static method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
- initPropsAccessors() - Static method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Initialize fostorePropsAccessors.
- initPropsAccessors() - Static method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Initialize the Accessor hashmaps for
connection and non-connection properties.
- insert(Insn) - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Insert an instruction sequence in the code sequence after this
instruction.
- insert(BitSet, BitSet, StateManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
-
Causes the object managed by the given state manager's object to be
inserted into the database.
- insertElementAt(Object, int) - Method in class org.apache.jdo.impl.sco.Vector
-
Inserts the specified object as a component in this vector at the
specified index
.
- insideCommit() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- insideCommit() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Returns true if the call initiated as a result of the commit process,
versus flush for query in a datastore transaction.
- Insn - Class in org.apache.jdo.impl.enhancer.classfile
-
Insn is an abstract class which represents a java VM instruction in a
sequence of instructions.
- InsnConstOp - Class in org.apache.jdo.impl.enhancer.classfile
-
An instruction which requires a single constant from the constant
pool as an immediate operand
- InsnError - Exception in org.apache.jdo.impl.enhancer.classfile
-
An exception thrown when an error occurs in encoding or decoding
instruction sequences
- InsnError(String) - Constructor for exception org.apache.jdo.impl.enhancer.classfile.InsnError
-
- InsnIInc - Class in org.apache.jdo.impl.enhancer.classfile
-
Special instruction form for the opc_iinc instruction
- InsnIInc(int, int) - Constructor for class org.apache.jdo.impl.enhancer.classfile.InsnIInc
-
Constructor for opc_iinc instruction
- InsnInterfaceInvoke - Class in org.apache.jdo.impl.enhancer.classfile
-
Special instruction form for the opc_invokeinterface instruction
- InsnInterfaceInvoke(ConstInterfaceMethodRef, int) - Constructor for class org.apache.jdo.impl.enhancer.classfile.InsnInterfaceInvoke
-
constructor for opc_invokeinterface
- InsnIntOp - Class in org.apache.jdo.impl.enhancer.classfile
-
An instruction which requires a integral constant as an immediate operand
- InsnLookupSwitch - Class in org.apache.jdo.impl.enhancer.classfile
-
Special instruction form for the opc_lookupswitch instruction
- InsnLookupSwitch(InsnTarget, int[], InsnTarget[]) - Constructor for class org.apache.jdo.impl.enhancer.classfile.InsnLookupSwitch
-
Constructor for opc_lookupswitch
- InsnMultiDimArrayNew - Class in org.apache.jdo.impl.enhancer.classfile
-
Special instruction form for the opc_multianewarray instruction
- InsnMultiDimArrayNew(ConstClass, int) - Constructor for class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
Constructor for opc_multianewarray.
- InsnSingle - Class in org.apache.jdo.impl.enhancer.classfile
-
A java VM instruction which takes no immediate operands.
- InsnTableSwitch - Class in org.apache.jdo.impl.enhancer.classfile
-
Special instruction form for the opc_tableswitch instruction
- InsnTableSwitch(int, InsnTarget, InsnTarget[]) - Constructor for class org.apache.jdo.impl.enhancer.classfile.InsnTableSwitch
-
Constructor for opc_tableswitch
- InsnTarget - Class in org.apache.jdo.impl.enhancer.classfile
-
InsnTarget is a pseudo-instruction which represents a branch target
in an instruction stream.
- InsnTarget() - Constructor for class org.apache.jdo.impl.enhancer.classfile.InsnTarget
-
Constructor
- InsnTargetOp - Class in org.apache.jdo.impl.enhancer.classfile
-
An instruction which requires a single branch offset
as an immediate operand .
- InsnUtils - Class in org.apache.jdo.impl.enhancer.classfile
-
InsnUtils provides a set of static methods which serve to
select vm instructions during code annotation.
- InsnUtils() - Constructor for class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
- INT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- INT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- INT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- INT_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- INT_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- INT_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- integerClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.Integer.
- integerConstant(int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for loading the specified integer
constant onto the stack - hopefully use short form
- integralLiteral(AST, boolean) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- IntegralType - Class in org.apache.jdo.impl.model.java
-
A IntegralType instance represents an integral type as defined in the
Java language.
- IntegralType(Class) - Constructor for class org.apache.jdo.impl.model.java.IntegralType
-
Constructor.
- interfaces() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Return the list of the interfaces which the class implements
The contents are ConstClass objects
- INTERNAL_ERROR - Static variable in class org.apache.jdo.enhancer.Main
-
- INTERNAL_ERROR - Static variable in class org.apache.jdo.impl.enhancer.GenericMain
-
- INTERNAL_ERROR - Static variable in class org.apache.jdo.impl.enhancer.util.AugmentationDiffTest
-
- InternalError - Exception in org.apache.jdo.impl.enhancer.util
-
Support for signalling internal implementation errors.
- InternalError() - Constructor for exception org.apache.jdo.impl.enhancer.util.InternalError
-
- InternalError(String) - Constructor for exception org.apache.jdo.impl.enhancer.util.InternalError
-
- intializerName - Static variable in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
- IntLiteralExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a integer literal.
- IntLiteralExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.IntLiteralExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- IntLiteralExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.IntLiteralExpr
-
The noarg constructor is needed for ANTLR support.
- IntLiteralExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a integer literal.
- intType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the integral type int.
- invalidExpression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- invalidOperator() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- IS_EMPTY - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- IS_EMPTY - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- IS_EMPTY - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- isAbstract() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Is the class abstract?
- isAbstract() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Is the method abstract?
- isArray() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isArray() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Determines if this JavaType object represents an array type.
- isArray() - Method in interface org.apache.jdo.model.java.JavaType
-
Determines if this JavaType object represents an array type.
- isBooleanType(JavaType) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns true
if the specified type is
boolean or java.lang.Boolean.
- isBooleanValueAST(JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
Returns true if the specified AST represents a constant boolean value.
- isBranchTarget() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTarget
-
- isCharType(JavaType) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns true
if the specified type is
char or java.lang.Character
- isClosed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Return whether this PersistenceManager is closed.
- isClosed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- isClosed() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
-
Return true if the user has closed this iterator.
- isCompatibleValue(String, Object) - Method in interface org.apache.jdo.jdoql.tree.ValueTable
-
Checks whether the type of the specified value is compatible with the
type of the identifier.
- isCompatibleWith(JavaType) - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isCompatibleWith(JavaType) - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns true if this JavaType is compatible with the specified
JavaType.
- isCompatibleWith(JavaType) - Method in class org.apache.jdo.impl.model.java.ErrorType
-
Returns true if this JavaType is compatible with the specified
JavaType.
- isCompatibleWith(JavaType) - Method in class org.apache.jdo.impl.model.java.NullType
-
Returns true if this JavaType is compatible with the specified
JavaType.
- isCompatibleWith(JavaType) - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true if this JavaType is compatible with the specified
JavaType.
- isConfigured() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns true if this connection factory has been configured with a URL.
- isConnectionFactoryConfigured() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Verifies that the associated connection factory
is configured (at least the URL is specified).
- isConnectionFactoryConfigured() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Returns if a connection factory is configured for this
PersistenceManagerFactory.
- isDeclared(String) - Method in class org.apache.jdo.impl.jdoql.scope.SymbolTable
-
Checks whether the specified identifier is declared.
- isDefaultFetchGroup() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Determines whether this JDOField is part of the default fetch group or
not.
- isDefaultFetchGroup() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Determines whether this JDOField is part of the default fetch group or
not.
- isDefaultFetchGroup() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Determines whether this JDOField is part of the default fetch group or
not.
- isDefaultFetchGroupField(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a field of a class is part of the
default fetch group.
- isDefaultFetchGroupField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Tests whether a field of a class is known to be part of the
Default Fetch Group.
- isDefaultFetchGroupField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns whether a field of a class is known to be part of the
Default Fetch Group.
- isDefaultFetchGroupField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isEmbedded() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Determines whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- isEmbedded() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Determines whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- isEmbedded() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Determines whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- isEmbeddedElement() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching
-
Determines whether the values of the elements should be stored
if possible as part of the instance instead of as their own instances
in the datastore.
- isEmbeddedElement() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOCollectionImplCaching
-
Determines whether the values of the elements should be stored if
possible as part of the instance instead of as their own instances
in the datastore.
- isEmbeddedElement() - Method in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
Determines whether the values of the elements should be stored
if possible as part of the instance instead of as their own instances
in the datastore.
- isEmbeddedElement() - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Determines whether the values of the elements should be stored if
possible as part of the instance instead of as their own instances
in the datastore.
- isEmbeddedElement() - Method in interface org.apache.jdo.model.jdo.JDOArray
-
Determines whether the values of the elements should be stored
if possible as part of the instance instead of as their own instances
in the datastore.
- isEmbeddedElement() - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Determines whether the values of the elements should be stored if
possible as part of the instance instead of as their own instances
in the datastore.
- isEmbeddedElementType(JavaType) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns true
if the embedded-element property of a field
having the specified type defaults to true
.
- isEmbeddedFieldType(JavaType) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns true
if the embedded property of a field having
the specified type defaults to true
.
- isEmbeddedKey() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Determines whether the keys of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedKey() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Determines whether the keys of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedKey() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Determines whether the keys of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedValue() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Determines whether the values of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedValue() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Determines whether the values of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedValue() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Determines whether the values of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmpty(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- isEmpty(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- isEmpty() - Method in class org.apache.jdo.impl.sco.HashMap
-
- isEmpty() - Method in class org.apache.jdo.impl.sco.HashSet
-
- isEmpty() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- isEmpty() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- isEmpty() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- isEmpty() - Method in class org.apache.jdo.query.BasicQueryResult
-
This method delegates to the result collection method.
- isEmpty() - Method in class org.apache.jdo.util.WeakValueHashMap
-
Returns true if this map contains no key-value mappings.
- IsEmptyCallExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents the method call expression
Collection.isEmpty
.
- IsEmptyCallExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.IsEmptyCallExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- IsEmptyCallExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.IsEmptyCallExpr
-
The noarg constructor is needed for ANTLR support.
- IsEmptyCallExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents the method call expression
Collection.isEmpty
.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.AttributeVector
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassAttribute
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantValueAttribute
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstBasic
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstBasicMemberRef
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstClass
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstDouble
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstFloat
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstInteger
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstLong
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstNameAndType
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstString
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstUnicode
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ConstUtf8
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionRange
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionsAttribute
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionTable
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.GenericAttribute
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnConstOp
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIInc
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnInterfaceInvoke
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIntOp
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnLookupSwitch
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnSingle
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTableSwitch
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTarget
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTargetOp
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.LineNumberTableAttribute
-
Compares this instance with another for structural equality.
- isEqual(Stack, Object) - Method in class org.apache.jdo.impl.enhancer.classfile.SignatureAttribute
-
Compares this instance with another for structural equality.
- isFinal() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Is the class final?
- isFinal() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Is the member final?
- isFloatingPoint() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isFloatingPoint() - Method in class org.apache.jdo.impl.model.java.FloatingPointType
-
Returns true
if this JavaType represents a floating
point type.
- isFloatingPoint() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a floating
point type.
- isFlushed() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Returns true if the instance has been flushed to the datastore.
- isIntegral() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isIntegral() - Method in class org.apache.jdo.impl.model.java.IntegralType
-
Returns true
if this JavaType represents an integral
type.
- isIntegral() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents an integral
type.
- isIntegralType(JavaType) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns true
if the specified type is an interal type
or a Java wrapper class for an interal type.
- isInterface() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Is the class an interface?
- isInterface() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isInterface() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Determines if this JavaType object represents an interface type.
- isInterface() - Method in interface org.apache.jdo.model.java.JavaType
-
Determines if this JavaType object represents an interface type.
- isJDOSupportedCollection() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isJDOSupportedCollection() - Method in class org.apache.jdo.impl.model.java.JDOSupportedCollectionType
-
Returns true
if this JavaType represents a JDO
supported collection type.
- isJDOSupportedCollection() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a JDO
supported collection type.
- isJDOSupportedMap() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isJDOSupportedMap() - Method in class org.apache.jdo.impl.model.java.JDOSupportedMapType
-
Returns true
if this JavaType represents a JDO
supported map type.
- isJDOSupportedMap() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a JDO
supported map type.
- isKeyField(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a field of a class is key.
- isKeyField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Tests whether a field of a class is known to be Key.
- isKeyField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns whether a field of a class is known to be Primary Key.
- isKeyField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isKnownNonManagedField(String, String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a field of a class is known to be non-managed.
- isKnownNonManagedField(String, String, String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Returns whether a field of a class is known to be non-managed.
- isKnownNonManagedField(String, String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns whether a field of a class is known to be non-managed.
- isKnownNonManagedField(String, String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isKnownNonPC(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
-
Checks whether the type with the specified name does NOT denote a
persistence-capable class.
- isKnownNonPC(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Checks whether the type with the specified name does NOT denote a
persistence-capable class.
- isKnownUnenhancableClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a class is not to be modified by the enhancer.
- isKnownUnenhancableClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns whether a class is not to be modified by the enhancer.
- isKnownUnenhancableClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isManaged() - Static method in class org.apache.jdo.ejb.EJBImplHelper
-
Identifies the managed environment behavior.
- isManaged() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check the persistence modifier from this JDOField.
- isManaged() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check the persistence modifier from this JDOField.
- isManagedField(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a field of a class is transient transactional
or persistent.
- isManagedField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Tests whether a field of a class is transient transactional or
persistent.
- isManagedField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns whether a field of a class is transient transactional
or persistent.
- isManagedField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns whether a field of a class is known to be either transient
transactional or persistent.
- isManagedField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isMathType(JavaType) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns true
if the specified type is either
java.math.BigDecimal or java.math.BigInteger.
- isNative() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Is the method native?
- isNew() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Tests whether this StateManager represents a instance made persistent
object.
- isNumberType(JavaType) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns true
if specified type is a number type:
a numeric primitive
a numeric wrapper class
java.math.BigDecimal, java.math.BigInteger.
- isNumericType(JavaType) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns true
if the specified type is a either a
integral or a floating point type.
- isNumericWrapperClassType(JavaType) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
Returns true
if the specified type is a Java wrapper
class type for a numeric primitive type.
- isOrderable() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isOrderable() - Method in class org.apache.jdo.impl.model.java.FloatingPointType
-
Returns true
if this JavaType represents an orderable
type as specified by JDO.
- isOrderable() - Method in class org.apache.jdo.impl.model.java.IntegralType
-
Returns true
if this JavaType represents an orderable
type as specified by JDO.
- isOrderable() - Method in class org.apache.jdo.impl.model.java.ValueClassType
-
Returns true
if this JavaType represents an orderable
type as specified by JDO.
- isOrderable() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents an orderable
type as specified in JDO.
- isPersistenceCapable() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isPersistenceCapable() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns true
if this JavaType represents a persistence
capable class.
- isPersistenceCapable() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a persistence
capable class.
- isPersistenceCapableClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a class is persistence-capable.
- isPersistenceCapableClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Tests whether a class is known to be persistence-capable.
- isPersistenceCapableClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns whether a class is known to be persistence-capable.
- isPersistenceCapableClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isPersistenceCapableRootClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a class is persistence-capable root class.
- isPersistenceCapableRootClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataBaseModel
-
Returns whether a class is persistence-capable root class.
- isPersistenceCapableRootClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isPersistenceFieldType(JavaType) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns true
if the persistence-modifier of a field
having the specified type defaults to true
.
- isPersistent() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check the persistence modifier from this JDOField.
- isPersistent() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check the persistence modifier from this JDOField.
- isPersistentField(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a field of a class is persistent.
- isPersistentField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Tests whether a field of a class is persistent.
- isPersistentField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns whether a field of a class is known to be persistent.
- isPersistentField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isPrimaryKey() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Determines whether this JDOField is a key field or not.
- isPrimaryKey() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Determines whether this JDOField is a key field or not.
- isPrimitive() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isPrimitive() - Method in class org.apache.jdo.impl.model.java.PrimitiveType
-
Returns true
if this JavaType represents a primitive
type.
- isPrimitive() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a primitive
type.
- isPrivate() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Is the member private?
- isProtected() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Is the member protected?
- isProvisional() - Method in class org.apache.jdo.impl.fostore.OID
-
Indicates whether this OID is provisional.
- isPublic() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Is the class public?
- isPublic() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Is the member public?
- isQuiet() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- isRelationship() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check whether this field is a relationship field.
- isRelationship() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check whether this field is a relationship field.
- isSerializable() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Determines whether this JDOField is serializable or not.
- isSerializable() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Determines whether this JDOField is serializable or not.
- isSerializableClass(String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a class implements java.io.Serializable.
- isSerializableClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Returns whether a class implements java.io.Serializable
- isSerializableClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns whether a class implements java.io.Serializable.
- isSerializableClass(String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isSimpleLoad() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
- isStatic() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Is the member static?
- isStaticField(JavaField) - Static method in class org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport
-
- isStored() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Returns true if the instance exists in a datastore.
- isSupportedSCOType(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- isSupportedSCOType(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Called by StateManager to verify field type.
- iStore(int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for storing an int to a local
variable slot
- isTrackable() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isTrackable() - Method in class org.apache.jdo.impl.model.java.JDOSupportedCollectionType
-
Returns true
if this JavaType represents a trackable
Java class.
- isTrackable() - Method in class org.apache.jdo.impl.model.java.JDOSupportedMapType
-
Returns true
if this JavaType represents a trackable
Java class.
- isTrackable() - Method in class org.apache.jdo.impl.model.java.MutableValueClassType
-
Returns true
if this JavaType represents a trackable
Java class.
- isTrackable() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a trackable
Java class.
- isTransactional() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check the persistence modifier from this JDOField.
- isTransactional() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check the persistence modifier from this JDOField.
- isTransactionalField(String, String) - Method in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
Returns whether a field of a class is transient
transactional.
- isTransactionalField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.model.EnhancerMetaDataJDOModelImpl
-
Tests whether a field of a class is transient transactional.
- isTransactionalField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.prop.EnhancerMetaDataPropertyImpl
-
Returns whether a field of a class is known to be transactional.
- isTransactionalField(String, String) - Method in class org.apache.jdo.impl.enhancer.meta.util.EnhancerMetaDataTimer
-
- isTransient() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Is the field transient?
- isValue() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isValue() - Method in class org.apache.jdo.impl.model.java.PrimitiveType
-
Returns true
if this JavaType represents a type whoses
values may be treated as values rather than refernces during
storing.
- isValue() - Method in class org.apache.jdo.impl.model.java.ValueClassType
-
Returns true
if this JavaType represents a type whoses
values may be treated as values rather than refernces during
storing.
- isValue() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a type whose
values may be treated as values rather than references during
storing.
- isValueArrayType(JavaType) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns true
if the specified type represents an array
and its element type is a value type.
- isVerbose() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- isWrapperClass() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isWrapperClass() - Method in class org.apache.jdo.impl.model.java.WrapperClassType
-
- isWrapperClass() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a Java wrapper
class type.
- isXMLMetadataLoaded() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Determines whether the XML metadata for the class represented by this
JDOClass has been loaded.
- isXMLMetadataLoaded() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Determines whether the XML metadata for the class represented by this
JDOClass has been loaded.
- iterator() - Method in class org.apache.jdo.impl.sco.HashSet
-
- iterator() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- iterator() - Method in class org.apache.jdo.query.BasicQueryResult
-
This method delegates to the result collection method.
- iterator() - Method in class org.apache.jdo.util.WeakHashSet
-
Returns an iterator over the elements in this set.
- last() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- lastKey() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- LE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- LE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- LE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- leave(AndExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(CastExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(ComplementExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(ConditionalAndExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(ConditionalOrExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(ConstantExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(ContainsCallExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(DivideExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(EndsWithCallExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(EqualsExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(FieldAccessExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(GreaterThanEqualsExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(GreaterThanExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(IsEmptyCallExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(LessThanEqualsExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(LessThanExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(MinusExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(NotEqualsExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(NotExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(OrderingExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(OrExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(ParameterAccessExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(PlusExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(StartsWithCallExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(StaticFieldAccessExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(ThisExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(TimesExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(UnaryMinusExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(UnaryPlusExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(VariableAccessExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Returns the result evaluated for the argument node
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.AndExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.AscendingOrderingExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.BooleanLiteralExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ByteLiteralExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.CandidateClassImpl
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.CastExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.CharLiteralExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ComplementExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ConditionalAndExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ConditionalOrExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ConstantExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ContainsCallExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.DescendingOrderingExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.DivideExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.DoubleLiteralExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.EndsWithCallExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.EqualsExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.FieldAccessExpr
-
Delegates to the argument visitor
.
- leave(BinaryExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Binary expressions are dumped in parenthesized manner.
- leave(MethodCallExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Method call expressions are dumped like
target.methodName(arguments)
.
- leave(OrderingExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Ordering expressions are dumped like
Ascending/Descending(expression)
.
- leave(FieldAccessExpression, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Field access expressions are dumped like target.fieldName
.
- leave(QueryTree, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.FilterExpressionDumper
-
Query trees are dumped like
orderingExpressions, filterExpression
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.FloatLiteralExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.GreaterThanEqualsExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.GreaterThanExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.IdentifierExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.IntLiteralExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.IsEmptyCallExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.LessThanEqualsExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.LessThanExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.LongLiteralExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.MinusExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Returns null
as a default implementation.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.NotEqualsExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.NotExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.OrExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ParameterAccessExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ParameterDecl
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.PlusExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ShortLiteralExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.StartsWithCallExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.StaticFieldAccessExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.ThisExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.TimesExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.TypeImpl
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.UnaryMinusExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.UnaryPlusExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.VariableAccessExpr
-
Delegates to the argument visitor
.
- leave(NodeVisitor, Object[]) - Method in class org.apache.jdo.impl.jdoql.tree.VariableDecl
-
Delegates to the argument visitor
.
- leave(BinaryExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Expression
.
- leave(Declaration, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Node
.
- leave(Expression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Node
.
- leave(MethodCallExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Expression
.
- leave(OrderingExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Node
.
- leave(Node, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method defines the default implementation for all
leave
methods: It immediately returns null
without executing any other instruction.
- leave(UnaryExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Expression
.
- leave(AndExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(AscendingOrderingExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to OrderingExpression
.
- leave(BooleanLiteralExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to ConstantExpression
.
- leave(ByteLiteralExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to ConstantExpression
.
- leave(CandidateClass, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Node
.
- leave(CastExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Expression
.
- leave(CharLiteralExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to ConstantExpression
.
- leave(ComplementExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to UnaryExpression
.
- leave(ConditionalAndExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(ConditionalOrExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(ConstantExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Expression
.
- leave(ContainsCallExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to MethodCallExpression
.
- leave(DescendingOrderingExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to OrderingExpression
.
- leave(DivideExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(DoubleLiteralExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to ConstantExpression
.
- leave(EndsWithCallExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to MethodCallExpression
.
- leave(EqualsExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(FieldAccessExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to IdentifierExpression
.
- leave(FloatLiteralExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to ConstantExpression
.
- leave(GreaterThanEqualsExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(GreaterThanExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(IdentifierExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Expression
.
- leave(IntLiteralExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to ConstantExpression
.
- leave(IsEmptyCallExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to MethodCallExpression
.
- leave(LessThanEqualsExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(LessThanExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(LongLiteralExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to ConstantExpression
.
- leave(MinusExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(NotEqualsExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(NotExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to UnaryExpression
.
- leave(OrExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(ParameterAccessExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to IdentifierExpression
.
- leave(ParameterDeclaration, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Declaration
.
- leave(PlusExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(QueryTree, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Node
.
- leave(ShortLiteralExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to ConstantExpression
.
- leave(StartsWithCallExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to MethodCallExpression
.
- leave(StaticFieldAccessExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to FieldAccessExpression
.
- leave(ThisExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to IdentifierExpression
.
- leave(TimesExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to BinaryExpression
.
- leave(Type, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Node
.
- leave(UnaryMinusExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to UnaryExpression
.
- leave(UnaryPlusExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to UnaryExpression
.
- leave(VariableAccessExpression, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to IdentifierExpression
.
- leave(VariableDeclaration, Object[]) - Method in class org.apache.jdo.jdoql.tree.AbstractNodeVisitor
-
This method delegates to leave
casting the argument
node
to Declaration
.
- leave(NodeVisitor, Object[]) - Method in interface org.apache.jdo.jdoql.tree.Node
-
This method is called by the tree walker when this node is walked
and all of its children have been walked.
- leave(AndExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(AscendingOrderingExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(BooleanLiteralExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ByteLiteralExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(CandidateClass, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(CastExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(CharLiteralExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ComplementExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ConditionalAndExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ConditionalOrExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ConstantExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ContainsCallExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(DescendingOrderingExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(DivideExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(DoubleLiteralExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(EqualsExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(EndsWithCallExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(FieldAccessExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(StaticFieldAccessExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(FloatLiteralExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(GreaterThanEqualsExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(GreaterThanExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(IdentifierExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(IntLiteralExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(IsEmptyCallExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(LessThanEqualsExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(LessThanExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(LongLiteralExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(MinusExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(NotEqualsExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(NotExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(OrExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ParameterAccessExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ParameterDeclaration, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(PlusExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(QueryTree, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ShortLiteralExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(StartsWithCallExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(ThisExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(TimesExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(Type, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(UnaryMinusExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(UnaryPlusExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(VariableAccessExpression, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- leave(VariableDeclaration, Object[]) - Method in interface org.apache.jdo.jdoql.tree.NodeVisitor
-
This method is called after walking the children of the argument
node
.
- LessThanEqualsExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a less than equals operator.
- LessThanEqualsExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.LessThanEqualsExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- LessThanEqualsExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.LessThanEqualsExpr
-
The noarg constructor is needed for ANTLR support.
- LessThanEqualsExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a less than equals operator.
- LessThanExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a less than operator.
- LessThanExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.LessThanExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- LessThanExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.LessThanExpr
-
The noarg constructor is needed for ANTLR support.
- LessThanExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a less than operator.
- line - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
The line info
- LineNumberTableAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
LineNumberTableAttribute represents a line number table attribute
within a CodeAttribute within a class file
- LineNumberTableAttribute(ConstUtf8, short[], InsnTarget[]) - Constructor for class org.apache.jdo.impl.enhancer.classfile.LineNumberTableAttribute
-
Constructor
- LinkedList - Class in org.apache.jdo.impl.sco
-
A mutable 2nd class object that represents LinkedList.
- LinkedList(Class, boolean) - Constructor for class org.apache.jdo.impl.sco.LinkedList
-
Constructs an empty LinkedList
object.
- LinkedList(Class, boolean, int) - Constructor for class org.apache.jdo.impl.sco.LinkedList
-
Constructs an empty LinkedList
object that the specified
initial capacity which is ignored.
- linkedListType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.util.LinkedList.
- ListResourceLocator - Class in org.apache.jdo.impl.enhancer.util
-
Searches resources among a set of files.
- ListResourceLocator(PrintWriter, boolean, List) - Constructor for class org.apache.jdo.impl.enhancer.util.ListResourceLocator
-
Creates an intsance.
- listType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the interface java.util.List.
- literal() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- literal(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- literal(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- lLoad(int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for loading a long from a local
variable slot
- LNOT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- LNOT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- LNOT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- load(int, int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for loading a value from a local
variable slot
- loadClass(String, boolean) - Method in class org.apache.jdo.impl.enhancer.EnhancerClassLoader
-
- loadClass(String, ClassLoader) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- loadClass(String, ClassLoader) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Provides a Class of the given name.
- loadPCClassForObjectIdClass(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- loadPCClassForObjectIdClass(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Provides the Class object of the persistence-capable class that defines
the specified class as its ObjectId class.
- loadStoreDataType(int) - Static method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Return the type of value manipulated by the load/store instruction
- localeType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.Locale.
- localizePath(String) - Method in class org.apache.jdo.impl.fostore.FOStoreRemoteConnection
-
- localsUsed() - Method in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Return the maximum number of local variables used by this method
- LocalVariable - Class in org.apache.jdo.impl.enhancer.classfile
-
Represents a local variable within a LocalVariableTable within
a CodeAttribute in a class file.
- LocalVariable(InsnTarget, InsnTarget, ConstUtf8, ConstUtf8, int) - Constructor for class org.apache.jdo.impl.enhancer.classfile.LocalVariable
-
Constructor for a local variable
- LocalVariableTableAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
Represents the LocalVariableTable attribute within a
method in a class file.
- LocalVariableTableAttribute(ConstUtf8, Vector) - Constructor for class org.apache.jdo.impl.enhancer.classfile.LocalVariableTableAttribute
-
Constructor for a local variable table
- logger - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Logger
- LONG - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- LONG - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- LONG - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- LONG_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- LONG_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- LONG_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- longClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.Long.
- longConstant(long, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for loading the specified long constant onto
the stack.
- LongLiteralExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a long literal.
- LongLiteralExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.LongLiteralExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- LongLiteralExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.LongLiteralExpr
-
The noarg constructor is needed for ANTLR support.
- LongLiteralExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a long literal.
- longType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the integral type long.
- lowCase() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTableSwitch
-
Return the lowest case for the switch
- LPAREN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- LPAREN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- LPAREN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- lprefix - Static variable in class org.apache.jdo.impl.enhancer.OptionSet
-
- lStore(int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for storing a long to a local
variable slot
- LT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- LT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- LT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- name() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Return the name of the field
- name() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Return the name of the member
- name() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Return the name of the method
- name() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstNameAndType
-
Return the name
- name() - Method in class org.apache.jdo.impl.enhancer.classfile.VMOp
-
Return the opcode name
- name - Variable in class org.apache.jdo.impl.enhancer.OptionSet.Option
-
The long form name of this option.
- nameAndType() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstBasicMemberRef
-
Return the name and type of the member
- names - Variable in class org.apache.jdo.impl.enhancer.OptionSet
-
Maps the option's long form against option instances.
- nArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnInterfaceInvoke
-
Return the number of arguments to the interface
- NAVIGATION - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- navigation(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- NAVIGATION - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- navigation(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- NAVIGATION - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- nDims() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
Return the number of dimensions of the array class being created
- NEGATIVE - Static variable in class org.apache.jdo.impl.enhancer.util.AnnotationTest
-
- NEGATIVE - Static variable in class org.apache.jdo.impl.enhancer.util.AugmentationDiffTest
-
- NEGATIVE - Static variable in class org.apache.jdo.impl.enhancer.util.AugmentationTest
-
- NEGATIVE - Static variable in class org.apache.jdo.impl.enhancer.util.Disassembler
-
- nEntries() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstantPool
-
Return the number of pool entries.
- nested - Variable in exception org.apache.jdo.impl.enhancer.EnhancerFatalError
-
An optional nested exception.
- nested - Variable in exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataFatalError
-
An optional nested exception.
- nested - Variable in exception org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataUserException
-
An optional nested exception.
- newAnd(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an and expression for the arguments
left
and right
.
- newAnd(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an and expression for the arguments
left
and right
.
- newCast(Class, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of CastExpression
.
- newCast(Class, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of CastExpression
.
- newCollectionInstanceInternal(Class, Class, boolean, Integer, Float, Collection, Comparator) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Called by internally by the runtime to create a new tracked instance.
- newCollectionInstanceInternal(Class, Class, boolean, Integer, Float, Collection, Comparator) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Called internally by the runtime to create a new tracked instance of type
Collection.
- newComplement(Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a complement expression for the argument
expr
.
- newComplement(Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a complement expression for the argument
expr
.
- newConditionalAnd(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a conditional and expression for the arguments
left
and right
.
- newConditionalAnd(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a conditional and expression for the arguments
left
and right
.
- newConditionalOr(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a conditional or expression for the arguments
left
and right
.
- newConditionalOr(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a conditional or expression for the arguments
left
and right
.
- newConstant(Object) - Static method in class org.apache.jdo.impl.jdoql.tree.ConstantExpr
-
Returns an instance of ConstantExpression
.
- newConstant(Object) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of ConstantExpression
.
- newConstant(boolean) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of BooleanLiteralExpression
.
- newConstant(byte) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of ByteLiteralExpression
.
- newConstant(char) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of CharLiteralExpression
.
- newConstant(double) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of DoubleLiteralExpression
.
- newConstant(float) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of FloatLiteralExpression
.
- newConstant(int) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of IntLiteralExpression
.
- newConstant(long) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of LongLiteralExpression
.
- newConstant(short) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of ShortLiteralExpression
.
- newConstant(boolean) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of BooleanLiteralExpression
.
- newConstant(byte) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of ByteLiteralExpression
.
- newConstant(char) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of CharLiteralExpression
.
- newConstant(double) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of DoubleLiteralExpression
.
- newConstant(float) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of FloatLiteralExpression
.
- newConstant(int) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of IntLiteralExpression
.
- newConstant(long) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of LongLiteralExpression
.
- newConstant(short) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of ShortLiteralExpression
.
- newConstant(Object) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of ConstantExpression
.
- newDivide(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a divide expression for the arguments
left
and right
.
- newDivide(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a divide expression for the arguments
left
and right
.
- newEquals(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an equals expression for the arguments
left
and right
.
- newEquals(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an equals expression for the arguments
left
and right
.
- newFieldAccess(Expression, String) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of FieldAccessExpression
.
- newFieldAccess(Class, String) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of StaticFieldAccessExpression
.
- newFieldAccess(Expression, String) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of FieldAccessExpression
.
- newFieldAccess(Class, String) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an instance of StaticFieldAccessExpression
.
- newGreaterThan(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a greater than expression for the arguments
left
and right
.
- newGreaterThan(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a greater than expression for the arguments
left
and right
.
- newGreaterThanEquals(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a greater than equals expression for the arguments
left
and right
.
- newGreaterThanEquals(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a greater than equals expression for the arguments
left
and right
.
- newIdentifier(String) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of either ThisExpression
or
VariableAccessExpression
or
ParameterAccessExpression
or FieldAccessExpression
depending on the fact which of the classes the argument
identifier
maps to.
- newIdentifier(String) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
The implementation may decide to create an instance
of FieldAccessExpression
,
VariableAccessExpression
or
ParameterAccessExpression
depending on the fact
whether the argument corresponds with a parameter, variable or
a field of the candidate class.
- newInstance(PersistenceCapable, PersistenceManagerInternal) - Static method in class org.apache.jdo.impl.state.StateManagerFactory
-
Returns a new instance of a StateManagerInternal
- newInstance(Object, Object, PersistenceManagerInternal, Class) - Static method in class org.apache.jdo.impl.state.StateManagerFactory
-
Returns a new instance of a StateManagerInternal.
- newJDOClassInstance() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns a new instance of the JDOClass implementation class.
- newJDOClassInstance() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
-
Returns a new instance of the JDOClass implementation class.
- newJDOClassInstance() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns a new instance of the JDOClass implementation class.
- newJDOClassInstance() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns a new instance of the JDOClass implementation class.
- newJDOFieldInstance() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns a new instance of the JDOField implementation class.
- newJDOFieldInstance() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns a new instance of the JDOField implementation class.
- newLessThan(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a less than expression for the arguments
left
and right
.
- newLessThan(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a less than expression for the arguments
left
and right
.
- newLessThanEquals(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a less than equals expression for the arguments
left
and right
.
- newLessThanEquals(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a less than equals expression for the arguments
left
and right
.
- NEWLINE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- NEWLINE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- NEWLINE - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- newMapInstanceInternal(Class, Class, Class, boolean, Integer, Float, Map, Comparator) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Called by internally by the runtime to create a new tracked instance.
- newMapInstanceInternal(Class, Class, Class, boolean, Integer, Float, Map, Comparator) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Called internally by the runtime to create a new tracked instance of type Map.
- newMethodCall(Expression, String, Expression[]) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an instance of MethodCallExpression
.
- newMethodCall(Expression, String, Expression[]) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
The implementation may decide to create a specialized instance
of MethodCallExpression
(for example,
ContainsCallExpression
)
depending on the argument methodName
.
- newMinus(Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a unary minus expression for the argument
expr
.
- newMinus(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a minus expression for the arguments
left
and right
.
- newMinus(Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a unary minus expression for the argument
expr
.
- newMinus(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a minus expression for the arguments
left
and right
.
- newNot(Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a not expression for the argument
expr
.
- newNot(Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a not expression for the argument
expr
.
- newNotEquals(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a not equals expression for the arguments
left
and right
.
- newNotEquals(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a not equals expression for the arguments
left
and right
.
- newObjectIdInstance(Class, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
This method returns an object id instance corresponding to the Class
and String arguments.
- newObjectIdInstance(Class, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newObjectIdInstance(Class, String) - Method in interface org.apache.jdo.store.StoreManager
-
This method returns an object id instance corresponding to the Class
and String arguments.
- newOr(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns an or expression for the arguments
left
and right
.
- newOr(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns an or expression for the arguments
left
and right
.
- newPlus(Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a plus expression for the argument
expr
.
- newPlus(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a plus expression for the arguments
left
and right
.
- newPlus(Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a plus expression for the argument
expr
.
- newPlus(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a plus expression for the arguments
left
and right
.
- newQuery() - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with no elements.
- newQuery(Object) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query using elements from another Query.
- newQuery(String, Object) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query using the specified language.
- newQuery(Class) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query specifying the Class of the results.
- newQuery(Extent) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the candidate Extent; the class is taken
from the Extent.
- newQuery(Class, Collection) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the Class of the results and candidate
Collection.
- newQuery(Class, String) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the Class of the results and Filter.
- newQuery(Class, Collection, String) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the Class of the results, candidate Collection,
and Filter.
- newQuery(Extent, String) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the candidate Extent and Filter.
- newQuery(PersistenceManagerInternal) - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
- newQuery(PersistenceManagerInternal, Object) - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
- newQuery(PersistenceManagerInternal, Class) - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
- newQuery(PersistenceManagerInternal, Extent) - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
- newQuery(PersistenceManagerInternal, Class, Collection) - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
- newQuery(PersistenceManagerInternal, Class, String) - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
- newQuery(PersistenceManagerInternal, Class, Collection, String) - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
- newQuery(PersistenceManagerInternal, Extent, String) - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
- newQuery() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query with no elements.
- newQuery(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query using elements from another Query.
- newQuery(String, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query using the specified language.
- newQuery(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query specifying the Class of the results.
- newQuery(Extent) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query with the candidate Extent; the class is taken
from the Extent.
- newQuery(Class, Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query with the Class of the results and candidate Collection.
- newQuery(Class, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query with the Class of the results and Filter.
- newQuery(Class, Collection, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query with the Class of the results, candidate Collection,
and Filter.
- newQuery(Extent, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Create a new Query with the candidate Extent and Filter.
- newQuery() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(Extent) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(Class, Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(String, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(Class, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(Class, Collection, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(Extent, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- newQuery(PersistenceManagerInternal) - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Creates a new Query
with no elements.
- newQuery(PersistenceManagerInternal, Object) - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Creates a new Query
using elements from another
Query
.
- newQuery(PersistenceManagerInternal, Class) - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Creates a new Query
specifying the Class
of
the candidate instances.
- newQuery(PersistenceManagerInternal, Extent) - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Creates a new Query
with the Class
of the
candidate instances and candidate Extent
.
- newQuery(PersistenceManagerInternal, Class, Collection) - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Creates a new Query
with the candidate Class
and Collection
.
- newQuery(PersistenceManagerInternal, Class, String) - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Creates a new Query
with the Class
of the
candidate instances and filter.
- newQuery(PersistenceManagerInternal, Class, Collection, String) - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Creates a new Query
with the Class
of the
candidate instances, candidate Collection
, and filter.
- newQuery(PersistenceManagerInternal, Extent, String) - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Creates a new Query
with the
candidate Extent
and filter; the class
is taken from the Extent
.
- newQueryResult(QueryResultHelper) - Method in interface org.apache.jdo.store.StoreManager
-
Returns a QueryResult instance which is then returned as the result of
Query.execute(...).
- newQueryResult(QueryResultHelper) - Method in class org.apache.jdo.store.StoreManagerImpl
-
Returns a QueryResult instance which is then returned as the result of
Query.execute(...).
- newQueryTree() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Returns a new QueryTree instance.
- newSCOInstanceInternal(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Called by internally by the runtime to create a new tracked instance.
- newSCOInstanceInternal(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Called internally by the runtime to create a new tracked instance.
- newTimes(Expression, Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Returns a times expression for the arguments
left
and right
.
- newTimes(Expression, Expression) - Method in interface org.apache.jdo.jdoql.tree.ExpressionFactory
-
Returns a times expression for the arguments
left
and right
.
- newTree() - Method in class org.apache.jdo.impl.jdoql.JDOQLQueryFactoryImpl
-
Returns a new QueryTree instance.
- newTree() - Method in interface org.apache.jdo.jdoql.JDOQLQueryFactory
-
Returns a new QueryTree instance.
- next() - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Returns the next instruction in the code sequence
- next() - Method in class org.apache.jdo.impl.sco.Freezer.FrozenIterator
-
Return the next entry of the iteration.
- next() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
-
Advance and return the next element of the iterator.
- nextSigElement(String, int) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
stackSig is a signature for the types on the stack with the last
type in the signature on the top of stack.
- nextToken() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLLexer
-
- NO_ANNOTATE - Static variable in class org.apache.jdo.impl.enhancer.core.EnhancerFilter
-
- NO_AUGMENT - Static variable in class org.apache.jdo.impl.enhancer.core.EnhancerFilter
-
- noAnnotate() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- noAnnotate - Variable in class org.apache.jdo.impl.enhancer.EnhancerOptions
-
The suppress annotation option.
- noAugment() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- noAugment - Variable in class org.apache.jdo.impl.enhancer.EnhancerOptions
-
The suppress augmentation option.
- Node - Interface in org.apache.jdo.jdoql.tree
-
This is the base interface of all nodes.
- NodeImpl - Class in org.apache.jdo.impl.jdoql.tree
-
This is the base class of all nodes.
- NodeImpl() - Constructor for class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
The noarg constructor is needed for ANTLR support and deserialization.
- NodeImpl(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
The noarg constructor is needed for ANTLR support.
- NodeVisitor - Interface in org.apache.jdo.jdoql.tree
-
This interface defines three categories of methods for each query tree node.
- NONDURABLE - Static variable in class org.apache.jdo.model.jdo.JDOIdentityType
-
Constant representing unmanaged jdo identity.
- NONE - Static variable in class org.apache.jdo.model.jdo.NullValueTreatment
-
Constant representing converting a null value of a field of nullable type
to the default value for the type in the datastore.
- NONE - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
-
Constant representing a none field modifier.
- NORMAL - Static variable in class org.apache.jdo.impl.model.jdo.xml.XMLExists
-
Normal output.
- NOT_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- NOT_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- NOT_EQUAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- NotEqualsExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a not equals operator.
- NotEqualsExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.NotEqualsExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- NotEqualsExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.NotEqualsExpr
-
The noarg constructor is needed for ANTLR support.
- NotEqualsExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a not equals operator.
- NotExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a logical not operator.
- NotExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.NotExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- NotExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.NotExpr
-
The noarg constructor is needed for ANTLR support.
- NotExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a logical not operator.
- notifyOptimistic(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
For Transaction to notify PersistenceManager that
optimistic flag is changed
- notifyStatusChange(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
For Transaction to notify PersistenceManager that
status is changed
- noWrite - Variable in class org.apache.jdo.impl.enhancer.EnhancerOptions
-
The no write option.
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
How many words of stack operands does this instruction take?
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnConstOp
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIInc
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnInterfaceInvoke
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIntOp
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnLookupSwitch
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnSingle
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTableSwitch
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTarget
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTargetOp
-
- nStackArgs() - Method in class org.apache.jdo.impl.enhancer.classfile.VMOp
-
Return the number of words of stack arguments expected by this operation.
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
How many words of stack results does this instruction deposit?
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnConstOp
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIInc
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnInterfaceInvoke
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIntOp
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnLookupSwitch
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnSingle
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTableSwitch
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTarget
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTargetOp
-
- nStackResults() - Method in class org.apache.jdo.impl.enhancer.classfile.VMOp
-
Return the number of words of stack results produced by this operation.
- NULL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- NULL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- NULL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- NullType - Class in org.apache.jdo.impl.model.java
-
An instance of class NullType represents the type of the null expression
in Java.
- NullType() - Constructor for class org.apache.jdo.impl.model.java.NullType
-
Creates new a NullType instance.
- nullType - Static variable in class org.apache.jdo.impl.model.java.NullType
-
The singleton NullType instance.
- NullValueTreatment - Class in org.apache.jdo.model.jdo
-
This interface provides constants denoting the treatment of null values
for persistent fields during storage in the data store.
- NullValueTreatment() - Constructor for class org.apache.jdo.model.jdo.NullValueTreatment
-
- numberToStorageId(int) - Method in class org.apache.jdo.impl.fostore.FOStoreBtreeStorage
-
Creates a storage id from an int.
- numberType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.Numer.
- read(InputStream) - Method in class org.apache.jdo.impl.fostore.Block
-
- read(InputStream) - Method in class org.apache.jdo.impl.fostore.DBClass
-
Initialize this DBClass from the given stream.
- read(InputStream) - Method in class org.apache.jdo.impl.fostore.DBExtent
-
- read(InputStream) - Method in class org.apache.jdo.impl.fostore.DBInfo
-
- read(InputStream) - Method in class org.apache.jdo.impl.fostore.SubclassSet
-
Initialize this SubclassSet from the given stream.
- readExternal(ObjectInput) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Reads this PMF's state from the given object input.
- readObject(ObjectInputStream) - Method in class org.apache.jdo.impl.fostore.AID
-
Reads this AID's value from the input stream.
- ReflectionJavaField - Class in org.apache.jdo.impl.model.java.reflection
-
A reflection based JavaField implementation used at runtime.
- ReflectionJavaField(Field, JavaType) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
-
Constructor for fields w/o JDO metadata.
- ReflectionJavaField(JDOField, JavaType) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
-
Constructor for fields having JDO metadata.
- ReflectionJavaField(JDOField, JavaType, JavaType) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
-
Constructor for fields having JDO metadata.
- ReflectionJavaModel - Class in org.apache.jdo.impl.model.java.reflection
-
A reflection based JavaModel implementation used at runtime.
- ReflectionJavaModel(ClassLoader, ReflectionJavaModelFactory) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Constructor.
- ReflectionJavaModelFactory - Class in org.apache.jdo.impl.model.java.reflection
-
A reflection based JavaModelFactory implementation.
- ReflectionJavaModelFactory() - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
-
- ReflectionJavaType - Class in org.apache.jdo.impl.model.java.reflection
-
/**
A reflection based JavaType implementation used at runtime.
- ReflectionJavaType(Class, JDOModel) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Constructor.
- refresh(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Refresh the state of the instance from the data store.
- refresh(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- refreshAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Refresh the state of an array of instances from the data store.
- refreshAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Refresh the state of a Collection of instances from the data store.
- refreshAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Refresh the state of all applicable instances from the data store.
- refreshAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- refreshAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- refreshAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- refreshInstance() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Transitions lifecycle state to P_CLEAN or P_NON_TX
- register(OptionSet.Option) - Method in class org.apache.jdo.impl.enhancer.OptionSet
-
Registers an option with the set.
- register(StateManagerInternal, Object, boolean, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- register(StateManagerInternal, Object, boolean, boolean) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Adds persistent object to the cache.
- registerClass(RegisterClassEvent) - Method in class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
-
This method gets called when a persistence-capable class is registered.
- RegisterClassListener - Class in org.apache.jdo.impl.model.java.runtime
-
The Model listener gets notified whenever a persistence-capable class gets
registered with the JDOImplHelper at runtime.
- RegisterClassListener(JDOImplHelper, RuntimeJavaModelFactory) - Constructor for class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
-
Constructor.
- registerEJBHelper(EJBHelper) - Static method in class org.apache.jdo.ejb.EJBImplHelper
-
Register class that implements EJBHelper interface
Should be called by a static method at class initialization time.
- registerPersistenceManager(PersistenceManagerImpl, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Registers PersistenceManager in the transactional cache in
managed environment in case of BMT with JDO Transaction.
- registerTransient(StateManagerInternal) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- registerTransient(StateManagerInternal) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Adds transient object to the transient cache.
- relationalExpr(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- relationalExpr(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- relationalExpression() - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- relationship - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Relationship JDOField<->JDORelationship.
- releasePersistenceManager(PersistenceManagerImpl, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Releases closed PersistenceManager that is not in use
- releaseStoreManager(PersistenceManager) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- releaseStoreManager(PersistenceManager) - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
-
Allows the PMF to release any resources associated with the given PM's
store manager.
- reload() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Fetch or refresh object from the data store.
- remapTypes(String, Map) - Static method in class org.apache.jdo.impl.enhancer.classfile.Descriptor
-
classTranslations contains a set of mappings of class names.
- remove() - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Removes the current instruction from it's embedding sequence.
- remove(Object) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Removes the first occurrence of the specified element in this ArrayList
If the ArrayList does not contain the element, it is unchanged.
- remove(int) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Removes the element at the specified position in this ArrayList.
- remove() - Method in class org.apache.jdo.impl.sco.Freezer.FrozenIterator
-
This operation is not supported.
- remove(Object) - Method in class org.apache.jdo.impl.sco.HashMap
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class org.apache.jdo.impl.sco.HashSet
-
Removes the given element from this set if it is present.
- remove(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Removes the first occurrence of the specified element in this LinkedList
If the LinkedList does not contain the element, it is unchanged.
- remove(int) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Removes the element at the specified position in this LinkedList.
- remove(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
-
Removes the given element from this set if it is present.
- remove(Object) - Method in class org.apache.jdo.impl.sco.Vector
-
Removes the first occurrence of the specified element in this Vector
If the Vector does not contain the element, it is unchanged.
- remove(int) - Method in class org.apache.jdo.impl.sco.Vector
-
Removes the element at the specified position in this Vector.
- remove() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
-
Throw an exception.
- remove(Object) - Method in class org.apache.jdo.query.BasicQueryResult
-
This method throws UnsupportedOperationException because
the collection is read-only.
- remove(Object) - Method in class org.apache.jdo.util.WeakHashSet
-
Removes the given element from this set if it is present.
- remove(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
-
Removes key and value for the given key.
- removeAll(Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Removes from this ArrayList all of its elements that are contained in the
specified Collection.
- removeAll(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
-
Removes from this collection all of its elements that are contained in
the specified collection (optional operation).
- removeAll(Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Removes from this LinkedList all of its elements that are contained in the
specified Collection.
- removeAll(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
-
Removes from this collection all of its elements that are contained in
the specified collection (optional operation).
- removeAll(Collection) - Method in class org.apache.jdo.impl.sco.Vector
-
Removes from this Vector all of its elements that are contained in the
specified Collection.
- removeAll(Collection) - Method in class org.apache.jdo.query.BasicQueryResult
-
This method throws UnsupportedOperationException because
the collection is read-only.
- removeAllElements() - Method in class org.apache.jdo.impl.sco.Vector
-
Removes all components from this vector and sets its size to zero.
- removeDeclaredMember(JDOMember) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Remove the supplied member from the collection of members maintained by
this JDOClass.
- removeDeclaredMember(JDOMember) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Remove the supplied member from the collection of members maintained by
this JDOClass.
- removeDeclaredMember(JDOMember) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Remove the supplied member from the collection of members maintained by
this JDOClass.
- removeElement(Object) - Method in class org.apache.jdo.impl.sco.Vector
-
Removes the first (lowest-indexed) occurrence of the argument
from this vector.
- removeElementAt(int) - Method in class org.apache.jdo.impl.sco.Vector
-
Deletes the component at the specified index.
- removeFirst() - Method in class org.apache.jdo.impl.sco.LinkedList
-
Removes and returns the first element from this list.
- removeInternal(Object) - Method in class org.apache.jdo.impl.sco.ArrayList
-
- removeInternal(Object) - Method in class org.apache.jdo.impl.sco.HashMap
-
- removeInternal(Object) - Method in class org.apache.jdo.impl.sco.HashSet
-
- removeInternal(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
-
- removeInternal(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
-
- removeInternal(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
-
- removeInternal(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
-
- removeInternal(Object) - Method in class org.apache.jdo.impl.sco.Vector
-
- removeInternal(Object) - Method in interface org.apache.jdo.sco.SCOCollection
-
Removes element from the Collection without recording
the event.
- removeInternal(Object) - Method in interface org.apache.jdo.sco.SCOMap
-
Removes mappings from the Map without recording
the event.
- removeJDOExtension(JDOExtension) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
Remove the supplied vendor extension from the collection of extensions
maintained by this JDOElement.
- removeJDOExtension(JDOExtension) - Method in interface org.apache.jdo.model.jdo.JDOElement
-
Remove the supplied vendor extension from the collection of extensions
maintained by this JDOElement.
- removeLast() - Method in class org.apache.jdo.impl.sco.LinkedList
-
Removes and returns the last element from this list.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
Remove a property change listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.jdo.model.jdo.JDOElement
-
Remove a property change listener.
- removeVetoableChangeListener(VetoableChangeListener) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
Remove a vetoable change listener.
- removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.apache.jdo.model.jdo.JDOElement
-
Remove a vetoable change listener.
- replace(int[], FieldManager) - Method in interface org.apache.jdo.state.StateManagerInternal
-
Transition the lifecycle state as if the instance is retrieved from the
datastore, but use the specified field values instead of loading them
from the datastore.
- replaceFields(int[], FieldManager) - Method in interface org.apache.jdo.state.StateManagerInternal
-
For replacing field values in a PC with the ones that is provided by
the FieldManager.
- replaceObjectId(Object, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- replaceObjectId(Object, Object) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
Replaces the objectId key value in the cache.
- replacePersistenceManagerFactory(PersistenceManagerFactory) - Method in interface org.apache.jdo.ejb.EJBHelper
-
Replace newly created instance of internal PersistenceManagerFactory
with the hashed one if it exists.
- replacePersistenceManagerFactory(PersistenceManagerFactory) - Static method in class org.apache.jdo.ejb.EJBImplHelper
-
Returns the hashed instance of internal PersistenceManagerFactory
that compares equal to the newly created instance or the instance
itself if it is not found.
- replaceSCOFields() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Replaces field values that are regular SCO instances with tracked SCOs.
- reportError(int, int, String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLLexer
-
- reportError(RecognitionException) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLLexer
-
Report lexer exception errors caught in nextToken()
- reportError(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLLexer
-
Lexer error-reporting function
- reportError(RecognitionException) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
ANTLR method called when an error was detected.
- reportError(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
ANTLR method called when an error was detected.
- reportError(int, int, String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
- reportError(RecognitionException) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- reportError(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- reportError(RecognitionException) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- reportError(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- reportWarning(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLLexer
-
Lexer warning-reporting function
- reportWarning(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLParser
-
ANTLR method called when a warning was detected.
- requiresExtent() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Determines whether an extent must be managed for the
persistence-capable class described by this JDOClass.
- requiresExtent() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Determines whether an extent must be managed for the
persistence-capable class described by this JDOClass.
- reset() - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
Reset the environment.
- reset() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- reset() - Method in class org.apache.jdo.impl.sco.HashMap
-
- reset() - Method in class org.apache.jdo.impl.sco.HashSet
-
- reset() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- reset() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- reset() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- reset() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- reset() - Method in class org.apache.jdo.impl.sco.Vector
-
- reset() - Method in interface org.apache.jdo.sco.SCOCollection
-
Resets removed and added lists after flush
- reset() - Method in interface org.apache.jdo.sco.SCOMap
-
Resets removed and added lists after flush
- resolve(String) - Method in class org.apache.jdo.impl.jdoql.scope.TypeNames
-
Resolves a type name.
- resolveType(JDOModel, String, String) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns a JavaType representation for the specified type name.
- ResourceLocator - Interface in org.apache.jdo.impl.enhancer.util
-
Provides a method for searching resources.
- ResourceLocatorTimer - Class in org.apache.jdo.impl.enhancer.util
-
- ResourceLocatorTimer(ResourceLocator) - Constructor for class org.apache.jdo.impl.enhancer.util.ResourceLocatorTimer
-
Creates an instance.
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
What are the types of the stack results?
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnConstOp
-
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIInc
-
What are the types of the stack results?
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnInterfaceInvoke
-
What are the types of the stack results?
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnIntOp
-
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnLookupSwitch
-
What are the types of the stack results?
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
What are the types of the stack results?
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnSingle
-
What are the types of the stack results?
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTableSwitch
-
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTarget
-
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTargetOp
-
- resultTypes() - Method in class org.apache.jdo.impl.enhancer.classfile.VMOp
-
Return the type descriptor for the stack results of the operation.
- retainAll(Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Retains only the elements in this ArrayList that are contained in the
specified Collection.
- retainAll(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
-
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
- retainAll(Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Retains only the elements in this LinkedList that are contained in the
specified Collection.
- retainAll(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
-
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
- retainAll(Collection) - Method in class org.apache.jdo.impl.sco.Vector
-
Retains only the elements in this Vector that are contained in the
specified Collection.
- retainAll(Collection) - Method in class org.apache.jdo.query.BasicQueryResult
-
This method throws UnsupportedOperationException because
the collection is read-only.
- retrieve(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Retrieve field values of an instance from the store.
- retrieve(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
Retrieve an instance from the store.
- retrieve() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Retrieve an instance from the store.
- retrieveAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Retrieve field values of instances from the store.
- retrieveAll(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Retrieve field values of instances from the store.
- retrieveAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Retrieve field values of instances from the store.
- retrieveAll(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Retrieve field values of instances from the store.
- retrieveAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
Retrieve field values of instances from the store.
- retrieveAll(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
Retrieve field values of instances from the store.
- retrieveAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
Retrieve field values of instances from the store.
- retrieveAll(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
Retrieve field values of instances from the store.
- returnHeader - Variable in class org.apache.jdo.impl.enhancer.OptionSet
-
Usage printout.
- rollback() - Method in interface org.apache.jdo.store.Connector
-
Requests that the Connector drop all changes made since the previous
commit/rollback and releases any database locks currently held by this
Connector.
- RPAREN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- RPAREN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- RPAREN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- run(String[]) - Method in class org.apache.jdo.impl.enhancer.GenericMain
-
Process command line arguments, run initialization and do processing.
- run(List) - Method in class org.apache.jdo.impl.model.jdo.xml.XMLExists
-
This method checks all classes from the specified list of class names.
- RuntimeJavaModel - Class in org.apache.jdo.impl.model.java.runtime
-
A reflection based JavaModel implementation used at runtime.
- RuntimeJavaModel(ClassLoader, ReflectionJavaModelFactory) - Constructor for class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
-
Constructor.
- RuntimeJavaModelFactory - Class in org.apache.jdo.impl.model.java.runtime
-
A reflection based JavaModelFactory implementation used at runtime.
- RuntimeJavaModelFactory() - Constructor for class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
-
Creates a new RuntimeJavaModelFactory.
- RuntimeJavaType - Class in org.apache.jdo.impl.model.java.runtime
-
/**
A reflection based JavaType implementation used at runtime.
- RuntimeJavaType(Class, JDOModel) - Constructor for class org.apache.jdo.impl.model.java.runtime.RuntimeJavaType
-
Constructor.
- SCO - Interface in org.apache.jdo.sco
-
- SCOCollection - Interface in org.apache.jdo.sco
-
- SCODate - Interface in org.apache.jdo.sco
-
- SCOMap - Interface in org.apache.jdo.sco
-
- Semantic - Class in org.apache.jdo.impl.jdoql.jdoqlc
-
This class defines the semantic analysis of the JDOQL compiler.
- Semantic() - Constructor for class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- semanticCheck(ParameterTable, VariableTable) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLC
-
- SemanticTokenTypes - Interface in org.apache.jdo.impl.jdoql.jdoqlc
-
- SEMI - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- SEMI - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- SEMI - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- sendToStore(byte[], int, int) - Method in class org.apache.jdo.impl.fostore.FOStoreRemoteConnection
-
Write bytes to the store.
- SERIALIZABLE - Static variable in interface org.apache.jdo.impl.enhancer.meta.EnhancerMetaData
-
- set - Variable in class org.apache.jdo.impl.enhancer.OptionSet.Option
-
The set the option is registered with.
- set(PersistenceManagerFactoryImpl, String) - Method in interface org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.PMFAccessor
-
Sets a value in a PMF, translating from String to the PMF's
representation.
- set(int, Object) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Replaces the element at the specified position in this ArrayList with the
specified element.
- set(int, Object) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Replaces the element at the specified position in this
LinkedList with the specified element.
- set(int, Object) - Method in class org.apache.jdo.impl.sco.Vector
-
Replaces the element at the specified position in this Vector with the
specified element.
- setAccess(int) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Update the access flags for the field - see VMConstants
- setAccess(int) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Set the access flags for the method - see VMConstants
- setAccess(int) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Update the access flags for the field - see VMConstants
- setAccessFlags(int) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Set the access flags for the class - see VMConstants
- setAnnotationRanges(InsnTarget[]) - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- setAnnotationTime(long) - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- setArrayClass(ConstClass) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnMultiDimArrayNew
-
Sets the array class being created
- setBranchTarget() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTarget
-
- setCandidateClass(Class) - Method in class org.apache.jdo.impl.jdoql.tree.CandidateClassImpl
-
Sets the candidate class for this instance.
- setCandidateClass(Class) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Sets the candidate class for this query tree.
- setCandidateClass(Class) - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Sets the candidate class for this query tree.
- setCandidates(Extent) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Set the candidate Extent to query.
- setCandidates(Collection) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Set the candidate Collection to query.
- setCFProperties(Properties) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- setCFProperties(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the PMF-specific ConnectionFactory's properties.
- setClass(Class) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLC
-
- setClass(Class) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Set the class of the candidate instances of the query.
- setClassName(String) - Method in class org.apache.jdo.impl.enhancer.OutputStreamWrapper
-
Sets the name of the written Java class.
- setColumn(int) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- setCommonOperandType(Class) - Method in class org.apache.jdo.impl.jdoql.tree.BinaryExpr
-
Sets the common operand type for this binary expression.
- setConfigured() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the configurable flag false so this
PersistenceManagerFactory can no longer be configured.
- setConnectionCreate(boolean) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- setConnectionCreate(String) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- setConnectionDriverName(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the driver name for the data store connection.
- setConnectionFactory(Object) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Override PersistenceManagerFactoryImpl's method so we can use our
own cf variable.
- setConnectionFactory(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the data store connection factory.
- setConnectionFactory2(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the non-transactional connection factory
for optimistic transactions.
- setConnectionFactory2Name(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the name of the connection factory for non-transactional connections.
- setConnectionFactoryName(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the name for the data store connection factory.
- setConnectionPassword(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the password for the data store connection.
- setConnectionURL(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the URL for the data store connection.
- setConnectionUserName(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the user name for the data store connection.
- setContext(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.ErrorMsg
-
Set the specified string as the current context string.
- setCreate(boolean) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets whether to create the database.
- setCreate(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets whether to create the database.
- setCurrent(Object) - Method in class org.apache.jdo.impl.jdoql.MemoryQuery
-
Sets the instance returned by leaving an instance if
ThisExpression
.
- setDate(int) - Method in class org.apache.jdo.impl.sco.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date)
.
- setDate(int) - Method in class org.apache.jdo.impl.sco.SqlDate
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date)
.
- setDate(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date)
.
- setDeclaredObjectIdClassName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the fully qualified name of the object identity class
(primary key class) for this JDOClass.
- setDeclaredObjectIdClassName(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the fully qualified name of the object identity class
(primary key class) declared for this JDOClass.
- setDeclaringClass(JDOClass) - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Set the declaring class of this JDOMember.
- setDeclaringClass(JDOClass) - Method in interface org.apache.jdo.model.jdo.JDOMember
-
Set the declaring class of this JDOMember.
- setDeclaringField(JDOField) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the declaring field of this JDORelationship.
- setDeclaringField(JDOField) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Set the declaring field of this JDORelationship.
- setDeclaringModel(JDOModel) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the declaring JDOModel for this JDOClass.
- setDeclaringModel(JDOModel) - Method in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
Set the declaring JDOModel for this JDOPackage.
- setDeclaringModel(JDOModel) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the declaring JDOModel for this JDOClass.
- setDeclaringModel(JDOModel) - Method in interface org.apache.jdo.model.jdo.JDOPackage
-
Set the declaring JDOModel for this JDOPackage.
- setDefaultFetchGroup(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set whether this JDOField is part of the default fetch group or not.
- setDefaultFetchGroup(boolean) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set whether this JDOField is part of the default fetch group or not.
- setDependency(Object) - Method in interface org.apache.jdo.state.StateManagerInternal
-
Sets dependency object containing dependency information specific to this
instance of the StateManager
- setDocumentLocator(Locator) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- setDoTimingStatistics(boolean) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setDriverName(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets name of the driver for connections
- setDumpClass(boolean) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setElementAt(Object, int) - Method in class org.apache.jdo.impl.sco.Vector
-
Sets the component at the specified index
of this
vector to be the specified object.
- setElementType(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Set the type representation of the collection elements.
- setElementType(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Set the type representation of the collection elements.
- setElementTypeName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Set string representation of the type of collection elements.
- setElementTypeName(String) - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Set string representation of the type of collection elements.
- setEmbedded(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- setEmbedded(boolean) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- setEmbeddedElement(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
Set whether the values of the elements should be stored
if possible as part of the instance instead of as their own instances
in the datastore.
- setEmbeddedElement(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Set whether the values of the elements should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- setEmbeddedElement(boolean) - Method in interface org.apache.jdo.model.jdo.JDOArray
-
Set whether the values of the elements should be stored
if possible as part of the instance instead of as their own instances
in the datastore.
- setEmbeddedElement(boolean) - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Set whether the values of the elements should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- setEmbeddedKey(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set whether the keys of the map should be stored if possible as part
of the instance instead of as their own instances in the datastore.
- setEmbeddedKey(boolean) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set whether the keys of the map should be stored if possible as part
of the instance instead of as their own instances in the datastore.
- setEmbeddedValue(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set whether the values of the map should be stored if possible as part
of the instance instead of as their own instances in the datastore.
- setEmbeddedValue(boolean) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set whether the values of the map should be stored if possible as part
of the instance instead of as their own instances in the datastore.
- setEnhancerMetaData(EnhancerMetaData) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setErrorWriter(PrintWriter) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setFileName(ConstUtf8) - Method in class org.apache.jdo.impl.enhancer.classfile.SourceFileAttribute
-
Sets the source file name
- setFilter(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLC
-
- setFilter(String) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Set the filter for the query.
- setFilter(Expression) - Method in class org.apache.jdo.impl.jdoql.tree.Tree
-
Sets the filter expression for this query tree.
- setFilter(Expression) - Method in interface org.apache.jdo.jdoql.tree.QueryTree
-
Sets the filter expression for this query tree.
- setFlags(short) - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- setFlags(short) - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- setFromProperties(Properties) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Configures a FOStoreConnectionFactory from the given Properties.
- setFromProperties(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Configures a PMF from the given Properties.
- setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.ArrayList
-
Set the contents of this Collection from the frozen elements.
- setFrozen(Map.Entry[]) - Method in class org.apache.jdo.impl.sco.HashMap
-
Set the contents of this Map from the frozen entries.
- setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.HashSet
-
Set the contents of this Collection from the frozen elements, if this Collection
is implicitly user-orderable.
- setFrozen(Map.Entry[]) - Method in class org.apache.jdo.impl.sco.Hashtable
-
Set the contents of this Map from the frozen entries.
- setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.LinkedList
-
Set the contents of this Collection from the frozen elements.
- setFrozen(Map.Entry[]) - Method in class org.apache.jdo.impl.sco.TreeMap
-
Set the contents of this Map from the frozen elements.
- setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.TreeSet
-
Set the contents of this Collection from the frozen elements, if this Collection
is implicitly user-orderable.
- setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.Vector
-
Set the contents of this Collection from the frozen elements.
- setFrozen(Object[]) - Method in interface org.apache.jdo.sco.SCOCollection
-
Set the contents of this Collection from the frozen elements.
- setFrozen(Map.Entry[]) - Method in interface org.apache.jdo.sco.SCOMap
-
Set the contents of this Map from the frozen entries.
- setHours(int) - Method in class org.apache.jdo.impl.sco.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours)
.
- setHours(int) - Method in class org.apache.jdo.impl.sco.SqlTime
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours)
.
- setHours(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours)
.
- setIdentityType(int) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the object identity type of this JDOClass.
- setIdentityType(int) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the object identity type of this JDOClass.
- setIgnoreCache(boolean) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Set the ignoreCache option.
- setIgnoreCache(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default IgnoreCache setting for all PersistenceManager instances
obtained from this factory.
- setIgnoreCache(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- setIgnoreCache(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- setInverseRelationship(JDORelationship) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the inverse JDORelationship in the case of a managed relationship.
- setInverseRelationship(JDORelationship) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Set the inverse JDORelationship in the case of a managed relationship.
- setIsFinal(boolean) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Turn on or off the final qualifier for the member.
- setJavaField(JavaField) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Sets the corresponding Java field representation for this JDOField.
- setJavaField(JavaField) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Sets the corresponding Java field representation for this JDOField.
- setJavaModel(JavaModel) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Sets the JavaModel for this JDOModel instance.
- setJavaModel(JavaModel) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Sets the JavaModel for this JDOModel instance.
- setJavaType(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the JavaType representation corresponding to this JDOClass.
- setJavaType(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the JavaType representation corresponding to this JDOClass.
- setJDOModel(JDOModel) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Sets the corresponding JDOModel instance.
- setJDOModel(JDOModel) - Method in interface org.apache.jdo.model.java.JavaModel
-
Sets the corresponding JDOModel instance.
- setJDOModelInternal(JavaModel) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
-
Sets the JDOModel instance for the specified JavaModel.
- setJDOPackage(JDOPackage) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Sets the JDOPackage instance corresponding to the package name
of this JDOClass.
- setJDOPackage(JDOPackage) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Sets the JDOPackage instance corresponding to the package name
of this JDOClass.
- setJDOQLQueryFactoryClassName(String) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Sets the JDOQLQueryFactory class name used by getJDOQLQueryFactory.
- setJTATransaction(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
with the current thread in the managed environment
- setKey(String) - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Sets the key for this vendor extension.
- setKey(String) - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Sets the key for this vendor extension.
- setKeyType(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set the type representation of the keys for this JDOMap.
- setKeyType(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set the type representation of the keys for this JDOMap.
- setKeyTypeName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set string representation of the type of the keys for this JDOMap.
- setKeyTypeName(String) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set string representation of the type of the keys for this JDOMap.
- setLine(int) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- setLocalsUsed(int) - Method in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Set the maximum number of local variables used by this method
- setLoginTimeout(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets the number of seconds to wait for a new connection to be
established to the data source
- setLogWriter(PrintWriter) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets the LogWriter to which messages should be sent
- setLowerBound(int) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the lower cardinality bound for this relationship element.
- setLowerBound(int) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Set the lower cardinality bound for this relationship element.
- setMaxPool(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets maximum number of connections in the connection pool
- setMaxPool(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default MaxPool setting for all PersistenceManager instances
obtained from this factory.
- setMinPool(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets minimum number of connections in the connection pool
- setMinPool(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default MinPool setting for all PersistenceManager instances
obtained from this factory.
- setMinutes(int) - Method in class org.apache.jdo.impl.sco.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MINUTE, int minutes)
.
- setMinutes(int) - Method in class org.apache.jdo.impl.sco.SqlTime
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MINUTE, int minutes)
.
- setMinutes(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MINUTE, int minutes)
.
- setModTime(long) - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- setMonth(int) - Method in class org.apache.jdo.impl.sco.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month)
.
- setMonth(int) - Method in class org.apache.jdo.impl.sco.SqlDate
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month)
.
- setMonth(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month)
.
- setMsInterval(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets the amount of time, in milliseconds, between the connection
manager's attempts to get a pooled connection.
- setMsWait(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets the number of milliseconds to wait for an available connection
from the connection pool before throwing an exception
- setMsWait(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default MsWait setting for all PersistenceManager instances
obtained from this factory.
- setMultithreaded(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default Multithreaded setting for all
PersistenceManager instances obtained from this factory.
- setMultithreaded(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Set the Multithreaded flag for this PersistenceManager.
- setMultithreaded(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- setName(String) - Method in class org.apache.jdo.impl.jdoql.tree.Decl
-
Sets the name of the specialized declaration.
- setName(String) - Method in class org.apache.jdo.impl.jdoql.tree.FieldAccessExpr
-
Sets the name of the accessed field.
- setName(String) - Method in class org.apache.jdo.impl.jdoql.tree.StaticFieldAccessExpr
-
Sets the name of the accessed field.
- setName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Sets the name of this JDOMember.
- setName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
Sets the name of this JDOPackage.
- setName(String) - Method in interface org.apache.jdo.model.jdo.JDOMember
-
Sets the name of this JDOMember.
- setName(String) - Method in interface org.apache.jdo.model.jdo.JDOPackage
-
Sets the name of this JDOPackage.
- setNanos(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Sets this Timestamp
object's nanos
value
to the given value.
- setNanosInternal(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Sets the SqlTimestamp object's nanos
value without
notification of the Owner field.
- setNext(Insn) - Method in class org.apache.jdo.impl.enhancer.classfile.Insn
-
Insert the single instruction in the code sequence after this
instruction.
- setNoAnnotate(boolean) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setNoAugment(boolean) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setNonconfigured() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the configurable flag true so this
PersistenceManagerFactory can be again configured.
- setNontransactionalRead(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default NontransactionalRead setting for all
PersistenceManager instances obtained from this factory.
- setNontransactionalWrite(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default NontransactionalWrite setting for all
PersistenceManager instances obtained from this factory.
- setNullValueTreatment(int) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Sets the null value treatment indicator for this JDOField.
- setNullValueTreatment(int) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Sets the null value treatment indicator for this JDOField.
- setObject(Object) - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Sets the user object.
- setObject(Object) - Method in interface org.apache.jdo.jdoql.tree.Node
-
Sets the user object.
- setObjectId(Object) - Method in interface org.apache.jdo.state.StateManagerInternal
-
Allows a client to change this state manager's object Id.
- setObjectIdClass(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- setObjectIdClass(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- setOptimistic(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default Optimistic setting for all PersistenceManager instances
obtained from this factory.
- setOrdering(String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLC
-
- setOrdering(String) - Method in class org.apache.jdo.impl.jdoql.QueryImpl
-
Set the ordering specification for the result Collection.
- setOutputWriter(PrintWriter) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.ArrayList
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Date
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.HashMap
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.HashSet
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Hashtable
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.LinkedList
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlDate
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlTime
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.TreeMap
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.TreeSet
-
- setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Vector
-
- setOwner(Object, int) - Method in interface org.apache.jdo.sco.SCO
-
Sets the owner and field number.
- setParent(Node) - Method in class org.apache.jdo.impl.jdoql.tree.NodeImpl
-
Sets the parent of this node.
- setParent(JavaModel) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Set the parent JavaModel for this JavaModel.
- setParent(Node) - Method in interface org.apache.jdo.jdoql.tree.Node
-
Sets the parent of this node.
- setParent(JavaModel) - Method in interface org.apache.jdo.model.java.JavaModel
-
Set the parent JavaModel for this JavaModel.
- setPassword(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets database user password
- setPCClass(Class) - Method in interface org.apache.jdo.state.StateManagerInternal
-
Allows StateManager to set the actual PC Class if it was not available
at the constructor time and create a hollow instnce of that type.
- setPersistenceCapableSuperclass(JDOClass) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the JDOClass for the persistence-capable superclass
of this JDOClass.
- setPersistenceCapableSuperclass(JDOClass) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the JDOClass for the persistence-capable superclass
of this JDOClass.
- setPersistenceCapableSuperclassName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the fully qualified class name of the persistence-capable superclass
of the persistence-capable class described by this JDOClass.
- setPersistenceCapableSuperclassName(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the fully qualified class name of the persistence-capable superclass
of the persistence-capable class described by this JDOClass.
- setPersistenceModifier(int) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set the persistence modifier for this JDOField.
- setPersistenceModifier(int) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set the persistence modifier for this JDOField.
- setPMF(FOStorePMF) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets PersistenceManagerFactory for connections
- setPMFClassProperty(Properties) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Set the PMF class property for this PMF.
- setPMFClassProperty(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the PMF class property for this PMF.
- setPrimaryKey(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set whether this JDOField is a key field or not.
- setPrimaryKey(boolean) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set whether this JDOField is a key field or not.
- setQueryTimeout(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default QueryTimeout setting for all PersistenceManager instances
obtained from this factory.
- setQueryTree(JDOQLAST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLC
-
- setQueryTree(QueryTree) - Method in class org.apache.jdo.impl.jdoql.OrderingComparator
-
Sets the query tree for this ordering comparator.
- setQuiet(boolean) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setRelationship(JDORelationship) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set the relationship information for this JDOField.
- setRelationship(JDORelationship) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set the relationship information for this JDOField.
- setRequiresExtent(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set whether an extent must be managed for the
persistence-capable class described by this JDOClass.
- setRequiresExtent(boolean) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set whether an extent must be managed for the
persistence-capable class described by this JDOClass.
- setRestoreValues(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default RestoreValues setting for all PersistenceManager instances
obtained from this factory.
- setRetainValues(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default RetainValues setting for all PersistenceManager instances
obtained from this factory.
- setRollbackOnly() - Method in interface org.apache.jdo.store.Connector
-
- setSeconds(int) - Method in class org.apache.jdo.impl.sco.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.SECOND, int seconds)
.
- setSeconds(int) - Method in class org.apache.jdo.impl.sco.SqlTime
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.SECOND, int seconds)
.
- setSeconds(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.SECOND, int seconds)
.
- setSerializable(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set whether this JDOField is serializable or not.
- setSerializable(boolean) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set whether this JDOField is serializable or not.
- setStackUsed(int) - Method in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Set the maximum number of stack entries used by this method
- setSuperName(ConstClass) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Set the name of the super class
- setTheCode(Insn) - Method in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Install the instruction sequence for this method - the byte code array
is later updated.
- setTime(long) - Method in class org.apache.jdo.impl.sco.Date
-
Sets the Date object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
- setTime(long) - Method in class org.apache.jdo.impl.sco.SqlDate
-
Sets the SqlDate object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
- setTime(long) - Method in class org.apache.jdo.impl.sco.SqlTime
-
Sets the SqlTime object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
- setTime(long) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Sets the SqlTimestamp object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
- setTimeInternal(long) - Method in class org.apache.jdo.impl.sco.Date
-
Sets the Date object without notification of the Owner
field.
- setTimeInternal(long) - Method in class org.apache.jdo.impl.sco.SqlDate
-
Sets the SqlDate object without notification of the Owner
field.
- setTimeInternal(long) - Method in class org.apache.jdo.impl.sco.SqlTime
-
Sets the SqlTime object without notification of the Owner
field.
- setTimeInternal(long) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Sets the SqlTimestamp object without notification of the Owner
field.
- setTimeInternal(long) - Method in interface org.apache.jdo.sco.SCODate
-
Sets initial date value without notifying the owner object
- setType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the interface java.util.Set.
- setTypeInfo(JavaType) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
-
- setUpdateTimeout(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default UpdateTimeout setting for all
PersistenceManager instances obtained from this factory.
- setUpperBound(int) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the upper cardinality bound for this relationship element.
- setUpperBound(int) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Set the upper cardinality bound for this relationship element.
- setURL(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets connection URL
- setUserName(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets database user
- setUserObject(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
The application can manage the PersistenceManager instances
more easily by having an application object associated with each
PersistenceManager instance.
- setUserObject(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- setValue(ConstBasic) - Method in class org.apache.jdo.impl.enhancer.classfile.InsnConstOp
-
Modify the referenced constant
- setValue(Object) - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Sets the value for this vendor extension.
- setValue(String, Object) - Method in interface org.apache.jdo.jdoql.tree.ValueTable
-
- setValue(Object) - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Sets the value for this vendor extension.
- setValues(PersistenceManagerInternal, Object[]) - Method in class org.apache.jdo.impl.jdoql.scope.ParameterTable
-
Sets all query parameter values.
- setValues(PersistenceManagerInternal, Map) - Method in class org.apache.jdo.impl.jdoql.scope.ParameterTable
-
Sets all query parameter values.
- setValueType(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set the type representation of the values for this JDOMap.
- setValueType(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set the type representation of the values for this JDOMap.
- setValueTypeName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set string representation of the type of the values for this JDOMap.
- setValueTypeName(String) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set string representation of the type of the values for this JDOMap.
- setVendorName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Sets the vendor name for this vendor extension.
- setVendorName(String) - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Sets the vendor name for this vendor extension.
- setVerbose(boolean) - Method in class org.apache.jdo.impl.enhancer.core.Environment
-
- setVersion(short) - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedClassAttribute
-
- setVersion(short) - Method in class org.apache.jdo.impl.enhancer.classfile.AnnotatedMethodAttribute
-
- setXMLMetadataLoaded() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Sets the flag indicating that the class XML metadata for this
JDOClass is loaded to true
.
- setXMLMetadataLoaded() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Sets the flag indicating that the class XML metadata for this
JDOClass is loaded to true
.
- setYear(int) - Method in class org.apache.jdo.impl.sco.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900)
.
- setYear(int) - Method in class org.apache.jdo.impl.sco.SqlDate
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900)
.
- setYear(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900)
.
- SHORT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- SHORT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- SHORT - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- SHORT_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- SHORT_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- SHORT_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- shortClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.Short.
- ShortLiteralExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a short literal.
- ShortLiteralExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.ShortLiteralExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- ShortLiteralExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.ShortLiteralExpr
-
The noarg constructor is needed for ANTLR support.
- ShortLiteralExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a short literal.
- shortType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the integral type short.
- shutdown() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Method called by the shudown hook to close pmf instances left open
when the JVM exits.
- shutdown() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Method called by the shudown hook to close pmf instances left open
when the JVM exits.
- signature() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassField
-
Return the type signature of the field
- signature() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMember
-
Return the type signature of the method
- signature() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
Return the type signature of the method
- signature() - Method in class org.apache.jdo.impl.enhancer.classfile.ConstNameAndType
-
Return the type signature associated with the name
- signature() - Method in class org.apache.jdo.impl.enhancer.classfile.SignatureAttribute
-
- SignatureAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
A SignatureAttribute is a fixed-length attribute in the attributes table
of ClassFile, ClassField, and ClassMethod structures.
- SignatureAttribute(ConstUtf8, ConstUtf8) - Constructor for class org.apache.jdo.impl.enhancer.classfile.SignatureAttribute
-
Construct a signature attribute
- SimpleFieldManager - Class in org.apache.jdo.impl.jdoql.jdoqlc
-
This is the means by which a StateManager implementation's setXXXField()
method (where XXX is e.g.
- SimpleFieldManager() - Constructor for class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
- SimpleFieldManager - Class in org.apache.jdo.impl.state
-
This is the means by which a StateManager implementation's *
setXXXField() method (where XXX is e.g.
- SimpleFieldManager() - Constructor for class org.apache.jdo.impl.state.SimpleFieldManager
-
- size() - Method in class org.apache.jdo.impl.sco.HashMap
-
- size() - Method in class org.apache.jdo.impl.sco.HashSet
-
- size() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- size() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- size() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- size() - Method in class org.apache.jdo.query.BasicQueryResult
-
This method delegates to the result collection method.
- size() - Method in class org.apache.jdo.util.WeakValueHashMap
-
Returns the number of key-value mappings in this map.
- skippedEntity(String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- SL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- SL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- SL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- SourceFileAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
Represents the source file attribute in a class file
- SourceFileAttribute(ConstUtf8, ConstUtf8) - Constructor for class org.apache.jdo.impl.enhancer.classfile.SourceFileAttribute
-
Constructor for a source file attribute
- sourcePath - Variable in class org.apache.jdo.impl.enhancer.ClassArgOptions
-
The source path option.
- SqlDate - Class in org.apache.jdo.impl.sco
-
A mutable 2nd class object that represents java.sql.Date.
- SqlDate() - Constructor for class org.apache.jdo.impl.sco.SqlDate
-
Creates a SqlDate
object that represents the time at which
it was allocated.
- SqlDate(long) - Constructor for class org.apache.jdo.impl.sco.SqlDate
-
Creates a SqlDate
object that represents the given time
in milliseconds.
- sqlDateType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.sql.Date.
- SqlTime - Class in org.apache.jdo.impl.sco
-
A mutable 2nd class object that represents java.sql.Time.
- SqlTime() - Constructor for class org.apache.jdo.impl.sco.SqlTime
-
Creates a SqlTime
object that represents the time at which
it was allocated.
- SqlTime(long) - Constructor for class org.apache.jdo.impl.sco.SqlTime
-
Creates a SqlTime
object that represents the given time
in milliseconds.
- SqlTimestamp - Class in org.apache.jdo.impl.sco
-
A mutable 2nd class object that represents java.sql.Timestamp
- SqlTimestamp() - Constructor for class org.apache.jdo.impl.sco.SqlTimestamp
-
Creates a SqlTimestamp
object that represents the time at which
it was allocated.
- SqlTimestamp(long) - Constructor for class org.apache.jdo.impl.sco.SqlTimestamp
-
Creates a SqlTimestamp
object that represents the given time
in milliseconds.
- sqlTimestampType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.sql.Timestamp.
- sqlTimeType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.sql.Time.
- SR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- SR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- SR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- stackType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.util.Stack.
- stackUsed() - Method in class org.apache.jdo.impl.enhancer.classfile.CodeAttribute
-
Return the maximum number of stack entries used by this method
- STAR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- STAR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- STAR - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- STAR_ASSIGN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- STAR_ASSIGN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- STAR_ASSIGN - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- start_array(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_array(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_class(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_class(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_collection(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_collection(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_extension(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_extension(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_field(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_field(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_jdo(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_jdo(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_map(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_map(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_package(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_package(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- startDocument() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- startPC() - Method in class org.apache.jdo.impl.enhancer.classfile.ExceptionRange
-
return the start of the exception hander (inclusive)
- startPrefixMapping(String, String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- STARTS_WITH - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- STARTS_WITH - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- STARTS_WITH - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- startsWith(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- startsWith(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- StartsWithCallExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents the method call expression
String.startsWith
.
- StartsWithCallExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.StartsWithCallExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- StartsWithCallExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.StartsWithCallExpr
-
The noarg constructor is needed for ANTLR support.
- StartsWithCallExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents the method call expression
String.startsWith
.
- StateManagerFactory - Class in org.apache.jdo.impl.state
-
This class is responsible for creation of new instances of a StateManagerInternal.
- StateManagerFactory() - Constructor for class org.apache.jdo.impl.state.StateManagerFactory
-
- StateManagerInternal - Interface in org.apache.jdo.state
-
Extends the StateManager interface for JDO-internal use.
- STATIC_FIELD_ACCESS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- STATIC_FIELD_ACCESS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- STATIC_FIELD_ACCESS - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- staticFieldAccess(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Optimizer
-
- staticFieldAccess(AST) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
- StaticFieldAccessExpr - Class in org.apache.jdo.impl.jdoql.tree
-
This node represents a static field access expression.
- StaticFieldAccessExpr() - Constructor for class org.apache.jdo.impl.jdoql.tree.StaticFieldAccessExpr
-
The noarg constructor is needed for ANTLR support and deserialization.
- StaticFieldAccessExpr(Token) - Constructor for class org.apache.jdo.impl.jdoql.tree.StaticFieldAccessExpr
-
The noarg constructor is needed for ANTLR support.
- StaticFieldAccessExpression - Interface in org.apache.jdo.jdoql.tree
-
This node represents a static field access expression.
- staticIntializerName - Static variable in class org.apache.jdo.impl.enhancer.classfile.ClassMethod
-
- storageIdToNumber(String) - Method in class org.apache.jdo.impl.fostore.FOStoreBtreeStorage
-
Converts a storageId to an int.
- store(int, int, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for storing a value to a local
variable slot
- storeBooleanField(int, boolean) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a boolean field can be given
by a StateManager to an object that needs the value.
- storeBooleanField(int, boolean) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a boolean field can be given
by a StateManager to an object that needs the value.
- storeBooleanField(int, boolean) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a boolean field can be given
by a StateManager to an object that needs the value.
- storeByteField(int, byte) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a byte field can be given
by a StateManager to an object that needs the value.
- storeByteField(int, byte) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a byte field can be given
by a StateManager to an object that needs the value.
- storeByteField(int, byte) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a byte field can be given
by a StateManager to an object that needs the value.
- storeCharField(int, char) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a char field can be given
by a StateManager to an object that needs the value.
- storeCharField(int, char) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a char field can be given
by a StateManager to an object that needs the value.
- storeCharField(int, char) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a char field can be given
by a StateManager to an object that needs the value.
- storeDoubleField(int, double) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a double field can be given
by a StateManager to an object that needs the value.
- storeDoubleField(int, double) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a double field can be given
by a StateManager to an object that needs the value.
- storeDoubleField(int, double) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a double field can be given
by a StateManager to an object that needs the value.
- storeFloatField(int, float) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a field can be given
by a StateManager to an object that needs the value.
- storeFloatField(int, float) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a field can be given
by a StateManager to an object that needs the value.
- storeFloatField(int, float) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a field can be given
by a StateManager to an object that needs the value.
- storeIntField(int, int) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a int field can be given
by a StateManager to an object that needs the value.
- storeIntField(int, int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a int field can be given
by a StateManager to an object that needs the value.
- storeIntField(int, int) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a int field can be given
by a StateManager to an object that needs the value.
- storeLongField(int, long) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a long field can be given
by a StateManager to an object that needs the value.
- storeLongField(int, long) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a long field can be given
by a StateManager to an object that needs the value.
- storeLongField(int, long) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a long field can be given
by a StateManager to an object that needs the value.
- StoreManager - Interface in org.apache.jdo.store
-
StoreManager represents the datastore to the rest of the JDO components.
- StoreManagerImpl - Class in org.apache.jdo.store
-
StoreManagerImpl provides a base for fully implementing the StoreManager
interface.
- StoreManagerImpl() - Constructor for class org.apache.jdo.store.StoreManagerImpl
-
Default constructor.
- storeObjectField(int, Object) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of an Object field can be given
by a StateManager to an object that needs the value.
- storeObjectField(int, Object) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of an Object field can be given
by a StateManager to an object that needs the value.
- storeObjectField(int, Object) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of an Object field can be given
by a StateManager to an object that needs the value.
- storeShortField(int, short) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a short field can be given
by a StateManager to an object that needs the value.
- storeShortField(int, short) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a short field can be given
by a StateManager to an object that needs the value.
- storeShortField(int, short) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a short field can be given
by a StateManager to an object that needs the value.
- storeStringField(int, String) - Method in class org.apache.jdo.impl.jdoql.jdoqlc.SimpleFieldManager
-
Provides the means by which the value of a String field can be given
by a StateManager to an object that needs the value.
- storeStringField(int, String) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
Provides the means by which the value of a String field can be given
by a StateManager to an object that needs the value.
- storeStringField(int, String) - Method in interface org.apache.jdo.state.FieldManager
-
Provides the means by which the value of a String field can be given
by a StateManager to an object that needs the value.
- STRING_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.JDOQLTokenTypes
-
- STRING_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.OptimizerTokenTypes
-
- STRING_LITERAL - Static variable in interface org.apache.jdo.impl.jdoql.jdoqlc.SemanticTokenTypes
-
- stringConstant(String, ConstantPool) - Static method in class org.apache.jdo.impl.enhancer.classfile.InsnUtils
-
Return the best instruction for loading the specified String
constant onto the stack - hopefully use short form
- stringType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.String.
- SubclassSet - Class in org.apache.jdo.impl.fostore
-
Represents a set of CLIDs of subclasses of a given class.
- SubclassSet() - Constructor for class org.apache.jdo.impl.fostore.SubclassSet
-
- subMap(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeMap
-
- subSet(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeSet
-
- summarize(PrintStream, int) - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
- superclass - Variable in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
The superclass JavaType.
- superName() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Return the name of the super class
- superNameString() - Method in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
Return the name of the super class as a string
- Support - Class in org.apache.jdo.impl.enhancer.util
-
Basic support for enhancer implementation.
- Support() - Constructor for class org.apache.jdo.impl.enhancer.util.Support
-
- supportedOptions() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
The application can determine from the results of this
method which optional features are supported by the
JDO implementation.
- supportedVersions - Static variable in class org.apache.jdo.impl.enhancer.classfile.ClassFile
-
- switchCases() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnLookupSwitch
-
Return the case values of the switch.
- switchTargets() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnLookupSwitch
-
Return the targets for the cases of the switch.
- switchTargets() - Method in class org.apache.jdo.impl.enhancer.classfile.InsnTableSwitch
-
Return the targets for the cases of the switch.
- symbols - Variable in class org.apache.jdo.impl.jdoql.scope.SymbolTable
-
The table of declared identifier (symbols).
- SymbolTable - Class in org.apache.jdo.impl.jdoql.scope
-
The symbol table handling declared identifies.
- SymbolTable() - Constructor for class org.apache.jdo.impl.jdoql.scope.SymbolTable
-
- symtab - Variable in class org.apache.jdo.impl.jdoql.jdoqlc.Semantic
-
Symbol table handling names of variables and parameters.
- SyntheticAttribute - Class in org.apache.jdo.impl.enhancer.classfile
-
A SyntheticAttribute is a fixed-length attribute in the attributes table
of ClassFile, ClassField, and ClassMethod structures.
- SyntheticAttribute(ConstUtf8) - Constructor for class org.apache.jdo.impl.enhancer.classfile.SyntheticAttribute
-
Construct a constant value attribute