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

A

AbstractGeneratorComponent - class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent.
 
AbstractGeneratorComponent() - Constructor for class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
 
AbstractVelocityGenerator - class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator.
 
AbstractVelocityGenerator() - Constructor for class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
access - Variable in class org.objectweb.speedo.metadata.SpeedoField
 
AccessEnhancer - class org.objectweb.speedo.generation.enhancer.AccessEnhancer.
Enhances a set of Java classes and renames it with Delegate as suffix.
AccessEnhancer() - Constructor for class org.objectweb.speedo.generation.enhancer.AccessEnhancer
 
accessor - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
Accessor used in pessimistic and persistent non transactional mode
accessorName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for the object which implements the interface PAccessor.
accessors - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
It is the list of accessors (optimistic case)
ACTION_COMMIT - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_COMMIT_RETAINVALUES - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_DELETEPERSISTENT - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_EVICT - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_MAKEDIRTY - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_MAKENONTRANSACTIONAL - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_MAKEPERSISTENT - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_MAKETRANSACTIONAL - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_MAKETRANSIENT - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_READFIELD_ACTIVEDATASTORETRANSACTION - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_READFIELD_ACTIVEOPTIMISTICTRANSACTION - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_READFIELD_OUTSIDETRANSACTION - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_REFRESH_ACTIVEDATASTORETRANSACTION - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_REFRESH_ACTIVEOPTIMISTICTRANSACTION - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_ROLLBACK - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_ROLLBACK_RETAINVALUES - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_WRITEFIELD_ACTIVEDATASTORETRANSACTION - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ACTION_WRITEFIELD_OUTSIDETRANSACTION - Static variable in class org.objectweb.speedo.api.LifeCycle
 
actions - Variable in class org.objectweb.speedo.generation.SpeedoCompiler
 
ACTIVE_ACTION - Static variable in class org.objectweb.speedo.api.WorkingSetLifeCycle
 
active() - Method in interface org.objectweb.speedo.api.Transaction
It activates the working set.
active() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
It activates the working set.
add_escapes(String) - Method in class org.objectweb.speedo.runtime.query.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add(Object) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
add(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
add(Object) - Method in class org.objectweb.speedo.metadata.SpeedoClass
Adds a SpeedoField to the class.
add(Object, boolean, Logger) - Method in class org.objectweb.speedo.metadata.SpeedoPackage
Adds a class descriptor to the package descriptor.
add(Object, boolean, Logger) - Method in class org.objectweb.speedo.metadata.SpeedoXMLDescriptor
Adds a package descriptor to the global descriptor.
add(Object, boolean, Logger) - Method in class org.objectweb.speedo.metadata.SpeedoClass
Adds a SpeedoField to the class.
addAll(Collection) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
addAll(Collection) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
ADDED_FIELD_DESC - Static variable in class org.objectweb.speedo.generation.enhancer.UserIdEnhancer
 
ADDED_FIELD_NAME - Static variable in class org.objectweb.speedo.generation.enhancer.UserIdEnhancer
 
addEscapes(String) - Static method in class org.objectweb.speedo.runtime.query.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addExtension(SpeedoExtension) - Method in class org.objectweb.speedo.metadata.SpeedoElement
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
addFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
AdditiveExpression() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
addPath(String) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
adjustBeginLineColumn(int, int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
age - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
This field is a logical clock used by the ReplacementManager
alias2fullname(String) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
AND - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
AntSpeedo - class org.objectweb.speedo.ant.AntSpeedo.
Ant task that can be used to execute the generation.
AntSpeedo.Description - class org.objectweb.speedo.ant.AntSpeedo.Description.
Task used to parse nested jdopath or jormpath elements.
AntSpeedo.Description(AntSpeedo) - Constructor for class org.objectweb.speedo.ant.AntSpeedo.Description
 
AntSpeedo() - Constructor for class org.objectweb.speedo.ant.AntSpeedo
 
ArgumentList() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
assignDataAccess(Object) - Method in interface org.objectweb.speedo.api.Transaction
Attach an object which permits to access the data stored in a support, to the working set.
assignDataAccess(Object) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
ASTAdditiveExpression - class org.objectweb.speedo.runtime.query.parser.ASTAdditiveExpression.
 
ASTAdditiveExpression(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTAdditiveExpression
 
ASTAdditiveExpression(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTAdditiveExpression
 
ASTArgumentList - class org.objectweb.speedo.runtime.query.parser.ASTArgumentList.
 
ASTArgumentList(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTArgumentList
 
ASTArgumentList(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTArgumentList
 
ASTCastExpression - class org.objectweb.speedo.runtime.query.parser.ASTCastExpression.
 
ASTCastExpression(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTCastExpression
 
ASTCastExpression(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTCastExpression
 
ASTLiteral - class org.objectweb.speedo.runtime.query.parser.ASTLiteral.
 
ASTLiteral(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTLiteral
 
ASTLiteral(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTLiteral
 
ASTPrimary - class org.objectweb.speedo.runtime.query.parser.ASTPrimary.
 
ASTPrimary(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTPrimary
 
ASTPrimary(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTPrimary
 
ASTQualifiedName - class org.objectweb.speedo.runtime.query.parser.ASTQualifiedName.
 
ASTQualifiedName(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTQualifiedName
 
ASTQualifiedName(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTQualifiedName
 
ASTRelationalExpression - class org.objectweb.speedo.runtime.query.parser.ASTRelationalExpression.
 
ASTRelationalExpression(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTRelationalExpression
 
ASTRelationalExpression(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTRelationalExpression
 
ASTSpeedoPrimary - class org.objectweb.speedo.runtime.query.parser.ASTSpeedoPrimary.
 
ASTSpeedoPrimary(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTSpeedoPrimary
 
ASTSpeedoPrimary(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTSpeedoPrimary
 
ASTSpeedoQL - class org.objectweb.speedo.runtime.query.parser.ASTSpeedoQL.
 
ASTSpeedoQL(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTSpeedoQL
 
ASTSpeedoQL(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTSpeedoQL
 
ASTType - class org.objectweb.speedo.runtime.query.parser.ASTType.
 
ASTType(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTType
 
ASTType(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTType
 
ASTUnaryExpression - class org.objectweb.speedo.runtime.query.parser.ASTUnaryExpression.
 
ASTUnaryExpression(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTUnaryExpression
 
ASTUnaryExpression(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.ASTUnaryExpression
 
awareFiles - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
awareFilesDir - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 

B

backup(int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
BasicJormFactory - class org.objectweb.speedo.runtime.BasicJormFactory.
This class manages both naming sorts used in Speedo (Container id and user id).
BasicJormFactory() - Constructor for class org.objectweb.speedo.runtime.BasicJormFactory
builds the BasicJormFactory and instanciate the polymorphid manager and the hosting structure for the binder referencemet.
BasicSpeedoAccessor - class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor.
This class is the basic implementation of the SpeedoAccessor interface.
BasicSpeedoAccessor() - Constructor for class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
BASID_BINDER_CLASS_NAME - Static variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
begin - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Const
 
BEGIN_TX_ACTION - Static variable in class org.objectweb.speedo.api.WorkingSetLifeCycle
 
begin() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
begin(Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
beginColumn - Variable in class org.objectweb.speedo.runtime.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.objectweb.speedo.runtime.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
BIND_ERROR_MSG - Static variable in class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch
 
bind(CacheEntry, WorkingSet) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
bind(PName) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
bind(ProxyManager) - Method in interface org.objectweb.speedo.api.ProxyManagerSwitch
It assignes a ProxyManager to the current context.
bind(ProxyManager) - Method in class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch
It assignes a ProxyManager to the current context.
binderName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for the JORM class which manages mapping.
bindingName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for the JORM class which manages binding between memory instances and database instances.
BITWISEAND - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
BITWISECOMPL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
BITWISEOR - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
BITWISEXOR - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
BOOLEAN - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
bufpos - Variable in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
BYTE - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 

C

cache - Variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
CACHE_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
CACHE_MANAGER_BINDING - Static variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
CACHE_SIZE - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property to pass to the PersistenceManagerFactory to assign the cache size.
CastExpression() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
CHAR - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
CHARACTER_LITERAL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
children - Variable in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
childrenAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
Accept the visitor.
CID_BINDER_CLASS_NAME - Static variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
CID_BINDER_CLASS_NAME - Static variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
CID_PNM_CLASS_NAME - Static variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
cIdManager - Variable in class org.objectweb.speedo.runtime.BasicJormFactory
The manager of the naming used by the container (long, long).
ClassAccessorAdder - class org.objectweb.speedo.generation.enhancer.ClassAccessorAdder.
Adds getter and setter methods to a class.
ClassAccessorAdder(ClassVisitor, SpeedoClass, Collection, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.ClassAccessorAdder
Creates a new ClassAccessorAdder.
ClassAccessorModifier - class org.objectweb.speedo.generation.enhancer.ClassAccessorModifier.
Replaces field accesses by calls to getter and setter methods.
ClassAccessorModifier(ClassVisitor, Collection, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.ClassAccessorModifier
Constructs a new ClassAccessorModifier.
classCode - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Descriptor of this class code.
ClassCode - class org.objectweb.speedo.metadata.ClassCode.
Description of the code contained in a persistent capable class.
ClassCode() - Constructor for class org.objectweb.speedo.metadata.ClassCode
 
classExtent - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
ClassInfoAnalyzer - class org.objectweb.speedo.generation.enhancer.ClassInfoAnalyzer.
Analyzes a class and updates the Speedo meta information accordingly.
ClassInfoAnalyzer(EnhancerComponent, SpeedoClass, Collection, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.ClassInfoAnalyzer
Creates a new ClassInfoAnalyzer.
ClassInterfaceAdder - class org.objectweb.speedo.generation.enhancer.ClassInterfaceAdder.
 
ClassInterfaceAdder(ClassVisitor, List, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.ClassInterfaceAdder
 
className(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gets the name of a class
classpath - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
the classpath to compile.
ClassRenamer - class org.objectweb.speedo.generation.enhancer.ClassRenamer.
Renames a class.
ClassRenamer(ClassVisitor, Set, String, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.ClassRenamer
Constructs a new ClassRenamer.
clear() - Method in interface org.objectweb.speedo.api.ProxyManagerSwitch
It clears the list of ProxyManager for the current context.
clear() - Method in class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch
It clears the list of ProxyManager for the current context.
clear() - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
clear() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
clear() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
clear() - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
clearInstances() - Static method in class org.objectweb.speedo.Speedo
 
CLOSE_ACTION - Static variable in class org.objectweb.speedo.api.WorkingSetLifeCycle
 
close() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
This method closes the PersistenceManager.
close() - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
 
close(Iterator) - Method in class org.objectweb.speedo.runtime.query.SpeedoExtent
Close an Iterator associated with this Extent instance.
close(Object) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Close a query result and release any resources associated with it.
close(Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
closeAll() - Method in class org.objectweb.speedo.runtime.query.SpeedoExtent
Close all Iterators associated with this Extent instance.
closeAll() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Close all query results associated with this Query instance, and release all resources associated with them.
closeDataAccess(Transaction, Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
CodeDuplicator - class org.objectweb.speedo.generation.enhancer.CodeDuplicator.
Creates several copies of a method.
CodeDuplicator(CodeVisitor[]) - Constructor for class org.objectweb.speedo.generation.enhancer.CodeDuplicator
Constructs a CodeDuplicator.
CodeDuplicator(List) - Constructor for class org.objectweb.speedo.generation.enhancer.CodeDuplicator
Constructs a CodeDuplicator.
CodeDuplicator(Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
CodeMethod - class org.objectweb.speedo.metadata.CodeMethod.
Stores info on methods of a SpeedoClass
CodeMethod(String, String, String, boolean, int, String[]) - Constructor for class org.objectweb.speedo.metadata.CodeMethod
 
CODING_ONLY - Static variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
collection - Variable in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
is the internal collection used when the generic class is not persistent
CollectionAccessor - class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor.
 
CollectionAccessor(CollectionImpl, int) - Constructor for class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
Instanciates and initializes a new collection with an initial size.
CollectionElem - class org.objectweb.speedo.runtime.genclass.collection.CollectionElem.
 
CollectionElem() - Constructor for class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
CollectionImpl - class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl.
This class is an implementation of the java.util.Collection interface.
CollectionImpl() - Constructor for class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
Instantiates a new collection.
CollectionImpl(Collection, PType, String, PName, String) - Constructor for class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
CollectionImpl(int) - Constructor for class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
Instanciates and initializes a new collection with an initial size.
CollectionImpl(PType, String, PName, String) - Constructor for class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
COMMIT_TX_ACTION - Static variable in class org.objectweb.speedo.api.WorkingSetLifeCycle
 
commit() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
commit(Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
compareClass(SpeedoClass, Manager, List) - Method in class org.objectweb.speedo.generation.jorm.JormGenerator
 
compile() - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
compile the current SpeedoQueryCompiler.
compile() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan.
compile() - Method in interface org.objectweb.speedo.runtime.query.api.QueryCompiler
 
COMPILED - Static variable in interface org.objectweb.speedo.runtime.query.api.QueryCompiler
 
COMPILED_QUERY_POOL_MAX - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property to pass to the PersistenceManagerFactory to assign the minimum size of compiled query pool.
COMPILED_QUERY_POOL_MIN - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property to pass to the PersistenceManagerFactory to assign the maximum size of compiled query pool.
compiler - Variable in class org.objectweb.speedo.generation.compiler.Compiler
Ant Task intended to java compilation
Compiler - class org.objectweb.speedo.generation.compiler.Compiler.
Compiles all generated .java files.
Compiler() - Constructor for class org.objectweb.speedo.generation.compiler.Compiler
 
COMPONENT_IDENTITY_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
COMPONENT_IDENTITY_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
computeFieldNumbers() - Method in class org.objectweb.speedo.metadata.SpeedoClass
Computes the field numbers for the fields of this class.
confFile - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
CONNECTION_SPEC_FACTORY - Static variable in class org.objectweb.speedo.Speedo
 
ConnectionSpecFactory - interface org.objectweb.speedo.runtime.mapper.ConnectionSpecFactory.
 
CONTAINER_ID - Static variable in class org.objectweb.speedo.metadata.SpeedoIdentity
 
CONTAINER_NAMING_MANGER_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
CONTAINS_IN - Static variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
CONTAINS_MEMBEROF - Static variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
contains(Object) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
contains(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
containsAll(Collection) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
containsAll(Collection) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
containsKey(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
containsKey(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
containsValue(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
containsValue(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
create(Object, Object) - Method in class org.objectweb.speedo.runtime.cache.SpeedoCacheEntryFactory
 
createAccessor() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
createAccessor() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
createAccessor() - Method in class org.objectweb.speedo.runtime.genclass.collection.SetImpl
 
createAccessor() - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
createClassMapping(Class, SpeedoClass, Mapping) - Method in class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
It builds a RdbClassMultiMapping and creates the main table.
createClassMapping(Class, SpeedoClass, Mapping) - Method in interface org.objectweb.speedo.generation.jorm.JormMIMappingBuilder
It builds a ClassMapping, assignes it to the mapping and builds mapping structure for the class (RdbTable, directory name, ...).
createClasspath() - Method in class org.objectweb.speedo.ant.AntSpeedo
 
createCollection(int) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
createCollection(int) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetImpl
 
createContext() - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
createDTD() - Method in class org.objectweb.speedo.ant.AntSpeedo
Create a DTD location record.
createFieldMapping(PrimitiveElement, SpeedoField, HelperClassMapping) - Method in class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
The column name is built with the field name.
createFieldMapping(PrimitiveElement, SpeedoField, HelperClassMapping) - Method in interface org.objectweb.speedo.generation.jorm.JormMIMappingBuilder
It creates the mapping of a primitive field.
createFieldOfProxy(SpeedoProxy, SpeedoProxy, String) - Method in interface org.objectweb.speedo.api.ProxyManager
Sets the reference between two JDO instances
createFieldOfProxy(SpeedoProxy, SpeedoProxy, String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Sets the reference between two JDO instances
createGenClassMapping(GenClassRef, SpeedoField, Mapping) - Method in class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
It builds a RdbClassMultiMapping and creates the table.
createGenClassMapping(GenClassRef, SpeedoField, Mapping) - Method in interface org.objectweb.speedo.generation.jorm.JormMIMappingBuilder
It builds a GenClassMapping, assignes it to the mapping and builds mapping structure for the class (RdbTable, directory name, ...).
createInstance(int) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
createInstance(int) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetImpl
 
createInstance(int) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
createJdopath() - Method in class org.objectweb.speedo.ant.AntSpeedo
 
createJormClasspath() - Method in class org.objectweb.speedo.ant.AntSpeedo
 
createJormpath() - Method in class org.objectweb.speedo.ant.AntSpeedo
 
createMap(int) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
createMI(List) - Method in class org.objectweb.speedo.generation.jorm.JormMIBuilder
Creates the jorm meta information for a set of persistent classes.
createMI(List, String, String) - Method in class org.objectweb.speedo.generation.jorm.JormMIBuilder
Creates the jorm meta information for a set of persistent classes.
createMI(List, String, String, JormMIMappingBuilder) - Method in class org.objectweb.speedo.generation.jorm.JormMIBuilder
Creates the jorm meta information for a set of persistent classes.
createNameDefMapping(HelperClassMapping, NameDef, SpeedoClass, boolean, boolean) - Method in class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
It creates the mapping of a name def (reference or identifier).
createNameDefMapping(HelperClassMapping, NameDef, SpeedoClass, boolean, boolean) - Method in interface org.objectweb.speedo.generation.jorm.JormMIMappingBuilder
It creates the mapping of a name def (reference or identifier).
createPersistenceaware() - Method in class org.objectweb.speedo.ant.AntSpeedo
 
createPIndexedElem() - Method in class org.objectweb.speedo.runtime.genclass.GenClassAccessor
 
createPIndexedElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
createPIndexedElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.SetAccessor
Implementation of the PGenClassAccessor.
createPIndexedElem() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
createResource(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Creates a new PoolResource.
createResource(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
createResource(Object) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
curChar - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
curClass - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
the name of the current class
currentToken - Variable in class org.objectweb.speedo.runtime.query.parser.ParseException
This is the last token that has been consumed successfully.
currentTransaction() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Return the Transaction instance associated with a PersistenceManager.

D

debug - Variable in class org.objectweb.speedo.generation.enhancer.LoggedClass
 
debug - Variable in class org.objectweb.speedo.generation.enhancer.LoggedClassAdapter
 
debugStream - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
DECIMAL_LITERAL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
declaration - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
declaration - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
declareImports(String) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Set the import statements to be used to identify the fully qualified name of variables or parameters.
declareParameters(String) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Declare the list of parameters query execution.
declareVariables(String) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Declare the unbound variables to be used in the query.
decode - Variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
decode(Object) - Method in interface org.objectweb.speedo.api.JormFactory
It retrieves a PName since a representation of an identifier.
decode(Object) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
It retrieves a PName since a representation of an identifier.
DEFAULT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
DEFAULT_LOGGER_FACTORY - Static variable in class org.objectweb.speedo.log.Log
Default name of the logger factory
DEFAULT_RDB_BUILDER - Static variable in class org.objectweb.speedo.generation.jorm.JormMIBuilder
 
defaultFetchGroup - Variable in class org.objectweb.speedo.metadata.SpeedoField
This boolean indicates if the field is in the default fetch group.
defaultValue - Variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
defaut - Static variable in class org.objectweb.speedo.metadata.SpeedoNullValue
 
DEFINED - Static variable in interface org.objectweb.speedo.runtime.query.api.QueryCompiler
 
defineQuery(QueryDefinition) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
defineWith(QueryDefinition) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
deletePersistent(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Delete the persistent instance from the data store.
deletePersistentAll(Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Delete a Set of instances from the data store.
deletePersistentAll(Object[]) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Delete an array of instances from the data store.
desc - Variable in class org.objectweb.speedo.metadata.SpeedoField
 
destroy() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
destroy is called when this resource is removed from a Pool.
destroy() - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
destroy() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
DIGIT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
dir - Variable in class org.objectweb.speedo.ant.AntSpeedo.Description
 
disable_tracing() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
DIV - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
Done() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
DOT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
DOUBLE - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
dtdLocations - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
dump(String) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 

E

element - Variable in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
This field is the element (or its PName for a reference).
elementIsReference() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
elements - Variable in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
The ArrayList used to store the indexed elements of the genclass.
elements - Variable in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
The ArrayList used to store the indexed elements of the genclass.
elementType - Variable in class org.objectweb.speedo.metadata.SpeedoCollection
Represents the attribute element-type.
embedded - Variable in class org.objectweb.speedo.metadata.SpeedoField
Attribute embedded of the XML file.
embeddedElement - Variable in class org.objectweb.speedo.metadata.SpeedoArray
Attribute embedded-element.
embeddedElement - Variable in class org.objectweb.speedo.metadata.SpeedoCollection
Represents the attribute embedded-element.
embeddedKey - Variable in class org.objectweb.speedo.metadata.SpeedoMap
 
embeddedValue - Variable in class org.objectweb.speedo.metadata.SpeedoMap
 
enable_tracing() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
encode - Variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
encode(PName) - Method in interface org.objectweb.speedo.api.JormFactory
It retrieves a representation of an identifier since a PName.
encode(PName) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
It retrieves a representation of an identifier since a PName.
end - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Const
 
endColumn - Variable in class org.objectweb.speedo.runtime.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.objectweb.speedo.runtime.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EnhancerComponent - class org.objectweb.speedo.generation.enhancer.EnhancerComponent.
Abstract enhancer component.
EnhancerComponent() - Constructor for class org.objectweb.speedo.generation.enhancer.EnhancerComponent
Constructs an EnhancerComponent.
entries() - Method in interface org.objectweb.speedo.api.ProxyManagerSwitch
 
entries() - Method in class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch
 
entrySet() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
entrySet() - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
EOF - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
eol - Variable in class org.objectweb.speedo.runtime.query.parser.ParseException
The end of line string for this machine.
EQ - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
equals(Object) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
equals(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
equals(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
equals(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapElem
 
ERROR - Static variable in class org.objectweb.speedo.api.LifeCycle
 
ERROR_MESSAGE_BAD_FIELD_NAME - Static variable in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
The error message thrown when an accessor method associated to a primitive element type is called.
ERROR_MESSAGE_NO_INDEX - Static variable in class org.objectweb.speedo.runtime.genclass.collection.SetElem
The error message thrown when an accessor method associated to an index is called.
ERROR_MESSAGE_NO_NULL_INDEX - Static variable in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
The error message thrown when an accessor method associated to a primitive element type is called.
evict(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Mark an instance as no longer needed in the cache.
evictAll() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Mark all persistent-nontransactional instances as no longer needed in the cache.
evictAll(Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Mark a Set of instances as no longer needed in the cache.
evictAll(Object[]) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Mark an array of instances as no longer needed in the cache.
exception - Static variable in class org.objectweb.speedo.metadata.SpeedoNullValue
 
ExceptionHelper - class org.objectweb.speedo.api.ExceptionHelper.
This helper permits to find the final nested exception of a given exception.
ExceptionHelper() - Constructor for class org.objectweb.speedo.api.ExceptionHelper
 
exceptions - Variable in class org.objectweb.speedo.metadata.CodeMethod
The list of the exception thrown by the method
execute() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Execute the query and return the filtered Set.
execute() - Method in class org.objectweb.speedo.ant.AntSpeedo
Main method of the task executed by ant.
execute(Map, ProxyManager) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
evaluate the query with a single parameter which is a Map of object parameters.
execute(Map, ProxyManager) - Method in interface org.objectweb.speedo.runtime.query.api.QueryCompiler
 
execute(Object) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Execute the query and return the filtered Set.
execute(Object[], ProxyManager) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
evaluate the query with a single parameter which is a array of object parameters.
execute(Object[], ProxyManager) - Method in interface org.objectweb.speedo.runtime.query.api.QueryCompiler
 
execute(Object, Object) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Execute the query and return the filtered Set.
execute(Object, Object, Object) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Execute the query and return the filtered Set.
executeWithArray(Object[]) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Execute the query and return the filtered Set.
executeWithMap(Map) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Execute the query and return the filtered Set.
exist(Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
expectedTokenSequences - Variable in class org.objectweb.speedo.runtime.query.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
export(Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
export(Object, Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
export(Object, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
export(Object, Object, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
Expression() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 

F

failed - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Indicates whether something goes wrong during the JDO Instances generation.
failsonerror - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
FALSE - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
fetchJDOClass(String, SpeedoXMLDescriptor) - Static method in class org.objectweb.speedo.metadata.MetaDataHelper
Looks for a specific SpeedoClass in the object model.
FIELD_CONVERTER - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
is a string to used in an extension tag in a.jdo file to specify the name of the class permiting the conversion of a field between the memory and the data support.
FieldAccessModifier - class org.objectweb.speedo.generation.enhancer.FieldAccessModifier.
Modifies the access of fields
FieldAccessModifier(ClassVisitor, Logger, int, int, List) - Constructor for class org.objectweb.speedo.generation.enhancer.FieldAccessModifier
 
fields - Static variable in class org.objectweb.speedo.generation.lib.NamingRules
Suffix added to the class name to create the field manager class name.
FieldsGenerator - class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.
This class is used to generate accessor classes.
FieldsGenerator.Field - class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field.
 
FieldsGenerator.Field(FieldsGenerator) - Constructor for class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
FieldsGenerator() - Constructor for class org.objectweb.speedo.generation.generator.fields.FieldsGenerator
 
fieldsName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name of the persistent fields holder.
findPNameManager(String, String) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
 
fixCe() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
fixCe() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
fixCount - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
This field counts the fix operation done over this ReplaceableCacheEntry
FLOAT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
FLOATING_POINT_LITERAL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
flush(Object, CacheEntry) - Method in class org.objectweb.speedo.runtime.dom.SpeedoDirtyObjectManager
 
fqBindingName(String, String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for the JORM class which manages binding between memory instances and database instances.
fqMappingName(String, String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for the JORM class which manages mapping.
fs - Static variable in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 

G

gcproxy - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
The name of the SpeedoGenClassProxy class to use
GenClass - class org.objectweb.speedo.runtime.genclass.GenClass.
This class is a basic implementation of the SpeedoGenClassProxy interface.
GENCLASS_ELM_PREFIX - Static variable in class org.objectweb.speedo.generation.jorm.JormMIBuilder
is the prefix of the fields used for the element of a generic class
GENCLASS_ID_PREFIX - Static variable in class org.objectweb.speedo.generation.jorm.JormMIBuilder
is the prefix of the fields used to identify a generic class
GenClass() - Constructor for class org.objectweb.speedo.runtime.genclass.GenClass
 
GenClass(PType, String, Object, String) - Constructor for class org.objectweb.speedo.runtime.genclass.GenClass
 
GenClassAccessor - class org.objectweb.speedo.runtime.genclass.GenClassAccessor.
This class represents an accessor of a genclass structure.
GenClassAccessor(GenClass) - Constructor for class org.objectweb.speedo.runtime.genclass.GenClassAccessor
 
GenClassElement - interface org.objectweb.speedo.runtime.genclass.GenClassElement.
Represents a element of a gen class.
generate(SpeedoClass, String) - Method in interface org.objectweb.speedo.generation.generator.api.VelocityGenerator
It generates the file name corresponding to the Speedo meta object given in parameter.
generate(SpeedoClass, String) - Method in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator
This method generates the a file since a SpeedoClass meta object.
generate(SpeedoClass, String) - Method in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
generate the file name corresponding to the Speedo meta object given in parameter.
generate(SpeedoClass, String) - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator
This method generates the a file since a SpeedoClass meta object.
generate(SpeedoClass, String) - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
This method generates the new file.
generatedObjectIdName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
 
generateNeededJormFile - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
generateObjectId() - Method in class org.objectweb.speedo.metadata.SpeedoClass
 
generateParseException() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
GeneratorComponent - interface org.objectweb.speedo.generation.api.GeneratorComponent.
 
get(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
get(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
getBegin() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Const
 
getBeginColumn() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
getBeginLine() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
getCandidateClass() - Method in class org.objectweb.speedo.runtime.query.SpeedoExtent
An Extent contains all instances of a particular Class in the data store; this method returns the Class of the instances
getCandidateClass() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getCandidateClass() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
getCeAge() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getCeAge() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
getCeFixCount() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getCeFixCount() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
getCeIdentifier() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getCeIdentifier() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
getCeObject() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getCeObject() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
getcIdManager() - Method in class org.objectweb.speedo.runtime.BasicJormFactory
 
getClasspath() - Method in class org.objectweb.speedo.ant.AntSpeedo
 
getCollection() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getCollection() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
getColumn() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
Deprecated.  
getCompiledQueryPoolAttributes(ComponentIdentity) - Method in class org.objectweb.speedo.Speedo
 
getConcurrencyManager(WorkingSet) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
getConnectionDriverName() - Method in class org.objectweb.speedo.Speedo
 
getConnectionDriverName() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the driver name for the data store connection.
getConnectionFactory() - Method in class org.objectweb.speedo.Speedo
 
getConnectionFactory() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the data store connection factory.
getConnectionFactory2() - Method in class org.objectweb.speedo.Speedo
 
getConnectionFactory2() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the second data store connection factory.
getConnectionFactory2Name() - Method in class org.objectweb.speedo.Speedo
 
getConnectionFactory2Name() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the name for the second data store connection factory.
getConnectionFactoryName() - Method in class org.objectweb.speedo.Speedo
 
getConnectionFactoryName() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the name for the data store connection factory.
getConnectionPassword() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the password for the data store connection.
getConnectionSpec() - Method in interface org.objectweb.speedo.api.ProxyManager
 
getConnectionSpec() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
getConnectionSpec(PersistenceManagerFactory, String, String) - Method in interface org.objectweb.speedo.runtime.mapper.ConnectionSpecFactory
 
getConnectionSpec(PersistenceManagerFactory, String, String) - Method in class org.objectweb.speedo.runtime.mapper.JdbcConnectionSpecFactory
 
getConnectionURL() - Method in class org.objectweb.speedo.Speedo
 
getConnectionURL() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the URL for the data store connection.
getConnectionUserName() - Method in class org.objectweb.speedo.Speedo
 
getConnectionUserName() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the user name for the data store connection.
getDataAccess() - Method in interface org.objectweb.speedo.api.Transaction
Retrieves the data access object
getDataAccess() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getDataAccess(Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
getDeclaration() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getDeclaration() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getDeclaredPathLength() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
getDecode() - Method in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
getDefaultValue() - Method in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
getDirectoryScanner(File) - Method in class org.objectweb.speedo.ant.AntSpeedo.Description
 
getDriverClassName() - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
getDriverClassName() - Method in interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes
 
getElement() - Method in interface org.objectweb.speedo.runtime.genclass.GenClassElement
 
getElement() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
getElemNameDef(GenClassRef, Class) - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
getElemStatus() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
getEncode() - Method in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
getEnd() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Const
 
getEndColumn() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
getEndLine() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
getEndString(String) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
getExtension(String, String) - Method in class org.objectweb.speedo.metadata.SpeedoElement
 
getExtensionByKey(String) - Method in class org.objectweb.speedo.metadata.SpeedoElement
 
getExtent() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getExtent() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
getExtent(Class, boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Not implemented.
getExternalsTemplate() - Method in interface org.objectweb.speedo.generation.generator.api.VelocityGenerator
 
getExternalsTemplate() - Method in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
getFcBindings(String) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
getFcState() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getFcState() - Method in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
getFcState() - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
getFilter() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getFilter() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
getFQName() - Method in class org.objectweb.speedo.metadata.SpeedoClass
 
getGcproxy() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getGenClassElements(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getGenClassElements(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
getGenClassElements(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
getGenClassNames() - Method in class org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManager
 
getGenClassNames() - Method in interface org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManagerAttribute
 
getGetter() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getIgnoreCache() - Method in class org.objectweb.speedo.Speedo
 
getIgnoreCache() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
getIgnoreCache() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Get the ignoreCache setting for queries.
getIgnoreCache() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Get the ignoreCache option setting.
GetImage() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
getImportStatements() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getImportStatements() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
getIndex() - Method in interface org.objectweb.speedo.runtime.genclass.GenClassElement
 
getIndex() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
getIsMultiValued() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getIsReference() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getIsReference() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getJormcast() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getJormClasspath() - Method in class org.objectweb.speedo.ant.AntSpeedo
 
getJormConfig() - Method in interface org.objectweb.speedo.api.SpeedoProxy
It retrieves an object helping the configuration of the Jorm class.
getJormConfig() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getJormfield() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getJormFieldId() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getJormFieldIdLongPos() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getJormFielIdDecl() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getJormFileName() - Method in class org.objectweb.speedo.metadata.SpeedoClass
 
getJormmeth() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getJormMeth() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getJormtype() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getJormType() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getLine() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
Deprecated.  
getLinkedField() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getLogger() - Method in class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
 
getLogger() - Method in class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
 
getLogger() - Method in class org.objectweb.speedo.generation.jorm.JormMIBuilder
 
getLogger() - Method in class org.objectweb.speedo.generation.enhancer.LoggedClass
 
getLogger() - Method in class org.objectweb.speedo.generation.enhancer.LoggedClassAdapter
 
getLogger() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
getLogger() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getLogger(String) - Method in class org.objectweb.speedo.log.Log
 
getLogger(String, String) - Method in class org.objectweb.speedo.log.Log
 
getLoggerFactory() - Method in class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
 
getLoggerFactory() - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
getLoggerFactory() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getLoggerFactory() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
getLoggerFactory() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getLoggerFactory() - Static method in class org.objectweb.speedo.log.Log
 
getLoggers() - Method in class org.objectweb.speedo.log.Log
 
getManager() - Method in class org.objectweb.speedo.generation.jorm.JormMIBuilder
retrieves the jorm meta information manager hosting the Class and CompositeName instances.
getMapper() - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
getMapperName() - Method in interface org.objectweb.speedo.runtime.mapper.MapperAttributes
 
getMaxPool() - Method in class org.objectweb.speedo.Speedo
 
getMaxPool() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the MaxPool setting for the PersistenceManager pool for this factory.
getMedorFieldFromPath(String, Map) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
return the JormField for a given path
getMemoryInstance() - Method in class org.objectweb.speedo.runtime.genclass.GenClassAccessor
 
getMemoryInstance() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getMemoryInstance() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
getMemoryType() - Method in interface org.objectweb.speedo.api.UserFieldMapping
Retrieves the java type corresponding to the type in memory.
getMemoryType() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getMergedPath(int) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
getMessage() - Method in class org.objectweb.speedo.runtime.query.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.objectweb.speedo.runtime.query.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinPool() - Method in class org.objectweb.speedo.Speedo
 
getMinPool() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the MinPool setting for the PersistenceManager pool for this factory.
getModifier() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getMsWait() - Method in class org.objectweb.speedo.Speedo
 
getMsWait() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the MsWait setting for the PersistenceManager pool for this factory.
getMultithreaded() - Method in class org.objectweb.speedo.Speedo
 
getMultithreaded() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
getMultithreaded() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Get the current Multithreaded flag for this PersistenceManager.
getMultiValued() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getName() - Method in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
getName() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getName() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getNested(Exception) - Static method in class org.objectweb.speedo.api.ExceptionHelper
 
getNestedException() - Method in class org.objectweb.speedo.api.SpeedoException
 
getNewUserId() - Method in interface org.objectweb.speedo.api.UserIdFactory
 
getNext() - Method in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
getNextStatus(byte, byte) - Static method in class org.objectweb.speedo.api.WorkingSetLifeCycle
 
getNextToken() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
getNextToken() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
getNontransactionalRead() - Method in class org.objectweb.speedo.Speedo
 
getNontransactionalRead() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
getNontransactionalRead() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getNontransactionalWrite() - Method in class org.objectweb.speedo.Speedo
 
getNontransactionalWrite() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
getNontransactionalWrite() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getNumber() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getObjectById(Object, boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
This method locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectId(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getObjectIdClass(Class) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
getOptimistic() - Method in class org.objectweb.speedo.Speedo
 
getOptimistic() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the default Optimistic setting for all PersistenceManager instances obtained from this factory.
getOptimistic() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getOrder() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getOrder() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
getParameters() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getParameters() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
getPassword() - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
getPassword() - Method in interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes
 
getPBinder(SpeedoProxy) - Method in interface org.objectweb.speedo.api.JormFactory
 
getPBinder(SpeedoProxy) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
 
getPBinder(String) - Method in interface org.objectweb.speedo.api.JormFactory
This Method is a shortcut to the getPBinder(SpeedoProxy) method.
getPBinder(String) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
This Method is a shortcut to the getPBinder(SpeedoProxy) method.
getPClassMapping() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getPClassMapping(SpeedoProxy) - Method in interface org.objectweb.speedo.api.JormFactory
Retrieves a PClassMapping instance managing a SpeedoProxy.
getPClassMapping(SpeedoProxy) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
Retrieves a PClassMapping instance managing a SpeedoProxy.
getPClassMapping(String) - Method in interface org.objectweb.speedo.api.JormFactory
This Method is a shortcut to the getPClassMapping(SpeedoProxy) method.
getPClassMapping(String) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
This Method is a shortcut to the getPClassMapping(SpeedoProxy) method.
getPersistenceManager() - Method in class org.objectweb.speedo.Speedo
 
getPersistenceManager() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get an instance of PersistenceManager from this factory.
getPersistenceManager() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getPersistenceManager() - Method in class org.objectweb.speedo.runtime.query.SpeedoExtent
An Extent is managed by a PersistenceManager; this method gives access to the owning PersistenceManager.
getPersistenceManager() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Get the PersistenceManager associated with this Query.
getPersistenceManager(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
getPersistenceManager(String, String) - Method in class org.objectweb.speedo.Speedo
 
getPersistenceManager(String, String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get an instance of PersistenceManager from this factory.
getPersistenceManagerFactory() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
getPersistenceManagerFactory(Properties) - Static method in class org.objectweb.speedo.Speedo
 
getPkFieldCount() - Method in class org.objectweb.speedo.metadata.SpeedoClass
 
getPMPoolAttributes(ComponentIdentity) - Method in class org.objectweb.speedo.Speedo
 
getPName() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getPNamingContext(SpeedoProxy) - Method in interface org.objectweb.speedo.api.JormFactory
 
getPNamingContext(SpeedoProxy) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
 
getPNamingContext(String) - Method in interface org.objectweb.speedo.api.JormFactory
This Method is a shortcut to the getPNamingContext(SpeedoProxy) method.
getPNamingContext(String) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
This Method is a shortcut to the getPNamingContext(SpeedoProxy) method.
getPool() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
getPrimitivePType(String) - Static method in class org.objectweb.speedo.generation.jorm.JormMIBuilder
 
getProperties() - Method in class org.objectweb.speedo.Speedo
 
getProperties() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Return non-configurable properties of this PersistenceManagerFactory.
getPropertiesFileName() - Method in class org.objectweb.speedo.log.Log
 
getPropertiesFileName() - Method in interface org.objectweb.speedo.log.LogAttributes
 
getQueryCompiler() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getQueryCompiler(QueryDefinition) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
returns a QueryCompiler implementation, creates it if it does not exists, or just returns an existing one.
getQueryCompiler(QueryDefinition) - Method in interface org.objectweb.speedo.runtime.query.api.QueryManager
 
getQueryFilter() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
get the query filter that was built from visiting the syntaxic tree
getQueryManager() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getQueryPoolAttributes(ComponentIdentity) - Method in class org.objectweb.speedo.Speedo
 
getQueryTree() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
get the Map that was built from visiting the lexical query tree
getRefElement(PersistenceManager) - Method in interface org.objectweb.speedo.runtime.genclass.GenClassElement
 
getRefElement(PersistenceManager) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
getRefNameDef(ClassRef, Class) - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
getRefNameDef(GenClassRef, Class) - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
getResourceBundleName() - Method in class org.objectweb.speedo.log.Log
 
getRestoreValues() - Method in class org.objectweb.speedo.Speedo
 
getRestoreValues() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
getRestoreValues() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getRetainValues() - Method in class org.objectweb.speedo.Speedo
 
getRetainValues() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Get the default RetainValues setting for all PersistenceManager instances obtained from this factory.
getRetainValues() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getSetter() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getSpeedoAccessor() - Method in interface org.objectweb.speedo.api.SpeedoProxy
It retrieves the SpeedoAccessor instance used in the current context.
getSpeedoAccessor() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getSpeedoAccessors() - Method in interface org.objectweb.speedo.api.SpeedoProxy
It retrieves the SpeedoAccessor instance used in the current context.
getSpeedoAccessors() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getSpeedoClass(String) - Method in class org.objectweb.speedo.metadata.SpeedoXMLDescriptor
 
getSpeedoClasses() - Method in class org.objectweb.speedo.metadata.SpeedoXMLDescriptor
 
getSpeedoCompilerParameter() - Method in class org.objectweb.speedo.generation.SpeedoCompiler
 
getSpeedoCompilerParameter() - Method in class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
 
getSpeedoCompilerParameter() - Method in interface org.objectweb.speedo.generation.api.GeneratorComponent
 
getSplitedPath(int) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
getStatus() - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
getStatus() - Method in interface org.objectweb.speedo.runtime.query.api.QueryCompiler
 
getStatus() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
getStatus(Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
getStorageType() - Method in interface org.objectweb.speedo.api.UserFieldMapping
Retrieves the java type corresponding to the type into the data support.
GetSuffix(int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
getSynchronization() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
getter - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getterName(SpeedoClass, String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name of an accessor for a field (a get method).
getToken(int) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
getToMemory() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getToMemory() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getToStorage() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getToStorage() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getTransactionalObjectId(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Not implemented.
getTransactionalPersistenceManager() - Method in interface org.objectweb.speedo.api.ProxyManager
Removes the proxy infrastructure of a JDO instance
getTransactionalPersistenceManager() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
getType() - Method in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
getType() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getURL() - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
getURL() - Method in interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes
 
getUserFieldMapping() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
getUserFieldMapping() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
getUserName() - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
getUserName() - Method in interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes
 
getUserObject() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
The application can manage the PersistenceManager instances more easily by having an application object associated with each PersistenceManager instance.
getVariables() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
getVariables() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
getVelocityEngine() - Method in interface org.objectweb.speedo.generation.generator.api.VelocityGenerator
 
getVelocityEngine() - Method in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
GT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
GTE - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 

H

hasGetter - Variable in class org.objectweb.speedo.metadata.SpeedoField
True if an getter was put in the code of the SpeedoClass
hashCode() - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Returns the hash code value for this collection.
hashCode() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
hasNext() - Method in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
 
hasSetter - Variable in class org.objectweb.speedo.metadata.SpeedoField
True if an setter was put in the code of the SpeedoClass
hasSubclasses() - Method in class org.objectweb.speedo.runtime.query.SpeedoExtent
Returns whether this Extent was defined to contain subclasses.
HEX_LITERAL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
HOLLOW - Static variable in class org.objectweb.speedo.api.LifeCycle
 

I

id - Variable in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
IDENTIFIER - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
identityType - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Attribute identity-type.
image - Variable in class org.objectweb.speedo.runtime.query.parser.Token
The string image of the token.
index - Variable in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
This field can be the index.
INDEX_FIELD_NAME - Static variable in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
This constant is the name of the index field.
init() - Method in class org.objectweb.speedo.generation.SpeedoCompiler
 
init() - Method in class org.objectweb.speedo.generation.parser.JdoParser
 
init() - Method in class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
 
init() - Method in class org.objectweb.speedo.generation.compiler.Compiler
Initializes this Compiler.
init() - Method in class org.objectweb.speedo.generation.jorm.JormGenerator
 
init() - Method in interface org.objectweb.speedo.generation.api.GeneratorComponent
 
init() - Method in class org.objectweb.speedo.generation.enhancer.PersistenceAwareEnhancer
Initializes this PersistenceAwareEnhancer
init() - Method in class org.objectweb.speedo.generation.enhancer.PrivateFieldModifier
 
init() - Method in class org.objectweb.speedo.generation.enhancer.AccessEnhancer
Initializes this AccessEnhancer
init() - Method in class org.objectweb.speedo.generation.enhancer.MetaDataAnalyzer
Initializes this AccessEnhancer
init() - Method in class org.objectweb.speedo.generation.generator.SpeedoGenerator
 
init() - Method in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator
 
init() - Method in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
init() - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator
 
init() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
init() - Method in class org.objectweb.speedo.ant.AntSpeedo
 
init(PClassMapping) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
init(TupleCollection, PersistenceManager, Object[], PMapper, Logger) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
 
initMemoryInstance(Object, Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
initState() - Static method in class org.objectweb.speedo.api.LifeCycle
Gets the initial state
inner - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
 
input - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
INT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
INTEGER_LITERAL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
isAbstract - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Indicates if the class is abstract.
isActive() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
isArray - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isArray() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isClassical - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isClassical() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isClassicalType(String) - Static method in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
This method indicates if the type is a boolean, a char, a short, an int, a long, a float, a double or a String.
isClosed() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
A PersistenceManager instance can be used until it is closed.
isCollection() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
isCollection() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
isCompatible() - Method in class org.objectweb.speedo.generation.jorm.JormGenerator
Verifies that all persistent capable field for jdo is described in JORM.
isConstructor - Variable in class org.objectweb.speedo.metadata.CodeMethod
Indicates whether this method is a constructor
isContainerId - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isContainerId() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isContainerIdField(Class, TypedElement, SpeedoClass) - Method in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
isDeleted(byte) - Static method in class org.objectweb.speedo.api.LifeCycle
Indicates if the instance is deleted
isDirty(byte) - Static method in class org.objectweb.speedo.api.LifeCycle
Indicates if the instance is dirty
isEmpty() - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
isEmpty() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
isEmpty() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
isEmpty() - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
isIgnoreCache() - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
isIgnoreCache() - Method in interface org.objectweb.speedo.runtime.query.api.QueryDefinition
 
isInstanceCallbacks - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Indicates if the class implements InstanceCallbacks
isKey - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isKey() - Method in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isManagedEnv() - Method in interface org.objectweb.speedo.api.Transaction
Indicates if the transaction environnement is managed.
isManagedEnv() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
isMultiValued - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
isMultiValued - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isNew(byte) - Static method in class org.objectweb.speedo.api.LifeCycle
Indicates if the instance is new
isNull(Object) - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator
 
isParentField(SpeedoClass, String) - Method in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator
 
isPersistent(byte) - Static method in class org.objectweb.speedo.api.LifeCycle
Indicates if the instance is persistent
isPersistentCapable(String, Collection) - Static method in class org.objectweb.speedo.generation.enhancer.Util
Tests whether a JDO Instance exists in the object model.
isPersistentType(String, Collection) - Static method in class org.objectweb.speedo.generation.enhancer.Util
Tests whether a specific Type can be defined persistent.
isReference - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
isReference - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
isSerializable - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Indicates if the class implements InstanceCallbacks
isSrcJar - Variable in class org.objectweb.speedo.generation.enhancer.EnhancerComponent
Indicates whether the .class files would be found in an archive.
isSrcJar - Variable in class org.objectweb.speedo.generation.enhancer.PersistenceAwareEnhancer
Indicates whether the .class files would be found in an archive.
isTransactional(byte) - Static method in class org.objectweb.speedo.api.LifeCycle
Indicates if the instance is transactional
isTransient(byte) - Static method in class org.objectweb.speedo.api.LifeCycle
Indicates if the instance is transient
iter - Variable in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
Is the inner iterator over PIndexexElem instances
iterator() - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class org.objectweb.speedo.runtime.query.SpeedoExtent
Returns an iterator over all the instances in the Extent.
iterator() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
iterator() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 

J

JCAMapper - class org.objectweb.speedo.runtime.mapper.JCAMapper.
 
JCAMapper() - Constructor for class org.objectweb.speedo.runtime.mapper.JCAMapper
 
JCAMapperAttributes - interface org.objectweb.speedo.runtime.mapper.JCAMapperAttributes.
 
JdbcConnectionSpecFactory - class org.objectweb.speedo.runtime.mapper.JdbcConnectionSpecFactory.
Created by IntelliJ IDEA.
JdbcConnectionSpecFactory() - Constructor for class org.objectweb.speedo.runtime.mapper.JdbcConnectionSpecFactory
 
JDBCMapper - class org.objectweb.speedo.runtime.mapper.JDBCMapper.
 
JDBCMapper() - Constructor for class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
JDBCMapperAttributes - interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes.
 
jdo - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
jdoChangeStatus(byte) - Method in interface org.objectweb.speedo.api.SpeedoAccessor
Changes the status of this object
jdoChangeStatus(byte) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoChangeStatus(byte) - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
Changes the status of this object
jdoClass - Variable in class org.objectweb.speedo.generation.enhancer.UserIdEnhancer
 
jdoClass - Variable in class org.objectweb.speedo.generation.enhancer.PNameEnhancer
 
jdoClass - Variable in class org.objectweb.speedo.metadata.SpeedoPackage
Persistence capable classes descriptors of the package.
jdoClass - Variable in class org.objectweb.speedo.metadata.ClassCode
Description of the class that contains this code.
jdoClass - Variable in class org.objectweb.speedo.metadata.SpeedoField
Description of the class containing the field.
jdoCopyFields(Object, int[]) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoCopyKeyFieldsFromObjectId(PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoCopyKeyFieldsToObjectId(Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoDeletePersistent(ProxyManager) - Method in interface org.objectweb.speedo.api.SpeedoProxy
 
jdoDeletePersistent(ProxyManager) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoDir - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
jdoElement - Variable in class org.objectweb.speedo.metadata.SpeedoExtension
Description of the element containing this extension.
jdoExtension - Variable in class org.objectweb.speedo.metadata.SpeedoElement
The extension corresponding to the element.
jdoField - Variable in class org.objectweb.speedo.metadata.SpeedoTuple
The field descriptor.
jdoField - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Description of persistent capable fields of this class.
jdoGePNameHints() - Method in interface org.objectweb.speedo.api.SpeedoProxy
Retrieves the hints needed to build the PName of the persistent object during the export action.
jdoGePNameHints() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetGenClassId() - Method in interface org.objectweb.speedo.api.SpeedoGenClassProxy
 
jdoGetGenClassId() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetJdoFileName() - Method in interface org.objectweb.speedo.api.SpeedoProxy
 
jdoGetJdoFileName() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetMapperName() - Method in interface org.objectweb.speedo.api.SpeedoProxy
 
jdoGetMapperName() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetObjectId() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetPersistenceManager() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetPersistenceManagerFactory() - Method in interface org.objectweb.speedo.api.SpeedoProxy
 
jdoGetPersistenceManagerFactory() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetPersistenceManagerSwitch() - Method in interface org.objectweb.speedo.api.SpeedoProxy
 
jdoGetPersistenceManagerSwitch() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetPersistentClassName() - Method in interface org.objectweb.speedo.api.UserId
 
jdoGetProjectName() - Method in interface org.objectweb.speedo.api.SpeedoProxy
 
jdoGetProjectName() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetPType() - Method in interface org.objectweb.speedo.api.SpeedoGenClassProxy
 
jdoGetPType() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetSpeedoProxy() - Method in interface org.objectweb.speedo.api.SpeedoAccessor
 
jdoGetSpeedoProxy() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetSpeedoProxy() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
jdoGetStatus() - Method in interface org.objectweb.speedo.api.SpeedoAccessor
Gets the current status of this object
jdoGetStatus() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetStatus() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
Gets the current status of this object
jdoGetTransaction() - Method in interface org.objectweb.speedo.api.SpeedoAccessor
 
jdoGetTransaction() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetTransaction() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
jdoGetTransactionalObjectId() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoGetTransactionalPersistenceManager() - Method in interface org.objectweb.speedo.api.SpeedoProxy
 
jdoGetTransactionalPersistenceManager() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoIsActive - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
This fields indicates if the proxy is active (attached to at least a Proxy Manager)
jdoIsActive() - Method in interface org.objectweb.speedo.api.SpeedoProxy
Tests whether the Proxy infrastructure has already been set.
jdoIsActive() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoIsActive(boolean) - Method in interface org.objectweb.speedo.api.SpeedoProxy
Sets the new value of the proxy flags
jdoIsActive(boolean) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoIsContainerId() - Method in interface org.objectweb.speedo.api.SpeedoProxy
Indicates the identity-type of this object
jdoIsContainerId() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
The identifier of a generic class is based on the identifier of the class which references this generic class.
jdoIsDeleted() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoIsDirty() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoIsNew() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoIsPersistent() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoIsTransactional() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoLoadFieldsFromAccessor(SpeedoAccessor) - Method in interface org.objectweb.speedo.api.SpeedoProxy
Stores fields owned by the accessor into the proxy
jdoLoadFieldsFromAccessor(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoLoadFieldsFromAccessor(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
jdoLoadFieldsFromAccessor(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
jdoLoadFieldsInAccessor(SpeedoAccessor) - Method in interface org.objectweb.speedo.api.SpeedoProxy
Stores fields owned by this object into an accessor
jdoLoadFieldsInAccessor(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoLoadFieldsInAccessor(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
jdoLoadFieldsInAccessor(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
jdoMakeDirty(String) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoMakePersistent(ProxyManager) - Method in interface org.objectweb.speedo.api.SpeedoProxy
 
jdoMakePersistent(ProxyManager) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
jdoMakePersistent(ProxyManager) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
jdoMakePersistent(ProxyManager, SpeedoProxy) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoMakePersistent(ProxyManager, SpeedoProxy) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
jdoNewInstance(StateManager) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoNewInstance(StateManager, Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoNewObjectIdInstance() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoNewObjectIdInstance(String) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoPackage - Variable in class org.objectweb.speedo.metadata.SpeedoXMLDescriptor
List of packages descriptions which contains persistence capable classes.
jdoPackage - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Description of the package which contains this class.
JdoParser - class org.objectweb.speedo.generation.parser.JdoParser.
 
JdoParser() - Constructor for class org.objectweb.speedo.generation.parser.JdoParser
 
jdoProvideField(int) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoProvideFields(int[]) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoProxy - Variable in class org.objectweb.speedo.runtime.genclass.GenClassAccessor
The SpeedoProxy attached to this state representation.
jdoReadIntention(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoReplaceField(int) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoReplaceFields(int[]) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoReplaceFlags() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoReplaceStateManager(StateManager) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetLinkedField(String) - Method in interface org.objectweb.speedo.api.SpeedoGenClassProxy
Assignes the linked field name for this generic class.
jdoSetLinkedField(String) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
Assignes the linked field name for this generic class.
jdoSetMapperName(String) - Method in interface org.objectweb.speedo.api.SpeedoGenClassProxy
 
jdoSetMapperName(String) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetPBinding() - Method in interface org.objectweb.speedo.api.SpeedoGenClassProxy
 
jdoSetPBinding() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetPBinding(PBinding) - Method in interface org.objectweb.speedo.api.SpeedoGenClassProxy
assignes the PBinding to use to load/store the generic class Call this method with null value means that the generic is no more persistent.
jdoSetPBinding(PBinding) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
assignes the PBinding to use to load/store the generic class Call this method with null value means that the generic is no more persistent.
jdoSetPersistenceManagerFactory(PersistenceManagerFactory) - Method in interface org.objectweb.speedo.api.SpeedoProxy
It assignes a PersistenceManagerFactory
jdoSetPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetPersistenceManagerSwitch(ProxyManagerSwitch) - Method in interface org.objectweb.speedo.api.SpeedoProxy
It assignes the ProxyManager switch which will permit to find the ProxyManager which manages the proxy in a given context(thread)
jdoSetPersistenceManagerSwitch(ProxyManagerSwitch) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetPersistentClassName(String) - Method in interface org.objectweb.speedo.api.UserId
Assignes the class name of the persistent class which is identified by this identifier.
jdoSetPNameHints(Object) - Method in interface org.objectweb.speedo.api.SpeedoProxy
Assignes the hints needed to build the PName of the persistent object during the export action.
jdoSetPNameHints(Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetPType(PType) - Method in interface org.objectweb.speedo.api.SpeedoGenClassProxy
Assignes the PType of the generic class.
jdoSetPType(PType) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
Assignes the PType of the generic class.
jdoSetSpeedoProxy(SpeedoProxy) - Method in interface org.objectweb.speedo.api.SpeedoAccessor
Assignes the SpeedoProxy attached to this state representation.
jdoSetSpeedoProxy(SpeedoProxy) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetSpeedoProxy(SpeedoProxy) - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
It assignes the SpeedoProxy attached to this state representation.
jdoSetStatus(byte) - Method in interface org.objectweb.speedo.api.SpeedoAccessor
Forces the new value of the status
jdoSetStatus(byte) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetStatus(byte) - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
Forces the new value of the status
jdoSetTransaction(Transaction) - Method in interface org.objectweb.speedo.api.SpeedoAccessor
Assignes the context with which the accessor is bound.
jdoSetTransaction(Transaction) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoSetTransaction(Transaction) - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
jdoSetTransactionalPersistenceManager(TransactionalPersistenceManager) - Method in interface org.objectweb.speedo.api.SpeedoProxy
It assignes a TransactionalPersistenceManager
jdoSetTransactionalPersistenceManager(TransactionalPersistenceManager) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoStatus - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
The status of the instance used in pessimistic mode or outside a transaction.
jdoStatus - Variable in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
jdoTuple - Variable in class org.objectweb.speedo.metadata.SpeedoField
Type of the tuple represented by this SpeedoField if it is a tuple
jdoWriteIntention(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
jdoXMLDescriptor - Variable in class org.objectweb.speedo.metadata.SpeedoPackage
Descriptor to which this package is associated.
jf - Variable in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
jj_nt - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
jjstrLiteralImages - Static variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTSpeedoPrimary
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTPrimary
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTAdditiveExpression
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTType
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTRelationalExpression
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.Node
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTArgumentList
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTQualifiedName
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTUnaryExpression
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTSpeedoQL
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTCastExpression
Accept the visitor.
jjtAccept(SpeedoQLVisitor, Object) - Method in class org.objectweb.speedo.runtime.query.parser.ASTLiteral
Accept the visitor.
jjtAddChild(Node, int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
jjtAddChild(Node, int) - Method in interface org.objectweb.speedo.runtime.query.parser.Node
This method tells the node to add its argument to the node's list of children.
JJTADDITIVEEXPRESSION - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
JJTARGUMENTLIST - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
JJTCASTEXPRESSION - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
jjtClose() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
jjtClose() - Method in interface org.objectweb.speedo.runtime.query.parser.Node
This method is called after all the child nodes have been added.
jjtGetChild(int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
jjtGetChild(int) - Method in interface org.objectweb.speedo.runtime.query.parser.Node
This method returns a child node.
jjtGetNumChildren() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface org.objectweb.speedo.runtime.query.parser.Node
Return the number of children the node has.
jjtGetParent() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
jjtGetParent() - Method in interface org.objectweb.speedo.runtime.query.parser.Node
 
JJTLITERAL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
jjtNodeName - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
jjtOpen() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
jjtOpen() - Method in interface org.objectweb.speedo.runtime.query.parser.Node
This method is called after the node has been made the current node.
JJTPRIMARY - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
JJTQUALIFIEDNAME - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
jjtree - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
JJTRELATIONALEXPRESSION - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
jjtSetParent(Node) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
jjtSetParent(Node) - Method in interface org.objectweb.speedo.runtime.query.parser.Node
This pair of methods are used to inform the node of its parent.
JJTSPEEDOPRIMARY - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
JJTSPEEDOQL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
JJTTYPE - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
JJTUNARYEXPRESSION - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
JJTVOID - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants
 
JOIN_TABLE - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
is a string to used in an extension tag in a.jdo file to specify the name of the join table in a multivalued reference (Collection, Map, Array, Set, List).
jorm - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
JORM_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
JORM_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
JORM_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
JORM_NAME - Static variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
jormcast - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
jormclass - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Class jorm corresponding to this jdoclass
jormclasspath - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
jormcompiler - Variable in class org.objectweb.speedo.generation.jorm.JormGenerator
Jorm classes intended for JORM generation
jormDir - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
JormFactory - interface org.objectweb.speedo.api.JormFactory.
It defines a Jorm configurator which manages the PClassMapping, the PBinder and the PNamingContext.
jormfield - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
jormFieldId - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
jormFieldIdLongPos - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
jormFielIdDecl - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
JormGenerator - class org.objectweb.speedo.generation.jorm.JormGenerator.
Generates the JORM Files corresponding to a set of Java Classes.
JormGenerator() - Constructor for class org.objectweb.speedo.generation.jorm.JormGenerator
 
jormmeth - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
jormMeth - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
JormMIBuilder - class org.objectweb.speedo.generation.jorm.JormMIBuilder.
This class is a builder of jorm meta information.
JormMIBuilder() - Constructor for class org.objectweb.speedo.generation.jorm.JormMIBuilder
Builds a JormMIBuilder without a jorm meta information manager and a logger.
JormMIBuilder(Manager, Logger) - Constructor for class org.objectweb.speedo.generation.jorm.JormMIBuilder
Builds a JormMIBuilder with a jorm meta information manager and a logger
JormMIMappingBuilder - interface org.objectweb.speedo.generation.jorm.JormMIMappingBuilder.
This interface defines a builder of the mapping part of the Jorm meta information.
jormtype - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
jormType - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 

K

keepclasses - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
keepsrc - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
key - Variable in class org.objectweb.speedo.metadata.SpeedoExtension
Key.
keyName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for key objects.
keySet() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
keySet() - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
keyType - Variable in class org.objectweb.speedo.metadata.SpeedoMap
 
kind - Variable in class org.objectweb.speedo.runtime.query.parser.Token
An integer that describes the kind of this token.

L

lastName - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
LETTER - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
lexStateNames - Static variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
LifeCycle - class org.objectweb.speedo.api.LifeCycle.
Representation of the life cycle of a JDO Instance.
LifeCycle() - Constructor for class org.objectweb.speedo.api.LifeCycle
 
linkedField - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
linkedField - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
TODO
Literal() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
loadConfigFile() - Method in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
loadJavaClass(boolean, String, String, boolean) - Method in class org.objectweb.speedo.generation.enhancer.EnhancerComponent
Loads a specified JDO Instance placed indifferently in a directory or in a .jar archive.
loadJavaClass(boolean, String, String, boolean, String) - Method in class org.objectweb.speedo.generation.enhancer.EnhancerComponent
Loads a specified JDO Instance placed indifferently in a directory or in a .jar archive and store it into a new directory.
localpropertiesfile - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
Log - class org.objectweb.speedo.log.Log.
Logging system initialisation.
Log() - Constructor for class org.objectweb.speedo.log.Log
 
LogAttributes - interface org.objectweb.speedo.log.LogAttributes.
 
LoggedClass - class org.objectweb.speedo.generation.enhancer.LoggedClass.
 
LoggedClass() - Constructor for class org.objectweb.speedo.generation.enhancer.LoggedClass
 
LoggedClass(Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.LoggedClass
 
LoggedClassAdapter - class org.objectweb.speedo.generation.enhancer.LoggedClassAdapter.
 
LoggedClassAdapter(ClassVisitor) - Constructor for class org.objectweb.speedo.generation.enhancer.LoggedClassAdapter
 
LoggedClassAdapter(ClassVisitor, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.LoggedClassAdapter
 
logger - Variable in class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
 
logger - Variable in class org.objectweb.speedo.generation.enhancer.LoggedClass
 
logger - Variable in class org.objectweb.speedo.generation.enhancer.LoggedClassAdapter
 
logger - Variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
logger - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
Logger for monolog.
logger - Variable in class org.objectweb.speedo.runtime.genclass.GenClassAccessor
The logger in which the traces will be send.
logger - Variable in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
 
logger - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
The logger used to trace this generic class
logger - Variable in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
LOGGER_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
LOGGER_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
LOGGER_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
LOGGER_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
LOGGER_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
LOGGER_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
LOGGER_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.SpeedoCompiler
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.parser.JdoParser
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.compiler.Compiler
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.jorm.JormGenerator
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.enhancer.PersistenceAwareEnhancer
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.enhancer.PrivateFieldModifier
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.enhancer.AccessEnhancer
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.enhancer.MetaDataAnalyzer
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.generator.SpeedoGenerator
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
loggerFactory - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
loggerFactory - Variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
loggerFactory - Variable in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
logPropFile - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
LONG - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
lookingAhead - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
lookup(PersistenceManagerFactory) - Method in interface org.objectweb.speedo.api.ProxyManagerSwitch
 
lookup(PersistenceManagerFactory) - Method in class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch
 
LT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
LTE - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 

M

main(String[]) - Static method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
makeClean(CacheEntry) - Method in class org.objectweb.speedo.runtime.dom.SpeedoDirtyObjectManager
 
makeDirty(byte) - Static method in class org.objectweb.speedo.api.LifeCycle
Make the instance dirty.
makeDirty(CacheEntry) - Method in class org.objectweb.speedo.runtime.dom.SpeedoDirtyObjectManager
 
makeNontransactional(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
makeNontransactionalAll(Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
makeNontransactionalAll(Object[]) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
makePersistent(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make the transient instance persistent in this PersistenceManager.
makePersistentAll(Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make a Set of instances persistent.
makePersistentAll(Object[]) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make an array of instances persistent.
makeTransactional(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make an instance subject to transactional boundaries.
makeTransactionalAll(Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make a Set of instances subject to transactional boundaries.
makeTransactionalAll(Object[]) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make an array of instances subject to transactional boundaries.
makeTransient(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make an instance transient, removing it from management by this PersistenceManager.
makeTransientAll(Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make a Set of instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Object[]) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Make an array of instances transient, removing them from management by this PersistenceManager.
MANAGED - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property to pass to the PersistenceManagerFactory to indicate if the transactionnal environnement is managed.
map - Variable in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
A map containing the indexed elements of the genclass.
map - Variable in class org.objectweb.speedo.runtime.genclass.map.MapImpl
is the internal map used when the generic class is not persistent
MapAccessor - class org.objectweb.speedo.runtime.genclass.map.MapAccessor.
 
MapAccessor(MapImpl, int) - Constructor for class org.objectweb.speedo.runtime.genclass.map.MapAccessor
Instanciates and initializes a new map with an initial size.
MapElem - class org.objectweb.speedo.runtime.genclass.map.MapElem.
 
MapElem() - Constructor for class org.objectweb.speedo.runtime.genclass.map.MapElem
 
MapImpl - class org.objectweb.speedo.runtime.genclass.map.MapImpl.
 
MapImpl() - Constructor for class org.objectweb.speedo.runtime.genclass.map.MapImpl
Instantiates a new map.
MapImpl(int) - Constructor for class org.objectweb.speedo.runtime.genclass.map.MapImpl
Instanciates and initializes a new map with an initial size.
MapImpl(Map, PType, String, PName, String) - Constructor for class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
MapImpl(PType, String, PName, String) - Constructor for class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
mapper - Variable in class org.objectweb.speedo.runtime.BasicJormFactory
The mapper is used to map and find the Jorm classes.
mapper - Variable in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
MAPPER_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
MAPPER_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
MAPPER_BINDING - Static variable in class org.objectweb.speedo.runtime.BasicJormFactory
 
MAPPER_BINDING - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
MAPPER_BINDING - Static variable in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
MapperAttributes - interface org.objectweb.speedo.runtime.mapper.MapperAttributes.
 
mapperName - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
mapperName - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
is the name of the mapper inside which the generic class is persistent
mappingName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for the JORM class which manages mapping.
matchResource(PoolResource, Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Tests wether a PoolResource can be managed by the current Pool.
matchResource(PoolResource, Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
matchResource(PoolResource, Object) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
memoryType - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
MergedClassModifier - class org.objectweb.speedo.generation.enhancer.MergedClassModifier.
 
MergedClassModifier(ClassVisitor, List, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.MergedClassModifier
 
MergedClassModifier(ClassVisitor, List, String, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.MergedClassModifier
 
mergePath(String[], int, int) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
MetaDataAnalyzer - class org.objectweb.speedo.generation.enhancer.MetaDataAnalyzer.
 
MetaDataAnalyzer() - Constructor for class org.objectweb.speedo.generation.enhancer.MetaDataAnalyzer
 
MetaDataHelper - class org.objectweb.speedo.metadata.MetaDataHelper.
 
MetaDataHelper() - Constructor for class org.objectweb.speedo.metadata.MetaDataHelper
 
methodDesc - Variable in class org.objectweb.speedo.metadata.CodeMethod
Descriptor of the method (encoded form of its signature and return type)
MINUS - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
missing - Static variable in class org.objectweb.speedo.metadata.SpeedoModifier
 
modifier - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
modifier() - Method in class org.objectweb.speedo.metadata.SpeedoField
Returns the field's modifier
modifier(int) - Static method in class org.objectweb.speedo.generation.enhancer.Util
 
modifiers - Variable in class org.objectweb.speedo.metadata.CodeMethod
is the modifiers of the method 'public final'
MULT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 

N

name - Variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
name - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
name - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
name - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
name - Variable in class org.objectweb.speedo.metadata.SpeedoPackage
Package name.
name - Variable in class org.objectweb.speedo.metadata.CodeMethod
Name of the method.If the method is a constructor the name of the method is null.
name - Variable in class org.objectweb.speedo.metadata.SpeedoField
SpeedoAccessor name.
name - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Class name.
nameType - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
NamingRules - class org.objectweb.speedo.generation.lib.NamingRules.
Normalises names given to Proxy infrastructure's files created during generation.
NamingRules() - Constructor for class org.objectweb.speedo.generation.lib.NamingRules
 
NAVIGATION - Static variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
NEQ - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
nestedException - Variable in class org.objectweb.speedo.api.SpeedoException
 
newAccess - Variable in class org.objectweb.speedo.generation.enhancer.PrivateFieldModifier
 
newInstance(Object, Object) - Method in class org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManager
It creates an instance since an identifier
newObjectIdInstance(Class, String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
newQuery() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Create a new Query with no elements.
newQuery(Class) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Create a new Query specifying the Class of the candidate instances.
newQuery(Class, Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Create a new Query with the Class of the candidate instances and candidate Set.
newQuery(Class, Collection, String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Create a new Query with the Class of the candidate instances, candidate Set, and filter.
newQuery(Class, String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Create a new Query with the Class of the candidate instances and filter.
newQuery(Extent) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
newQuery(Extent, String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
newQuery(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Create a new Query using elements from another Query.
newQuery(String, Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Create a new Query using the specified language.
newToken(int) - Static method in class org.objectweb.speedo.runtime.query.parser.Token
Returns a new Token object, by default.
next - Variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
next - Variable in class org.objectweb.speedo.runtime.query.parser.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
is the next element which has not been deleted
next() - Method in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
 
nextComputed - Variable in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
indicates if the next element has been computed
nextStatePersistenceCapable(byte, byte) - Static method in class org.objectweb.speedo.api.LifeCycle
Gets the state transition in the JDO instances life cycle
NO_ID - Static variable in class org.objectweb.speedo.metadata.SpeedoIdentity
 
NO_LIMIT - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property value to pass to the PersistenceManagerFactory to indicate that the size is unlimited.
Node - interface org.objectweb.speedo.runtime.query.parser.Node.
 
none - Static variable in class org.objectweb.speedo.metadata.SpeedoNullValue
 
none - Static variable in class org.objectweb.speedo.metadata.SpeedoModifier
 
NOT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
NOT_APPLICABLE - Static variable in class org.objectweb.speedo.api.LifeCycle
 
NULL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
nullValue - Variable in class org.objectweb.speedo.metadata.SpeedoField
Attribute null-value in the XML file.
number - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
number - Variable in class org.objectweb.speedo.metadata.SpeedoField
 

O

objectId - Static variable in class org.objectweb.speedo.generation.lib.NamingRules
Suffix added to the object idclass name
OBJECTID_SUFFIX - Static variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator
 
objectidClass - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Attribute objectid-class.
ObjectIdGenerator - class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.
 
ObjectIdGenerator.Field - class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field.
 
ObjectIdGenerator.Field(ObjectIdGenerator, String, String) - Constructor for class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
ObjectIdGenerator() - Constructor for class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator
 
OCTAL_LITERAL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
oldAccess - Variable in class org.objectweb.speedo.generation.enhancer.PrivateFieldModifier
 
OneTableRdbJormIMappingBuilder - class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder.
This class is an implementation of the JormMIMappingBuilder for the mapper rdb and its sub mappers.
OneTableRdbJormIMappingBuilder() - Constructor for class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
 
open(Object) - Method in interface org.objectweb.speedo.api.ProxyManager
Opens the persistent manager.
open(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
ops - Variable in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
OR - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
org.objectweb.speedo - package org.objectweb.speedo
 
org.objectweb.speedo.ant - package org.objectweb.speedo.ant
 
org.objectweb.speedo.api - package org.objectweb.speedo.api
 
org.objectweb.speedo.generation - package org.objectweb.speedo.generation
 
org.objectweb.speedo.generation.api - package org.objectweb.speedo.generation.api
 
org.objectweb.speedo.generation.compiler - package org.objectweb.speedo.generation.compiler
 
org.objectweb.speedo.generation.enhancer - package org.objectweb.speedo.generation.enhancer
 
org.objectweb.speedo.generation.generator - package org.objectweb.speedo.generation.generator
 
org.objectweb.speedo.generation.generator.api - package org.objectweb.speedo.generation.generator.api
 
org.objectweb.speedo.generation.generator.fields - package org.objectweb.speedo.generation.generator.fields
 
org.objectweb.speedo.generation.generator.lib - package org.objectweb.speedo.generation.generator.lib
 
org.objectweb.speedo.generation.generator.objectid - package org.objectweb.speedo.generation.generator.objectid
 
org.objectweb.speedo.generation.generator.proxy - package org.objectweb.speedo.generation.generator.proxy
 
org.objectweb.speedo.generation.jorm - package org.objectweb.speedo.generation.jorm
 
org.objectweb.speedo.generation.lib - package org.objectweb.speedo.generation.lib
 
org.objectweb.speedo.generation.parser - package org.objectweb.speedo.generation.parser
 
org.objectweb.speedo.log - package org.objectweb.speedo.log
 
org.objectweb.speedo.metadata - package org.objectweb.speedo.metadata
 
org.objectweb.speedo.runtime - package org.objectweb.speedo.runtime
 
org.objectweb.speedo.runtime.cache - package org.objectweb.speedo.runtime.cache
 
org.objectweb.speedo.runtime.concurrence.optimistic - package org.objectweb.speedo.runtime.concurrence.optimistic
 
org.objectweb.speedo.runtime.dom - package org.objectweb.speedo.runtime.dom
 
org.objectweb.speedo.runtime.genclass - package org.objectweb.speedo.runtime.genclass
 
org.objectweb.speedo.runtime.genclass.collection - package org.objectweb.speedo.runtime.genclass.collection
 
org.objectweb.speedo.runtime.genclass.map - package org.objectweb.speedo.runtime.genclass.map
 
org.objectweb.speedo.runtime.mapper - package org.objectweb.speedo.runtime.mapper
 
org.objectweb.speedo.runtime.mim - package org.objectweb.speedo.runtime.mim
 
org.objectweb.speedo.runtime.persistence - package org.objectweb.speedo.runtime.persistence
 
org.objectweb.speedo.runtime.query - package org.objectweb.speedo.runtime.query
 
org.objectweb.speedo.runtime.query.api - package org.objectweb.speedo.runtime.query.api
 
org.objectweb.speedo.runtime.query.parser - package org.objectweb.speedo.runtime.query.parser
 
org.objectweb.speedo.runtime.storage - package org.objectweb.speedo.runtime.storage
 
output - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 

P

paAdd(PIndexedElem, Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
paAdd(PIndexedElem, Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
packageName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gets the package of a class
paDeltaSupported() - Method in class org.objectweb.speedo.runtime.genclass.GenClassAccessor
 
paGetNbElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
paGetNbElem() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
paIterator() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
paIterator() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
params - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
params is an hashtable to store the parameters.
params - Variable in class org.objectweb.speedo.metadata.CodeMethod
The declaraction of the method parameters.
parent - Variable in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
ParseException - exception org.objectweb.speedo.runtime.query.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class org.objectweb.speedo.runtime.query.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.objectweb.speedo.runtime.query.parser.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class org.objectweb.speedo.runtime.query.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parser - Variable in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
PARSER_FILTER_LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
PARSER_LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
PARSER_VAR_LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
paSetNbElem(int) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
paSetNbElem(int) - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
pbinding - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
is the PBinding which permits to store/load the data into/from the support
PERSISTENCE_MANAGER_FACTORY_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
PERSISTENCE_MANAGER_TEMPLATE_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
PersistenceAwareClassModifier - class org.objectweb.speedo.generation.enhancer.PersistenceAwareClassModifier.
Replaces field accesses by call to getter and setter methods.
PersistenceAwareClassModifier(ClassVisitor, Collection, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.PersistenceAwareClassModifier
 
PersistenceAwareEnhancer - class org.objectweb.speedo.generation.enhancer.PersistenceAwareEnhancer.
 
PersistenceAwareEnhancer() - Constructor for class org.objectweb.speedo.generation.enhancer.PersistenceAwareEnhancer
 
persistenceCapableSuperClassName - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Super class name.
persistenceModifier - Variable in class org.objectweb.speedo.metadata.SpeedoField
Attribute persistence-modifier in the XML file.
persistent - Static variable in class org.objectweb.speedo.metadata.SpeedoModifier
 
PERSISTENT_CLEAN - Static variable in class org.objectweb.speedo.api.LifeCycle
 
PERSISTENT_DELETED - Static variable in class org.objectweb.speedo.api.LifeCycle
 
PERSISTENT_DIRTY - Static variable in class org.objectweb.speedo.api.LifeCycle
 
PERSISTENT_NEW - Static variable in class org.objectweb.speedo.api.LifeCycle
 
PERSISTENT_NEW_DELETED - Static variable in class org.objectweb.speedo.api.LifeCycle
 
PERSISTENT_NONTRANSACTIONAL - Static variable in class org.objectweb.speedo.api.LifeCycle
 
pieGetBigDecimalElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetBooleanElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetByteArrayElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetByteElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetByteIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetByteIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieGetCharArrayElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetCharElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetCharIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetCharIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieGetDateElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetDateIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetDoubleElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetFloatElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetIntElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetIntIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetIntIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieGetLongElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetLongIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetLongIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieGetObooleanElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetObyteElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetObyteIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOcharElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOcharIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOdoubleElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOfloatElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOintElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOintIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOlongElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOlongIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOshortElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetOshortIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetRefElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetSerializedElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetShortElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetShortIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetShortIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieGetStringElem() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetStringIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieGetStringIndexField(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieSetBigDecimalElem(BigDecimal) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetBooleanElem(boolean) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetByteArrayElem(byte[]) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetByteElem(byte) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetByteIndexField(String, byte) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetByteIndexField(String, byte) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieSetCharArrayElem(char[]) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetCharElem(char) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetCharIndexField(String, char) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetCharIndexField(String, char) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieSetDateElem(Date) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetDateIndexField(String, Date) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetDoubleElem(double) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetFloatElem(float) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetIntElem(int) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetIntIndexField(String, int) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetIntIndexField(String, int) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieSetLongElem(long) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetLongIndexField(String, long) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetLongIndexField(String, long) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieSetObooleanElem(Boolean) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetObyteElem(Byte) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetObyteIndexField(String, Byte) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOcharElem(Character) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOcharIndexField(String, Character) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOdoubleElem(Double) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOfloatElem(Float) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOintElem(Integer) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOintIndexField(String, Integer) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOlongElem(Long) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOlongIndexField(String, Long) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOshortElem(Short) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetOshortIndexField(String, Short) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetRefElem(PName) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetSerializedElem(Serializable) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetShortElem(short) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetShortIndexField(String, short) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetShortIndexField(String, short) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
pieSetStringElem(String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetStringIndexField(String, String) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
pieSetStringIndexField(String, String) - Method in class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
PIndexedElemIterator - class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator.
This class is an implementation of the iterator interface.
PIndexedElemIterator(Collection, Object, PersistenceManager, Logger) - Constructor for class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
 
PLUS - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
pm - Variable in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
is the persistence manager used to resolve the PName into reference.
PM_POOL_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
PM_POOL_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
PM_POOL_MAX - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property to pass to the PersistenceManagerFactory to assign the minimum size of PersistenceManager pool.
PM_POOL_MIN - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property to pass to the PersistenceManagerFactory to assign the maximum size of PersistenceManager pool.
pmf - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
This is field is null when the proxy is not active
pms - Variable in class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch
 
pms - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
This is field is null when the proxy is not active
PNAME_SINGLE_BINDER_CLASS_NAME - Static variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
PNameEnhancer - class org.objectweb.speedo.generation.enhancer.PNameEnhancer.
It adds the implementation of the UserIfFactory interface in a PName.
PNameEnhancer(ClassVisitor, SpeedoClass, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.PNameEnhancer
 
pnameHints - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
Is the PName which
pnameName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for the JORM class which manages mapping.
pngName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name for the JORM class which manages mapping.
PostfixExpression() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
Primary() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
primaryKey - Variable in class org.objectweb.speedo.metadata.SpeedoField
Boolean indicating if the field is a primary key.
PRIMITIVE_TYPES - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator
 
PRIMITIVE_TYPES - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
printStackTrace() - Method in class org.objectweb.speedo.api.SpeedoException
 
printStackTrace(PrintStream) - Method in class org.objectweb.speedo.api.SpeedoException
 
printStackTrace(PrintWriter) - Method in class org.objectweb.speedo.api.SpeedoException
 
Private2ProtectedField - class org.objectweb.speedo.generation.enhancer.Private2ProtectedField.
Transforms private fields into protected fields
Private2ProtectedField() - Constructor for class org.objectweb.speedo.generation.enhancer.Private2ProtectedField
 
PrivateFieldModifier - class org.objectweb.speedo.generation.enhancer.PrivateFieldModifier.
This class transforms the access of fields
PrivateFieldModifier() - Constructor for class org.objectweb.speedo.generation.enhancer.PrivateFieldModifier
 
PrivateFieldModifier(int, int) - Constructor for class org.objectweb.speedo.generation.enhancer.PrivateFieldModifier
 
privateSignature() - Method in class org.objectweb.speedo.metadata.SpeedoField
Returns the field's signature with a private modifier.
process() - Method in class org.objectweb.speedo.generation.SpeedoCompiler
 
process() - Method in class org.objectweb.speedo.generation.parser.JdoParser
 
process() - Method in class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
 
process() - Method in class org.objectweb.speedo.generation.compiler.Compiler
Tries to process the compilation internally.
process() - Method in class org.objectweb.speedo.generation.jorm.JormGenerator
Performs the JORM objects' generation.
process() - Method in interface org.objectweb.speedo.generation.api.GeneratorComponent
 
process() - Method in class org.objectweb.speedo.generation.enhancer.PersistenceAwareEnhancer
Loads all persistence aware classes described by the Object Model and applies revelant modification to each of them.
process() - Method in class org.objectweb.speedo.generation.enhancer.PrivateFieldModifier
 
process() - Method in class org.objectweb.speedo.generation.enhancer.AccessEnhancer
Loads all binary classes described by the Object Model and applies revelant modification to each of them.
process() - Method in class org.objectweb.speedo.generation.enhancer.MetaDataAnalyzer
Loads all binary classes described by the Object Model and applies revelant modification to each of them.
process() - Method in class org.objectweb.speedo.generation.generator.SpeedoGenerator
Generation all files , and Fields.
process() - Method in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
projectName - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
projectName - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
is the name of the project name inside which the generic class is used.
Protected2PrivateField - class org.objectweb.speedo.generation.enhancer.Protected2PrivateField.
Transforms protected fields into private fields
Protected2PrivateField() - Constructor for class org.objectweb.speedo.generation.enhancer.Protected2PrivateField
 
proxy - Static variable in class org.objectweb.speedo.generation.lib.NamingRules
Suffix added to the class name to create the proxy class name.
proxy - Variable in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
PROXY_MANAGER_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoTransaction
 
PROXY_MANAGER_SWITCH_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
PROXY_MANAGER_SWITCH_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
ProxyGenerator - class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.
This class is used to generate the file proxy.
ProxyGenerator.Const - class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Const.
 
ProxyGenerator.Const(ProxyGenerator) - Constructor for class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Const
 
ProxyGenerator.Field - class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field.
 
ProxyGenerator.Field(ProxyGenerator) - Constructor for class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
ProxyGenerator() - Constructor for class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
ProxyManager - interface org.objectweb.speedo.api.ProxyManager.
This interfaces defined a manager of proxies (@see SpeedoProxy).
ProxyManagerSwitch - interface org.objectweb.speedo.api.ProxyManagerSwitch.
This interfaces defines a ProxyManager switch.
proxyName(String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the proxy name.
ptype - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
is the type of the generic class
PTYPE_CLASS_NAME - Static variable in class org.objectweb.speedo.generation.enhancer.PNameEnhancer
 
PTYPE_DESC - Static variable in class org.objectweb.speedo.generation.enhancer.PNameEnhancer
 
publicSignature() - Method in class org.objectweb.speedo.metadata.SpeedoField
Returns the field's signature with a public modifier.
put(Object, Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
put(Object, Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
putAll(Map) - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
putAll(Map) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 

Q

qt - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
QualifiedName() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
QUERIES_POOL_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
QUERY_MANAGER_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
QUERY_POOL_BINDING - Static variable in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
QUERY_POOL_MAX - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property to pass to the PersistenceManagerFactory to assign the minimum size of Query pool.
QUERY_POOL_MIN - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
Is the property to pass to the PersistenceManagerFactory to assign the maximum size of Query pool.
QueryCompiler - interface org.objectweb.speedo.runtime.query.api.QueryCompiler.
 
QueryDefinition - interface org.objectweb.speedo.runtime.query.api.QueryDefinition.
This interface represents the user definition of a query.
QueryManager - interface org.objectweb.speedo.runtime.query.api.QueryManager.
 
QueryResultCollection - class org.objectweb.speedo.runtime.query.QueryResultCollection.
 
QueryResultCollection() - Constructor for class org.objectweb.speedo.runtime.query.QueryResultCollection
 

R

read(Object, Object, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
read(Object, Object, Object, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
read(Object, PAccessor) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
read(Object, PAccessor, Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
readChar() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
RedundencyRemover - class org.objectweb.speedo.generation.enhancer.RedundencyRemover.
 
RedundencyRemover(ClassVisitor, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.RedundencyRemover
 
refresh(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Refresh the state of the instance from the data store.
refreshAll() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Refresh the state of all applicable instances from the data store.
refreshAll(Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Refresh the state of a Set of instances from the data store.
refreshAll(Object[]) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Refresh the state of an array of instances from the data store.
ReInit(InputStream) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
ReInit(InputStream, int, int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
ReInit(Reader, int, int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
ReInit(Reader, int, int, int) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
ReInit(SimpleCharStream) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
ReInit(SpeedoQLTokenManager) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
RelationalExpression() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
releaseDataAccess(Object, Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
releaseInstance(Object) - Method in class org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManager
It notify that an instance is no more used.
remove() - Method in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
 
remove(Object) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
remove(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
remove(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
remove(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
remove(ProxyManager) - Method in interface org.objectweb.speedo.api.ProxyManagerSwitch
It clears a ProxyManager for the current context.
remove(ProxyManager) - Method in class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch
It clears a ProxyManager for the current context.
removeAll(Collection) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
removeAll(Collection) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
removeDataAccess(Object) - Method in interface org.objectweb.speedo.api.Transaction
Dettach the data access to the working set
removeDataAccess(Object) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.BasicJormFactory
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryManager
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
removeFcBinding(String, Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
removeSpeedoAccessor(SpeedoAccessor) - Method in interface org.objectweb.speedo.api.SpeedoProxy
Removes the given speedo accessor from the list of accessors of this proxy.
removeSpeedoAccessor(SpeedoAccessor) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
REPLACEMENT_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
requiresExtent - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Attribute requires-extent.
RESOUCE_ADAPTER_BINDINNG - Static variable in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
retainAll(Collection) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
retainAll(Collection) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
retrieve(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
retrieveAll(Collection) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
retrieveAll(Object[]) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
REVERSE_FIELD - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
is a string to used in an extension tag in a.jdo file to specify the name of the reverse field.
ROLLBACK_TX_ACTION - Static variable in class org.objectweb.speedo.api.WorkingSetLifeCycle
 
rollback() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
rollback(Object) - Method in class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 

S

scp - Variable in class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
 
separator - Static variable in class org.objectweb.speedo.generation.compiler.Compiler
System separator character (e.g '/' under Unix systems)
SetAccessor - class org.objectweb.speedo.runtime.genclass.collection.SetAccessor.
 
SetAccessor(CollectionImpl, int) - Constructor for class org.objectweb.speedo.runtime.genclass.collection.SetAccessor
Instanciates and initializes a new set with an initial set size.
setCandidates(Collection) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Set the candidate Set to query.
setCandidates(Extent) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Set the candidate Extent to query.
setCeAge(long) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
setCeAge(long) - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
setClass(Class) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Set the class of the candidate instances of the query.
setClasspath(Path) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setClasspathRef(Reference) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setConfFile(File) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setConnectionDriverName(String) - Method in class org.objectweb.speedo.Speedo
 
setConnectionDriverName(String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the driver name for the data store connection.
setConnectionFactory(Object) - Method in class org.objectweb.speedo.Speedo
 
setConnectionFactory(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the data store connection factory.
setConnectionFactory2(Object) - Method in class org.objectweb.speedo.Speedo
 
setConnectionFactory2(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the second data store connection factory.
setConnectionFactory2Name(String) - Method in class org.objectweb.speedo.Speedo
 
setConnectionFactory2Name(String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the name for the second data store connection factory.
setConnectionFactoryName(String) - Method in class org.objectweb.speedo.Speedo
 
setConnectionFactoryName(String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the name for the data store connection factory.
setConnectionPassword(String) - Method in class org.objectweb.speedo.Speedo
 
setConnectionPassword(String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the password for the data store connection.
setConnectionURL(String) - Method in class org.objectweb.speedo.Speedo
 
setConnectionURL(String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the URL for the data store connection.
setConnectionUserName(String) - Method in class org.objectweb.speedo.Speedo
 
setConnectionUserName(String) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the user name for the data store connection.
setCurrentClass(String) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
setDebugStream(PrintStream) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
setDir(File) - Method in class org.objectweb.speedo.ant.AntSpeedo.Description
 
setDriverClassName(String) - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
setDriverClassName(String) - Method in interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes
 
SetElem - class org.objectweb.speedo.runtime.genclass.collection.SetElem.
 
SetElem() - Constructor for class org.objectweb.speedo.runtime.genclass.collection.SetElem
 
setElement(Object) - Method in interface org.objectweb.speedo.runtime.genclass.GenClassElement
Assignes the element of the gen class.
setElement(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
Assignes the element of the gen class.
setFailsonerror(boolean) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setFilter(String) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Set the filter for the query.
setGCValue(Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
setGCValue(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
setGCValue(Object) - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
setGenClassNames(String) - Method in class org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManager
It assignes a description of the gen class names.
setGenClassNames(String) - Method in interface org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManagerAttribute
It assignes a description of the gen class names.
setIgnoreCache(boolean) - Method in class org.objectweb.speedo.Speedo
 
setIgnoreCache(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
setIgnoreCache(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Set the ignoreCache parameter for queries.
setIgnoreCache(boolean) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Set the ignoreCache option.
SetImpl - class org.objectweb.speedo.runtime.genclass.collection.SetImpl.
 
SetImpl() - Constructor for class org.objectweb.speedo.runtime.genclass.collection.SetImpl
Instanciates a new collection.
SetImpl(int) - Constructor for class org.objectweb.speedo.runtime.genclass.collection.SetImpl
Instanciates and initializes a new collection with an initial size.
setIndex(Object) - Method in interface org.objectweb.speedo.runtime.genclass.GenClassElement
Assignes the index of the element of the gen class.
setIndex(Object) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
setInner(Object) - Method in interface org.objectweb.speedo.api.SpeedoGenClassProxy
Assignes the new value of the generic class (Collection, Map or Array or ...).
setInner(Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
Assignes the new value of the generic class (Collection, Map or Array or ...).
setInput(File) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setJormClasspath(Path) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setJormClasspathRef(Reference) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setJormFactory(JormFactory) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
setKeepclasses(boolean) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setKeepsrc(boolean) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setLocalpropertiesfile(boolean) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setLogger(Logger) - Method in class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
 
setLogger(Logger) - Method in class org.objectweb.speedo.generation.jorm.JormMIBuilder
 
setLogger(Logger) - Method in class org.objectweb.speedo.generation.enhancer.LoggedClass
 
setLogger(Logger) - Method in class org.objectweb.speedo.generation.enhancer.LoggedClassAdapter
 
setLogger(Logger) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
setLogger(Logger) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
setLoggerFactory(LoggerFactory) - Method in class org.objectweb.speedo.generation.jorm.OneTableRdbJormIMappingBuilder
 
setLoggerFactory(LoggerFactory) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
setLoggerFactory(LoggerFactory) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
setLoggerFactory(LoggerFactory) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
setLoggerFactory(LoggerFactory) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
setLogPropFile(File) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setManager(Manager) - Method in class org.objectweb.speedo.generation.jorm.JormMIBuilder
retrieves the jorm meta information manager hosting the Class and CompositeName instances.
setMapper(PMapper) - Method in class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
setMappername(String) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setMapperName(String) - Method in interface org.objectweb.speedo.runtime.mapper.MapperAttributes
 
setMaxPool(int) - Method in class org.objectweb.speedo.Speedo
 
setMaxPool(int) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the MaxPool setting for the PersistenceManager pool for this factory.
setMinPool(int) - Method in class org.objectweb.speedo.Speedo
 
setMinPool(int) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the MinPool setting for the PersistenceManager pool for this factory.
setMsWait(int) - Method in class org.objectweb.speedo.Speedo
 
setMsWait(int) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the MsWait setting for the PersistenceManager pool for this factory.
setMultithreaded(boolean) - Method in class org.objectweb.speedo.Speedo
 
setMultithreaded(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
setMultithreaded(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
Set the Multithreaded flag for this PersistenceManager.
setNontransactionalRead(boolean) - Method in class org.objectweb.speedo.Speedo
 
setNontransactionalRead(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
setNontransactionalRead(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
setNontransactionalWrite(boolean) - Method in class org.objectweb.speedo.Speedo
 
setNontransactionalWrite(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
setNontransactionalWrite(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
setOptimistic(boolean) - Method in class org.objectweb.speedo.Speedo
 
setOptimistic(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the default Optimistic setting for all PersistenceManager instances obtained from this factory.
setOptimistic(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
setOrdering(String) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
Set the ordering specification for the result Set.
setOutput(File) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setParams(Map) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
********************* SETTER METHODS ************************************
setPassword(String) - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
setPassword(String) - Method in interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes
 
setPName(PName) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
setPool(Pool) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
setProjectname(String) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setPropertiesFileName(String) - Method in class org.objectweb.speedo.log.Log
 
setPropertiesFileName(String) - Method in interface org.objectweb.speedo.log.LogAttributes
 
setProxyManager(ProxyManager) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
setQueryCompiler(QueryCompiler) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
setQueryManager(QueryManager) - Method in class org.objectweb.speedo.runtime.query.SpeedoQuery
 
setResourceBundleName(String) - Method in class org.objectweb.speedo.log.Log
 
setRestoreValues(boolean) - Method in class org.objectweb.speedo.Speedo
 
setRestoreValues(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
setRestoreValues(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
setRetainValues(boolean) - Method in class org.objectweb.speedo.Speedo
 
setRetainValues(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
Set the default RetainValues setting for all PersistenceManager instances obtained from this factory.
setRetainValues(boolean) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
setSpeedoCompilerParameter(SpeedoCompilerParameter) - Method in class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
 
setSpeedoCompilerParameter(SpeedoCompilerParameter) - Method in interface org.objectweb.speedo.generation.api.GeneratorComponent
 
setSrc(File) - Method in class org.objectweb.speedo.ant.AntSpeedo
 
setStatus(byte) - Method in interface org.objectweb.speedo.runtime.genclass.GenClassElement
Assignes the jorm status of the PIndexedElement
setStatus(byte) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
setStatus(byte) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
 
setSynchronization(Synchronization) - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
setter - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
setterName(SpeedoClass, String) - Static method in class org.objectweb.speedo.generation.lib.NamingRules
Gives the name of a mutator for a field (a set method).
setURL(String) - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
setURL(String) - Method in interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes
 
setUserName(String) - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
setUserName(String) - Method in interface org.objectweb.speedo.runtime.mapper.JDBCMapperAttributes
 
setUserObject(Object) - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
setVars(Map) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
setVelocityEngine(VelocityEngine) - Method in interface org.objectweb.speedo.generation.generator.api.VelocityGenerator
It assignes the VelocityEngine instance which must be used during the veleocity generatioin.
setVelocityEngine(VelocityEngine) - Method in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
SHORT - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
signature - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Class signature.
SimpleCharStream - class org.objectweb.speedo.runtime.query.parser.SimpleCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
SimpleNode - class org.objectweb.speedo.runtime.query.parser.SimpleNode.
 
SimpleNode(int) - Constructor for class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
SimpleNode(SpeedoQL, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
size() - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Returns the number of elements in this collection.
size() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
size() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
size() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
size() - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
SOURCE_FK - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
is a string to used in an extension tag in a.jdo file to specify the foreign keys referencing the current persistent object.
specialConstructor - Variable in class org.objectweb.speedo.runtime.query.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.objectweb.speedo.runtime.query.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Speedo - class org.objectweb.speedo.Speedo.
This class is a client helper which permits to create a new speedo PersistentManagerFactory.
SPEEDO_ID_CID - Static variable in class org.objectweb.speedo.generation.jorm.JormMIBuilder
is a name of field of the composite name used for the identifiers in case of container identifier management.
SPEEDO_ID_NAME - Static variable in class org.objectweb.speedo.generation.jorm.JormMIBuilder
is the name of the composite name used for the identifiers in case of container identifier management.
SPEEDO_ID_NAME - Static variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
is the name of the composite name used for the identifiers in case of container identifier management.
SPEEDO_ID_OID - Static variable in class org.objectweb.speedo.generation.jorm.JormMIBuilder
is a name of field of the composite name used for the identifiers in case of container identifier management.
Speedo(Properties) - Constructor for class org.objectweb.speedo.Speedo
It creates and initializes a real SpeedoPersistenceManagerFactory with Julia (Fractal implementation).
SpeedoAccessor - interface org.objectweb.speedo.api.SpeedoAccessor.
This interface a state of an user instance.
SpeedoArray - class org.objectweb.speedo.metadata.SpeedoArray.
Describes the tag array of a XML file.
SpeedoArray() - Constructor for class org.objectweb.speedo.metadata.SpeedoArray
 
SpeedoCacheEntryFactory - class org.objectweb.speedo.runtime.cache.SpeedoCacheEntryFactory.
 
SpeedoCacheEntryFactory() - Constructor for class org.objectweb.speedo.runtime.cache.SpeedoCacheEntryFactory
 
SpeedoClass - class org.objectweb.speedo.metadata.SpeedoClass.
Describes a persistence capable class.
SpeedoClass() - Constructor for class org.objectweb.speedo.metadata.SpeedoClass
 
speedoclasspath - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
SpeedoCollection - class org.objectweb.speedo.metadata.SpeedoCollection.
Description of the tag collection in XML files.
SpeedoCollection() - Constructor for class org.objectweb.speedo.metadata.SpeedoCollection
 
SpeedoCompiler - class org.objectweb.speedo.generation.SpeedoCompiler.
TODO: put the file of the meta information into the jar file
SpeedoCompiler() - Constructor for class org.objectweb.speedo.generation.SpeedoCompiler
 
SpeedoCompilerParameter - class org.objectweb.speedo.generation.api.SpeedoCompilerParameter.
 
SpeedoCompilerParameter() - Constructor for class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
 
SpeedoConcurrentException - exception org.objectweb.speedo.api.SpeedoConcurrentException.
 
SpeedoConcurrentException() - Constructor for class org.objectweb.speedo.api.SpeedoConcurrentException
 
SpeedoConcurrentException(Exception) - Constructor for class org.objectweb.speedo.api.SpeedoConcurrentException
 
SpeedoConcurrentException(String) - Constructor for class org.objectweb.speedo.api.SpeedoConcurrentException
 
SpeedoConcurrentException(String, Exception) - Constructor for class org.objectweb.speedo.api.SpeedoConcurrentException
 
SpeedoDirtyObjectManager - class org.objectweb.speedo.runtime.dom.SpeedoDirtyObjectManager.
 
SpeedoDirtyObjectManager() - Constructor for class org.objectweb.speedo.runtime.dom.SpeedoDirtyObjectManager
 
SpeedoElement - class org.objectweb.speedo.metadata.SpeedoElement.
Description of all elements which can contain an extension.
SpeedoElement() - Constructor for class org.objectweb.speedo.metadata.SpeedoElement
 
SpeedoEnhancerException - exception org.objectweb.speedo.api.SpeedoEnhancerException.
 
SpeedoEnhancerException() - Constructor for class org.objectweb.speedo.api.SpeedoEnhancerException
 
SpeedoEnhancerException(Exception) - Constructor for class org.objectweb.speedo.api.SpeedoEnhancerException
 
SpeedoEnhancerException(String) - Constructor for class org.objectweb.speedo.api.SpeedoEnhancerException
 
SpeedoEnhancerException(String, Exception) - Constructor for class org.objectweb.speedo.api.SpeedoEnhancerException
 
SpeedoException - exception org.objectweb.speedo.api.SpeedoException.
 
SpeedoException() - Constructor for class org.objectweb.speedo.api.SpeedoException
 
SpeedoException(Exception) - Constructor for class org.objectweb.speedo.api.SpeedoException
 
SpeedoException(String) - Constructor for class org.objectweb.speedo.api.SpeedoException
 
SpeedoException(String, Exception) - Constructor for class org.objectweb.speedo.api.SpeedoException
 
SpeedoExtension - class org.objectweb.speedo.metadata.SpeedoExtension.
The class corresponds to description of tag extension in XML files.
SpeedoExtension() - Constructor for class org.objectweb.speedo.metadata.SpeedoExtension
 
SpeedoExtent - class org.objectweb.speedo.runtime.query.SpeedoExtent.
 
SpeedoExtent(Class, boolean, PersistenceManager) - Constructor for class org.objectweb.speedo.runtime.query.SpeedoExtent
create a new SpeedoExtent object, this object is not obtained by a call to 'new' by the client application, but by the PersistenceManager object with getExtent() method
SpeedoField - class org.objectweb.speedo.metadata.SpeedoField.
This class corresponds to the description of persistent capable fields.
SpeedoField() - Constructor for class org.objectweb.speedo.metadata.SpeedoField
 
SpeedoGenClassProxy - interface org.objectweb.speedo.api.SpeedoGenClassProxy.
This interfaces represents a SpeedoProxy for a generic class (Collectio, Set, Map, ...) It permits to specify the mapper throught the generic class is persistent.
SpeedoGenerationException - exception org.objectweb.speedo.api.SpeedoGenerationException.
This class corresponds to exceptions detected while creating files "proxy", "manager" and "fields".
SpeedoGenerationException() - Constructor for class org.objectweb.speedo.api.SpeedoGenerationException
 
SpeedoGenerationException(Exception) - Constructor for class org.objectweb.speedo.api.SpeedoGenerationException
 
SpeedoGenerationException(String) - Constructor for class org.objectweb.speedo.api.SpeedoGenerationException
 
SpeedoGenerationException(String, Exception) - Constructor for class org.objectweb.speedo.api.SpeedoGenerationException
 
SpeedoGenerator - class org.objectweb.speedo.generation.generator.SpeedoGenerator.
This class generates files "proxy", "manager" and "fields" for persistence capable classes.
SpeedoGenerator() - Constructor for class org.objectweb.speedo.generation.generator.SpeedoGenerator
 
SpeedoIdAccessor - interface org.objectweb.speedo.api.SpeedoIdAccessor.
 
SpeedoIdentity - class org.objectweb.speedo.metadata.SpeedoIdentity.
This class corresponds to the description of the attribute identity-type in the XML file.
SpeedoIdentity() - Constructor for class org.objectweb.speedo.metadata.SpeedoIdentity
 
SpeedoInstanceGenerationException - exception org.objectweb.speedo.api.SpeedoInstanceGenerationException.
This class corresponds to exceptions thrown before runtime.
SpeedoInstanceGenerationException() - Constructor for class org.objectweb.speedo.api.SpeedoInstanceGenerationException
 
SpeedoInstanceGenerationException(Exception) - Constructor for class org.objectweb.speedo.api.SpeedoInstanceGenerationException
 
SpeedoInstanceGenerationException(String) - Constructor for class org.objectweb.speedo.api.SpeedoInstanceGenerationException
 
SpeedoInstanceGenerationException(String, Exception) - Constructor for class org.objectweb.speedo.api.SpeedoInstanceGenerationException
 
SpeedoJormException - exception org.objectweb.speedo.api.SpeedoJormException.
This class corresponds to exceptions thrown during generation of JORM files.
SpeedoJormException() - Constructor for class org.objectweb.speedo.api.SpeedoJormException
 
SpeedoJormException(Exception) - Constructor for class org.objectweb.speedo.api.SpeedoJormException
 
SpeedoJormException(String) - Constructor for class org.objectweb.speedo.api.SpeedoJormException
 
SpeedoJormException(String, Exception) - Constructor for class org.objectweb.speedo.api.SpeedoJormException
 
SpeedoMap - class org.objectweb.speedo.metadata.SpeedoMap.
This class describes the element map of a file ".jdo".
SpeedoMap() - Constructor for class org.objectweb.speedo.metadata.SpeedoMap
 
SpeedoMemoryInstanceManager - class org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManager.
This class is an implementation of the MemoryInstanceManager provided by the persistence framwork availlable in perseus.
SpeedoMemoryInstanceManager() - Constructor for class org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManager
 
SpeedoMemoryInstanceManagerAttribute - interface org.objectweb.speedo.runtime.mim.SpeedoMemoryInstanceManagerAttribute.
 
SpeedoModifier - class org.objectweb.speedo.metadata.SpeedoModifier.
This class represents the possible values for the attribute persistence-modifier of a field.
SpeedoModifier() - Constructor for class org.objectweb.speedo.metadata.SpeedoModifier
 
SpeedoNullValue - class org.objectweb.speedo.metadata.SpeedoNullValue.
This class represents possible values for the attribute null-value of a field.
SpeedoNullValue() - Constructor for class org.objectweb.speedo.metadata.SpeedoNullValue
 
SpeedoPackage - class org.objectweb.speedo.metadata.SpeedoPackage.
Describes a package which contains persistence capable classes.
SpeedoPackage() - Constructor for class org.objectweb.speedo.metadata.SpeedoPackage
 
SpeedoPersistenceManager - class org.objectweb.speedo.runtime.SpeedoPersistenceManager.
 
SpeedoPersistenceManager() - Constructor for class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
SpeedoPersistenceManagerFactory - class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory.
 
SpeedoPersistenceManagerFactory() - Constructor for class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
 
SpeedoPMFException - exception org.objectweb.speedo.api.SpeedoPMFException.
This class corresponds to exceptions thrown by the PersistenceManagerFactory
SpeedoPMFException() - Constructor for class org.objectweb.speedo.api.SpeedoPMFException
 
SpeedoPMFException(Exception) - Constructor for class org.objectweb.speedo.api.SpeedoPMFException
 
SpeedoPMFException(String) - Constructor for class org.objectweb.speedo.api.SpeedoPMFException
 
SpeedoPMFException(String, Exception) - Constructor for class org.objectweb.speedo.api.SpeedoPMFException
 
SpeedoPrimary() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
SpeedoProperties - interface org.objectweb.speedo.api.SpeedoProperties.
Defines the Speedo options which can be passed as properties to the PersistenceManagerFactory
SpeedoProxy - interface org.objectweb.speedo.api.SpeedoProxy.
This interface what is a Proxy in Speedo.
SpeedoProxyManagerSwitch - class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch.
This class is an implementation of the ProxyManagerSwitch based on the use of a ThreadLocal field.
SpeedoProxyManagerSwitch() - Constructor for class org.objectweb.speedo.runtime.SpeedoProxyManagerSwitch
 
SpeedoQL - class org.objectweb.speedo.runtime.query.parser.SpeedoQL.
 
SpeedoQL() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
SpeedoQL(InputStream) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
SpeedoQL(Reader) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
SpeedoQL(SpeedoQLTokenManager) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
SpeedoQLAbstractVisitor - class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.
Base class with visitor utility class and default implementation of visit methods
SpeedoQLAbstractVisitor.IdValue - class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue.
Values associated with each declared identifiers
SpeedoQLAbstractVisitor.IdValue(SpeedoQLAbstractVisitor) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
SpeedoQLAbstractVisitor.IdValue(SpeedoQLAbstractVisitor, String) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
 
SpeedoQLAbstractVisitor.VisitorException - exception org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.VisitorException.
Runtime Exception used to wrap exceptions thrown in visit methods
SpeedoQLAbstractVisitor() - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
SpeedoQLConstants - interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants.
 
SpeedoQLQueryFilterVisitor - class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor.
Implementation of a visitor that creates the filter
SpeedoQLQueryFilterVisitor(QueryTree, ASTSpeedoQL) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
Constructor
SpeedoQLTokenManager - class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager.
 
SpeedoQLTokenManager(SimpleCharStream) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
SpeedoQLTokenManager(SimpleCharStream, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
SpeedoQLTreeConstants - interface org.objectweb.speedo.runtime.query.parser.SpeedoQLTreeConstants.
 
SpeedoQLVariableVisitor - class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor.
Implementation of a visitor that creates a map of pairs [id,JormExtent] for all defined identifiers of the query.
SpeedoQLVariableVisitor(SimpleNode, Manager) - Constructor for class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
constructor
SpeedoQLVisitor - interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor.
 
SpeedoQuery - class org.objectweb.speedo.runtime.query.SpeedoQuery.
SpeedoQuery is the basic implementation of the javax.jdo.Query interface.
SpeedoQuery() - Constructor for class org.objectweb.speedo.runtime.query.SpeedoQuery
 
SpeedoQueryCompiler - class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler.
SpeedoQueryCompiler object represents a query.
SpeedoQueryCompiler() - Constructor for class org.objectweb.speedo.runtime.query.SpeedoQueryCompiler
 
SpeedoQueryManager - class org.objectweb.speedo.runtime.query.SpeedoQueryManager.
SpeedoQueryManager manages the association between SpeedoQuery and the the compiled query: SpeedoQueryCompiler.
SpeedoQueryManager() - Constructor for class org.objectweb.speedo.runtime.query.SpeedoQueryManager
creates a new SpeedoQueryManager object.
SpeedoStorageManager - class org.objectweb.speedo.runtime.storage.SpeedoStorageManager.
 
SpeedoStorageManager() - Constructor for class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
SpeedoTransaction - class org.objectweb.speedo.runtime.SpeedoTransaction.
 
SpeedoTransaction() - Constructor for class org.objectweb.speedo.runtime.SpeedoTransaction
 
SpeedoTransactionalPersistenceManager - class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager.
 
SpeedoTransactionalPersistenceManager() - Constructor for class org.objectweb.speedo.runtime.persistence.SpeedoTransactionalPersistenceManager
 
SpeedoTuple - class org.objectweb.speedo.metadata.SpeedoTuple.
Describes elements contained into a field.
SpeedoTuple() - Constructor for class org.objectweb.speedo.metadata.SpeedoTuple
 
SpeedoXMLDescriptor - class org.objectweb.speedo.metadata.SpeedoXMLDescriptor.
This class describes all persistence capable classes.
SpeedoXMLDescriptor() - Constructor for class org.objectweb.speedo.metadata.SpeedoXMLDescriptor
 
SpeedoXMLError - exception org.objectweb.speedo.api.SpeedoXMLError.
 
SpeedoXMLError() - Constructor for class org.objectweb.speedo.api.SpeedoXMLError
 
SpeedoXMLError(Exception) - Constructor for class org.objectweb.speedo.api.SpeedoXMLError
 
SpeedoXMLError(String) - Constructor for class org.objectweb.speedo.api.SpeedoXMLError
 
SpeedoXMLError(String, Exception) - Constructor for class org.objectweb.speedo.api.SpeedoXMLError
 
splitEndPath(String, String) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
splitPath(String) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
split a dot separated path into tokens
SPY_LOGGER_NAME - Static variable in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
SQL_NAME - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
is a string to used in an extension tag in a.jdo file to specify the sql column for a primitive field (not a reference).
startFc() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
startFc() - Method in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
startFc() - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
startVisiting() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
The visit of the tree starts here.
startVisiting() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
the visit starts here, please before sets a list of variables.
staticFlag - Static variable in class org.objectweb.speedo.runtime.query.parser.SimpleCharStream
 
status - Variable in class org.objectweb.speedo.runtime.genclass.collection.CollectionElem
This field represents the satus of the PIndexedEleme.
stopFc() - Method in class org.objectweb.speedo.runtime.SpeedoTransaction
 
stopFc() - Method in class org.objectweb.speedo.runtime.mapper.JCAMapper
 
stopFc() - Method in class org.objectweb.speedo.runtime.mapper.JDBCMapper
 
STRING_LITERAL - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
superClass - Variable in class org.objectweb.speedo.metadata.CodeMethod
Call to the super constructor
supportDelta - Variable in class org.objectweb.speedo.runtime.genclass.GenClassAccessor
Indicates if this accessor support the dela mode
supportedOptions() - Method in class org.objectweb.speedo.Speedo
 
supportedOptions() - Method in class org.objectweb.speedo.runtime.SpeedoPersistenceManagerFactory
The application can determine from the results of this method which optional features, and which query languages are supported by the JDO implementation.
SwitchTo(int) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLTokenManager
 
synchro - Variable in class org.objectweb.speedo.runtime.genclass.PIndexedElemIterator
is the object to synchronize if an element must be removed

T

TARGET_FK - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
is a string to used in an extension tag in a.jdo file to specify the foreign keys referencing the referenced persistent object.
TEMPLATE_DIR - Static variable in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
TEMPLATE_NAME - Static variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator
 
TEMPLATE_NAME - Static variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator
 
TEMPLATE_NAME - Static variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator
 
templateFN - Variable in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
tmpelem - Variable in class org.objectweb.speedo.runtime.genclass.GenClassAccessor
A temporary variable which is used to search an element into the "elements" list.
toArray() - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Returns an array containing all of the elements in this collection.
toArray() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
toArray() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
toArray(Object[]) - Method in class org.objectweb.speedo.runtime.query.QueryResultCollection
Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.
toArray(Object[]) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
toArray(Object[]) - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
toByte(String) - Static method in class org.objectweb.speedo.metadata.SpeedoNullValue
Transoforms a String into a byte;
toByte(String) - Static method in class org.objectweb.speedo.metadata.SpeedoIdentity
Transforms a String into a Byte.
toByte(String) - Static method in class org.objectweb.speedo.metadata.SpeedoModifier
Transforms a String into a byte.
token - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
Token - class org.objectweb.speedo.runtime.query.parser.Token.
Describes the input token stream.
token_source - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
Token() - Constructor for class org.objectweb.speedo.runtime.query.parser.Token
 
tokenImage - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
tokenImage - Variable in class org.objectweb.speedo.runtime.query.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - error org.objectweb.speedo.runtime.query.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class org.objectweb.speedo.runtime.query.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.objectweb.speedo.runtime.query.parser.TokenMgrError
 
toMemory - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
toMemory - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
toMemory(Object) - Method in interface org.objectweb.speedo.api.UserFieldMapping
Converts a value from the data support into a value in memory
toStorage - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
toStorage - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
toStorage(Object) - Method in interface org.objectweb.speedo.api.UserFieldMapping
Converts a value from the data support into a value in memory
toString() - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
toString() - Method in class org.objectweb.speedo.runtime.query.parser.Token
Returns the image.
toString() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor.IdValue
this method returns the internal representation of an IdValue.
toString() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl
 
toString() - Method in class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
 
toString() - Method in class org.objectweb.speedo.metadata.SpeedoPackage
Transforms a SpeedoPackage into a String.
toString() - Method in class org.objectweb.speedo.metadata.SpeedoXMLDescriptor
Transform this object into a String.
toString() - Method in class org.objectweb.speedo.metadata.SpeedoMap
Transform this object into a String.
toString() - Method in class org.objectweb.speedo.metadata.SpeedoArray
Transforms a SpeedoArray into a String.
toString() - Method in class org.objectweb.speedo.metadata.SpeedoField
Transforms a SpeedoField into a String.
toString() - Method in class org.objectweb.speedo.metadata.SpeedoCollection
Transforms a SpeedoCollection into a String.
toString() - Method in class org.objectweb.speedo.metadata.SpeedoClass
Transforms a SpeedoClass into a String.
toString() - Method in class org.objectweb.speedo.metadata.SpeedoExtension
Transforms a SpeedoExtension into a String.
toString(String) - Method in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
tpm - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
This field is the Transactional persistence manager.
Transaction - interface org.objectweb.speedo.api.Transaction.
This interfaces defines the transaction concept in Speedo.
TRANSACTION_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
transactional - Static variable in class org.objectweb.speedo.metadata.SpeedoModifier
 
TRANSACTIONAL_PERSISTENCE_MANAGER_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoTransaction
 
TRANSACTIONAL_PERSISTENCE_MANAGER_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
TRANSIENT - Static variable in class org.objectweb.speedo.api.LifeCycle
 
TRANSIENT_CLEAN - Static variable in class org.objectweb.speedo.api.LifeCycle
 
TRANSIENT_DIRTY - Static variable in class org.objectweb.speedo.api.LifeCycle
 
TRUE - Static variable in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLConstants
 
tx - Variable in class org.objectweb.speedo.runtime.genclass.GenClass
This field is the transaction (Working set associate to the proxy used in pessimistic mode or outside transaction.
tx - Variable in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
type - Variable in class org.objectweb.speedo.generation.generator.objectid.ObjectIdGenerator.Field
 
type - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
type() - Method in class org.objectweb.speedo.metadata.SpeedoField
Returns the type of the field.
Type() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
type(Type) - Static method in class org.objectweb.speedo.generation.enhancer.Util
 

U

uIdBinders - Variable in class org.objectweb.speedo.runtime.BasicJormFactory
It contains the association between a class name and its binder.
UnaryExpression() - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQL
 
unbind() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
UNDEFINED - Static variable in interface org.objectweb.speedo.runtime.query.api.QueryCompiler
 
UNDEFINED - Static variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
int value to define the type of the IdValue object UNDEFINED : in case we don't know (default) JORM_NAME : jorm name (end point of the recursivity) NAVIGATION : the object is field to a field ...
unexport(Object) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
unexport(Object, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
unexport(Object, Object, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
unfixCe() - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
unfixCe() - Method in class org.objectweb.speedo.runtime.concurrence.optimistic.BasicSpeedoAccessor
 
USER_ID - Static variable in class org.objectweb.speedo.metadata.SpeedoIdentity
 
USER_ID_DESC - Static variable in class org.objectweb.speedo.generation.enhancer.PNameEnhancer
 
USER_NAMING_MANGER_BINDING - Static variable in class org.objectweb.speedo.runtime.SpeedoPersistenceManager
 
userFieldMapping - Variable in class org.objectweb.speedo.generation.generator.fields.FieldsGenerator.Field
 
userFieldMapping - Variable in class org.objectweb.speedo.generation.generator.proxy.ProxyGenerator.Field
 
UserFieldMapping - interface org.objectweb.speedo.api.UserFieldMapping.
This interface permits to the user to convert a value store a support into the value used in its persistent object.
UserId - interface org.objectweb.speedo.api.UserId.
This interface defines a user identifier.
UserIdEnhancer - class org.objectweb.speedo.generation.enhancer.UserIdEnhancer.
It adds the implementation of the UserId and specific PNameGetter interfaces in the user identifier.
UserIdEnhancer(ClassVisitor, SpeedoClass, Logger) - Constructor for class org.objectweb.speedo.generation.enhancer.UserIdEnhancer
 
UserIdFactory - interface org.objectweb.speedo.api.UserIdFactory.
This interface defines a factory of UserId instances.
Util - class org.objectweb.speedo.generation.enhancer.Util.
Utility class.
Util() - Constructor for class org.objectweb.speedo.generation.enhancer.Util
 

V

value - Variable in class org.objectweb.speedo.runtime.query.parser.SimpleNode
 
value - Variable in class org.objectweb.speedo.metadata.SpeedoExtension
Value.
values() - Method in class org.objectweb.speedo.runtime.genclass.map.MapAccessor
 
values() - Method in class org.objectweb.speedo.runtime.genclass.map.MapImpl
 
valueType - Variable in class org.objectweb.speedo.metadata.SpeedoMap
 
vars - Variable in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
vars is an hashtable to store the variables.
ve - Variable in class org.objectweb.speedo.generation.generator.lib.AbstractVelocityGenerator
 
VelocityGenerator - interface org.objectweb.speedo.generation.generator.api.VelocityGenerator.
This interface represents a component of a generator which generates a file with the Velocity tool.
VENDOR_NAME - Static variable in interface org.objectweb.speedo.api.SpeedoProperties
 
vendorName - Variable in class org.objectweb.speedo.metadata.SpeedoExtension
Vendor name.
VersionUID - Variable in class org.objectweb.speedo.metadata.SpeedoClass
Version UID for serialization.
visit(ASTAdditiveExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTAdditiveExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTAdditiveExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
 
visit(ASTAdditiveExpression, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTArgumentList, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTArgumentList, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTArgumentList, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
4 cases to manage: (en cours par equipe MEDOR) - Collection.contains(Object o) - Collection.isEmpty() - String.startsWith(String s) - String.endsWith(String s)
visit(ASTArgumentList, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTCastExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTCastExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTCastExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
 
visit(ASTCastExpression, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTLiteral, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTLiteral, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTLiteral, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
 
visit(ASTLiteral, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTPrimary, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTPrimary, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTPrimary, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
 
visit(ASTPrimary, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTQualifiedName, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTQualifiedName, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTQualifiedName, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
qualifiedname could be: - a class field (salary from Employee) - a parameter - a variable
visit(ASTQualifiedName, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTRelationalExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTRelationalExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTRelationalExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
 
visit(ASTRelationalExpression, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTSpeedoPrimary, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTSpeedoPrimary, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
********************* VISITOR METHODS ***********************************
visit(ASTSpeedoPrimary, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
 
visit(ASTSpeedoPrimary, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTSpeedoQL, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTSpeedoQL, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTSpeedoQL, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTType, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTType, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTType, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
 
visit(ASTType, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(ASTUnaryExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
visit(ASTUnaryExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLVariableVisitor
 
visit(ASTUnaryExpression, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLQueryFilterVisitor
 
visit(ASTUnaryExpression, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.ClassInfoAnalyzer
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.ClassRenamer
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.ClassInterfaceAdder
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.UserIdEnhancer
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.MergedClassModifier
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.PNameEnhancer
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.RedundencyRemover
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.ClassAccessorModifier
 
visit(int, String, String, String[], String) - Method in class org.objectweb.speedo.generation.enhancer.ClassAccessorAdder
 
visit(SimpleNode) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
Visit method to call from constructor.
visit(SimpleNode, Object) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
Generic visit method that traverses all child nodes
visit(SimpleNode, Object) - Method in interface org.objectweb.speedo.runtime.query.parser.SpeedoQLVisitor
 
visitEnd() - Method in class org.objectweb.speedo.generation.enhancer.ClassInfoAnalyzer
 
visitEnd() - Method in class org.objectweb.speedo.generation.enhancer.MergedClassModifier
 
visitEnd() - Method in class org.objectweb.speedo.generation.enhancer.RedundencyRemover
 
visitField(int, String, String, Object) - Method in class org.objectweb.speedo.generation.enhancer.ClassInfoAnalyzer
 
visitField(int, String, String, Object) - Method in class org.objectweb.speedo.generation.enhancer.FieldAccessModifier
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitIincInsn(int, int) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.speedo.generation.enhancer.ClassInfoAnalyzer
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.speedo.generation.enhancer.ClassRenamer
 
visitInsn(int) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitIntConstant(CodeVisitor, int) - Static method in class org.objectweb.speedo.generation.enhancer.Util
 
visitIntInsn(int, int) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitJumpInsn(int, Label) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitLabel(Label) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitLdcInsn(Object) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitLineNumber(int, Label) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitLongConstant(CodeVisitor, long) - Static method in class org.objectweb.speedo.generation.enhancer.Util
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitMaxs(int, int) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.speedo.generation.enhancer.ClassInfoAnalyzer
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.speedo.generation.enhancer.ClassRenamer
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.speedo.generation.enhancer.MergedClassModifier
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.speedo.generation.enhancer.PersistenceAwareClassModifier
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.speedo.generation.enhancer.RedundencyRemover
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.speedo.generation.enhancer.ClassAccessorModifier
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.speedo.generation.enhancer.ClassAccessorAdder
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitTypeInsn(int, String) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 
visitVarInsn(int, int) - Method in class org.objectweb.speedo.generation.enhancer.CodeDuplicator
 

W

withoutThis(String) - Method in class org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor
 
WorkingSetLifeCycle - class org.objectweb.speedo.api.WorkingSetLifeCycle.
 
WorkingSetLifeCycle() - Constructor for class org.objectweb.speedo.api.WorkingSetLifeCycle
 
write(Object, Object, Object) - Method in class org.objectweb.speedo.runtime.storage.SpeedoStorageManager
 
write(Object, PAccessor) - Method in class org.objectweb.speedo.runtime.genclass.GenClass
 
writeJavaClass(String, ClassWriter, String) - Method in class org.objectweb.speedo.generation.enhancer.EnhancerComponent
Saves the new bytecode of the specified Java class under a specified base directory.

X

xmldescriptor - Variable in class org.objectweb.speedo.generation.api.SpeedoCompilerParameter
This fields is used by the Speedo to reference the SpeedoXMLDescriptor.
xmlFile - Variable in class org.objectweb.speedo.metadata.SpeedoXMLDescriptor
 

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