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

abstractClass - Variable in class org.xorm.util.FieldDescriptor
 
AbstractQueryLanguage - class org.xorm.query.AbstractQueryLanguage.
Implementation of QueryLanguage interface that provides common methods to set and get variables and parameters.
AbstractQueryLanguage() - Constructor for class org.xorm.query.AbstractQueryLanguage
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.Comparison
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.ConditionalOr
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.ConditionalAnd
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.And
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.Constant
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.Parameter
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.Variable
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.FieldAccess
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.MethodCall
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.Unary
 
accept(ExpressionVisitor) - Method in class org.xorm.query.Expression.Not
 
add_escapes(String) - Method in class org.xorm.query.jdoql.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(int, Object) - Method in class org.xorm.ListProxy
 
add(Object) - Method in class org.xorm.RelationshipProxy
Adds the given object (proxy object) to the collection.
add(Object) - Method in class org.xorm.ListProxy
 
add(Object) - Method in class org.xorm.CollectionProxy
 
add(Row) - Method in class org.xorm.cache.LRUCache
 
add(Row) - Method in interface org.xorm.cache.DataCache
Adds or replaces the Row in the cache.
add(Row) - Method in class org.xorm.datastore.heap.HeapDatastore
 
addAll(Collection) - Method in class org.xorm.cache.LRUCache
Optional method to add a collection of objects to the cache all at once.
addAll(int, Collection) - Method in class org.xorm.ListProxy
 
addClassMapping(ClassMapping) - Method in class org.xorm.ModelMapping
 
addColumn(Column) - Method in class org.xorm.datastore.Table
Adds a Column to the Table.
addColumn(Column) - Method in class org.xorm.datastore.DataFetchGroup
 
addEscapes(String) - Static method in class org.xorm.query.jdoql.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
additive() - Method in class org.xorm.query.jdoql.JDOQL
 
addOrdering(QueryOrdering) - Method in class org.xorm.query.AbstractQueryLanguage
 
addSubgroup(Column, DataFetchGroup) - Method in class org.xorm.datastore.DataFetchGroup
 
adjustBeginLineColumn(int, int) - Method in class org.xorm.query.jdoql.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
and() - Method in class org.xorm.query.jdoql.JDOQL
 
ANDC - Static variable in class org.xorm.query.Operator
 
ANDC - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
AndCondition - class org.xorm.query.AndCondition.
 
AndCondition(Condition, Condition) - Constructor for class org.xorm.query.AndCondition
 
ANDL - Static variable in class org.xorm.query.Operator
 
ANDL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
AppConfig - class org.xorm.util.AppConfig.
Generic JDO application configuration.
AppConfig() - Constructor for class org.xorm.util.AppConfig
Constructor
AppConfig(Properties) - Constructor for class org.xorm.util.AppConfig
Constructor from Properties
appConfigClass - Variable in class org.xorm.util.AppConfigFactory
 
AppConfigFactory - class org.xorm.util.AppConfigFactory.
Base class for deriving custom AppConfig factories.
AppConfigFactory(String, String, String) - Constructor for class org.xorm.util.AppConfigFactory
Constructor
AppConfigFactory(String, String, String, Class) - Constructor for class org.xorm.util.AppConfigFactory
 
appendOperator(Operator, StringBuffer) - Static method in class org.xorm.datastore.sql.SQLQuery
Appends the correct SQL for the given operator to the buffer.
APPLICATION - Static variable in class org.xorm.util.jdoxml.JDOIdentityType
 
args - Variable in class org.xorm.RelationshipProxy
 
argumentList() - Method in class org.xorm.query.jdoql.JDOQL
 
ASCENDING - Static variable in class org.xorm.query.Selector.Ordering
 
ASCENDING - Static variable in class org.xorm.query.QueryOrdering
 
attach(Object) - Method in class org.xorm.TransactionImpl
 
ATTR_FILTER - Static variable in class org.xorm.ModelMapping
 
ATTR_IMPORTS - Static variable in class org.xorm.ModelMapping
 
ATTR_INDEX - Static variable in class org.xorm.ModelMapping
 
ATTR_ORDER_BY - Static variable in class org.xorm.ModelMapping
 
ATTR_ORDERING - Static variable in class org.xorm.ModelMapping
 
ATTR_PARAMETERS - Static variable in class org.xorm.ModelMapping
 
ATTR_SOURCE - Static variable in class org.xorm.ModelMapping
 
ATTR_TARGET - Static variable in class org.xorm.ModelMapping
 
ATTR_VARIABLES - Static variable in class org.xorm.ModelMapping
 
availableConnections - Variable in class org.xorm.datastore.sql.PooledDataSource
 

B

backup(int) - Method in class org.xorm.query.jdoql.SimpleCharStream
 
BaseSQLDriver - class org.xorm.datastore.sql.BaseSQLDriver.
Implements the datastore driver interface for a "plain vanilla" generic JDBC driver.
BaseSQLDriver.PreparedStatements - class org.xorm.datastore.sql.BaseSQLDriver.PreparedStatements.
 
BaseSQLDriver.PreparedStatements(Table) - Constructor for class org.xorm.datastore.sql.BaseSQLDriver.PreparedStatements
 
BaseSQLDriver() - Constructor for class org.xorm.datastore.sql.BaseSQLDriver
 
begin() - Method in class org.xorm.TransactionImpl
 
begin(boolean) - Method in class org.xorm.TransactionImpl
 
begin(boolean) - Method in interface org.xorm.datastore.DatastoreDriver
 
begin(boolean) - Method in class org.xorm.datastore.heap.HeapDriver
 
begin(boolean) - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
begin(boolean) - Method in class org.xorm.datastore.xml.JDOMDocumentDriver
Begins a transaction by calling checkout on the DocumentHolder.
beginColumn - Variable in class org.xorm.query.jdoql.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.xorm.query.jdoql.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.xorm.query.jdoql.SimpleCharStream
 
bindParameter(int, Object) - Method in class org.xorm.query.BoundExpression
 
bindParameter(String, Object) - Method in class org.xorm.query.QueryContext
 
bindVariable(String, Object) - Method in class org.xorm.query.QueryContext
 
BoundExpression - class org.xorm.query.BoundExpression.
Represents a Query where parameters have been bound to specific values and mapped against the datastore.
BoundExpression(QueryLanguage, PersistenceManager) - Constructor for class org.xorm.query.BoundExpression
Creates a new BoundExpression for the given query.
bufpos - Variable in class org.xorm.query.jdoql.SimpleCharStream
 

C

cast() - Method in class org.xorm.query.jdoql.JDOQL
 
CHARACTER_LITERAL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
checkin(Document) - Method in class org.xorm.datastore.xml.DocumentHolder
Accepts the changes from the document.
checkout() - Method in class org.xorm.datastore.xml.DocumentHolder
Returns a cloned copy of the document.
classMapping - Variable in class org.xorm.CollectionProxy
 
ClassMapping - class org.xorm.ClassMapping.
A ClassMapping provides the mapping from a Java type (class or interface) to a datastore type.
ClassMapping(ModelMapping, Class) - Constructor for class org.xorm.ClassMapping
Creates a new ClassMapping that maps the given Class.
ClassMapping(ModelMapping, Class, JDOClass) - Constructor for class org.xorm.ClassMapping
 
clazz - Variable in class org.xorm.query.AbstractQueryLanguage
 
clean() - Method in class org.xorm.datastore.Row
Clears all dirty bits.
clear() - Method in class org.xorm.RelationshipProxy
Removes all rows.
clear() - Method in class org.xorm.query.jdoql.JDOQL
This is an empty-grammar pattern that gives the expression generator a hint that it's now working on a new expression.
clearCache(PersistenceManagerFactory) - Static method in class org.xorm.XORM
Clears all data from the factory-wide cache.
clone() - Method in class org.xorm.Options
Returns a deep clone of this instance.
clone() - Method in class org.xorm.ClassMapping
Creates a shallow clone.
clone() - Method in class org.xorm.datastore.Row
Creates a clone of this Row's contents.
clone() - Method in class org.xorm.query.SimpleCondition
 
clone() - Method in class org.xorm.query.Selector
 
clone() - Method in class org.xorm.query.Condition
 
clone() - Method in class org.xorm.query.CompoundCondition
 
close() - Method in class org.xorm.InterfaceManagerFactory
Closes resources associated with this factory, including any connection resources currently allocated.
close() - Method in class org.xorm.CollectionProxy
 
close() - Method in class org.xorm.CollectionProxy.ProxyIterator
 
close() - Method in class org.xorm.datastore.ConnectionInfo
Release resources.
close() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
Releases the data source associated with this connection info.
close() - Method in class org.xorm.datastore.sql.PooledDataSource
Releases all available connections.
close(Iterator) - Method in class org.xorm.ExtentImpl
Closes the given iterator.
close(Object) - Method in class org.xorm.query.QueryImpl
 
close(Object) - Method in class org.xorm.query.CodeQuery
 
closeAll() - Method in class org.xorm.ExtentImpl
Closes all iterators associated with this extent.
closeAll() - Method in class org.xorm.query.QueryImpl
 
closeAll() - Method in class org.xorm.query.CodeQuery
 
closed - Variable in class org.xorm.CollectionProxy
 
CodeParser - class org.xorm.query.CodeParser.
 
CodeParser(Class) - Constructor for class org.xorm.query.CodeParser
 
CodeQuery - class org.xorm.query.CodeQuery.
Implementation of JDO query interface that executes Java code that follows a particular pattern.
CodeQuery(PersistenceManager, Class) - Constructor for class org.xorm.query.CodeQuery
 
collapse() - Method in class org.xorm.query.CodeParser
If there are two items on the stack and a value for lastOp, combine them.
CollectionProxy - class org.xorm.CollectionProxy.
Represents a one-to-many or many-to-many relationship.
CollectionProxy.ProxyIterator - class org.xorm.CollectionProxy.ProxyIterator.
 
CollectionProxy.ProxyIterator() - Constructor for class org.xorm.CollectionProxy.ProxyIterator
 
CollectionProxy(InterfaceManager, ClassMapping) - Constructor for class org.xorm.CollectionProxy
 
CollectionProxy(PersistenceManager, ClassMapping, Selector) - Constructor for class org.xorm.CollectionProxy
 
Column - class org.xorm.datastore.Column.
A column on a table in the datastore.
Column(Table, String) - Constructor for class org.xorm.datastore.Column
 
COMMA - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
commit() - Method in class org.xorm.TransactionImpl
 
commit() - Method in interface org.xorm.datastore.DatastoreDriver
 
commit() - Method in class org.xorm.datastore.heap.HeapDriver
 
commit() - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
commit() - Method in class org.xorm.datastore.xml.JDOMDocumentDriver
Calls checkin() on the DocumentHolder if any write operations were called during the transaction.
COMP - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
compare(Object, Object) - Method in class org.xorm.DependencyComparator
 
compareTo(InterfaceInvocationHandler) - Method in class org.xorm.InterfaceInvocationHandler
 
compile() - Method in interface org.xorm.query.QueryLanguage
A hint that the implementation should undertake the work of generating the Expression object now for future use.
compile() - Method in class org.xorm.query.QueryImpl
 
compile() - Method in class org.xorm.query.DataQuery
 
compile() - Method in class org.xorm.query.CodeQuery
 
compile() - Method in class org.xorm.query.CodeParser
 
compile() - Method in class org.xorm.query.AbstractQueryLanguage
 
compile() - Method in class org.xorm.query.jdoql.JDOQL
 
compiled - Variable in class org.xorm.query.QueryImpl
 
CompoundCondition - class org.xorm.query.CompoundCondition.
 
CompoundCondition(Condition, Condition) - Constructor for class org.xorm.query.CompoundCondition
 
Condition - class org.xorm.query.Condition.
 
Condition() - Constructor for class org.xorm.query.Condition
 
conditionalAnd() - Method in class org.xorm.query.jdoql.JDOQL
 
conditionalOr() - Method in class org.xorm.query.jdoql.JDOQL
 
config - Variable in class org.xorm.util.AppConfigFactory
 
configFileSystemProperty - Variable in class org.xorm.util.AppConfigFactory
 
Configurable - interface org.xorm.Configurable.
A common interface to denote that an object can be configured.
connCount - Variable in class org.xorm.datastore.sql.PooledDataSource
 
connectionDriverName - Variable in class org.xorm.datastore.ConnectionInfo
 
connectionFactory - Variable in class org.xorm.datastore.ConnectionInfo
 
connectionFactory2 - Variable in class org.xorm.datastore.ConnectionInfo
 
connectionFactory2Name - Variable in class org.xorm.datastore.ConnectionInfo
 
connectionFactoryName - Variable in class org.xorm.datastore.ConnectionInfo
 
connectionInfo - Variable in class org.xorm.datastore.sql.BaseSQLDriver
 
ConnectionInfo - class org.xorm.datastore.ConnectionInfo.
This is the base class for connection information.
ConnectionInfo() - Constructor for class org.xorm.datastore.ConnectionInfo
 
connectionPassword - Variable in class org.xorm.datastore.ConnectionInfo
 
connectionURL - Variable in class org.xorm.datastore.ConnectionInfo
 
connectionUserName - Variable in class org.xorm.datastore.ConnectionInfo
 
CONTAINS - Static variable in class org.xorm.query.Operator
 
contains(Object) - Method in class org.xorm.TransactionImpl
 
containsValue(Column) - Method in class org.xorm.datastore.Row
Returns true if the row contains a value for the given column, even if the value is null.
convertOperand(Object) - Method in class org.xorm.datastore.sql.SQLCondition
 
convertOperand(Object) - Method in class org.xorm.query.RawCondition
 
convertToType(Object, Class) - Static method in class org.xorm.util.TypeConverter
Calls through to the three-argument version of this method, using null as the value for the format String.
convertToType(Object, Class, String) - Static method in class org.xorm.util.TypeConverter
Converts the input object into a return value of the type requested.
count(Selector) - Method in interface org.xorm.datastore.DatastoreDriver
Returns the size of the results that would be returned by the query.
count(Selector) - Method in class org.xorm.datastore.heap.HeapDriver
 
count(Selector) - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
count(Selector) - Method in class org.xorm.datastore.xml.JDOMDocumentDriver
 
create(Row) - Method in interface org.xorm.datastore.DatastoreDriver
Creates (inserts) a new row in the datastore.
create(Row) - Method in class org.xorm.datastore.heap.HeapDriver
 
create(Row) - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
create(Row) - Method in class org.xorm.datastore.xml.JDOMDocumentDriver
 
createPreparedStatements(Table) - Method in class org.xorm.datastore.sql.BaseSQLDriver
Subclasses should override this if they need to provide custom SQL generation for the prepared statements.
curChar - Variable in class org.xorm.query.jdoql.JDOQLTokenManager
 
currentConnection - Variable in class org.xorm.datastore.sql.BaseSQLDriver
 
currentToken - Variable in class org.xorm.query.jdoql.ParseException
This is the last token that has been consumed successfully.

D

DATABASE_DTD - Static variable in class org.xorm.ModelMapping
 
DATABASE_XML - Static variable in class org.xorm.ModelMapping
 
DataCache - interface org.xorm.cache.DataCache.
The interface for a XORM cache.
DataFetchGroup - class org.xorm.datastore.DataFetchGroup.
A DataFetchGroup is used to provide information to a DatastoreDriver instance about which Columns need to be fetched for a read() operation.
DataFetchGroup() - Constructor for class org.xorm.datastore.DataFetchGroup
 
DataFetchGroup(Set) - Constructor for class org.xorm.datastore.DataFetchGroup
 
DataQuery - class org.xorm.query.DataQuery.
Implementation of JDO query interface for native queries (using DataQuery.LANGUAGE).
DataQuery(Class, Condition) - Constructor for class org.xorm.query.DataQuery
 
dataSource - Variable in class org.xorm.datastore.sql.BaseSQLDriver
 
DATASTORE - Static variable in class org.xorm.util.jdoxml.JDOIdentityType
 
DatastoreDriver - interface org.xorm.datastore.DatastoreDriver.
There is one datastore driver per Transaction.
debugStream - Variable in class org.xorm.query.jdoql.JDOQLTokenManager
 
DECIMAL_LITERAL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
declareImports(String) - Method in class org.xorm.query.QueryImpl
 
declareImports(String) - Method in class org.xorm.query.CodeQuery
 
declareParameter(String, Class) - Method in class org.xorm.query.AbstractQueryLanguage
 
declareParameters(String) - Method in class org.xorm.query.QueryImpl
 
declareParameters(String) - Method in class org.xorm.query.CodeQuery
 
declareVariable(String, Class) - Method in class org.xorm.query.AbstractQueryLanguage
 
declareVariables(String) - Method in class org.xorm.query.QueryImpl
 
declareVariables(String) - Method in class org.xorm.query.CodeQuery
 
DEFAULT - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
DEFAULT - Static variable in class org.xorm.util.jdoxml.JDONullValue
 
DEFAULT_CONNECTION_NAME - Static variable in class org.xorm.util.AppConfig
 
DEFAULT_HARD_SIZE - Static variable in class org.xorm.cache.LRUCache
 
DEFAULT_LOG_INTERVAL - Static variable in class org.xorm.cache.LRUCache
 
DEFAULT_SOFT_SIZE - Static variable in class org.xorm.cache.LRUCache
 
defaultConfigFile - Variable in class org.xorm.util.AppConfigFactory
 
delete(Row) - Method in interface org.xorm.datastore.DatastoreDriver
Permanently deletes a single row from the datastore.
delete(Row) - Method in class org.xorm.datastore.heap.HeapDriver
 
delete(Row) - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
delete(Row) - Method in class org.xorm.datastore.xml.JDOMDocumentDriver
 
deletedRows - Variable in class org.xorm.RelationshipProxy
 
deleteStatement - Variable in class org.xorm.datastore.sql.BaseSQLDriver.PreparedStatements
 
DependencyComparator - class org.xorm.DependencyComparator.
Sorts Proxy items such that those that depend on others are ordered following their dependencies.
DependencyComparator() - Constructor for class org.xorm.DependencyComparator
 
dependsOn(InterfaceInvocationHandler) - Method in class org.xorm.RelationshipProxy
 
dependsOn(InterfaceInvocationHandler) - Method in class org.xorm.InterfaceInvocationHandler
Returns true if any of the references from this object resolve to the object supplied as a parameter.
DESCENDING - Static variable in class org.xorm.query.Selector.Ordering
 
DESCENDING - Static variable in class org.xorm.query.QueryOrdering
 
describeTable(String) - Method in class org.xorm.datastore.ConnectionInfo
 
describeTable(String) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
detach(Object) - Method in class org.xorm.TransactionImpl
 
detachRelationship(RelationshipProxy) - Method in class org.xorm.TransactionImpl
 
DIGIT - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
disable_tracing() - Method in class org.xorm.query.jdoql.JDOQL
 
DIVIDE - Static variable in class org.xorm.query.Operator
 
DIVIDE - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
DocumentHolder - class org.xorm.datastore.xml.DocumentHolder.
Wraps a JDOM Document and allows transactional access.
DocumentHolder(URL) - Constructor for class org.xorm.datastore.xml.DocumentHolder
 
Done() - Method in class org.xorm.query.jdoql.SimpleCharStream
 
DOT - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
DOUBLESUFFIX - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
driver - Variable in class org.xorm.datastore.sql.PooledDataSource
 
DriverException - exception org.xorm.datastore.DriverException.
Indicates that an exception occurred somewhere in the datastore driver.
DriverException(String) - Constructor for class org.xorm.datastore.DriverException
 
DriverException(String, Throwable) - Constructor for class org.xorm.datastore.DriverException
 
DriverException(Throwable) - Constructor for class org.xorm.datastore.DriverException
 
dropConnection(PooledConnection) - Method in class org.xorm.datastore.sql.PooledDataSource
remove a connection from the pool

E

enable_tracing() - Method in class org.xorm.query.jdoql.JDOQL
 
endColumn - Variable in class org.xorm.query.jdoql.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.xorm.query.jdoql.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.
ENDS_WITH - Static variable in class org.xorm.query.Operator
 
enterTransaction(TransactionImpl) - Method in class org.xorm.InterfaceInvocationHandler
This is the only method where the txn field gets set.
EOF - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
eol - Variable in class org.xorm.query.jdoql.ParseException
The end of line string for this machine.
EOL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
EQ - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
EQUAL - Static variable in class org.xorm.query.Operator
 
equality() - Method in class org.xorm.query.jdoql.JDOQL
 
equals(Object) - Method in class org.xorm.ObjectId
 
equals(Object) - Method in class org.xorm.ListProxy
 
equals(Object) - Method in class org.xorm.datastore.Row
Tests row equality.
equals(Object) - Method in class org.xorm.query.Operator
 
equals(Object) - Method in class org.xorm.util.FieldDescriptor
 
escapeChar(char) - Static method in class org.xorm.query.Expression
Converts a character into its representation in a Java source file by adding single quotes around it and escaping it if it's a special character.
escapeLike(String) - Static method in class org.xorm.datastore.sql.SQLQuery
Escapes a SQL string by replacing "%" literals with "~%".
escapeSQLString(String) - Static method in class org.xorm.datastore.sql.SQLQuery
Escapes an SQL String by quoting all single-quotes as two single-quotes.
escapeString(String) - Static method in class org.xorm.query.Expression
Converts a String object into its representation in a Java source file by adding double quotes around it and escaping any special characters within.
evaluate(QueryContext) - Method in class org.xorm.query.Expression
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.ConditionalOr
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.ConditionalAnd
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.InclusiveOr
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.And
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.ExclusiveOr
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Equal
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.NotEqual
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Numeric
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Constant
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Parameter
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Variable
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.FieldAccess
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.MethodCall
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.UnaryMinus
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Arithmetic
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Add
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Cast
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.Not
 
evaluate(QueryContext) - Method in class org.xorm.query.Expression.BitwiseComplement
 
evaluateCompared(int) - Method in class org.xorm.query.Expression.Numeric
 
evaluateCompared(int) - Method in class org.xorm.query.Expression.LessThan
 
evaluateCompared(int) - Method in class org.xorm.query.Expression.LessThanEqual
 
evaluateCompared(int) - Method in class org.xorm.query.Expression.GreaterThan
 
evaluateCompared(int) - Method in class org.xorm.query.Expression.GreaterThanEqual
 
evaluateNumeric(Number, Number) - Method in class org.xorm.query.Expression.Arithmetic
 
evaluateNumeric(Number, Number) - Method in class org.xorm.query.Expression.Multiply
 
evaluateNumeric(Number, Number) - Method in class org.xorm.query.Expression.Modulo
 
evaluateNumeric(Number, Number) - Method in class org.xorm.query.Expression.Divide
 
evaluateNumeric(Number, Number) - Method in class org.xorm.query.Expression.Add
 
evaluateNumeric(Number, Number) - Method in class org.xorm.query.Expression.Subtract
 
EXCEPTION - Static variable in class org.xorm.util.jdoxml.JDONullValue
 
exclusiveOr() - Method in class org.xorm.query.jdoql.JDOQL
 
execute() - Method in class org.xorm.query.QueryImpl
 
execute() - Method in class org.xorm.query.CodeQuery
 
execute(Object) - Method in class org.xorm.query.QueryImpl
 
execute(Object) - Method in class org.xorm.query.CodeQuery
 
execute(Object, Object) - Method in class org.xorm.query.QueryImpl
 
execute(Object, Object) - Method in class org.xorm.query.CodeQuery
 
execute(Object, Object, Object) - Method in class org.xorm.query.QueryImpl
 
execute(Object, Object, Object) - Method in class org.xorm.query.CodeQuery
 
executeWithArray(Object[]) - Method in class org.xorm.query.QueryImpl
 
executeWithArray(Object[]) - Method in class org.xorm.query.CodeQuery
 
executeWithMap(Map) - Method in class org.xorm.query.QueryImpl
 
executeWithMap(Map) - Method in class org.xorm.query.CodeQuery
 
exitTransaction(boolean) - Method in class org.xorm.InterfaceInvocationHandler
 
expectedTokenSequences - Variable in class org.xorm.query.jdoql.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
Expression - class org.xorm.query.Expression.
 
Expression.Add - class org.xorm.query.Expression.Add.
 
Expression.Add(Expression, Expression) - Constructor for class org.xorm.query.Expression.Add
 
Expression.And - class org.xorm.query.Expression.And.
 
Expression.And(Expression, Expression) - Constructor for class org.xorm.query.Expression.And
 
Expression.Arithmetic - class org.xorm.query.Expression.Arithmetic.
 
Expression.Arithmetic(Expression, Expression) - Constructor for class org.xorm.query.Expression.Arithmetic
 
Expression.Binary - class org.xorm.query.Expression.Binary.
 
Expression.Binary(Expression, Expression) - Constructor for class org.xorm.query.Expression.Binary
 
Expression.BitwiseComplement - class org.xorm.query.Expression.BitwiseComplement.
 
Expression.BitwiseComplement(Expression) - Constructor for class org.xorm.query.Expression.BitwiseComplement
 
Expression.Cast - class org.xorm.query.Expression.Cast.
 
Expression.Cast(Class, Expression) - Constructor for class org.xorm.query.Expression.Cast
 
Expression.Comparison - class org.xorm.query.Expression.Comparison.
 
Expression.Comparison(Expression, Expression) - Constructor for class org.xorm.query.Expression.Comparison
 
Expression.ConditionalAnd - class org.xorm.query.Expression.ConditionalAnd.
 
Expression.ConditionalAnd(Expression, Expression) - Constructor for class org.xorm.query.Expression.ConditionalAnd
 
Expression.ConditionalOr - class org.xorm.query.Expression.ConditionalOr.
 
Expression.ConditionalOr(Expression, Expression) - Constructor for class org.xorm.query.Expression.ConditionalOr
 
Expression.Constant - class org.xorm.query.Expression.Constant.
 
Expression.Constant(Object) - Constructor for class org.xorm.query.Expression.Constant
 
Expression.Divide - class org.xorm.query.Expression.Divide.
 
Expression.Divide(Expression, Expression) - Constructor for class org.xorm.query.Expression.Divide
 
Expression.Equal - class org.xorm.query.Expression.Equal.
 
Expression.Equal(Expression, Expression) - Constructor for class org.xorm.query.Expression.Equal
 
Expression.ExclusiveOr - class org.xorm.query.Expression.ExclusiveOr.
 
Expression.ExclusiveOr(Expression, Expression) - Constructor for class org.xorm.query.Expression.ExclusiveOr
 
Expression.FieldAccess - class org.xorm.query.Expression.FieldAccess.
 
Expression.FieldAccess(Expression, String, Class) - Constructor for class org.xorm.query.Expression.FieldAccess
 
Expression.GreaterThan - class org.xorm.query.Expression.GreaterThan.
 
Expression.GreaterThan(Expression, Expression) - Constructor for class org.xorm.query.Expression.GreaterThan
 
Expression.GreaterThanEqual - class org.xorm.query.Expression.GreaterThanEqual.
 
Expression.GreaterThanEqual(Expression, Expression) - Constructor for class org.xorm.query.Expression.GreaterThanEqual
 
Expression.InclusiveOr - class org.xorm.query.Expression.InclusiveOr.
 
Expression.InclusiveOr(Expression, Expression) - Constructor for class org.xorm.query.Expression.InclusiveOr
 
Expression.LessThan - class org.xorm.query.Expression.LessThan.
 
Expression.LessThan(Expression, Expression) - Constructor for class org.xorm.query.Expression.LessThan
 
Expression.LessThanEqual - class org.xorm.query.Expression.LessThanEqual.
 
Expression.LessThanEqual(Expression, Expression) - Constructor for class org.xorm.query.Expression.LessThanEqual
 
Expression.Member - class org.xorm.query.Expression.Member.
 
Expression.Member(Expression, String, Class) - Constructor for class org.xorm.query.Expression.Member
 
Expression.MethodCall - class org.xorm.query.Expression.MethodCall.
 
Expression.MethodCall(Expression, String, Expression[], Class) - Constructor for class org.xorm.query.Expression.MethodCall
 
Expression.Modulo - class org.xorm.query.Expression.Modulo.
 
Expression.Modulo(Expression, Expression) - Constructor for class org.xorm.query.Expression.Modulo
 
Expression.Multiply - class org.xorm.query.Expression.Multiply.
 
Expression.Multiply(Expression, Expression) - Constructor for class org.xorm.query.Expression.Multiply
 
Expression.Not - class org.xorm.query.Expression.Not.
 
Expression.Not(Expression) - Constructor for class org.xorm.query.Expression.Not
 
Expression.NotEqual - class org.xorm.query.Expression.NotEqual.
 
Expression.NotEqual(Expression, Expression) - Constructor for class org.xorm.query.Expression.NotEqual
 
Expression.Numeric - class org.xorm.query.Expression.Numeric.
 
Expression.Numeric(Expression, Expression) - Constructor for class org.xorm.query.Expression.Numeric
 
Expression.Parameter - class org.xorm.query.Expression.Parameter.
 
Expression.Parameter(String, Class) - Constructor for class org.xorm.query.Expression.Parameter
 
Expression.Subtract - class org.xorm.query.Expression.Subtract.
 
Expression.Subtract(Expression, Expression) - Constructor for class org.xorm.query.Expression.Subtract
 
Expression.Symbolic - class org.xorm.query.Expression.Symbolic.
 
Expression.Symbolic(String, Class) - Constructor for class org.xorm.query.Expression.Symbolic
 
Expression.Unary - class org.xorm.query.Expression.Unary.
 
Expression.Unary(Expression) - Constructor for class org.xorm.query.Expression.Unary
 
Expression.UnaryMinus - class org.xorm.query.Expression.UnaryMinus.
 
Expression.UnaryMinus(Expression) - Constructor for class org.xorm.query.Expression.UnaryMinus
 
Expression.Variable - class org.xorm.query.Expression.Variable.
 
Expression.Variable(String, Class) - Constructor for class org.xorm.query.Expression.Variable
 
expression() - Method in class org.xorm.query.jdoql.JDOQL
This is the top-level method that gets called to parse the JDOQL filter expression.
Expression() - Constructor for class org.xorm.query.Expression
 
ExpressionValidator - class org.xorm.query.ExpressionValidator.
Validates and normalizes expressions.
ExpressionValidator(QueryImpl) - Constructor for class org.xorm.query.ExpressionValidator
 
ExpressionVisitor - interface org.xorm.query.ExpressionVisitor.
 
ExpressionVisitor.NoOp - class org.xorm.query.ExpressionVisitor.NoOp.
 
ExpressionVisitor.NoOp() - Constructor for class org.xorm.query.ExpressionVisitor.NoOp
 
ExtentImpl - class org.xorm.ExtentImpl.
 
extractClass(Object) - Static method in class org.xorm.XORM
Takes an object ID as returned by PersistenceManager.getObjectId() or JDOHelper.getObjectId() and returns the portion that refers to the class of the object.
extractPrimaryKey(Object) - Static method in class org.xorm.XORM
Takes an object ID as returned by PersistenceManager.getObjectId() or JDOHelper.getObjectId() and returns the portion that refers to the datastore primary key.
extractPrimaryKeyAsInt(Object) - Static method in class org.xorm.XORM
Takes an object ID as returned by PersistenceManager.getObjectId() or JDOHelper.getObjectId() and returns the portion that refers to the datastore primary key.
extractPrimaryKeyAsLong(Object) - Static method in class org.xorm.XORM
Takes an object ID as returned by PersistenceManager.getObjectId() or JDOHelper.getObjectId() and returns the portion that refers to the datastore primary key.

F

factory - Variable in class org.xorm.FetchGroupManager
 
factory - Variable in class org.xorm.datastore.ConnectionInfo
 
FALSE - Static variable in class org.xorm.query.Expression.Constant
 
FALSE - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
FetchGroupManager - class org.xorm.FetchGroupManager.
 
FetchGroupManager() - Constructor for class org.xorm.FetchGroupManager
 
FieldDescriptor - class org.xorm.util.FieldDescriptor.
Similar to PropertyDescriptor, but may reflect non-public methods.
FieldDescriptor(PropertyDescriptor) - Constructor for class org.xorm.util.FieldDescriptor
 
FieldDescriptor(String, Class) - Constructor for class org.xorm.util.FieldDescriptor
 
finalize() - Method in class org.xorm.TransactionImpl
 
finalize() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
Calls close() to release any lingering resources.
findSelector(Table) - Method in class org.xorm.query.Selector
 
FLOATING_POINT_LITERAL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
FLOATSUFFIX - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
forceTransaction() - Method in class org.xorm.RelationshipProxy
Ensures that the proxy is registered in a transaction if necessary.
forName(String) - Static method in class org.xorm.datastore.sql.SQLType
Returns the constant value from java.sql.Types that represents the named JDBC type, or -1 on failure.
forName(String) - Static method in class org.xorm.datastore.xml.XMLType
Returns the Class corresponding to the type definition.
forName(String) - Static method in class org.xorm.util.jdoxml.JDOPersistenceModifier
 
forName(String) - Static method in class org.xorm.util.jdoxml.JDONullValue
 
forName(String) - Static method in class org.xorm.util.jdoxml.JDOIdentityType
 

G

generateDeleteStatement(Table) - Method in class org.xorm.datastore.sql.BaseSQLDriver.PreparedStatements
 
generateInsertStatement(Table) - Method in class org.xorm.datastore.sql.BaseSQLDriver.PreparedStatements
 
generateNextIDStatement(Table) - Method in class org.xorm.datastore.sql.BaseSQLDriver.PreparedStatements
This method should be implemented by subclasses.
generateParseException() - Method in class org.xorm.query.jdoql.JDOQL
 
get(Class, Object) - Method in class org.xorm.TransactionImpl
 
get(int) - Method in class org.xorm.ListProxy
 
get(Table, Object) - Method in class org.xorm.cache.LRUCache
Retrieves a cloned copy of the Row from the cache with the matching primary key.
get(Table, Object) - Method in interface org.xorm.cache.DataCache
Retrieves the Row from the cache with the matching primary key.
get(Table, Object) - Method in class org.xorm.datastore.heap.HeapDatastore
 
getAliases() - Method in class org.xorm.datastore.sql.SQLQuery
 
getAppConfig() - Method in class org.xorm.util.AppConfigFactory
Get the AppConfig associated with this factory.
getAppConfig(String, String, String) - Static method in class org.xorm.util.AppConfig
Convenience method for getting a new AppConfig instance.
getAppConfig(String, String, String, Class) - Static method in class org.xorm.util.AppConfig
Convenience method for getting a new AppConfig instance.
getArray() - Method in class org.xorm.util.jdoxml.JDOField
 
getBeginColumn() - Method in class org.xorm.query.jdoql.SimpleCharStream
 
getBeginLine() - Method in class org.xorm.query.jdoql.SimpleCharStream
 
getBooleanField(PersistenceCapable, int, boolean) - Method in class org.xorm.StateManagerImpl
 
getBoundExpression() - Method in class org.xorm.query.QueryImpl
 
getByteField(PersistenceCapable, int, byte) - Method in class org.xorm.StateManagerImpl
 
getCache() - Method in class org.xorm.InterfaceManagerFactory
 
getCacheKey(Object) - Method in class org.xorm.cache.RowCacheKeyFactory
Take a row and return a key for it.
getCandidate() - Method in class org.xorm.query.QueryContext
 
getCandidateClass() - Method in class org.xorm.ExtentImpl
Returns the candidate class of this extent.
getCandidateClass() - Method in interface org.xorm.query.QueryLanguage
Gets the class of candidate instances for the query.
getCandidateClass() - Method in class org.xorm.query.QueryImpl
 
getCandidateClass() - Method in class org.xorm.query.QueryContext
 
getCandidateClass() - Method in class org.xorm.query.CodeParser
 
getCandidateClass() - Method in class org.xorm.query.AbstractQueryLanguage
 
getCharField(PersistenceCapable, int, char) - Method in class org.xorm.StateManagerImpl
 
getCheckReturnedConnection() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
getCheckReturnedConnection() - Method in class org.xorm.datastore.sql.PooledDataSource
If set, instructs the connection to verify its valid when the caller is done with the connection (calls close).
getClasses() - Method in class org.xorm.util.jdoxml.JDOPackage
 
getClassMapping() - Method in class org.xorm.InterfaceInvocationHandler
The ClassMapping that describes how the proxy data translates into the datastore Row.
getClassMapping(Class) - Method in class org.xorm.ModelMapping
Retrieves a ClassMapping for the specified class.
getCollection() - Method in class org.xorm.util.jdoxml.JDOField
 
getCollectionType() - Method in class org.xorm.RelationshipMapping.Endpoint
 
getColumn() - Method in class org.xorm.RelationshipMapping.Endpoint
 
getColumn() - Method in class org.xorm.query.SimpleCondition
 
getColumn() - Method in class org.xorm.query.Selector.Ordering
 
getColumn() - Method in class org.xorm.query.jdoql.SimpleCharStream
Deprecated.  
getColumn(String) - Method in class org.xorm.ClassMapping
Get the Column mapped to the given field.
getColumnByName(String) - Method in class org.xorm.datastore.Table
Convenience method to find a matching column.
getColumnForMethod(Method) - Method in class org.xorm.ClassMapping
Convenience method that gets the Column mapped to a particular get or set method.
getColumns() - Method in class org.xorm.datastore.Table
 
getColumns() - Method in class org.xorm.datastore.DataFetchGroup
 
getCondition() - Method in class org.xorm.query.Selector
 
getCondition() - Method in class org.xorm.query.DataQuery
 
getConnection() - Method in class org.xorm.datastore.sql.PooledDataSource
Gets a DB connection, actually a wrapper that allows the connection to be pooled.
getConnection(String, String) - Method in class org.xorm.datastore.sql.PooledDataSource
This function is currently not implemented as it doesn't allow us to use the connections in the pool.
getConnectionDriverName() - Method in class org.xorm.InterfaceManagerFactory
 
getConnectionDriverName() - Method in class org.xorm.datastore.ConnectionInfo
 
getConnectionFactory() - Method in class org.xorm.InterfaceManagerFactory
 
getConnectionFactory() - Method in class org.xorm.datastore.ConnectionInfo
 
getConnectionFactory2() - Method in class org.xorm.InterfaceManagerFactory
 
getConnectionFactory2() - Method in class org.xorm.datastore.ConnectionInfo
 
getConnectionFactory2Name() - Method in class org.xorm.InterfaceManagerFactory
 
getConnectionFactory2Name() - Method in class org.xorm.datastore.ConnectionInfo
 
getConnectionFactoryName() - Method in class org.xorm.InterfaceManagerFactory
 
getConnectionFactoryName() - Method in class org.xorm.datastore.ConnectionInfo
 
getConnectionUrl() - Method in class org.xorm.datastore.sql.PooledDataSource
 
getConnectionURL() - Method in class org.xorm.InterfaceManagerFactory
 
getConnectionURL() - Method in class org.xorm.datastore.ConnectionInfo
 
getConnectionUserName() - Method in class org.xorm.InterfaceManagerFactory
 
getConnectionUserName() - Method in class org.xorm.datastore.ConnectionInfo
 
getDataFetchGroup(ClassMapping) - Method in class org.xorm.FetchGroupManager
 
getDataSource() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
Returns the DataSource configured with the settings above.
getDataSource(PersistenceManagerFactory) - Static method in class org.xorm.XORM
Returns the data source in use by the PersistenceManagerFactory.
getDatastoreIdentityType() - Method in class org.xorm.ClassMapping
Returns the Class specified as the identity-type for a class mapping, or null if none was specified.
getDefaultFetchGroup() - Method in class org.xorm.ClassMapping
 
getDoubleField(PersistenceCapable, int, double) - Method in class org.xorm.StateManagerImpl
 
getDriver() - Method in class org.xorm.TransactionImpl
 
getDriver() - Method in class org.xorm.datastore.ConnectionInfo
Returns a new DatastoreDriver that interacts with the datastore described by this ConnectionInfo object.
getDriver() - Method in class org.xorm.datastore.heap.HeapConnectionInfo
 
getDriver() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
getDriver() - Method in class org.xorm.datastore.xml.XMLConnectionInfo
 
getDriverName() - Method in class org.xorm.datastore.sql.PooledDataSource
 
getElementClass() - Method in class org.xorm.RelationshipMapping.Endpoint
 
getElementType() - Method in class org.xorm.RelationshipProxy
Overrides CollectionProxy implementation.
getElementType() - Method in class org.xorm.CollectionProxy
 
getElementType() - Method in class org.xorm.util.jdoxml.JDOCollection
 
getEndColumn() - Method in class org.xorm.query.jdoql.SimpleCharStream
 
getEndLine() - Method in class org.xorm.query.jdoql.SimpleCharStream
 
getExecuteBatch() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
getExpression() - Method in interface org.xorm.query.QueryLanguage
Returns the query expression generated by this object.
getExpression() - Method in class org.xorm.query.DataQuery
 
getExpression() - Method in class org.xorm.query.CodeParser
 
getExpression() - Method in class org.xorm.query.AbstractQueryLanguage
 
getExpression() - Method in class org.xorm.query.jdoql.JDOQL
 
getExtensions() - Method in class org.xorm.util.jdoxml.JDOPackage
 
getExtensions() - Method in class org.xorm.util.jdoxml.JDOMap
 
getExtensions() - Method in class org.xorm.util.jdoxml.JDOField
 
getExtensions() - Method in class org.xorm.util.jdoxml.JDOExtension
 
getExtensions() - Method in class org.xorm.util.jdoxml.JDOCollection
 
getExtensions() - Method in class org.xorm.util.jdoxml.JDOClass
 
getExtensions() - Method in class org.xorm.util.jdoxml.JDOArray
 
getFetchColumns() - Method in class org.xorm.datastore.sql.SQLQuery.Alias
 
getFetchColumns() - Method in class org.xorm.query.Selector
 
getFetchGroupManager(PersistenceManager) - Static method in class org.xorm.XORM
Returns the FetchGroupManager associated with the given persistence manager.
getField() - Method in class org.xorm.query.QueryOrdering
 
getFieldDescriptor(String) - Method in class org.xorm.ClassMapping
Retrieves the FieldDescriptor associated with the given field name by iterating through the collection of all FieldDescriptors for this class.
getFieldDescriptors() - Method in class org.xorm.ClassMapping
Gets the field descriptors found by introspection on the class or interface.
getFieldDescriptors(Class) - Static method in class org.xorm.util.FieldDescriptor
Returns a Collection of all FieldDescriptors that are eligible for persistence.
getFieldForMethod(Method) - Method in class org.xorm.ClassMapping
Retrieves the field associated with a get or set method.
getFields() - Method in class org.xorm.util.jdoxml.JDOClass
 
getFieldType(String) - Method in class org.xorm.ClassMapping
Returns the Java type of the field.
getFilter() - Method in class org.xorm.RelationshipMapping
 
getFilter() - Method in class org.xorm.query.CodeParser
Returns the JDOQL filter equivalent of the code.
getFloatField(PersistenceCapable, int, float) - Method in class org.xorm.StateManagerImpl
 
getFormat() - Method in class org.xorm.datastore.Column
 
getHandler(Object) - Static method in class org.xorm.InterfaceInvocationHandler
Gets the InterfaceInvocationHandler associated with the object.
getId() - Method in class org.xorm.query.Operator
 
getIdentityType() - Method in class org.xorm.util.jdoxml.JDOClass
 
getIdleCheck() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
getIdleCheck() - Method in class org.xorm.datastore.sql.PooledDataSource
Gets the amount of time in milliseconds a connection has been idle before the pool tests the connection to see if its still valid
getIdleCheckSQL() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
getIdleCheckSQL() - Method in class org.xorm.datastore.sql.PooledDataSource
Gets a sql statement to be used to check a connection.
getIgnoreCache() - Method in class org.xorm.InterfaceManagerFactory
 
getIgnoreCache() - Method in class org.xorm.query.QueryImpl
 
getIgnoreCache() - Method in class org.xorm.query.CodeQuery
 
GetImage() - Method in class org.xorm.query.jdoql.SimpleCharStream
 
getImports() - Method in class org.xorm.RelationshipMapping
 
getIndexColumn() - Method in class org.xorm.RelationshipMapping
 
getInterfaceManager() - Method in class org.xorm.InterfaceInvocationHandler
The InterfaceManager that is managing this proxy.
getInterfaceManager() - Method in class org.xorm.CollectionProxy
Returns the InterfaceManager associated with this proxy.
getIntField(PersistenceCapable, int, int) - Method in class org.xorm.StateManagerImpl
 
getInverse(String) - Method in class org.xorm.ClassMapping
 
getIsolationLevel() - Method in class org.xorm.datastore.sql.PooledDataSource
 
getJoinColumn() - Method in class org.xorm.datastore.sql.SQLQuery.Alias
 
getJoinColumn() - Method in class org.xorm.query.Selector
 
getKey() - Method in class org.xorm.cache.KeyedSoftReference
 
getKey() - Method in class org.xorm.util.jdoxml.JDOExtension
 
getKeyColumn() - Method in class org.xorm.RelationshipProxy
 
getKeyColumn() - Method in class org.xorm.CollectionProxy
Returns the column on the rows held by this object that contains the primary keys of the element type.
getKeyType() - Method in class org.xorm.util.jdoxml.JDOMap
 
getLastIDStatement() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
getLHS() - Method in class org.xorm.query.Expression.Binary
 
getLHS() - Method in class org.xorm.query.CompoundCondition
 
getLine() - Method in class org.xorm.query.jdoql.SimpleCharStream
Deprecated.  
getLoginTimeout() - Method in class org.xorm.datastore.sql.PooledDataSource
 
getLogWriter() - Method in class org.xorm.datastore.sql.PooledDataSource
The PooledDataSource class uses JDK 1.4 logging and ignores the log writer.
getLongField(PersistenceCapable, int, long) - Method in class org.xorm.StateManagerImpl
 
getManagedFields() - Method in class org.xorm.ClassMapping
Returns the set of managed field names.
getMap() - Method in class org.xorm.util.jdoxml.JDOField
 
getMappedClass() - Method in class org.xorm.ClassMapping
Get the class that this mapping references.
getMappedFieldDescriptors() - Method in class org.xorm.ClassMapping
Gets the set of FieldDescriptors that have column mappings defined in the JDO metadata file.
getMaxPool() - Method in class org.xorm.InterfaceManagerFactory
 
getMaxPool() - Method in class org.xorm.datastore.ConnectionInfo
 
getMaxPool() - Method in class org.xorm.datastore.sql.PooledDataSource
The maximum number of connections created by the data source.
getMessage() - Method in class org.xorm.query.jdoql.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.xorm.query.jdoql.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMinPool() - Method in class org.xorm.InterfaceManagerFactory
 
getMinPool() - Method in class org.xorm.datastore.ConnectionInfo
 
getMinPool() - Method in class org.xorm.datastore.sql.PooledDataSource
The minimum number of connections in the pool.
getModelMapping(PersistenceManager) - Static method in class org.xorm.XORM
Returns the ModelMapping associated with the given manager's factory.
getModelMapping(PersistenceManagerFactory) - Static method in class org.xorm.XORM
Returns the ModelMapping associated with the given factory.
getMsWait() - Method in class org.xorm.InterfaceManagerFactory
 
getMsWait() - Method in class org.xorm.datastore.ConnectionInfo
 
getMultithreaded() - Method in class org.xorm.InterfaceManagerFactory
 
getName() - Method in class org.xorm.datastore.Table
 
getName() - Method in class org.xorm.datastore.Column
 
getName() - Method in class org.xorm.datastore.sql.SQLQuery.Alias
 
getName() - Method in class org.xorm.query.Expression.Symbolic
 
getName() - Method in class org.xorm.util.jdoxml.JDOPackage
 
getName() - Method in class org.xorm.util.jdoxml.JDOField
 
getName() - Method in class org.xorm.util.jdoxml.JDOClass
 
getNextIDStatement() - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
getNextToken() - Method in class org.xorm.query.jdoql.JDOQLTokenManager
 
getNextToken() - Method in class org.xorm.query.jdoql.JDOQL
 
getNontransactionalRead() - Method in class org.xorm.TransactionImpl
 
getNontransactionalRead() - Method in class org.xorm.Options
 
getNontransactionalRead() - Method in class org.xorm.InterfaceManagerFactory
 
getNontransactionalWrite() - Method in class org.xorm.TransactionImpl
 
getNontransactionalWrite() - Method in class org.xorm.Options
 
getNontransactionalWrite() - Method in class org.xorm.InterfaceManagerFactory
 
getNullValue() - Method in class org.xorm.util.jdoxml.JDOField
 
getObjectField(PersistenceCapable, int, Object) - Method in class org.xorm.StateManagerImpl
 
getObjectId() - Method in class org.xorm.InterfaceInvocationHandler
 
getObjectId(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
getObjectIdClass() - Method in class org.xorm.util.jdoxml.JDOClass
 
getOperand() - Method in class org.xorm.query.Expression.Unary
 
getOperator() - Method in class org.xorm.query.SimpleCondition
 
getOpposite() - Method in class org.xorm.query.Operator
 
getOptimistic() - Method in class org.xorm.TransactionImpl
 
getOptimistic() - Method in class org.xorm.Options
 
getOptimistic() - Method in class org.xorm.InterfaceManagerFactory
 
getOrder() - Method in class org.xorm.query.Selector.Ordering
 
getOrder() - Method in class org.xorm.query.QueryOrdering
 
getOrderBy() - Method in class org.xorm.RelationshipMapping
 
getOrdering() - Method in class org.xorm.RelationshipMapping
 
getOrdering() - Method in class org.xorm.query.Selector
 
getOrdering() - Method in interface org.xorm.query.QueryLanguage
Gets the ordering that should be used in returning the values.
getOrdering() - Method in class org.xorm.query.QueryImpl
 
getOrdering() - Method in class org.xorm.query.CodeParser
 
getOrdering() - Method in class org.xorm.query.AbstractQueryLanguage
 
getOwner() - Method in class org.xorm.RelationshipProxy
Returns the owner of this directional relationship.
getOwner() - Method in class org.xorm.query.Expression.Member
 
getParameterNames() - Method in class org.xorm.query.AbstractQueryLanguage
Guaranteed to come out in the same order they went in.
getParameters() - Method in class org.xorm.RelationshipMapping
 
getParameters() - Method in class org.xorm.datastore.sql.SQLQuery
 
getParameters() - Method in class org.xorm.query.Expression.MethodCall
 
getParameters() - Method in class org.xorm.query.CodeParser
Returns the JDOQL parameters for the code, or null.
getParameterType(String) - Method in class org.xorm.query.AbstractQueryLanguage
 
getPersistenceCapableSuperclass() - Method in class org.xorm.util.jdoxml.JDOClass
 
getPersistenceManager() - Method in class org.xorm.TransactionImpl
 
getPersistenceManager() - Method in class org.xorm.InterfaceManagerFactory
Creates a new PersistenceManager associated with this factory.
getPersistenceManager() - Method in class org.xorm.ExtentImpl
Returns the persistence manager that created this extent.
getPersistenceManager() - Method in class org.xorm.query.QueryImpl
 
getPersistenceManager() - Method in class org.xorm.query.CodeQuery
 
getPersistenceManager() - Method in class org.xorm.util.AppConfig
Convenience method to get a persistence manager
getPersistenceManager(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
getPersistenceManager(String) - Method in class org.xorm.util.AppConfig
Convenience method to get a persistence manager
getPersistenceManager(String, String) - Method in class org.xorm.InterfaceManagerFactory
 
getPersistenceManagerFactory() - Method in class org.xorm.util.AppConfig
Get the default persistence manager factory
getPersistenceManagerFactory(Properties) - Static method in class org.xorm.InterfaceManagerFactory
Static factory method; delegates to the constructor.
getPersistenceManagerFactory(String) - Method in class org.xorm.util.AppConfig
Get the associated persistence manager factory
getPersistenceModifier() - Method in class org.xorm.util.jdoxml.JDOField
 
getPrimaryKey() - Method in class org.xorm.datastore.Table
 
getPrimaryKeyValue() - Method in class org.xorm.datastore.Row
Convenience method.
getProperties() - Method in class org.xorm.InterfaceManagerFactory
Returns XORM-specific properties information.
getProperties() - Method in class org.xorm.datastore.ConnectionInfo
 
getProperties() - Method in class org.xorm.util.AppConfig
Get the underlying properties that this object wraps
getProperty(String) - Method in class org.xorm.util.AppConfig
Get a property value
getProperty(String, String) - Method in class org.xorm.util.AppConfig
Get a property value with a default
getRawQuery() - Method in class org.xorm.query.RawCondition
 
getRelationship(String) - Method in class org.xorm.ClassMapping
Get the relationship mapped to a field.
getRelationshipForMethod(Method) - Method in class org.xorm.ClassMapping
Convenience method to go from a get/set method to the associated relationship mapping.
getRelationshipMapping() - Method in class org.xorm.RelationshipProxy
Returns the underlying relationship mapping this represents.
getRelationships() - Method in class org.xorm.ClassMapping
Get the map of relationships.
getRestoreValues() - Method in class org.xorm.TransactionImpl
 
getRestoreValues() - Method in class org.xorm.Options
 
getRestoreValues() - Method in class org.xorm.InterfaceManagerFactory
 
getRetainValues() - Method in class org.xorm.TransactionImpl
 
getRetainValues() - Method in class org.xorm.Options
 
getRetainValues() - Method in class org.xorm.InterfaceManagerFactory
 
getRHS() - Method in class org.xorm.query.Expression.Binary
 
getRHS() - Method in class org.xorm.query.CompoundCondition
 
getRow() - Method in class org.xorm.InterfaceInvocationHandler
Initializes or retrieves the working Row.
getRows() - Method in class org.xorm.ListProxy
Lazy resolve on rows.
getRows() - Method in class org.xorm.CollectionProxy
Lazy resolve on rows.
getSelector() - Method in class org.xorm.RelationshipProxy
 
getSelector() - Method in class org.xorm.ListProxy
 
getSelector() - Method in class org.xorm.query.BoundExpression
Creates or retrieves the Selector tree for this query.
getSequence() - Method in class org.xorm.datastore.Column
 
getShortField(PersistenceCapable, int, short) - Method in class org.xorm.StateManagerImpl
 
getSource() - Method in class org.xorm.RelationshipMapping
 
getStatements(Table) - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
getStringField(PersistenceCapable, int, String) - Method in class org.xorm.StateManagerImpl
 
getSubgroup(Column) - Method in class org.xorm.datastore.DataFetchGroup
 
getSubgroupColumns() - Method in class org.xorm.datastore.DataFetchGroup
 
GetSuffix(int) - Method in class org.xorm.query.jdoql.SimpleCharStream
 
getSynchronization() - Method in class org.xorm.TransactionImpl
 
getTable() - Method in class org.xorm.ClassMapping
Get the table the class is mapped to.
getTable() - Method in class org.xorm.datastore.Row
Returns the Table that this Row is conceptually part of.
getTable() - Method in class org.xorm.datastore.DataFetchGroup
 
getTable() - Method in class org.xorm.datastore.Column
 
getTable() - Method in class org.xorm.datastore.sql.SQLQuery.Alias
 
getTable() - Method in class org.xorm.query.Selector
 
getTable(String) - Method in class org.xorm.ModelMapping
 
getTables() - Method in class org.xorm.query.RawCondition
 
getTarget() - Method in class org.xorm.RelationshipMapping
 
getTargetTable() - Method in class org.xorm.datastore.sql.SQLQuery
 
getToken(int) - Method in class org.xorm.query.jdoql.JDOQL
 
getTransactionalObjectId(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
getType() - Method in class org.xorm.datastore.Column
 
getType() - Method in class org.xorm.query.Expression
 
getType() - Method in class org.xorm.query.Expression.Comparison
 
getType() - Method in class org.xorm.query.Expression.Constant
 
getType() - Method in class org.xorm.query.Expression.Symbolic
 
getType() - Method in class org.xorm.query.Expression.Unary
 
getType() - Method in class org.xorm.query.Expression.Arithmetic
 
getType() - Method in class org.xorm.query.Expression.Cast
 
getType() - Method in class org.xorm.query.Expression.BitwiseComplement
 
getUser() - Method in class org.xorm.datastore.sql.PooledDataSource
 
getValue() - Method in class org.xorm.query.SimpleCondition
 
getValue() - Method in class org.xorm.query.Expression.Constant
 
getValue() - Method in class org.xorm.util.jdoxml.JDOExtension
 
getValue(Column) - Method in class org.xorm.datastore.Row
Get the value for the given column.
getValueType() - Method in class org.xorm.util.jdoxml.JDOMap
 
getVariableNames() - Method in class org.xorm.query.AbstractQueryLanguage
 
getVariables() - Method in class org.xorm.RelationshipMapping
 
getVariables() - Method in class org.xorm.query.CodeParser
Returns the JDOQL variable declarations for the code, or null.
getVariableType(String) - Method in class org.xorm.query.AbstractQueryLanguage
 
getVendorName() - Method in class org.xorm.util.jdoxml.JDOExtension
 
getVersion() - Static method in class org.xorm.XORM
 
getWhereClause() - Method in class org.xorm.datastore.sql.SQLCondition
 
GT - Static variable in class org.xorm.query.Operator
 
GT - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
GTE - Static variable in class org.xorm.query.Operator
 
GTE - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 

H

hashCode() - Method in class org.xorm.util.FieldDescriptor
 
hasNext() - Method in class org.xorm.CollectionProxy.ProxyIterator
 
hasParameter(String) - Method in class org.xorm.query.QueryContext
 
hasSubclasses() - Method in class org.xorm.ExtentImpl
Subclasses are not currently supported.
HeapConnectionInfo - class org.xorm.datastore.heap.HeapConnectionInfo.
 
HeapConnectionInfo() - Constructor for class org.xorm.datastore.heap.HeapConnectionInfo
 
HeapDatastore - class org.xorm.datastore.heap.HeapDatastore.
Provides an in-memory database.
HeapDatastore() - Constructor for class org.xorm.datastore.heap.HeapDatastore
 
HeapDriver - class org.xorm.datastore.heap.HeapDriver.
An exceedingly useless implementation of the DatastoreDriver interface: a non-persisted, in-memory representation of a database.
HeapDriver(InterfaceManagerFactory) - Constructor for class org.xorm.datastore.heap.HeapDriver
 

I

I15d - interface org.xorm.I15d.
A declarative interface that allows an implementing class easy access to a shared, internationalized resource bundle.
I18N - Static variable in interface org.xorm.I15d
 
id - Variable in class org.xorm.ObjectId
 
ID - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
image - Variable in class org.xorm.query.jdoql.Token
The string image of the token.
IN - Static variable in class org.xorm.query.Operator
 
inclusiveOr() - Method in class org.xorm.query.jdoql.JDOQL
 
indexOf(Object) - Method in class org.xorm.ListProxy
 
initialValue() - Method in class org.xorm.util.ThreadLocalPersistenceManager
 
inner - Variable in class org.xorm.CollectionProxy.ProxyIterator
 
insertStatement - Variable in class org.xorm.datastore.sql.BaseSQLDriver.PreparedStatements
 
INSTANCEOF - Static variable in class org.xorm.query.Operator
 
INTEGER_LITERAL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.xorm.InterfaceInvocationHandler
This method is invoked after execution, or in the case of abstract or interface methods, instead of.
InterfaceInvocationHandler - class org.xorm.InterfaceInvocationHandler.
Handles calls to an interface of the object model.
InterfaceInvocationHandler(InterfaceManagerFactory, ClassMapping, Row) - Constructor for class org.xorm.InterfaceInvocationHandler
 
InterfaceManagerFactory - class org.xorm.InterfaceManagerFactory.
Factory that allows the creation of InterfaceManager objects.
InterfaceManagerFactory() - Constructor for class org.xorm.InterfaceManagerFactory
Deprecated. This constructor is provided for compatibility with the JDO 1.0 TCK. Application code should always construct a PersistenceManagerFactory using either the JDOHelper static methods or the static helper methods on the org.xorm.XORM class.
inTransaction() - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
invokeGet(String, ClassMapping, Class) - Method in class org.xorm.InterfaceInvocationHandler
Returns the object associated with the given field that is of the given return type.
isActive() - Method in class org.xorm.TransactionImpl
 
isAutoIncremented() - Method in class org.xorm.datastore.Column
 
isCached() - Method in class org.xorm.datastore.Row
Is this Row cached?
isDefaultFetchGroup() - Method in class org.xorm.util.jdoxml.JDOField
 
isDeleted(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
isDirty() - Method in class org.xorm.datastore.Row
Returns true if any column values are dirty.
isDirty(Column) - Method in class org.xorm.datastore.Row
Returns true if the specified column value is dirty.
isDirty(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
isEmbedded() - Method in class org.xorm.util.jdoxml.JDOField
 
isEmbeddedElement() - Method in class org.xorm.util.jdoxml.JDOCollection
 
isEmbeddedElement() - Method in class org.xorm.util.jdoxml.JDOArray
 
isEmbeddedKey() - Method in class org.xorm.util.jdoxml.JDOMap
 
isEmbeddedValue() - Method in class org.xorm.util.jdoxml.JDOMap
 
isHollow() - Method in class org.xorm.datastore.Row
Returns true if the row is hollow.
isInverted() - Method in class org.xorm.query.Condition
 
isLoaded(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
isManaged() - Method in class org.xorm.datastore.Column
 
isManagedType(Class) - Method in class org.xorm.ModelMapping
Returns true if the interface type passed in has been configured via the mapping file to be persisted.
isMethod() - Method in class org.xorm.query.Operator
 
isMToN() - Method in class org.xorm.RelationshipMapping
Returns true if this is a many-to-many relationship.
isNew(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
isNonNull() - Method in class org.xorm.datastore.Column
 
isOuterJoin() - Method in class org.xorm.query.Selector
 
isPersistent(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
isPrimaryKey() - Method in class org.xorm.util.jdoxml.JDOField
 
isReadOnly() - Method in class org.xorm.datastore.Column
 
isTransactional(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
isUserType(Class) - Static method in class org.xorm.ClassMapping
Returns true if the class parameter is not a primitive type, a wrapper class for a primitive type, or java.util.Date, java.lang.String, java.util.Locale, java.math.BigDecimal, or java.math.BigInteger.
isValid() - Method in class org.xorm.query.ExpressionValidator
 
iterator - Variable in class org.xorm.CollectionProxy
 
iterator() - Method in class org.xorm.RelationshipProxy
 
iterator() - Method in class org.xorm.ExtentImpl
Current implementation is functional but not performant.
iterator() - Method in class org.xorm.CollectionProxy
 

J

JDO_DTD_URL - Static variable in class org.xorm.util.jdoxml.JDOXML
PUBLIC DOCTYPE that will be recognized.
JDO_SYSTEM_URL - Static variable in class org.xorm.util.jdoxml.JDOXML
SYSTEM DOCTYPE that will be recognized.
JDOArray - class org.xorm.util.jdoxml.JDOArray.
Represents a JDO XML array declaration.
JDOArray() - Constructor for class org.xorm.util.jdoxml.JDOArray
 
JDOClass - class org.xorm.util.jdoxml.JDOClass.
Represents a JDO XML class declaration.
JDOClass() - Constructor for class org.xorm.util.jdoxml.JDOClass
 
JDOCollection - class org.xorm.util.jdoxml.JDOCollection.
Represents a JDO XML collection declaration.
JDOCollection() - Constructor for class org.xorm.util.jdoxml.JDOCollection
 
JDOExtension - class org.xorm.util.jdoxml.JDOExtension.
Represents a JDO XML extension declaration.
JDOExtension() - Constructor for class org.xorm.util.jdoxml.JDOExtension
 
JDOField - class org.xorm.util.jdoxml.JDOField.
Represents a JDO XML field declaration.
JDOField() - Constructor for class org.xorm.util.jdoxml.JDOField
 
JDOIdentityType - class org.xorm.util.jdoxml.JDOIdentityType.
Typesafe enumeration of JDOIdentityTypes.
JDOMap - class org.xorm.util.jdoxml.JDOMap.
Represents a JDO XML map declaration.
JDOMap() - Constructor for class org.xorm.util.jdoxml.JDOMap
 
JDOMDocumentDriver - class org.xorm.datastore.xml.JDOMDocumentDriver.
A datastore driver that uses an XML document as the datastore.
JDOMDocumentDriver(DocumentHolder) - Constructor for class org.xorm.datastore.xml.JDOMDocumentDriver
Sets the data source, which must be an instance of DocumentHolder.
JDONullValue - class org.xorm.util.jdoxml.JDONullValue.
Typesafe enumeration of JDONullValue settings.
JDOPackage - class org.xorm.util.jdoxml.JDOPackage.
Represents a JDO XML package declaration.
JDOPackage() - Constructor for class org.xorm.util.jdoxml.JDOPackage
 
JDOPersistenceModifier - class org.xorm.util.jdoxml.JDOPersistenceModifier.
Typesafe enumeration of JDOPersistenceModifiers.
JDOQL - class org.xorm.query.jdoql.JDOQL.
This class, generated by JavaCC, contains the grammar described in the Java Data Objects specification, transformed from LALR to LL by unrolling any instances of left recursion.
JDOQL() - Constructor for class org.xorm.query.jdoql.JDOQL
 
JDOQL(InputStream) - Constructor for class org.xorm.query.jdoql.JDOQL
 
JDOQL(JDOQLTokenManager) - Constructor for class org.xorm.query.jdoql.JDOQL
 
JDOQL(Reader) - Constructor for class org.xorm.query.jdoql.JDOQL
 
JDOQLConstants - interface org.xorm.query.jdoql.JDOQLConstants.
 
JDOQLTokenManager - class org.xorm.query.jdoql.JDOQLTokenManager.
 
JDOQLTokenManager(SimpleCharStream) - Constructor for class org.xorm.query.jdoql.JDOQLTokenManager
 
JDOQLTokenManager(SimpleCharStream, int) - Constructor for class org.xorm.query.jdoql.JDOQLTokenManager
 
JDOXML - class org.xorm.util.jdoxml.JDOXML.
Utility class to generate an object graph from a JDO XML file or serialize an object graph.
JDOXML() - Constructor for class org.xorm.util.jdoxml.JDOXML
 
jj_nt - Variable in class org.xorm.query.jdoql.JDOQL
 
jjstrLiteralImages - Static variable in class org.xorm.query.jdoql.JDOQLTokenManager
 
jndiConfigResource - Variable in class org.xorm.util.AppConfigFactory
 

K

KeyedSoftReference - class org.xorm.cache.KeyedSoftReference.
 
KeyedSoftReference(Object, Object) - Constructor for class org.xorm.cache.KeyedSoftReference
 
KeyedSoftReference(Object, ReferenceQueue, Object) - Constructor for class org.xorm.cache.KeyedSoftReference
 
kind - Variable in class org.xorm.query.jdoql.Token
An integer that describes the kind of this token.

L

LANGUAGE - Static variable in interface org.xorm.query.QueryLanguage
 
LANGUAGE - Static variable in class org.xorm.query.CodeQuery
 
lastIndexOf(Object) - Method in class org.xorm.ListProxy
 
lastRow - Variable in class org.xorm.CollectionProxy.ProxyIterator
 
LETTER - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
lexStateNames - Static variable in class org.xorm.query.jdoql.JDOQLTokenManager
 
lhs - Variable in class org.xorm.query.Expression.Binary
 
lhs - Variable in class org.xorm.query.CompoundCondition
 
listIterator() - Method in class org.xorm.ListProxy
 
listIterator(int) - Method in class org.xorm.ListProxy
 
ListProxy - class org.xorm.ListProxy.
 
ListProxy(InterfaceManager, RelationshipMapping, InterfaceInvocationHandler, ClassMapping, Object[]) - Constructor for class org.xorm.ListProxy
 
literal() - Method in class org.xorm.query.jdoql.JDOQL
 
loadAppConfig() - Method in class org.xorm.util.AppConfigFactory
Load the AppConfig from the specified locations.
loadAppConfigFromJNDI() - Method in class org.xorm.util.AppConfigFactory
Load the AppConfig as a JNDI resource
loadProperties(Properties) - Method in class org.xorm.util.AppConfig
Load and absorb a set of properties
loadProperties(String) - Method in class org.xorm.util.AppConfig
Load properties from a file or resource
log() - Method in class org.xorm.cache.LRUCache
Optional method for use by external classes to force logging of the cache usage statistics regardless of the value of logInterval.
logger - Static variable in class org.xorm.RelationshipProxy
 
logger - Static variable in class org.xorm.ModelMapping
 
logger - Static variable in class org.xorm.CollectionProxy
 
logger - Static variable in class org.xorm.datastore.sql.SQLConnectionInfo
 
logger - Variable in class org.xorm.datastore.sql.BaseSQLDriver
 
logger - Variable in class org.xorm.util.AppConfigFactory
 
logger - Variable in class org.xorm.util.AppConfig
 
LONGSUFFIX - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
lookingAhead - Variable in class org.xorm.query.jdoql.JDOQL
 
lookup(int) - Static method in class org.xorm.query.Operator
 
LPAREN - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
LRUCache - class org.xorm.cache.LRUCache.
An LRU Cache with a hard and soft reference limit.
LRUCache() - Constructor for class org.xorm.cache.LRUCache
Construct an LRUCache using DEFAULT_HARD_SIZE, DEFAULT_SOFT_SIZE, and DEFAULT_LOG_INTERVAL.
LRUCache(int, int, long) - Constructor for class org.xorm.cache.LRUCache
Construct a LRUCache.
LT - Static variable in class org.xorm.query.Operator
 
LT - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
LTE - Static variable in class org.xorm.query.Operator
 
LTE - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 

M

main(String[]) - Static method in class org.xorm.XORM
 
main(String[]) - Static method in class org.xorm.query.jdoql.JDOQL
Test bootstrap.
makeAvailable(PooledConnection) - Method in class org.xorm.datastore.sql.PooledDataSource
Makes the connection available again.
makeDirty() - Method in class org.xorm.InterfaceInvocationHandler
 
makeDirty(Column) - Method in class org.xorm.datastore.Row
Explicitly makes a column dirty.
makeDirty(PersistenceCapable, String) - Method in class org.xorm.StateManagerImpl
 
makeHollow() - Method in class org.xorm.datastore.Row
Makes the Row hollow by clearing all values except the primaryKey.
makePersistent(InterfaceManager) - Method in class org.xorm.InterfaceInvocationHandler
Marks this object and all the objects it contains as persistent (persistence by reachability).
makeRowPrimaryKey(Table, Object) - Method in class org.xorm.cache.RowCacheKeyFactory
Take a table and a row primary key, and make a cachable key for it.
makeRowPrimaryKey(Table, Row) - Method in class org.xorm.cache.RowCacheKeyFactory
Take a table and a row, and make a cachable key for it.
mappedClass - Variable in class org.xorm.ObjectId
 
mapping - Variable in class org.xorm.RelationshipProxy
 
maxPool - Variable in class org.xorm.datastore.ConnectionInfo
 
merge(Selector, Operator) - Method in class org.xorm.query.Selector
Optimizes two Selectors by creating an AndCondition or OrCondition at the proper level.
mgr - Variable in class org.xorm.CollectionProxy
 
mgr - Variable in class org.xorm.query.QueryImpl
 
minPool - Variable in class org.xorm.datastore.ConnectionInfo
 
MINUS - Static variable in class org.xorm.query.Operator
 
MINUS - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
ModelMapping - class org.xorm.ModelMapping.
Represents the full set of mappings for an object model.
ModelMapping() - Constructor for class org.xorm.ModelMapping
 
MODULO - Static variable in class org.xorm.query.Operator
 
msWait - Variable in class org.xorm.datastore.ConnectionInfo
 
multiplicative() - Method in class org.xorm.query.jdoql.JDOQL
 

N

name - Variable in class org.xorm.query.Expression.Symbolic
 
name - Variable in class org.xorm.util.FieldDescriptor
 
nameFor(int) - Static method in class org.xorm.datastore.sql.SQLType
Returns the name for the java.sql.Type constant, or null if not found.
NE - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
newInstance(PersistenceManager, Class) - Static method in class org.xorm.XORM
Creates a new instance managed by the given PersistenceManager and implementing the interface of the given interface class.
newInstance(PersistenceManagerFactory, Class) - Static method in class org.xorm.XORM
Creates a new instance managed by the given PersistenceManager and implementing the interface of the given interface class.
newObjectId(Class, int) - Static method in class org.xorm.XORM
Creates an instance of a datastore identity that can be used in PersistenceManager.getObjectById().
newObjectId(Class, long) - Static method in class org.xorm.XORM
Creates an instance of a datastore identity that can be used in PersistenceManager.getObjectById().
newObjectId(Class, Object) - Static method in class org.xorm.XORM
Creates an instance of a datastore identity that can be used in PersistenceManager.getObjectById().
newPersistenceManagerFactory() - Static method in class org.xorm.XORM
Construct a factory using the setting of the system property "xorm.properties" (the constant defined here as XORM_PROPERTIES) to reference a properties file.
newPersistenceManagerFactory(ClassLoader) - Static method in class org.xorm.XORM
Construct a factory using the Java system property "xorm.properties" to find a properties file.
newPersistenceManagerFactory(InputStream) - Static method in class org.xorm.XORM
Creates a PersistenceManagerFactory using the standard JDO properties.
newPersistenceManagerFactory(InputStream, ClassLoader) - Static method in class org.xorm.XORM
Creates a PersistenceManagerFactory using the standard JDO properties and the specified ClassLoader.
newPersistenceManagerFactory(Properties) - Static method in class org.xorm.XORM
Creates a PersistenceManagerFactory using a passed in Properties object.
newPersistenceManagerFactory(Properties, ClassLoader) - Static method in class org.xorm.XORM
Creates a PersistenceManagerFactory using a passed in Properties object and the specified ClassLoader.
newPersistenceManagerFactory(String) - Static method in class org.xorm.XORM
Creates a PersistenceManagerFactory using the standard JDO properties.
newPersistenceManagerFactory(String, ClassLoader) - Static method in class org.xorm.XORM
Creates a PersistenceManagerFactory using the standard JDO properties and the specified ClassLoader.
newRows - Variable in class org.xorm.RelationshipProxy
 
newToken(int) - Static method in class org.xorm.query.jdoql.Token
Returns a new Token object, by default.
next - Variable in class org.xorm.query.jdoql.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.xorm.CollectionProxy.ProxyIterator
 
nextIDStatement - Variable in class org.xorm.datastore.sql.BaseSQLDriver.PreparedStatements
 
NONDURABLE - Static variable in class org.xorm.util.jdoxml.JDOIdentityType
 
NONE - Static variable in class org.xorm.util.jdoxml.JDOPersistenceModifier
 
NONE - Static variable in class org.xorm.util.jdoxml.JDONullValue
 
NONTRANSACTIONAL_READ - Static variable in class org.xorm.Options
 
NONTRANSACTIONAL_WRITE - Static variable in class org.xorm.Options
 
NOT - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
NOT_EQUAL - Static variable in class org.xorm.query.Operator
 
notifyIDChanged(Object, Object) - Method in class org.xorm.RelationshipProxy
Called when an object ID changes.
notifyIDChanged(Object, Object) - Method in class org.xorm.InterfaceInvocationHandler
 
NULL - Static variable in class org.xorm.query.Expression.Constant
 
NULL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 

O

OBJECT - Static variable in class org.xorm.RelationshipMapping.Endpoint
 
ObjectId - class org.xorm.ObjectId.
The shared ObjectId class used to represent datastore identity.
ObjectId() - Constructor for class org.xorm.ObjectId
 
ObjectId(Class, Object) - Constructor for class org.xorm.ObjectId
Constructs a new ObjectId for the given class and argument.
ObjectId(String) - Constructor for class org.xorm.ObjectId
 
operand - Variable in class org.xorm.query.Expression.Unary
 
Operator - class org.xorm.query.Operator.
A typesafe enumeration with some helper functions.
operator() - Method in class org.xorm.query.Expression.Binary
Returns a String representation of the operator
operator() - Method in class org.xorm.query.Expression.ConditionalOr
 
operator() - Method in class org.xorm.query.Expression.ConditionalAnd
 
operator() - Method in class org.xorm.query.Expression.InclusiveOr
 
operator() - Method in class org.xorm.query.Expression.And
 
operator() - Method in class org.xorm.query.Expression.ExclusiveOr
 
operator() - Method in class org.xorm.query.Expression.Equal
 
operator() - Method in class org.xorm.query.Expression.NotEqual
 
operator() - Method in class org.xorm.query.Expression.LessThan
 
operator() - Method in class org.xorm.query.Expression.LessThanEqual
 
operator() - Method in class org.xorm.query.Expression.GreaterThan
 
operator() - Method in class org.xorm.query.Expression.GreaterThanEqual
 
operator() - Method in class org.xorm.query.Expression.Multiply
 
operator() - Method in class org.xorm.query.Expression.Modulo
 
operator() - Method in class org.xorm.query.Expression.Divide
 
operator() - Method in class org.xorm.query.Expression.Add
 
operator() - Method in class org.xorm.query.Expression.Subtract
 
OPTIMISTIC - Static variable in class org.xorm.Options
 
OPTION_AUTO_INCREMENT_PRIMARY_KEYS - Static variable in class org.xorm.datastore.sql.SQLConnectionInfo
 
OPTION_BOOTSTRAP_JDO - Static variable in class org.xorm.ModelMapping
 
OPTION_DEFAULT_MAPPING - Static variable in class org.xorm.ModelMapping
 
OPTION_ONLY_CONFIGURED_PROPERTIES - Static variable in class org.xorm.ModelMapping
 
OPTION_SEQUENCE_NAME_PATTERN - Static variable in class org.xorm.datastore.sql.SQLConnectionInfo
 
OPTION_VALIDATE_XML - Static variable in class org.xorm.ModelMapping
 
Options - class org.xorm.Options.
This class encapsulates the JDO options associated with many JDO interfaces.
Options() - Constructor for class org.xorm.Options
 
optionsFlags - Variable in class org.xorm.Options
 
ORC - Static variable in class org.xorm.query.Operator
 
ORC - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
OrCondition - class org.xorm.query.OrCondition.
 
OrCondition(Condition, Condition) - Constructor for class org.xorm.query.OrCondition
 
org.xorm - package org.xorm
 
org.xorm.cache - package org.xorm.cache
 
org.xorm.datastore - package org.xorm.datastore
 
org.xorm.datastore.heap - package org.xorm.datastore.heap
 
org.xorm.datastore.sql - package org.xorm.datastore.sql
 
org.xorm.datastore.xml - package org.xorm.datastore.xml
 
org.xorm.query - package org.xorm.query
 
org.xorm.query.jdoql - package org.xorm.query.jdoql
 
org.xorm.util - package org.xorm.util
 
org.xorm.util.jdoxml - package org.xorm.util.jdoxml
 
ORL - Static variable in class org.xorm.query.Operator
 
ORL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
owner - Variable in class org.xorm.RelationshipProxy
 
owner - Variable in class org.xorm.query.Expression.Member
 

P

parameters - Variable in class org.xorm.query.Expression.MethodCall
 
paramNameToType - Variable in class org.xorm.query.AbstractQueryLanguage
 
parseCodeQuery(PersistenceManager, Class) - Static method in class org.xorm.query.CodeQuery
 
ParseException - exception org.xorm.query.jdoql.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class org.xorm.query.jdoql.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.xorm.query.jdoql.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class org.xorm.query.jdoql.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
PERSISTENT - Static variable in class org.xorm.util.jdoxml.JDOPersistenceModifier
 
PLUS - Static variable in class org.xorm.query.Operator
 
PLUS - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
pmFactoriesByName - Variable in class org.xorm.util.AppConfig
 
PooledDataSource - class org.xorm.datastore.sql.PooledDataSource.
Wraps a JDBC driver manager and provides a pooling of connections.
PooledDataSource() - Constructor for class org.xorm.datastore.sql.PooledDataSource
Initializes a new pooled data source
preSerialize(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
Ensures all fields are loaded from the datastore.
primary() - Method in class org.xorm.query.jdoql.JDOQL
 
properties - Variable in class org.xorm.datastore.ConnectionInfo
 
props - Variable in class org.xorm.datastore.sql.PooledDataSource
 
props - Variable in class org.xorm.util.AppConfig
 
providedBooleanField(PersistenceCapable, int, boolean) - Method in class org.xorm.StateManagerImpl
 
providedByteField(PersistenceCapable, int, byte) - Method in class org.xorm.StateManagerImpl
 
providedCharField(PersistenceCapable, int, char) - Method in class org.xorm.StateManagerImpl
 
providedDoubleField(PersistenceCapable, int, double) - Method in class org.xorm.StateManagerImpl
 
providedFloatField(PersistenceCapable, int, float) - Method in class org.xorm.StateManagerImpl
 
providedIntField(PersistenceCapable, int, int) - Method in class org.xorm.StateManagerImpl
 
providedLongField(PersistenceCapable, int, long) - Method in class org.xorm.StateManagerImpl
 
providedObjectField(PersistenceCapable, int, Object) - Method in class org.xorm.StateManagerImpl
 
providedShortField(PersistenceCapable, int, short) - Method in class org.xorm.StateManagerImpl
 
providedStringField(PersistenceCapable, int, String) - Method in class org.xorm.StateManagerImpl
 

Q

query - Variable in class org.xorm.query.QueryImpl
 
QueryContext - class org.xorm.query.QueryContext.
Represents a Query where parameters have been bound to specific values.
QueryContext(Class) - Constructor for class org.xorm.query.QueryContext
 
QueryContext(Class, boolean) - Constructor for class org.xorm.query.QueryContext
 
QueryImpl - class org.xorm.query.QueryImpl.
Implementation of JDO query interface.
QueryImpl(PersistenceManager) - Constructor for class org.xorm.query.QueryImpl
 
QueryImpl(PersistenceManager, QueryImpl) - Constructor for class org.xorm.query.QueryImpl
 
QueryImpl(PersistenceManager, QueryLanguage) - Constructor for class org.xorm.query.QueryImpl
 
QueryLanguage - interface org.xorm.query.QueryLanguage.
This small interface must be implemented by any dialect of a query language that will be used with XORM.
QueryOrdering - class org.xorm.query.QueryOrdering.
Immutable class to capture ordering information.
QueryOrdering(String, int) - Constructor for class org.xorm.query.QueryOrdering
 
QuerySyntaxException - exception org.xorm.query.QuerySyntaxException.
 
QuerySyntaxException(String) - Constructor for class org.xorm.query.QuerySyntaxException
 
QuerySyntaxException(String, Throwable) - Constructor for class org.xorm.query.QuerySyntaxException
 
QuerySyntaxException(Throwable) - Constructor for class org.xorm.query.QuerySyntaxException
 

R

RawCondition - class org.xorm.query.RawCondition.
RawConditions represent queries in some native query format against a set of tables.
RawCondition(Collection, String) - Constructor for class org.xorm.query.RawCondition
 
read(InputStream) - Static method in class org.xorm.util.jdoxml.JDOXML
Uses JDOM to load from an XML .jdo file.
read(InputStream, boolean) - Static method in class org.xorm.util.jdoxml.JDOXML
Uses JDOM to load from an XML .jdo file.
readChar() - Method in class org.xorm.query.jdoql.SimpleCharStream
 
readChar(StringReader) - Static method in class org.xorm.query.jdoql.JDOQL
Returns the character read after escaping, or null if at the end of the input.
readMethod - Variable in class org.xorm.util.FieldDescriptor
 
readOnly - Variable in class org.xorm.datastore.sql.BaseSQLDriver
 
refresh(InterfaceManager) - Method in class org.xorm.InterfaceInvocationHandler
 
refreshObjectId() - Method in class org.xorm.InterfaceInvocationHandler
 
reindex(int, int) - Method in class org.xorm.ListProxy
 
ReInit(InputStream) - Method in class org.xorm.query.jdoql.SimpleCharStream
 
ReInit(InputStream) - Method in class org.xorm.query.jdoql.JDOQL
 
ReInit(InputStream, int, int) - Method in class org.xorm.query.jdoql.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.xorm.query.jdoql.SimpleCharStream
 
ReInit(JDOQLTokenManager) - Method in class org.xorm.query.jdoql.JDOQL
 
ReInit(Reader) - Method in class org.xorm.query.jdoql.SimpleCharStream
 
ReInit(Reader) - Method in class org.xorm.query.jdoql.JDOQL
 
ReInit(Reader, int, int) - Method in class org.xorm.query.jdoql.SimpleCharStream
 
ReInit(Reader, int, int, int) - Method in class org.xorm.query.jdoql.SimpleCharStream
 
ReInit(SimpleCharStream) - Method in class org.xorm.query.jdoql.JDOQLTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.xorm.query.jdoql.JDOQLTokenManager
 
relational() - Method in class org.xorm.query.jdoql.JDOQL
 
RelationshipMapping - class org.xorm.RelationshipMapping.
A relationship mapping is a set of two endpoints that map specific columns to primary keys of specific interface types.
RelationshipMapping.Endpoint - class org.xorm.RelationshipMapping.Endpoint.
 
RelationshipMapping.Endpoint() - Constructor for class org.xorm.RelationshipMapping.Endpoint
 
RelationshipMapping() - Constructor for class org.xorm.RelationshipMapping
 
RelationshipProxy - class org.xorm.RelationshipProxy.
Represents a one-to-many or many-to-many relationship.
RelationshipProxy.RelationshipProxyIterator - class org.xorm.RelationshipProxy.RelationshipProxyIterator.
 
RelationshipProxy.RelationshipProxyIterator() - Constructor for class org.xorm.RelationshipProxy.RelationshipProxyIterator
 
RelationshipProxy(InterfaceManager, RelationshipMapping, InterfaceInvocationHandler, ClassMapping, Object[]) - Constructor for class org.xorm.RelationshipProxy
Creates a new proxy backed by the data in the rows collection.
remove() - Method in class org.xorm.RelationshipProxy.RelationshipProxyIterator
 
remove() - Method in class org.xorm.CollectionProxy.ProxyIterator
 
remove(int) - Method in class org.xorm.ListProxy
 
remove(Object) - Method in class org.xorm.RelationshipProxy
Removes the given object (proxy object) from the collection.
remove(Object) - Method in class org.xorm.ListProxy
 
remove(Object) - Method in class org.xorm.CollectionProxy
 
remove(Row) - Method in class org.xorm.cache.LRUCache
 
remove(Row) - Method in interface org.xorm.cache.DataCache
Removes a Row from the cache by its primary key.
remove(Row) - Method in class org.xorm.datastore.heap.HeapDatastore
 
removeValue(Object) - Method in class org.xorm.cache.LRUCache
Optional method to remove a value from the cache.
replacingBooleanField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingByteField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingCharField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingDoubleField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingFlags(PersistenceCapable) - Method in class org.xorm.StateManagerImpl
 
replacingFloatField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingIntField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingLongField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingObjectField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingShortField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
replacingStateManager(PersistenceCapable, StateManager) - Method in class org.xorm.StateManagerImpl
 
replacingStringField(PersistenceCapable, int) - Method in class org.xorm.StateManagerImpl
 
require(DataFetchGroup) - Method in class org.xorm.query.Selector
 
requiresExtent() - Method in class org.xorm.util.jdoxml.JDOClass
 
resolveJNDI(String) - Static method in class org.xorm.datastore.ConnectionInfo
 
resolveParameter(String) - Method in class org.xorm.query.QueryContext
 
resolveVariable(String) - Method in class org.xorm.query.QueryContext
 
RESTORE_VALUES - Static variable in class org.xorm.Options
 
RETAIN_VALUES - Static variable in class org.xorm.Options
 
reverse() - Method in class org.xorm.RelationshipMapping
 
rhs - Variable in class org.xorm.query.Expression.Binary
 
rhs - Variable in class org.xorm.query.CompoundCondition
 
rollback() - Method in class org.xorm.TransactionImpl
 
rollback() - Method in interface org.xorm.datastore.DatastoreDriver
 
rollback() - Method in class org.xorm.datastore.heap.HeapDriver
 
rollback() - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
rollback() - Method in class org.xorm.datastore.xml.JDOMDocumentDriver
 
Row - class org.xorm.datastore.Row.
A row represents a single instance of a data object.
Row(Table) - Constructor for class org.xorm.datastore.Row
Constructs a new, hollow row that references the given Table.
Row(Table, Object) - Constructor for class org.xorm.datastore.Row
Constructs a new, hollow row with the given primary key.
RowCacheKeyFactory - class org.xorm.cache.RowCacheKeyFactory.
Utility class used by the LRUCache to generate keys for the Rows it must store.
RowCacheKeyFactory() - Constructor for class org.xorm.cache.RowCacheKeyFactory
 
rows - Variable in class org.xorm.CollectionProxy
 
rowToProxy - Variable in class org.xorm.CollectionProxy
 
RPAREN - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 

S

select(Selector, Set) - Method in interface org.xorm.datastore.DatastoreDriver
Selects from (queries) the datastore for rows matching the specified query conditions.
select(Selector, Set) - Method in class org.xorm.datastore.heap.HeapDriver
 
select(Selector, Set) - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
select(Selector, Set) - Method in class org.xorm.datastore.xml.JDOMDocumentDriver
 
selector - Variable in class org.xorm.CollectionProxy
 
Selector - class org.xorm.query.Selector.
 
Selector.Ordering - class org.xorm.query.Selector.Ordering.
Immutable class to capture ordering information.
Selector.Ordering(Column, int) - Constructor for class org.xorm.query.Selector.Ordering
 
Selector(Table, Condition) - Constructor for class org.xorm.query.Selector
 
SET - Static variable in class org.xorm.RelationshipMapping.Endpoint
 
set(int, Object) - Method in class org.xorm.ListProxy
 
setArray(JDOArray) - Method in class org.xorm.util.jdoxml.JDOField
 
setAutoIncremented(boolean) - Method in class org.xorm.datastore.Column
 
setBooleanField(PersistenceCapable, int, boolean, boolean) - Method in class org.xorm.StateManagerImpl
 
setByteField(PersistenceCapable, int, byte, byte) - Method in class org.xorm.StateManagerImpl
 
setCached(boolean) - Method in class org.xorm.datastore.Row
Set the cached flag
setCandidate(Object) - Method in class org.xorm.query.QueryContext
 
setCandidates(Collection) - Method in class org.xorm.query.QueryImpl
 
setCandidates(Collection) - Method in class org.xorm.query.CodeQuery
 
setCandidates(Extent) - Method in class org.xorm.query.QueryImpl
 
setCandidates(Extent) - Method in class org.xorm.query.CodeQuery
 
setCharField(PersistenceCapable, int, char, char) - Method in class org.xorm.StateManagerImpl
 
setCheckReturnedConnection(boolean) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
setCheckReturnedConnection(boolean) - Method in class org.xorm.datastore.sql.PooledDataSource
If set, instructs the connection to verify its valid when the caller is done with the connection (calls close).
setClass(Class) - Method in class org.xorm.query.QueryImpl
 
setClass(Class) - Method in class org.xorm.query.CodeQuery
 
setClass(Class) - Method in class org.xorm.query.AbstractQueryLanguage
 
setCollection(JDOCollection) - Method in class org.xorm.util.jdoxml.JDOField
 
setCollectionType(int) - Method in class org.xorm.RelationshipMapping.Endpoint
 
setColumn(Column) - Method in class org.xorm.RelationshipMapping.Endpoint
 
setColumn(String, Column, Boolean) - Method in class org.xorm.ClassMapping
Set the Column mapped to the given field.
setCondition(Condition) - Method in class org.xorm.query.Selector
 
setConnectionDriverName(String) - Method in class org.xorm.InterfaceManagerFactory
 
setConnectionDriverName(String) - Method in class org.xorm.datastore.ConnectionInfo
 
setConnectionFactory(Object) - Method in class org.xorm.InterfaceManagerFactory
 
setConnectionFactory(Object) - Method in class org.xorm.datastore.ConnectionInfo
 
setConnectionFactory2(Object) - Method in class org.xorm.InterfaceManagerFactory
 
setConnectionFactory2(Object) - Method in class org.xorm.datastore.ConnectionInfo
 
setConnectionFactory2Name(String) - Method in class org.xorm.InterfaceManagerFactory
 
setConnectionFactory2Name(String) - Method in class org.xorm.datastore.ConnectionInfo
 
setConnectionFactoryName(String) - Method in class org.xorm.InterfaceManagerFactory
 
setConnectionFactoryName(String) - Method in class org.xorm.datastore.ConnectionInfo
 
setConnectionInfo(SQLConnectionInfo) - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
setConnectionPassword(String) - Method in class org.xorm.InterfaceManagerFactory
 
setConnectionPassword(String) - Method in class org.xorm.datastore.ConnectionInfo
 
setConnectionUrl(String) - Method in class org.xorm.datastore.sql.PooledDataSource
Set the URL used to connect to the DB
setConnectionURL(String) - Method in class org.xorm.InterfaceManagerFactory
 
setConnectionURL(String) - Method in class org.xorm.datastore.ConnectionInfo
 
setConnectionUserName(String) - Method in class org.xorm.InterfaceManagerFactory
 
setConnectionUserName(String) - Method in class org.xorm.datastore.ConnectionInfo
 
setDataSource(DataSource) - Method in class org.xorm.datastore.sql.BaseSQLDriver
 
setDatastoreIdentityType(Class) - Method in class org.xorm.ClassMapping
 
setDebugStream(PrintStream) - Method in class org.xorm.query.jdoql.JDOQLTokenManager
 
setDefaultFetchGroup(Boolean) - Method in class org.xorm.util.jdoxml.JDOField
 
setDoubleField(PersistenceCapable, int, double, double) - Method in class org.xorm.StateManagerImpl
 
setDriverName(String) - Method in class org.xorm.datastore.sql.PooledDataSource
Set the name of the driver to load when connecting to the DB
setElementClass(Class) - Method in class org.xorm.RelationshipMapping.Endpoint
 
setElementType(String) - Method in class org.xorm.util.jdoxml.JDOCollection
 
setEmbedded(Boolean) - Method in class org.xorm.util.jdoxml.JDOField
 
setEmbeddedElement(Boolean) - Method in class org.xorm.util.jdoxml.JDOCollection
 
setEmbeddedElement(Boolean) - Method in class org.xorm.util.jdoxml.JDOArray
 
setEmbeddedKey(Boolean) - Method in class org.xorm.util.jdoxml.JDOMap
 
setEmbeddedValue(Boolean) - Method in class org.xorm.util.jdoxml.JDOMap
 
setExecuteBatch(boolean) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
setFactory(InterfaceManagerFactory) - Method in class org.xorm.ModelMapping
 
setFactory(InterfaceManagerFactory) - Method in class org.xorm.FetchGroupManager
 
setFactory(InterfaceManagerFactory) - Method in interface org.xorm.Configurable
 
setFactory(InterfaceManagerFactory) - Method in class org.xorm.cache.LRUCache
 
setFactory(InterfaceManagerFactory) - Method in class org.xorm.datastore.ConnectionInfo
 
setFactory(InterfaceManagerFactory) - Method in class org.xorm.datastore.heap.HeapDatastore
 
setFilter(Object) - Method in class org.xorm.query.DataQuery
 
setFilter(Object) - Method in class org.xorm.query.AbstractQueryLanguage
 
setFilter(Object) - Method in class org.xorm.query.jdoql.JDOQL
 
setFilter(String) - Method in class org.xorm.RelationshipMapping
 
setFilter(String) - Method in class org.xorm.query.QueryImpl
 
setFilter(String) - Method in class org.xorm.query.CodeQuery
 
setFloatField(PersistenceCapable, int, float, float) - Method in class org.xorm.StateManagerImpl
 
setFormat(String) - Method in class org.xorm.datastore.Column
 
setIdentityType(JDOIdentityType) - Method in class org.xorm.util.jdoxml.JDOClass
 
setIdleCheck(long) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
setIdleCheck(long) - Method in class org.xorm.datastore.sql.PooledDataSource
Sets the amount of time in milliseconds a connection has been idle before the pool tests the connection to see if its still valid
setIdleCheckSQL(String) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
setIdleCheckSQL(String) - Method in class org.xorm.datastore.sql.PooledDataSource
Sets a sql statement to be used to check a connection.
setIgnoreCache(boolean) - Method in class org.xorm.InterfaceManagerFactory
 
setIgnoreCache(boolean) - Method in class org.xorm.query.QueryImpl
 
setIgnoreCache(boolean) - Method in class org.xorm.query.CodeQuery
 
setImports(String) - Method in class org.xorm.RelationshipMapping
 
setIndexColumn(Column) - Method in class org.xorm.RelationshipMapping
 
setIntField(PersistenceCapable, int, int, int) - Method in class org.xorm.StateManagerImpl
 
setInverse(String, String) - Method in class org.xorm.ClassMapping
 
setInverted() - Method in class org.xorm.query.Condition
 
setIsolationLevel(Integer) - Method in class org.xorm.datastore.sql.PooledDataSource
Sets the transaction isolation level.
setIsolationLevelString(String) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
setJoinColumn(Column) - Method in class org.xorm.query.Selector
 
setKey(String) - Method in class org.xorm.util.jdoxml.JDOExtension
 
setKeyType(String) - Method in class org.xorm.util.jdoxml.JDOMap
 
setLastIDStatement(String) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
setLoginTimeout(int) - Method in class org.xorm.datastore.sql.PooledDataSource
Sets the maximum time to wait in seconds for a connection before throwing an exception.
setLogWriter(PrintWriter) - Method in class org.xorm.datastore.sql.PooledDataSource
 
setLongField(PersistenceCapable, int, long, long) - Method in class org.xorm.StateManagerImpl
 
setManaged(boolean) - Method in class org.xorm.datastore.Column
 
setMap(JDOMap) - Method in class org.xorm.util.jdoxml.JDOField
 
setMap(Map) - Method in class org.xorm.query.QueryContext
 
setMaxPool(int) - Method in class org.xorm.InterfaceManagerFactory
 
setMaxPool(int) - Method in class org.xorm.datastore.ConnectionInfo
 
setMaxPool(int) - Method in class org.xorm.datastore.sql.PooledDataSource
 
setMinPool(int) - Method in class org.xorm.InterfaceManagerFactory
 
setMinPool(int) - Method in class org.xorm.datastore.ConnectionInfo
 
setMinPool(int) - Method in class org.xorm.datastore.sql.PooledDataSource
 
setMsWait(int) - Method in class org.xorm.InterfaceManagerFactory
 
setMsWait(int) - Method in class org.xorm.datastore.ConnectionInfo
 
setMToN(boolean) - Method in class org.xorm.RelationshipMapping
 
setMultithreaded(boolean) - Method in class org.xorm.InterfaceManagerFactory
 
setName(String) - Method in class org.xorm.datastore.Table
 
setName(String) - Method in class org.xorm.datastore.Column
 
setName(String) - Method in class org.xorm.util.jdoxml.JDOPackage
 
setName(String) - Method in class org.xorm.util.jdoxml.JDOField
 
setName(String) - Method in class org.xorm.util.jdoxml.JDOClass
 
setNextIDStatement(String) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
setNonNull(boolean) - Method in class org.xorm.datastore.Column
 
setNontransactionalRead(boolean) - Method in class org.xorm.TransactionImpl
 
setNontransactionalRead(boolean) - Method in class org.xorm.Options
 
setNontransactionalRead(boolean) - Method in class org.xorm.InterfaceManagerFactory
 
setNontransactionalWrite(boolean) - Method in class org.xorm.TransactionImpl
 
setNontransactionalWrite(boolean) - Method in class org.xorm.Options
 
setNontransactionalWrite(boolean) - Method in class org.xorm.InterfaceManagerFactory
 
setNullValue(JDONullValue) - Method in class org.xorm.util.jdoxml.JDOField
 
setObject(PreparedStatement, int, Object, String) - Method in class org.xorm.datastore.sql.SybaseDriver
 
setObject(PreparedStatement, int, Object, String) - Method in class org.xorm.datastore.sql.BaseSQLDriver
Handles default conversions that should work with most JDBC drivers.
setObjectField(PersistenceCapable, int, Object, Object) - Method in class org.xorm.StateManagerImpl
 
setObjectIdClass(String) - Method in class org.xorm.util.jdoxml.JDOClass
 
setOperand(Expression) - Method in class org.xorm.query.Expression.Unary
 
setOptimistic(boolean) - Method in class org.xorm.TransactionImpl
 
setOptimistic(boolean) - Method in class org.xorm.Options
 
setOptimistic(boolean) - Method in class org.xorm.InterfaceManagerFactory
 
setOrderBy(String) - Method in class org.xorm.RelationshipMapping
 
setOrdering(Selector.Ordering[]) - Method in class org.xorm.query.Selector
 
setOrdering(String) - Method in class org.xorm.RelationshipMapping
 
setOrdering(String) - Method in class org.xorm.query.QueryImpl
 
setOrdering(String) - Method in class org.xorm.query.CodeQuery
 
setOuterJoin(boolean) - Method in class org.xorm.query.Selector
 
setOwner(Expression) - Method in class org.xorm.query.Expression.Member
 
setParameters(String) - Method in class org.xorm.RelationshipMapping
 
setPassword(String) - Method in class org.xorm.datastore.sql.PooledDataSource
Sets the password to use when creating a db connection.
setPersistenceCapableSuperclass(String) - Method in class org.xorm.util.jdoxml.JDOClass
 
setPersistenceModifier(JDOPersistenceModifier) - Method in class org.xorm.util.jdoxml.JDOField
 
setPrimaryKey(boolean) - Method in class org.xorm.util.jdoxml.JDOField
 
setPrimaryKey(Column) - Method in class org.xorm.datastore.Table
 
setPrimaryKeyValue(Object) - Method in class org.xorm.datastore.Row
 
setProperties(Properties) - Method in class org.xorm.ModelMapping
Initializes an empty ModelMapping that will be populated on demand by reading JDO files, or can be hand-populated by the user.
setProperties(Properties) - Method in class org.xorm.FetchGroupManager
 
setProperties(Properties) - Method in interface org.xorm.Configurable
 
setProperties(Properties) - Method in class org.xorm.cache.LRUCache
This method is called by XORM after reflectively instantiating the class.
setProperties(Properties) - Method in class org.xorm.datastore.ConnectionInfo
 
setProperties(Properties) - Method in class org.xorm.datastore.heap.HeapDatastore
 
setProperties(Properties) - Method in class org.xorm.datastore.sql.SQLConnectionInfo
 
setPropertiesFile(String) - Method in class org.xorm.util.AppConfig
This is called by the JRE or servlet engine resource manager.
setReadOnly(boolean) - Method in class org.xorm.datastore.Column
 
setRelationship(String, RelationshipMapping) - Method in class org.xorm.ClassMapping
Define a to-many relationship on a field.
setRequiresExtent(boolean) - Method in class org.xorm.util.jdoxml.JDOClass
 
setRestoreValues(boolean) - Method in class org.xorm.TransactionImpl
 
setRestoreValues(boolean) - Method in class org.xorm.Options
 
setRestoreValues(boolean) - Method in class org.xorm.InterfaceManagerFactory
 
setRetainValues(boolean) - Method in class org.xorm.TransactionImpl
 
setRetainValues(boolean) - Method in class org.xorm.Options
 
setRetainValues(boolean) - Method in class org.xorm.InterfaceManagerFactory
 
setRow(Row) - Method in class org.xorm.InterfaceInvocationHandler
Sets the working Row.
setSequence(String) - Method in class org.xorm.datastore.Column
 
setShortField(PersistenceCapable, int, short, short) - Method in class org.xorm.StateManagerImpl
 
setSource(RelationshipMapping.Endpoint) - Method in class org.xorm.RelationshipMapping
 
setStringField(PersistenceCapable, int, String, String) - Method in class org.xorm.StateManagerImpl
 
setSynchronization(Synchronization) - Method in class org.xorm.TransactionImpl
 
setTable(Table) - Method in class org.xorm.ClassMapping
Defines the table that will be used to map the class.
setTarget(RelationshipMapping.Endpoint) - Method in class org.xorm.RelationshipMapping
 
setType(Class) - Method in class org.xorm.query.Expression.Symbolic
 
setType(String) - Method in class org.xorm.datastore.Column
 
setUser(String) - Method in class org.xorm.datastore.sql.PooledDataSource
Sets the user name to pass when making a db connection
setValue(Column, Object) - Method in class org.xorm.datastore.Row
Set the value for the given column.
setValue(String) - Method in class org.xorm.util.jdoxml.JDOExtension
 
setValueType(String) - Method in class org.xorm.util.jdoxml.JDOMap
 
setVariables(String) - Method in class org.xorm.RelationshipMapping
 
setVendorName(String) - Method in class org.xorm.util.jdoxml.JDOExtension
 
shouldFetch(Column) - Method in class org.xorm.datastore.DataFetchGroup
Returns true if the specified Column should be fetched.
SimpleCharStream - class org.xorm.query.jdoql.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.xorm.query.jdoql.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.xorm.query.jdoql.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.xorm.query.jdoql.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.xorm.query.jdoql.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.xorm.query.jdoql.SimpleCharStream
 
SimpleCharStream(Reader, int, int, int) - Constructor for class org.xorm.query.jdoql.SimpleCharStream
 
SimpleCondition - class org.xorm.query.SimpleCondition.
 
SimpleCondition(Column, Operator, Object) - Constructor for class org.xorm.query.SimpleCondition
 
size() - Method in class org.xorm.CollectionProxy
Returns the size of the collection.
sizeHint - Variable in class org.xorm.CollectionProxy
 
snapshot() - Method in class org.xorm.InterfaceInvocationHandler
Clones the current backing row for use in case of rollback.
specialConstructor - Variable in class org.xorm.query.jdoql.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.xorm.query.jdoql.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SQLCondition - class org.xorm.datastore.sql.SQLCondition.
 
SQLCondition(Collection, String) - Constructor for class org.xorm.datastore.sql.SQLCondition
 
SQLConnectionInfo - class org.xorm.datastore.sql.SQLConnectionInfo.
 
SQLConnectionInfo() - Constructor for class org.xorm.datastore.sql.SQLConnectionInfo
 
SQLQuery - class org.xorm.datastore.sql.SQLQuery.
Converts a selector tree to a SQL statement.
SQLQuery.Alias - class org.xorm.datastore.sql.SQLQuery.Alias.
 
SQLQuery.Alias(String, Table, Set, Column) - Constructor for class org.xorm.datastore.sql.SQLQuery.Alias
 
SQLQuery(Selector) - Constructor for class org.xorm.datastore.sql.SQLQuery
 
SQLType - class org.xorm.datastore.sql.SQLType.
Helper class to get JDBC Type values by name.
STARTS_WITH - Static variable in class org.xorm.query.Operator
 
StateManagerImpl - class org.xorm.StateManagerImpl.
A single instance of StateManagerImpl tracks the state of a non-interface JDO PersistenceCapable object.
staticFlag - Static variable in class org.xorm.query.jdoql.SimpleCharStream
 
STR_CONTAINS - Static variable in class org.xorm.query.Operator
 
STRING_LITERAL - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
subList(int, int) - Method in class org.xorm.ListProxy
 
supportedOptions() - Method in class org.xorm.InterfaceManagerFactory
Returns a listing of the JDO options supported.
SwitchTo(int) - Method in class org.xorm.query.jdoql.JDOQLTokenManager
 
SybaseDriver - class org.xorm.datastore.sql.SybaseDriver.
Supports the Sybase database's autoincrement for primary keys.
SybaseDriver() - Constructor for class org.xorm.datastore.sql.SybaseDriver
 

T

Table - class org.xorm.datastore.Table.
Represents a database table.
Table(String) - Constructor for class org.xorm.datastore.Table
 
THIS - Static variable in class org.xorm.query.Expression.FieldAccess
 
THIS - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
ThreadLocalPersistenceManager - class org.xorm.util.ThreadLocalPersistenceManager.
This class provides thread-local access to a set of PersistenceManagers.
ThreadLocalPersistenceManager(PersistenceManagerFactory) - Constructor for class org.xorm.util.ThreadLocalPersistenceManager
 
TIMES - Static variable in class org.xorm.query.Operator
 
TIMES - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
toArray() - Method in class org.xorm.ListProxy
 
toArray(Object[]) - Method in class org.xorm.ListProxy
 
toCountSQL() - Method in class org.xorm.datastore.sql.SQLQuery
SQL needed to run the count() query.
token - Variable in class org.xorm.query.jdoql.JDOQL
 
Token - class org.xorm.query.jdoql.Token.
Describes the input token stream.
token_source - Variable in class org.xorm.query.jdoql.JDOQL
 
Token() - Constructor for class org.xorm.query.jdoql.Token
 
tokenImage - Variable in class org.xorm.query.jdoql.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
TokenMgrError - error org.xorm.query.jdoql.TokenMgrError.
 
TokenMgrError() - Constructor for class org.xorm.query.jdoql.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.xorm.query.jdoql.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.xorm.query.jdoql.TokenMgrError
 
toSQL() - Method in class org.xorm.datastore.sql.SQLQuery
Returns the SQL generated by this query.
toString() - Method in class org.xorm.ObjectId
Returns the String representation of this ObjectId, which is simply getId().toString() with a null check.
toString() - Method in class org.xorm.InterfaceInvocationHandler
Returns a debug representation of this handler, in the format [org.xorm.InterfaceInvocationHandler@xxxxxx; interface com.xyz.model.MyClass, primaryKey: {id}, status: PERSISTENT_CLEAN]
toString() - Method in class org.xorm.datastore.Row
 
toString() - Method in class org.xorm.datastore.Column
 
toString() - Method in class org.xorm.query.SimpleCondition
 
toString() - Method in class org.xorm.query.Selector
 
toString() - Method in class org.xorm.query.QueryImpl
 
toString() - Method in class org.xorm.query.OrCondition
 
toString() - Method in class org.xorm.query.Operator
 
toString() - Method in class org.xorm.query.Expression
 
toString() - Method in class org.xorm.query.Expression.Binary
 
toString() - Method in class org.xorm.query.Expression.Constant
 
toString() - Method in class org.xorm.query.Expression.Parameter
 
toString() - Method in class org.xorm.query.Expression.Variable
 
toString() - Method in class org.xorm.query.Expression.FieldAccess
 
toString() - Method in class org.xorm.query.Expression.MethodCall
 
toString() - Method in class org.xorm.query.Expression.UnaryMinus
 
toString() - Method in class org.xorm.query.Expression.Cast
 
toString() - Method in class org.xorm.query.Expression.Not
 
toString() - Method in class org.xorm.query.Expression.BitwiseComplement
 
toString() - Method in class org.xorm.query.CodeQuery
 
toString() - Method in class org.xorm.query.CodeParser
 
toString() - Method in class org.xorm.query.AndCondition
 
toString() - Method in class org.xorm.query.AbstractQueryLanguage
 
toString() - Method in class org.xorm.query.jdoql.Token
Returns the image.
TRANSACTIONAL - Static variable in class org.xorm.util.jdoxml.JDOPersistenceModifier
 
TransactionImpl - class org.xorm.TransactionImpl.
A transaction with ACID properties, to which may be attached any number of objects.
TransactionImpl(InterfaceManager, DatastoreDriver, Options) - Constructor for class org.xorm.TransactionImpl
 
TRUE - Static variable in class org.xorm.query.Expression.Constant
 
TRUE - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
txnManaged - Variable in class org.xorm.RelationshipProxy
 
type - Variable in class org.xorm.query.Expression.Symbolic
 
type - Variable in class org.xorm.query.Expression.Cast
 
type - Variable in class org.xorm.util.FieldDescriptor
 
type() - Method in class org.xorm.query.jdoql.JDOQL
 
TypeConverter - class org.xorm.util.TypeConverter.
Contains static methods for converting between various Java types.
TypeConverter() - Constructor for class org.xorm.util.TypeConverter
 

U

unary() - Method in class org.xorm.query.jdoql.JDOQL
 
unaryNotPlusMinus() - Method in class org.xorm.query.jdoql.JDOQL
 
UNDERSCORE - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
update(Row) - Method in interface org.xorm.datastore.DatastoreDriver
Updates a given row so that the datastore's values are in sync with those in the object.
update(Row) - Method in class org.xorm.datastore.heap.HeapDriver
 
update(Row) - Method in class org.xorm.datastore.sql.BaseSQLDriver
Updates a row against the database.
update(Row) - Method in class org.xorm.datastore.xml.JDOMDocumentDriver
 

V

valid - Variable in class org.xorm.CollectionProxy.ProxyIterator
 
value - Variable in class org.xorm.query.Expression.Constant
 
varNameToType - Variable in class org.xorm.query.AbstractQueryLanguage
 
visitAALOAD(AALOAD) - Method in class org.xorm.query.CodeParser
 
visitAASTORE(AASTORE) - Method in class org.xorm.query.CodeParser
 
visitACONST_NULL(ACONST_NULL) - Method in class org.xorm.query.CodeParser
 
visitAllocationInstruction(AllocationInstruction) - Method in class org.xorm.query.CodeParser
 
visitALOAD(ALOAD) - Method in class org.xorm.query.CodeParser
 
visitAnd(Expression.And) - Method in interface org.xorm.query.ExpressionVisitor
 
visitAnd(Expression.And) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitAnd(Expression.And) - Method in class org.xorm.query.BoundExpression
 
visitANEWARRAY(ANEWARRAY) - Method in class org.xorm.query.CodeParser
 
visitARETURN(ARETURN) - Method in class org.xorm.query.CodeParser
 
visitArithmeticInstruction(ArithmeticInstruction) - Method in class org.xorm.query.CodeParser
 
visitArrayInstruction(ArrayInstruction) - Method in class org.xorm.query.CodeParser
 
visitARRAYLENGTH(ARRAYLENGTH) - Method in class org.xorm.query.CodeParser
 
visitASTORE(ASTORE) - Method in class org.xorm.query.CodeParser
 
visitATHROW(ATHROW) - Method in class org.xorm.query.CodeParser
 
visitBALOAD(BALOAD) - Method in class org.xorm.query.CodeParser
 
visitBASTORE(BASTORE) - Method in class org.xorm.query.CodeParser
 
visitBIPUSH(BIPUSH) - Method in class org.xorm.query.CodeParser
 
visitBranchInstruction(BranchInstruction) - Method in class org.xorm.query.CodeParser
 
visitBREAKPOINT(BREAKPOINT) - Method in class org.xorm.query.CodeParser
 
visitCALOAD(CALOAD) - Method in class org.xorm.query.CodeParser
 
visitCASTORE(CASTORE) - Method in class org.xorm.query.CodeParser
 
visitCHECKCAST(CHECKCAST) - Method in class org.xorm.query.CodeParser
 
visitComparison(Expression.Comparison) - Method in interface org.xorm.query.ExpressionVisitor
 
visitComparison(Expression.Comparison) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitComparison(Expression.Comparison) - Method in class org.xorm.query.ExpressionValidator
Ensures that both sides of a comparison are valid.
visitComparison(Expression.Comparison) - Method in class org.xorm.query.BoundExpression
 
visitConditionalAnd(Expression.ConditionalAnd) - Method in interface org.xorm.query.ExpressionVisitor
 
visitConditionalAnd(Expression.ConditionalAnd) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitConditionalAnd(Expression.ConditionalAnd) - Method in class org.xorm.query.BoundExpression
 
visitConditionalOr(Expression.ConditionalOr) - Method in interface org.xorm.query.ExpressionVisitor
 
visitConditionalOr(Expression.ConditionalOr) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitConditionalOr(Expression.ConditionalOr) - Method in class org.xorm.query.BoundExpression
 
visitConstant(Expression.Constant) - Method in interface org.xorm.query.ExpressionVisitor
 
visitConstant(Expression.Constant) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitConstant(Expression.Constant) - Method in class org.xorm.query.BoundExpression
 
visitConstantPushInstruction(ConstantPushInstruction) - Method in class org.xorm.query.CodeParser
 
visitConversionInstruction(ConversionInstruction) - Method in class org.xorm.query.CodeParser
 
visitCPInstruction(CPInstruction) - Method in class org.xorm.query.CodeParser
 
visitD2F(D2F) - Method in class org.xorm.query.CodeParser
 
visitD2I(D2I) - Method in class org.xorm.query.CodeParser
 
visitD2L(D2L) - Method in class org.xorm.query.CodeParser
 
visitDADD(DADD) - Method in class org.xorm.query.CodeParser
 
visitDALOAD(DALOAD) - Method in class org.xorm.query.CodeParser
 
visitDASTORE(DASTORE) - Method in class org.xorm.query.CodeParser
 
visitDCMPG(DCMPG) - Method in class org.xorm.query.CodeParser
 
visitDCMPL(DCMPL) - Method in class org.xorm.query.CodeParser
 
visitDCONST(DCONST) - Method in class org.xorm.query.CodeParser
 
visitDDIV(DDIV) - Method in class org.xorm.query.CodeParser
 
visitDLOAD(DLOAD) - Method in class org.xorm.query.CodeParser
 
visitDMUL(DMUL) - Method in class org.xorm.query.CodeParser
 
visitDNEG(DNEG) - Method in class org.xorm.query.CodeParser
 
visitDREM(DREM) - Method in class org.xorm.query.CodeParser
 
visitDRETURN(DRETURN) - Method in class org.xorm.query.CodeParser
 
visitDSTORE(DSTORE) - Method in class org.xorm.query.CodeParser
 
visitDSUB(DSUB) - Method in class org.xorm.query.CodeParser
 
visitDUP_X1(DUP_X1) - Method in class org.xorm.query.CodeParser
 
visitDUP_X2(DUP_X2) - Method in class org.xorm.query.CodeParser
 
visitDUP(DUP) - Method in class org.xorm.query.CodeParser
 
visitDUP2_X1(DUP2_X1) - Method in class org.xorm.query.CodeParser
 
visitDUP2_X2(DUP2_X2) - Method in class org.xorm.query.CodeParser
 
visitDUP2(DUP2) - Method in class org.xorm.query.CodeParser
 
visitExceptionThrower(ExceptionThrower) - Method in class org.xorm.query.CodeParser
 
visitF2D(F2D) - Method in class org.xorm.query.CodeParser
 
visitF2I(F2I) - Method in class org.xorm.query.CodeParser
 
visitF2L(F2L) - Method in class org.xorm.query.CodeParser
 
visitFADD(FADD) - Method in class org.xorm.query.CodeParser
 
visitFALOAD(FALOAD) - Method in class org.xorm.query.CodeParser
 
visitFASTORE(FASTORE) - Method in class org.xorm.query.CodeParser
 
visitFCMPG(FCMPG) - Method in class org.xorm.query.CodeParser
 
visitFCMPL(FCMPL) - Method in class org.xorm.query.CodeParser
 
visitFCONST(FCONST) - Method in class org.xorm.query.CodeParser
 
visitFDIV(FDIV) - Method in class org.xorm.query.CodeParser
 
visitFieldAccess(Expression.FieldAccess) - Method in interface org.xorm.query.ExpressionVisitor
 
visitFieldAccess(Expression.FieldAccess) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitFieldAccess(Expression.FieldAccess) - Method in class org.xorm.query.ExpressionValidator
Ensures that the field is mapped for the owning class and sets the Type field to the correct class.
visitFieldAccess(Expression.FieldAccess) - Method in class org.xorm.query.BoundExpression
 
visitFieldInstruction(FieldInstruction) - Method in class org.xorm.query.CodeParser
 
visitFieldOrMethod(FieldOrMethod) - Method in class org.xorm.query.CodeParser
 
visitFLOAD(FLOAD) - Method in class org.xorm.query.CodeParser
 
visitFMUL(FMUL) - Method in class org.xorm.query.CodeParser
 
visitFNEG(FNEG) - Method in class org.xorm.query.CodeParser
 
visitFREM(FREM) - Method in class org.xorm.query.CodeParser
 
visitFRETURN(FRETURN) - Method in class org.xorm.query.CodeParser
 
visitFSTORE(FSTORE) - Method in class org.xorm.query.CodeParser
 
visitFSUB(FSUB) - Method in class org.xorm.query.CodeParser
 
visitGETFIELD(GETFIELD) - Method in class org.xorm.query.CodeParser
 
visitGETSTATIC(GETSTATIC) - Method in class org.xorm.query.CodeParser
 
visitGOTO_W(GOTO_W) - Method in class org.xorm.query.CodeParser
 
visitGOTO(GOTO) - Method in class org.xorm.query.CodeParser
 
visitGotoInstruction(GotoInstruction) - Method in class org.xorm.query.CodeParser
 
visitI2B(I2B) - Method in class org.xorm.query.CodeParser
 
visitI2C(I2C) - Method in class org.xorm.query.CodeParser
 
visitI2D(I2D) - Method in class org.xorm.query.CodeParser
 
visitI2F(I2F) - Method in class org.xorm.query.CodeParser
 
visitI2L(I2L) - Method in class org.xorm.query.CodeParser
 
visitI2S(I2S) - Method in class org.xorm.query.CodeParser
 
visitIADD(IADD) - Method in class org.xorm.query.CodeParser
 
visitIALOAD(IALOAD) - Method in class org.xorm.query.CodeParser
 
visitIAND(IAND) - Method in class org.xorm.query.CodeParser
 
visitIASTORE(IASTORE) - Method in class org.xorm.query.CodeParser
 
visitICONST(ICONST) - Method in class org.xorm.query.CodeParser
 
visitIDIV(IDIV) - Method in class org.xorm.query.CodeParser
 
visitIF_ACMPEQ(IF_ACMPEQ) - Method in class org.xorm.query.CodeParser
 
visitIF_ACMPNE(IF_ACMPNE) - Method in class org.xorm.query.CodeParser
 
visitIF_ICMPEQ(IF_ICMPEQ) - Method in class org.xorm.query.CodeParser
 
visitIF_ICMPGE(IF_ICMPGE) - Method in class org.xorm.query.CodeParser
 
visitIF_ICMPGT(IF_ICMPGT) - Method in class org.xorm.query.CodeParser
 
visitIF_ICMPLE(IF_ICMPLE) - Method in class org.xorm.query.CodeParser
 
visitIF_ICMPLT(IF_ICMPLT) - Method in class org.xorm.query.CodeParser
 
visitIF_ICMPNE(IF_ICMPNE) - Method in class org.xorm.query.CodeParser
 
visitIFEQ(IFEQ) - Method in class org.xorm.query.CodeParser
 
visitIFGE(IFGE) - Method in class org.xorm.query.CodeParser
 
visitIFGT(IFGT) - Method in class org.xorm.query.CodeParser
 
visitIfInstruction(IfInstruction) - Method in class org.xorm.query.CodeParser
 
visitIFLE(IFLE) - Method in class org.xorm.query.CodeParser
 
visitIFLT(IFLT) - Method in class org.xorm.query.CodeParser
 
visitIFNE(IFNE) - Method in class org.xorm.query.CodeParser
 
visitIFNONNULL(IFNONNULL) - Method in class org.xorm.query.CodeParser
 
visitIFNULL(IFNULL) - Method in class org.xorm.query.CodeParser
 
visitIINC(IINC) - Method in class org.xorm.query.CodeParser
 
visitILOAD(ILOAD) - Method in class org.xorm.query.CodeParser
 
visitIMPDEP1(IMPDEP1) - Method in class org.xorm.query.CodeParser
 
visitIMPDEP2(IMPDEP2) - Method in class org.xorm.query.CodeParser
 
visitIMUL(IMUL) - Method in class org.xorm.query.CodeParser
 
visitINEG(INEG) - Method in class org.xorm.query.CodeParser
 
visitINSTANCEOF(INSTANCEOF) - Method in class org.xorm.query.CodeParser
 
visitInvokeInstruction(InvokeInstruction) - Method in class org.xorm.query.CodeParser
 
visitINVOKEINTERFACE(INVOKEINTERFACE) - Method in class org.xorm.query.CodeParser
 
visitINVOKESPECIAL(INVOKESPECIAL) - Method in class org.xorm.query.CodeParser
 
visitINVOKESTATIC(INVOKESTATIC) - Method in class org.xorm.query.CodeParser
 
visitINVOKEVIRTUAL(INVOKEVIRTUAL) - Method in class org.xorm.query.CodeParser
 
visitIOR(IOR) - Method in class org.xorm.query.CodeParser
 
visitIREM(IREM) - Method in class org.xorm.query.CodeParser
 
visitIRETURN(IRETURN) - Method in class org.xorm.query.CodeParser
 
visitISHL(ISHL) - Method in class org.xorm.query.CodeParser
 
visitISHR(ISHR) - Method in class org.xorm.query.CodeParser
 
visitISTORE(ISTORE) - Method in class org.xorm.query.CodeParser
 
visitISUB(ISUB) - Method in class org.xorm.query.CodeParser
 
visitIUSHR(IUSHR) - Method in class org.xorm.query.CodeParser
 
visitIXOR(IXOR) - Method in class org.xorm.query.CodeParser
 
visitJSR_W(JSR_W) - Method in class org.xorm.query.CodeParser
 
visitJSR(JSR) - Method in class org.xorm.query.CodeParser
 
visitJsrInstruction(JsrInstruction) - Method in class org.xorm.query.CodeParser
 
visitL2D(L2D) - Method in class org.xorm.query.CodeParser
 
visitL2F(L2F) - Method in class org.xorm.query.CodeParser
 
visitL2I(L2I) - Method in class org.xorm.query.CodeParser
 
visitLADD(LADD) - Method in class org.xorm.query.CodeParser
 
visitLALOAD(LALOAD) - Method in class org.xorm.query.CodeParser
 
visitLAND(LAND) - Method in class org.xorm.query.CodeParser
 
visitLASTORE(LASTORE) - Method in class org.xorm.query.CodeParser
 
visitLCMP(LCMP) - Method in class org.xorm.query.CodeParser
 
visitLCONST(LCONST) - Method in class org.xorm.query.CodeParser
 
visitLDC(LDC) - Method in class org.xorm.query.CodeParser
 
visitLDC2_W(LDC2_W) - Method in class org.xorm.query.CodeParser
 
visitLDIV(LDIV) - Method in class org.xorm.query.CodeParser
 
visitLLOAD(LLOAD) - Method in class org.xorm.query.CodeParser
 
visitLMUL(LMUL) - Method in class org.xorm.query.CodeParser
 
visitLNEG(LNEG) - Method in class org.xorm.query.CodeParser
 
visitLoadClass(LoadClass) - Method in class org.xorm.query.CodeParser
 
visitLoadInstruction(LoadInstruction) - Method in class org.xorm.query.CodeParser
 
visitLocalVariableInstruction(LocalVariableInstruction) - Method in class org.xorm.query.CodeParser
 
visitLOOKUPSWITCH(LOOKUPSWITCH) - Method in class org.xorm.query.CodeParser
 
visitLOR(LOR) - Method in class org.xorm.query.CodeParser
 
visitLREM(LREM) - Method in class org.xorm.query.CodeParser
 
visitLRETURN(LRETURN) - Method in class org.xorm.query.CodeParser
 
visitLSHL(LSHL) - Method in class org.xorm.query.CodeParser
 
visitLSHR(LSHR) - Method in class org.xorm.query.CodeParser
 
visitLSTORE(LSTORE) - Method in class org.xorm.query.CodeParser
 
visitLSUB(LSUB) - Method in class org.xorm.query.CodeParser
 
visitLUSHR(LUSHR) - Method in class org.xorm.query.CodeParser
 
visitLXOR(LXOR) - Method in class org.xorm.query.CodeParser
 
visitMethodCall(Expression.MethodCall) - Method in interface org.xorm.query.ExpressionVisitor
 
visitMethodCall(Expression.MethodCall) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitMethodCall(Expression.MethodCall) - Method in class org.xorm.query.ExpressionValidator
Ensures that the method is acceptable as per the JDO spec.
visitMethodCall(Expression.MethodCall) - Method in class org.xorm.query.BoundExpression
 
visitMONITORENTER(MONITORENTER) - Method in class org.xorm.query.CodeParser
 
visitMONITOREXIT(MONITOREXIT) - Method in class org.xorm.query.CodeParser
 
visitMULTIANEWARRAY(MULTIANEWARRAY) - Method in class org.xorm.query.CodeParser
 
visitNEW(NEW) - Method in class org.xorm.query.CodeParser
 
visitNEWARRAY(NEWARRAY) - Method in class org.xorm.query.CodeParser
 
visitNOP(NOP) - Method in class org.xorm.query.CodeParser
 
visitNot(Expression.Not) - Method in interface org.xorm.query.ExpressionVisitor
 
visitNot(Expression.Not) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitNot(Expression.Not) - Method in class org.xorm.query.ExpressionValidator
 
visitNot(Expression.Not) - Method in class org.xorm.query.BoundExpression
 
visitParameter(Expression.Parameter) - Method in interface org.xorm.query.ExpressionVisitor
 
visitParameter(Expression.Parameter) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitParameter(Expression.Parameter) - Method in class org.xorm.query.ExpressionValidator
Ensures that the named parameter has been declared.
visitParameter(Expression.Parameter) - Method in class org.xorm.query.BoundExpression
 
visitPOP(POP) - Method in class org.xorm.query.CodeParser
 
visitPOP2(POP2) - Method in class org.xorm.query.CodeParser
 
visitPopInstruction(PopInstruction) - Method in class org.xorm.query.CodeParser
 
visitPushInstruction(PushInstruction) - Method in class org.xorm.query.CodeParser
 
visitPUTFIELD(PUTFIELD) - Method in class org.xorm.query.CodeParser
 
visitPUTSTATIC(PUTSTATIC) - Method in class org.xorm.query.CodeParser
 
visitRET(RET) - Method in class org.xorm.query.CodeParser
 
visitRETURN(RETURN) - Method in class org.xorm.query.CodeParser
 
visitReturnInstruction(ReturnInstruction) - Method in class org.xorm.query.CodeParser
 
visitSALOAD(SALOAD) - Method in class org.xorm.query.CodeParser
 
visitSASTORE(SASTORE) - Method in class org.xorm.query.CodeParser
 
visitSelect(Select) - Method in class org.xorm.query.CodeParser
 
visitSIPUSH(SIPUSH) - Method in class org.xorm.query.CodeParser
 
visitStackConsumer(StackConsumer) - Method in class org.xorm.query.CodeParser
 
visitStackInstruction(StackInstruction) - Method in class org.xorm.query.CodeParser
 
visitStackProducer(StackProducer) - Method in class org.xorm.query.CodeParser
 
visitStoreInstruction(StoreInstruction) - Method in class org.xorm.query.CodeParser
 
visitSWAP(SWAP) - Method in class org.xorm.query.CodeParser
 
visitTABLESWITCH(TABLESWITCH) - Method in class org.xorm.query.CodeParser
 
visitTypedInstruction(TypedInstruction) - Method in class org.xorm.query.CodeParser
 
visitUnary(Expression.Unary) - Method in interface org.xorm.query.ExpressionVisitor
 
visitUnary(Expression.Unary) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitUnary(Expression.Unary) - Method in class org.xorm.query.ExpressionValidator
 
visitUnary(Expression.Unary) - Method in class org.xorm.query.BoundExpression
 
visitUnconditionalBranch(UnconditionalBranch) - Method in class org.xorm.query.CodeParser
 
visitVariable(Expression.Variable) - Method in interface org.xorm.query.ExpressionVisitor
 
visitVariable(Expression.Variable) - Method in class org.xorm.query.ExpressionVisitor.NoOp
 
visitVariable(Expression.Variable) - Method in class org.xorm.query.ExpressionValidator
Ensures that the named variable has been declared.
visitVariable(Expression.Variable) - Method in class org.xorm.query.BoundExpression
 
visitVariableLengthInstruction(VariableLengthInstruction) - Method in class org.xorm.query.CodeParser
 

W

writeMethod - Variable in class org.xorm.util.FieldDescriptor
 

X

XMLConnectionInfo - class org.xorm.datastore.xml.XMLConnectionInfo.
 
XMLConnectionInfo() - Constructor for class org.xorm.datastore.xml.XMLConnectionInfo
 
XMLType - class org.xorm.datastore.xml.XMLType.
Helper class to get XML type values by name.
XOR - Static variable in class org.xorm.query.Operator
 
XOR - Static variable in interface org.xorm.query.jdoql.JDOQLConstants
 
XORM - class org.xorm.XORM.
XORM helper class to instantiate objects and access XORM-specific features.
XORM_PROPERTIES - Static variable in class org.xorm.XORM
The System property that the no-argument newPersistenceManagerFactory() method reads.
XORM_VENDOR_NAME - Static variable in class org.xorm.ModelMapping
 
XORM() - Constructor for class org.xorm.XORM
 

_

_additive() - Method in class org.xorm.query.jdoql.JDOQL
 
_and() - Method in class org.xorm.query.jdoql.JDOQL
 
_argumentList() - Method in class org.xorm.query.jdoql.JDOQL
 
_conditionalAnd() - Method in class org.xorm.query.jdoql.JDOQL
 
_conditionalOr() - Method in class org.xorm.query.jdoql.JDOQL
 
_equality() - Method in class org.xorm.query.jdoql.JDOQL
 
_exclusiveOr() - Method in class org.xorm.query.jdoql.JDOQL
 
_inclusiveOr() - Method in class org.xorm.query.jdoql.JDOQL
 
_multiplicative() - Method in class org.xorm.query.jdoql.JDOQL
 
_primary() - Method in class org.xorm.query.jdoql.JDOQL
 
_relational() - Method in class org.xorm.query.jdoql.JDOQL
 

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

$Header: /cvsroot/xorm/xorm/docs/api/index-all.html,v 1.9 2004/05/30 08:55:02 wbiggs Exp $