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