Skip navigation links
$ A B C D E F G H I J L M N O P Q R S T U V W 

$

$() - Method in interface org.ibatis.persist.criteria.Root
Make a template root object.

A

abs(Expression<N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the absolute value of its argument.
AbstractDaoSupport<E> - Class in org.ibatis.spring.support
DaoSupport
AbstractDaoSupport() - Constructor for class org.ibatis.spring.support.AbstractDaoSupport
 
AbstractLobTypeHandler - Class in org.ibatis.spring.support
Abstract base class for iBATIS TypeHandler implementations that map to LOBs.
AbstractLobTypeHandler() - Constructor for class org.ibatis.spring.support.AbstractLobTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
AbstractLobTypeHandler(LobHandler) - Constructor for class org.ibatis.spring.support.AbstractLobTypeHandler
Constructor used for testing: takes an explicit LobHandler.
AbstractQuery<T> - Interface in org.ibatis.persist.criteria
The AbstractQuery interface defines functionality that is common to both top-level queries and subqueries.
addArgs(Object[]) - Method in class com.ibatis.sqlmap.client.BatchResult
 
addBatch(StatementScope, Connection, String, Object[]) - Method in class org.ibatis.client.SqlExecutor
 
addCount(long) - Method in class org.ibatis.client.SqlExecutor.SqlStat
 
addToken(Token) - Method in class com.ibatis.sqlmap.client.lexer.Tokens
 
afterPropertiesSet() - Method in class org.ibatis.spring.SqlMapClientFactoryBean
 
afterPropertiesSet() - Method in class org.ibatis.spring.SqlMapClientTemplate
 
afterPropertiesSet() - Method in class org.ibatis.spring.support.SqlMapClientDaoSupport
 
alias(String) - Method in interface org.ibatis.persist.criteria.Root
 
alias(String) - Method in interface org.ibatis.persist.criteria.Selection
Assigns an alias to the selection item.
all(Subquery<Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an all expression over the subquery results.
and(Expression<Boolean>, Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a conjunction of the given boolean expressions.
and(Predicate...) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a conjunction of the given restriction predicates.
any(Subquery<Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an any expression over the subquery results.
applyTransactionConfig(ExtendedSqlMapClient, TransactionConfig) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Apply the given iBATIS TransactionConfig to the SqlMapClient.
as(Class<X>) - Method in interface org.ibatis.persist.criteria.Expression
Perform a typecast upon the expression, returning a new expression object.
asc(Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an ordering by the ascending value of the expression.
Attribute<E,P> - Class in org.ibatis.persist.meta
PropertyAccessor
Attribute(String, String, Class<?>, Invoker, Invoker) - Constructor for class org.ibatis.persist.meta.Attribute
 
avg(Expression<N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression applying the avg operation.

B

BatchResult - Class in com.ibatis.sqlmap.client
This class holds the statement and row information for every successful batch executed by iBATIS
BatchResult(int, String, ErrorContext) - Constructor for class com.ibatis.sqlmap.client.BatchResult
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
between(Expression<? extends Y>, Y, Y) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
BlobByteArrayTypeHandler - Class in org.ibatis.spring.support
iBATIS TypeHandler implementation for byte arrays that get mapped to BLOBs.
BlobByteArrayTypeHandler() - Constructor for class org.ibatis.spring.support.BlobByteArrayTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
BlobByteArrayTypeHandler(LobHandler) - Constructor for class org.ibatis.spring.support.BlobByteArrayTypeHandler
Constructor used for testing: takes an explicit LobHandler.
BlobSerializableTypeHandler - Class in org.ibatis.spring.support
iBATIS TypeHandler implementation for arbitrary objects that get serialized to BLOBs.
BlobSerializableTypeHandler() - Constructor for class org.ibatis.spring.support.BlobSerializableTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
BlobSerializableTypeHandler(LobHandler) - Constructor for class org.ibatis.spring.support.BlobSerializableTypeHandler
Constructor used for testing: takes an explicit LobHandler.
buildSqlMapClient(Reader) - Static method in class org.ibatis.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified reader.
buildSqlMapClient(Reader, String) - Static method in class org.ibatis.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified reader and database dialect.
buildSqlMapClient(Reader, Properties) - Static method in class org.ibatis.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified reader and properties file.
buildSqlMapClient(Reader, Properties, String) - Static method in class org.ibatis.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified reader, properties file and database dialect.
buildSqlMapClient(InputStream) - Static method in class org.ibatis.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified input stream.
buildSqlMapClient(InputStream, String) - Static method in class org.ibatis.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified input stream and database dialect.
buildSqlMapClient(InputStream, Properties) - Static method in class org.ibatis.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified input stream and properties file.
buildSqlMapClient(InputStream, Properties, String) - Static method in class org.ibatis.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified input stream, properties file and database dialect.
buildSqlMapClient(Resource[], Resource[], Properties) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Build a SqlMapClient instance based on the given standard configuration.

C

Cache - Interface in org.ibatis.client
Cache
Cache.Nul - Enum in org.ibatis.client
 
Cacheable - Annotation Type in org.ibatis.persist
Specifies whether an entity should be cached.
cleanup(SessionScope) - Method in class org.ibatis.client.SqlExecutor
 
ClobStringTypeHandler - Class in org.ibatis.spring.support
iBATIS TypeHandler implementation for Strings that get mapped to CLOBs.
ClobStringTypeHandler() - Constructor for class org.ibatis.spring.support.ClobStringTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
ClobStringTypeHandler(LobHandler) - Constructor for class org.ibatis.spring.support.ClobStringTypeHandler
Constructor used for testing: takes an explicit LobHandler.
close() - Method in interface com.ibatis.sqlmap.client.SqlMapSession
Closes the session
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce(Expression<? extends Y>, Y) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a coalesce expression.
Column - Annotation Type in org.ibatis.persist
Specifies the mapped column for a persistent property or field.
com.ibatis.sqlmap.client - package com.ibatis.sqlmap.client
 
com.ibatis.sqlmap.client.event - package com.ibatis.sqlmap.client.event
 
com.ibatis.sqlmap.client.extensions - package com.ibatis.sqlmap.client.extensions
 
com.ibatis.sqlmap.client.lexer - package com.ibatis.sqlmap.client.lexer
 
commitTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Commits the currently started transaction.
CommonAbstractCriteria - Interface in org.ibatis.persist.criteria
The CommonAbstractCriteria interface defines functionality that is common to both top-level criteria queries and subqueries as well as to update and delete criteria operations.
compareTo(SqlExecutor.SqlStat) - Method in class org.ibatis.client.SqlExecutor.SqlStat
 
CompoundSelection<X> - Interface in org.ibatis.persist.criteria
The CompoundSelection interface defines a compound selection item (tuple, array, or result of constructor).
concat(Expression<String>, Expression<String>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(Expression<String>, String) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(String, Expression<String>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression for string concatenation.
conjunction() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a conjunction (with zero conjuncts).
count(Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression applying the count operation.
countDistinct(Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression applying the count distinct operation.
createCriteriaDelete(Class<T>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a CriteriaDelete query object to perform a bulk delete operation.
createCriteriaUpdate(Class<T>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a CriteriaUpdate query object to perform a bulk update operation.
createQuery(Class<T>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a CriteriaQuery object with the specified result type.
CriteriaBuilder - Interface in org.ibatis.persist.criteria
Used to construct criteria queries, compound selections, expressions, predicates, orderings.
CriteriaBuilder.Case<R> - Interface in org.ibatis.persist.criteria
Interface used to build general case expressions.
CriteriaBuilder.Coalesce<T> - Interface in org.ibatis.persist.criteria
Interface used to build coalesce expressions.
CriteriaBuilder.In<T> - Interface in org.ibatis.persist.criteria
Interface used to build in predicates.
CriteriaBuilder.SimpleCase<C,R> - Interface in org.ibatis.persist.criteria
Interface used to build simple case expressions.
CriteriaDelete<T> - Interface in org.ibatis.persist.criteria
The CriteriaDelete interface defines functionality for performing bulk delete operations using the Criteria API
CriteriaQuery<T> - Interface in org.ibatis.persist.criteria
The CriteriaQuery interface defines functionality that is specific to top-level queries.
CriteriaUpdate<T> - Interface in org.ibatis.persist.criteria
The CriteriaUpdate interface defines functionality for performing bulk update operations using the Criteria API.
currentDate() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create expression to return current date.
currentTime() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create expression to return current time.
currentTimestamp() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create expression to return current timestamp.

D

delete(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL DELETE statement.
delete(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL DELETE statement.
delete(String) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
delete(String, Object) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
delete(String, Object, int) - Method in interface org.ibatis.spring.SqlMapClientOperations
Convenience method provided by Spring: execute a delete operation with an automatic check that the delete affected the given required number of rows.
delete(String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
delete(String, Object) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
delete(String, Object, int) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
deleteArgs(String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do delete operation by var-args paramenters as #1# to #n#
deleteArgs(String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do delete operation by var-args paramenters as #1# to #n#
deleteArgs(String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
deleteEntity(Class<E>, K) - Method in interface org.ibatis.persist.EntityManager
Delete an entity by primary keys.
deleteEntity(Class<E>, K) - Method in interface org.ibatis.spring.SqlMapClientOperations
Update an entity object by its key.
deleteEntity(Class<E>, K) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
deleteEntity(Object) - Method in class org.ibatis.spring.support.AbstractDaoSupport
Delete the entity.
desc(Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an ordering by the descending value of the expression.
Dialect - Enum in org.ibatis.client
Dialect
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(Expression<? extends N>, N) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(N, Expression<? extends N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
disjunction() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a disjunction (with zero disjuncts).
distinct(boolean) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface org.ibatis.persist.criteria.Subquery
Specify whether duplicate query results will be eliminated.
doInSqlMapClient(SqlMapExecutor) - Method in interface org.ibatis.spring.SqlMapClientCallback
Gets called by SqlMapClientTemplate.execute with an active SqlMapExecutor.

E

endTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Ends a transaction and rolls back if necessary.
Entity - Annotation Type in org.ibatis.persist
Specifies that the class is an entity.
EntityManager - Interface in org.ibatis.persist
EntityManager
EntityType<E> - Interface in org.ibatis.persist.meta
Instances of the type EntityType represent entity types.
equal(Expression<?>, Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
execute(SqlMapClientCallback<T>) - Method in class org.ibatis.spring.SqlMapClientTemplate
Execute the given data access action on a SqlMapExecutor.
executeBatch() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes (flushes) all statements currently batched.
executeBatch(SessionScope) - Method in class org.ibatis.client.SqlExecutor
 
executeBatchDetailed() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes (flushes) all statements currently batched.
executeBatchDetailed(SessionScope) - Method in class org.ibatis.client.SqlExecutor
 
executeDelete(CriteriaDelete<T>) - Method in interface org.ibatis.persist.EntityManager
Delete entities by the CriteriaUpdate object.
executeDelete(CriteriaDelete<T>) - Method in interface org.ibatis.spring.SqlMapClientOperations
Delete entities by the CriteriaUpdate object.
executeDelete(CriteriaDelete<T>) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
executeInsert(String, StatementScope, Connection, String, Object[], ResultMap) - Method in class org.ibatis.client.SqlExecutor
 
executeQuery(String, StatementScope, Connection, String, Object[], int, int, RowHandlerCallback) - Method in class org.ibatis.client.SqlExecutor
 
executeQuery(CriteriaQuery<T>) - Method in interface org.ibatis.persist.EntityManager
Query the object list by the CriteriaQuery object.
executeQuery(CriteriaQuery<T>, int, int) - Method in interface org.ibatis.persist.EntityManager
Query the object list by the CriteriaQuery object.
executeQuery(CriteriaQuery<T>) - Method in interface org.ibatis.spring.SqlMapClientOperations
Query the object list by the CriteriaQuery object.
executeQuery(CriteriaQuery<T>, int, int) - Method in interface org.ibatis.spring.SqlMapClientOperations
Query the object list by the CriteriaQuery object.
executeQuery(CriteriaQuery<T>) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
executeQuery(CriteriaQuery<T>, int, int) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
executeQueryObject(CriteriaQuery<T>) - Method in interface org.ibatis.persist.EntityManager
Query the first object by the CriteriaQuery object.
executeQueryObject(CriteriaQuery<T>) - Method in interface org.ibatis.spring.SqlMapClientOperations
Query the first object by the CriteriaQuery object.
executeQueryObject(CriteriaQuery<T>) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
executeQueryPage(String, StatementScope, Connection, String, Object[], int, int, RowHandlerCallback, PageHandler) - Method in class org.ibatis.client.SqlExecutor
 
executeQueryPage(CriteriaQuery<T>, List<T>, int, int) - Method in interface org.ibatis.persist.EntityManager
Query the object list by the CriteriaQuery object and fill into page
executeQueryPage(CriteriaQuery<T>, List<T>, int, int) - Method in interface org.ibatis.spring.SqlMapClientOperations
Query the object list by the CriteriaQuery object and fill into page
executeQueryPage(CriteriaQuery<T>, List<T>, int, int) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
executeQueryProcedure(String, StatementScope, Connection, String, Object[], int, int, RowHandlerCallback) - Method in class org.ibatis.client.SqlExecutor
 
executeUpdate(String, StatementScope, Connection, String, Object[]) - Method in class org.ibatis.client.SqlExecutor
 
executeUpdate(CriteriaUpdate<T>) - Method in interface org.ibatis.persist.EntityManager
Update entities by the CriteriaUpdate object.
executeUpdate(CriteriaUpdate<T>) - Method in interface org.ibatis.spring.SqlMapClientOperations
Update entities by the CriteriaUpdate object.
executeUpdate(CriteriaUpdate<T>) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
executeUpdateProcedure(String, StatementScope, Connection, String, Object[]) - Method in class org.ibatis.client.SqlExecutor
 
exists(Subquery<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
Expression<T> - Interface in org.ibatis.persist.criteria
Type for query expressions.

F

findEntity(Class<E>, K) - Method in interface org.ibatis.persist.EntityManager
Find an entity object by primary keys.
findEntity(Class<E>, K) - Method in interface org.ibatis.spring.SqlMapClientOperations
Find an entity object by its key.
findEntity(Class<E>, K) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
findEntity(Object) - Method in class org.ibatis.spring.support.AbstractDaoSupport
Find the entity.
firstKeyword() - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
firstKeyword(List<Token>) - Static method in class com.ibatis.sqlmap.client.lexer.Tokens
 
flush() - Method in interface org.ibatis.client.Cache
 
flushDataCache() - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Flushes all data caches.
flushDataCache(String) - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Flushes the data cache that matches the cache model ID provided.
flushEntityCache(Class<?>) - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Flushes the data cache of the entity class.
forName(String) - Static method in enum org.ibatis.client.Dialect
 
from(Class<X>) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(EntityType<X>) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(Class<T>) - Method in interface org.ibatis.persist.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(Class<T>) - Method in interface org.ibatis.persist.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
From - Interface in org.ibatis.persist.criteria
Represents a bound type, usually an entity that appears in the from clause.
function(String, Class<T>, Expression<?>...) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression for the execution of a database function.

G

ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
ge(Expression<? extends Number>, Number) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
get(Y) - Method in interface org.ibatis.persist.criteria.Root
Create a path corresponding to the referenced attribute.
getAlias() - Method in interface org.ibatis.persist.criteria.Root
Return the alias assigned to the tuple element or null, if no alias has been assigned.
getAlias() - Method in interface org.ibatis.persist.criteria.Selection
Return the alias assigned to the tuple element or null, if no alias has been assigned.
getAnnotation(Class<T>) - Method in class org.ibatis.persist.meta.Attribute
 
getArgs(int) - Method in class com.ibatis.sqlmap.client.BatchResult
 
getArray() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an array from the underlying result set
getAttributeNames() - Method in interface org.ibatis.persist.meta.EntityType
 
getAttributes() - Method in interface org.ibatis.persist.meta.EntityType
 
getBigDecimal() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a BigDecimal from the underlying result set
getBlob() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Blob from the underlying result set
getBoolean() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a boolean from the underlying result set
getByte() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a byte from the underlying result set
getBytes() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a byte[] from the underlying result set
getCache(String) - Method in interface org.ibatis.client.SqlMapClient
Get the cache object by its id.
getCascadeTokens() - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
getCascadeTokens() - Method in class com.ibatis.sqlmap.client.lexer.Tokens
 
getClob() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Clob from the underlying result set
getColumn() - Method in class org.ibatis.persist.meta.Attribute
 
getColumnIndex() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the index of the column being got in the underlying ResultSet.
getColumnName() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the name of the column being got in the underlying ResultSet.
getCompoundSelectionItems() - Method in interface org.ibatis.persist.criteria.Selection
Return the selection items composing a compound selection.
getConfigTimeLobHandler() - Static method in class org.ibatis.spring.SqlMapClientFactoryBean
Return the LobHandler for the currently configured iBATIS SqlMapClient, to be used by TypeHandler implementations like ClobStringTypeHandler.
getContainingQuery() - Method in interface org.ibatis.persist.criteria.Subquery
Return the query of which this is a subquery.
getCriteriaBuilder() - Method in interface org.ibatis.persist.EntityManager
Return an instance of CriteriaBuilder for the creation of CriteriaQuery, CriteriaUpdateor CriteriaDelete objects.
getCriteriaBuilder() - Method in interface org.ibatis.spring.SqlMapClientOperations
Return an instance of CriteriaBuilder for the creation of CriteriaQuery, CriteriaUpdateor CriteriaDelete objects.
getCriteriaBuilder() - Method in class org.ibatis.spring.SqlMapClientTemplate
 
getCurrentConnection() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Returns the current connection in use.
getDataSource() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Returns the DataSource instance currently being used by the SqlMapSession.
getDataSource() - Method in class org.ibatis.spring.SqlMapClientTemplate
If no DataSource specified, use SqlMapClient's DataSource.
getDataSource() - Method in class org.ibatis.spring.support.SqlMapClientDaoSupport
Return the JDBC DataSource used by this DAO.
getDate() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Date from the underlying result set
getDate(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Date from the underlying result set using a calendar
getDeleteParameter(Object) - Method in interface org.ibatis.persist.meta.EntityType
 
getDeleteStatementId() - Method in interface org.ibatis.persist.meta.EntityType
 
getDialect() - Method in interface org.ibatis.client.SqlMapClient
Get the database dialect.
getDialect() - Method in class org.ibatis.spring.SqlMapClientTemplate
Get the dialect of the iBatis instance.
getDouble() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a double from the underlying result set
getEntityCacheModelId() - Method in interface org.ibatis.persist.meta.EntityType
 
getEntityClass() - Method in class org.ibatis.spring.support.AbstractDaoSupport
 
getErrorContext() - Method in class com.ibatis.sqlmap.client.BatchResult
 
getErrorMessage() - Method in interface org.ibatis.persist.meta.EntityType
 
getExpression() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.In
Return the expression to be tested against the list of values.
getExpression() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.SimpleCase
Return the expression to be tested against the conditions.
getExpression() - Method in interface org.ibatis.persist.criteria.Order
Return the expression that is used for ordering.
getExpressions() - Method in interface org.ibatis.persist.criteria.Predicate
Return the top-level conjuncts or disjuncts of the predicate.
getFindParameter(Object) - Method in interface org.ibatis.persist.meta.EntityType
 
getFindStatementId() - Method in interface org.ibatis.persist.meta.EntityType
 
getFloat() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a float from the underlying result set
getFlushs() - Method in interface org.ibatis.client.Cache
 
getGlobalProperty(String) - Method in interface org.ibatis.client.PropertyProvider
Get the property from iBatis.
getGlobalProperty(String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
getGroupList() - Method in interface org.ibatis.persist.criteria.AbstractQuery
Return a list of the grouping expressions.
getGroupRestriction() - Method in interface org.ibatis.persist.criteria.AbstractQuery
Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified.
getHits() - Method in interface org.ibatis.client.Cache
 
getId() - Method in interface org.ibatis.client.Cache
 
getIdAttributes() - Method in interface org.ibatis.persist.meta.EntityType
 
getInsertParameter(E) - Method in interface org.ibatis.persist.meta.EntityType
 
getInsertStatementId() - Method in interface org.ibatis.persist.meta.EntityType
 
getInt() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an int from the underlying result set
getJavaType() - Method in interface org.ibatis.persist.criteria.Selection
Return the Java type of the tuple element.
getJavaType() - Method in interface org.ibatis.persist.meta.EntityType
 
getJoinType() - Method in interface org.ibatis.persist.criteria.Join
Return the join type.
getLong() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a long from the underlying result set
getModel() - Method in interface org.ibatis.persist.criteria.Root
Return the metamodel entity corresponding to the root.
getName() - Method in class org.ibatis.persist.meta.Attribute
 
getName() - Method in interface org.ibatis.persist.meta.EntityType
Return the entity name.
getName() - Method in interface org.ibatis.persist.Parameter
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned.
getObject() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an Object from the underlying result set
getObject(Map<String, Class<?>>) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an Object from the underlying result set using a Map
getObject(Object) - Method in interface org.ibatis.client.Cache
 
getObject() - Method in class org.ibatis.spring.SqlMapClientFactoryBean
 
getObjectType() - Method in class org.ibatis.spring.SqlMapClientFactoryBean
 
getOn() - Method in interface org.ibatis.persist.criteria.Join
Return the predicate that corresponds to the ON restriction(s) on the join, or null if no ON condition has been specified.
getOperator() - Method in interface org.ibatis.persist.criteria.Predicate
Return the boolean operator for the predicate.
getOrderList() - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Return the ordering expressions in order of precedence.
getParameter(String) - Method in interface org.ibatis.persist.criteria.Parameterized
Get the parameter object corresponding to the declared parameter of the given name.
getParameter(String, Class<R>) - Method in interface org.ibatis.persist.criteria.Parameterized
Get the parameter object corresponding to the declared parameter of the given name and type.
getParameterIndex() - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Returns the index of the parameter being set.
getParameters() - Method in interface org.ibatis.persist.criteria.Parameterized
Get the parameter objects corresponding to the declared parameters of the query.
getParameterType() - Method in interface org.ibatis.persist.Parameter
Return the Java type of the parameter.
getParameterValue(Parameter<R>) - Method in interface org.ibatis.persist.criteria.Parameterized
Return the input value bound to the parameter.
getParameterValue(String) - Method in interface org.ibatis.persist.criteria.Parameterized
Return the input value bound to the named parameter.
getParent() - Method in interface org.ibatis.persist.criteria.Subquery
Return the query of which this is a subquery.
getPeriodMillis() - Method in interface org.ibatis.client.Cache
 
getPosition() - Method in interface org.ibatis.persist.Parameter
Return the parameter position, or null if the parameter is not a positional parameter.
getPreparedStatement() - Method in class com.ibatis.sqlmap.client.BatchResult
 
getPreparedStatement() - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Returns the underlying prepared statement...be careful!
getProperties(Properties) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
 
getProperties(Properties) - Method in class org.ibatis.spring.SqlMapClientFactoryBeanX
 
getRealDataSource() - Method in interface org.ibatis.client.SqlMapClient
Get the data source object really used.
getRef() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Ref from the underlying result set
getRequests() - Method in interface org.ibatis.client.Cache
 
getRestriction() - Method in interface org.ibatis.persist.criteria.CommonAbstractCriteria
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
getResult(ResultGetter) - Method in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
Performs processing on a value before after it has been retrieved from a ResultSet.
getResult(ResultSet, String) - Method in class org.ibatis.spring.support.AbstractLobTypeHandler
This implementation delegates to the getResult version that takes a column index.
getResult(ResultSet, int) - Method in class org.ibatis.spring.support.AbstractLobTypeHandler
This implementation delegates to getResultInternal, passing in the LobHandler of this type.
getResult(CallableStatement, int) - Method in class org.ibatis.spring.support.AbstractLobTypeHandler
This implementation always throws a SQLException: retrieving LOBs from a CallableStatement is not supported.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.ibatis.spring.support.AbstractLobTypeHandler
Template method to extract a value from the given result set.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.ibatis.spring.support.BlobByteArrayTypeHandler
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.ibatis.spring.support.BlobSerializableTypeHandler
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.ibatis.spring.support.ClobStringTypeHandler
 
getResultSet() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the underlying ResultSet...be careful!
getResultType() - Method in interface org.ibatis.persist.criteria.AbstractQuery
Return the result type of the query or subquery.
getRoot() - Method in interface org.ibatis.persist.criteria.CriteriaDelete
Return the query root.
getRoot() - Method in interface org.ibatis.persist.criteria.CriteriaUpdate
Return the query root.
getRoots() - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
getRoots() - Method in interface org.ibatis.persist.criteria.AbstractQuery
Return the query roots.
getRows() - Method in class com.ibatis.sqlmap.client.event.PageHandler
 
getRows() - Method in interface com.ibatis.sqlmap.client.event.RowHandler
 
getRows() - Method in class com.ibatis.sqlmap.client.event.RowSetHandler
 
getRowSet() - Method in class com.ibatis.sqlmap.client.event.RowSetHandler
 
getSelection() - Method in interface org.ibatis.persist.criteria.AbstractQuery
Return the selection of the query, or null if no selection has been set.
getSelection() - Method in interface org.ibatis.persist.criteria.Subquery
Return the selection expression.
getShort() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a short from the underlying result set
getSql() - Method in class com.ibatis.sqlmap.client.BatchResult
 
getSql() - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
getSqlMapClient() - Method in class org.ibatis.spring.SqlMapClientTemplate
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClient() - Method in class org.ibatis.spring.support.SqlMapClientDaoSupport
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClientTemplate() - Method in class org.ibatis.spring.support.SqlMapClientDaoSupport
Return the SqlMapClientTemplate for this DAO, pre-initialized with the SqlMapClient or set explicitly.
getStatementId() - Method in class com.ibatis.sqlmap.client.BatchResult
 
getStatus(String) - Method in class org.ibatis.client.SqlExecutor
 
getString() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a String from the underlying result set
getTableName() - Method in interface org.ibatis.persist.meta.EntityType
 
getTime() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Time from the underlying result set
getTime(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Time from the underlying result set using a Calendar
getTimestamp() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Timestamp from the underlying result set
getTimestamp(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Timestamp from the underlying result set
getTokens() - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
getTokens() - Method in class com.ibatis.sqlmap.client.lexer.Tokens
 
getTotal() - Method in class com.ibatis.sqlmap.client.event.PageHandler
 
getType() - Method in class org.ibatis.persist.meta.Attribute
 
getUpdateCounts() - Method in class com.ibatis.sqlmap.client.BatchResult
 
getUpdateParameter(E) - Method in interface org.ibatis.persist.meta.EntityType
 
getUpdateStatementId() - Method in interface org.ibatis.persist.meta.EntityType
 
getURL() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a URL from the underlying result set
getValue(E) - Method in class org.ibatis.persist.meta.Attribute
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThan(Expression<? extends Y>, Y) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greatest(Expression<X>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression for finding the greatest of the values (strings, dates, etc).
groupBy(Expression<?>...) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface org.ibatis.persist.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
groupBy(List<Expression<?>>) - Method in interface org.ibatis.persist.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
gt(Expression<? extends Number>, Number) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.

H

handleResultSet(ResultSet) - Method in class com.ibatis.sqlmap.client.event.RowSetHandler
 
handleRow(Object) - Method in class com.ibatis.sqlmap.client.event.PageHandler
 
handleRow(Object) - Method in interface com.ibatis.sqlmap.client.event.RowHandler
Handles a single row of a result set.
handleRow(Object) - Method in class com.ibatis.sqlmap.client.event.RowSetHandler
 
handleTotal(int) - Method in class com.ibatis.sqlmap.client.event.PageHandler
 
handleTotal(int) - Method in interface com.ibatis.sqlmap.client.event.TotalRowHandler
 
having(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.Subquery
Specify a restriction over the groups of the subquery.
having(Predicate...) - Method in interface org.ibatis.persist.criteria.Subquery
Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates.

I

Id - Annotation Type in org.ibatis.persist
Specifies the primary key of an entity.
IdClass - Annotation Type in org.ibatis.persist
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
in(Expression<? extends T>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create predicate to test whether given expression is contained in a list of values.
in(Object...) - Method in interface org.ibatis.persist.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Expression<?>...) - Method in interface org.ibatis.persist.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in interface org.ibatis.persist.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in interface org.ibatis.persist.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
indexOf(TT) - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
indexOf(TT, int) - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
indexOf(List<Token>, TT) - Static method in class com.ibatis.sqlmap.client.lexer.Tokens
 
indexOf(List<Token>, TT, int) - Static method in class com.ibatis.sqlmap.client.lexer.Tokens
 
init(SqlMapConfiguration, Properties) - Method in class org.ibatis.client.SqlExecutor
 
initEntityClass(Class<E>) - Method in interface org.ibatis.persist.EntityManager
Init the entity class
insert(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL INSERT statement.
insert(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL INSERT statement.
insert(String) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
insert(String, Object) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
insert(String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
insert(String, Object) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
insertArgs(String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do insert operation by var-args paramenters as #1# to #n#
insertArgs(String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do insert operation by var-args paramenters as #1# to #n#
insertArgs(String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
insertEntity(Class<E>, E) - Method in interface org.ibatis.persist.EntityManager
Insert an entity object and return the entity object maybe filled with its key.
insertEntity(Class<E>, E) - Method in interface org.ibatis.spring.SqlMapClientOperations
Insert an entity object.
insertEntity(Class<E>, E) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
isAscending() - Method in interface org.ibatis.persist.criteria.Order
Whether ascending ordering is in effect.
isBound(Parameter<?>) - Method in interface org.ibatis.persist.criteria.Parameterized
Return a boolean indicating whether a value has been bound to the parameter.
isCacheable() - Method in interface org.ibatis.persist.meta.EntityType
 
isCheckSql() - Method in class org.ibatis.client.SqlExecutor
 
isClosed() - Method in interface com.ibatis.sqlmap.client.SqlMapSession
Judge the session closed status.
isCompoundSelection() - Method in interface org.ibatis.persist.criteria.Selection
Whether the selection item is a compound selection.
isDebugSql() - Method in class org.ibatis.client.SqlExecutor
 
isDistinct() - Method in interface org.ibatis.persist.criteria.AbstractQuery
Return whether duplicate query results must be eliminated or retained.
isFailed() - Method in interface org.ibatis.persist.meta.EntityType
 
isFalse(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate testing for a false value.
isNegated() - Method in interface org.ibatis.persist.criteria.Predicate
Whether the predicate has been created from another predicate by applying the Predicate.not() method or the CriteriaBuilder.not() method.
isNotNull(Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate to test whether the expression is not null.
isNotNull() - Method in interface org.ibatis.persist.criteria.Expression
Create a predicate to test whether the expression is not null.
isNull(Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate to test whether the expression is null.
isNull() - Method in interface org.ibatis.persist.criteria.Expression
Create a predicate to test whether the expression is null.
isSingleton() - Method in class org.ibatis.spring.SqlMapClientFactoryBean
 
isTraceSql() - Method in class org.ibatis.client.SqlExecutor
 
isTrue(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate testing for a true value.

J

join(From) - Method in interface org.ibatis.persist.criteria.From
Create an inner join to the specified attribute.
join(From, JoinType) - Method in interface org.ibatis.persist.criteria.From
Create a join to the specified attribute using the given join type.
Join - Interface in org.ibatis.persist.criteria
A join to an entity or basic type.
JoinType - Enum in org.ibatis.persist.criteria
Defines the three types of joins.

L

lastIndexOf(TT) - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
lastIndexOf(TT, int) - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
lastIndexOf(List<Token>, TT) - Static method in class com.ibatis.sqlmap.client.lexer.Tokens
 
lastIndexOf(List<Token>, TT, int) - Static method in class com.ibatis.sqlmap.client.lexer.Tokens
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
le(Expression<? extends Number>, Number) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
least(Expression<X>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression for finding the least of the values (strings, dates, etc).
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThan(Expression<? extends Y>, Y) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
like(Expression<String>, Expression<String>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, char) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, Expression<Character>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, char) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
literal - Variable in enum com.ibatis.sqlmap.client.lexer.TT
 
literal(T) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression for a literal.
LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.ibatis.spring.support.AbstractLobTypeHandler
Order value for TransactionSynchronization objects that clean up LobCreators.
locateAttribute(String) - Method in interface org.ibatis.persist.meta.EntityType
 
LogR - Class in com.ibatis.sqlmap.client
 
LogR() - Constructor for class com.ibatis.sqlmap.client.LogR
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lt(Expression<? extends Number>, Number) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.

M

main(String[]) - Static method in class com.ibatis.sqlmap.client.LogR
 
max(Expression<N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical max operation.
min(Expression<N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical min operation.
mod(Expression<Integer>, Expression<Integer>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Expression<Integer>, Integer) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Integer, Expression<Integer>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
multiselect(Selection<?>...) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
multiselect(List<Selection<?>>) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.

N

neg(Expression<N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the arithmetic negation of its argument.
not(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a negation of the given restriction.
not() - Method in interface org.ibatis.persist.criteria.Predicate
Create a negation of the predicate.
notEqual(Expression<?>, Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
notEqual(Expression<?>, Object) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
notLike(Expression<String>, Expression<String>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, char) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, Expression<Character>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, char) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
NULL_OBJECT - Static variable in interface org.ibatis.client.Cache
This is used to represent null objects that are returned from the cache so that they can be cached, too.
nullif(Expression<Y>, Expression<?>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullif(Expression<Y>, Y) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullLiteral(Class<T>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression for a null literal with the given type.

O

offset - Variable in class com.ibatis.sqlmap.client.lexer.Token
 
on(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface org.ibatis.persist.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
openSession() - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Returns a single threaded SqlMapSession implementation for use by one user.
openSession(Connection) - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Returns a single threaded SqlMapSession implementation for use by one user.
or(Expression<Boolean>, Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a disjunction of the given boolean expressions.
or(Predicate...) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a disjunction of the given restriction predicates.
Order - Interface in org.ibatis.persist.criteria
An object that defines an ordering over the query results.
orderBy(Order...) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
orderBy(List<Order>) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
org.ibatis.client - package org.ibatis.client
 
org.ibatis.persist - package org.ibatis.persist
 
org.ibatis.persist.criteria - package org.ibatis.persist.criteria
 
org.ibatis.persist.meta - package org.ibatis.persist.meta
 
org.ibatis.spring - package org.ibatis.spring
 
org.ibatis.spring.support - package org.ibatis.spring.support
 
otherwise(R) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(R) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.

P

PageHandler - Class in com.ibatis.sqlmap.client.event
 
PageHandler(List<?>) - Constructor for class com.ibatis.sqlmap.client.event.PageHandler
 
parameter(Class<T>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a parameter expression.
parameter(Class<T>, String) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a parameter expression with the given name.
Parameter<T> - Interface in org.ibatis.persist
Type for query parameter objects.
ParameterExpression<T> - Interface in org.ibatis.persist.criteria
Type of criteria query parameter expressions.
Parameterized<E> - Interface in org.ibatis.persist.criteria
Parameterized
ParameterSetter - Interface in com.ibatis.sqlmap.client.extensions
Allows parameters to be set on the underlying prepared statement.
Path<X> - Interface in org.ibatis.persist.criteria
Represents a simple attribute path from a bound type, and is a "primitive" expression.
PersistenceException - Exception in org.ibatis.persist
Thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception org.ibatis.persist.PersistenceException
Constructs a new PersistenceException exception with null as its detail message.
PersistenceException(String) - Constructor for exception org.ibatis.persist.PersistenceException
Constructs a new PersistenceException exception with the specified detail message.
PersistenceException(String, Throwable) - Constructor for exception org.ibatis.persist.PersistenceException
Constructs a new PersistenceException exception with the specified detail message and cause.
PersistenceException(Throwable) - Constructor for exception org.ibatis.persist.PersistenceException
Constructs a new PersistenceException exception with the specified cause.
Predicate - Interface in org.ibatis.persist.criteria
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
Predicate.BooleanOperator - Enum in org.ibatis.persist.criteria
 
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(Expression<? extends N>, N) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(N, Expression<? extends N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
PropertyProvider - Interface in org.ibatis.client
PropertyProvider
putObject(Object, T) - Method in interface org.ibatis.client.Cache
 

Q

queryForFirst(String) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForFirst operation by var-args paramenters as #1# to #n#
queryForFirst(String, Object) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForFirst operation by var-args paramenters as #1# to #n#
queryForFirst(String) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do query and return first row as result object.
queryForFirst(String, Object) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do query and return first row as result object.
queryForFirst(String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForFirst(String, Object) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForFirstArgs(String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForFirst operation by var-args paramenters as #1# to #n#
queryForFirstArgs(String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryForFirst operation by var-args paramenters as #1# to #n#
queryForFirstArgs(String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForList(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects.
queryForList(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects.
queryForList(String, Object, int, int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range.
queryForList(String, int, int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range.
queryForList(String) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForList(String, Object) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForList(String, int, int) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForList(String, Object, int, int) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForList(String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForList(String, Object) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForList(String, int, int) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForList(String, Object, int, int) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForListArgs(String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForList operation by var-args paramenters as #1# to #n#
queryForListArgs(int, int, String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForList operation by var-args paramenters as #1# to #n#
queryForListArgs(String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryForList operation by var-args paramenters as #1# to #n#
queryForListArgs(int, int, String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryForList operation by var-args paramenters as #1# to #n#
queryForListArgs(String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForListArgs(int, int, String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForMap(String, Object, String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects that will be keyed into a Map.
queryForMap(String, Object, String, String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects from which one property will be keyed into a Map.
queryForMap(String, Object, String, Class<K>, String, Class<V>) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects from which one property will be keyed into a Map.
queryForMap(String, Object, String) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForMap(String, Object, String, String) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForMap(String, Object, String, Class<K>, String, Class<V>) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForMap(String, Object, String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForMap(String, Object, String, String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForMap(String, Object, String, Class<K>, String, Class<V>) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForMapArgs(String, String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForMap operation by var-args paramenters as #1# to #n#
queryForMapArgs(String, String, String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForMap operation by var-args paramenters as #1# to #n#
queryForMapArgs(String, String, Class<K>, String, Class<V>, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForMap operation by var-args paramenters as #1# to #n#
queryForMapArgs(String, String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryForMap operation by var-args paramenters as #1# to #n#
queryForMapArgs(String, String, String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryForMap operation by var-args paramenters as #1# to #n#
queryForMapArgs(String, String, Class<K>, String, Class<V>, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryForMap operation by var-args paramenters as #1# to #n#
queryForMapArgs(String, String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForMapArgs(String, String, String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForMapArgs(String, String, Class<K>, String, Class<V>, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForObject(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a single object instance.
queryForObject(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a single object instance.
queryForObject(String, Object, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate the supplied result object.
queryForObject(String) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForObject(String, Object) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForObject(String, Object, Object) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryForObject(String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForObject(String, Object) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForObject(String, Object, Object) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForObjectArgs(String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForObject operation by var-args paramenters as #1# to #n#
queryForObjectArgs(String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryForObject operation by var-args paramenters as #1# to #n#
queryForObjectArgs(String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForPage(List<T>, String, Object, int, int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range into the page argument and return the total number.
queryForPage(List<T>, String, int, int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range into the page argument and return the total number.
queryForPage(List<T>, String, Object, int, int) - Method in interface org.ibatis.spring.SqlMapClientOperations
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range into the page argument and return the total number.
queryForPage(List<T>, String, int, int) - Method in interface org.ibatis.spring.SqlMapClientOperations
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range into the page argument and return the total number.
queryForPage(List<T>, String, int, int) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForPage(List<T>, String, Object, int, int) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForPageArgs(List<T>, String, int, int, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForPage operation by var-args paramenters as #1# to #n#
queryForPageArgs(List<T>, String, int, int, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range into the page argument and return the total number.
queryForPageArgs(List<T>, String, int, int, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForResultSet(String) - Method in interface org.ibatis.client.SqlMapExecutor2
Execute the query and return a cached result set.
queryForResultSet(String, Object) - Method in interface org.ibatis.client.SqlMapExecutor2
Execute the query and return a cached result set.
queryForResultSet(String) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do query and return a cached result set.
queryForResultSet(String, Object) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do query and return a cached result set.
queryForResultSet(String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForResultSet(String, Object) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryForResultSetArgs(String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryForResultSet operation by var-args paramenters as #1# to #n#
queryForResultSetArgs(String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryForResultSet operation by var-args paramenters as #1# to #n#
queryForResultSetArgs(String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryWithRowHandler(String, Object, RowHandler) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns a number of result objects that will be handled one at a time by a RowHandler.
queryWithRowHandler(String, RowHandler) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns a number of result objects that will be handled one at a time by a RowHandler.
queryWithRowHandler(String, RowHandler) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryWithRowHandler(String, Object, RowHandler) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
queryWithRowHandler(String, RowHandler, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do queryWithRowHandler operation by var-args paramenters as #1# to #n#
queryWithRowHandler(String, RowHandler) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryWithRowHandler(String, Object, RowHandler) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryWithRowHandler(String, RowHandler, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
queryWithRowHandlerArgs(String, RowHandler, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do queryWithRowHandler operation by var-args paramenters as #1# to #n#
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Expression<? extends Number>, Number) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Number, Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.

R

ResultGetter - Interface in com.ibatis.sqlmap.client.extensions
Allows values to be retrieved from the underlying result set.
reverse() - Method in interface org.ibatis.persist.criteria.Order
Switch the ordering.
Root<X> - Interface in org.ibatis.persist.criteria
A root type in the from clause.
RowHandler - Interface in com.ibatis.sqlmap.client.event
Event handler for row by row processing.
RowSetHandler - Class in com.ibatis.sqlmap.client.event
RowSetHandler
RowSetHandler() - Constructor for class com.ibatis.sqlmap.client.event.RowSetHandler
 

S

saveEntity(E) - Method in class org.ibatis.spring.support.AbstractDaoSupport
 
select(Selection<? extends T>) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Specify the item that is to be returned in the query result.
select(Expression<T>) - Method in interface org.ibatis.persist.criteria.Subquery
Specify the item that is to be returned as the subquery result.
selectCase(Expression<? extends C>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a simple case expression.
selectCase() - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a general case expression.
Selection<X> - Interface in org.ibatis.persist.criteria
The Selection interface defines an item that is to be returned in a query result.
set(Path<Y>, X) - Method in interface org.ibatis.persist.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Path<Y>, Expression<? extends Y>) - Method in interface org.ibatis.persist.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Y, Expression<? extends Y>) - Method in interface org.ibatis.persist.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Y, Y) - Method in interface org.ibatis.persist.criteria.CriteriaUpdate
Update the value of the specified attribute.
setArray(Array) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an array on the underlying prepared statement
setAsciiStream(InputStream, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an InputStream on the underlying prepared statement
setBigDecimal(BigDecimal) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an on the underlying prepared statement
setBinaryStream(InputStream, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an InputStream on the underlying prepared statement
setBlob(Blob) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a blob on the underlying prepared statement
setBoolean(boolean) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a boolean on the underlying prepared statement
setByte(byte) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a byte on the underlying prepared statement
setBytes(byte[]) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a byte array on the underlying prepared statement
setCharacterStream(Reader, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a character stream on the underlying prepared statement
setClob(Clob) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a clob on the underlying prepared statement
setConfigLocation(Resource) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set the location of the iBATIS SqlMapClient config file.
setConfigLocations(Resource[]) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set multiple locations of iBATIS SqlMapClient config files that are going to be merged into one unified configuration at runtime.
setDataSource(DataSource) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set the DataSource to be used by iBATIS SQL Maps.
setDataSource(DataSource) - Method in class org.ibatis.spring.support.SqlMapClientDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDate(Date) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a date on the underlying prepared statement
setDate(Date, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a date with a calendar on the underlying prepared statement
setDialect(String) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
 
setDouble(double) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a double on the underlying prepared statement
setEntityClass(Class<E>) - Method in class org.ibatis.spring.support.AbstractDaoSupport
 
setFloat(float) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a float on the underlying prepared statement
setInt(int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an integer on the underlying prepared statement
setLobHandler(LobHandler) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set the LobHandler to be used by the SqlMapClient.
setLong(long) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a long on the underlying prepared statement
setMappingLocations(Resource[]) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set locations of iBATIS sql-map mapping files that are going to be merged into the SqlMapClient configuration at runtime.
setNull(int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a null on the underlying prepared statement
setNull(int, String) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a null on the underlying prepared statement
setObject(Object) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
setObject(Object, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
setObject(Object, int, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
setParameter(ParameterSetter, Object) - Method in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
Performs processing on a value before it is used to set the parameter of a PreparedStatement.
setParameter(Parameter<R>, R) - Method in interface org.ibatis.persist.criteria.Parameterized
Bind the value of a Parameter object.
setParameter(String, R) - Method in interface org.ibatis.persist.criteria.Parameterized
Bind an argument value to a named parameter.
setParameter(int, R) - Method in interface org.ibatis.persist.criteria.Parameterized
Bind an argument value to a positional parameter.
setParameter(PreparedStatement, int, Object, String) - Method in class org.ibatis.spring.support.AbstractLobTypeHandler
This implementation delegates to setParameterInternal, passing in a transaction-synchronized LobCreator for the LobHandler of this type.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.ibatis.spring.support.AbstractLobTypeHandler
Template method to set the given value on the given statement.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.ibatis.spring.support.BlobByteArrayTypeHandler
 
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.ibatis.spring.support.BlobSerializableTypeHandler
 
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.ibatis.spring.support.ClobStringTypeHandler
 
setPreparedStatement(PreparedStatement) - Method in class com.ibatis.sqlmap.client.BatchResult
 
setRef(Ref) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a reference on the underlying prepared statement
setServletContext(ServletContext) - Method in class org.ibatis.spring.SqlMapClientFactoryBeanX
 
setShort(short) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a short on the underlying prepared statement
setSqlMapClient(SqlMapClient) - Method in class org.ibatis.spring.SqlMapClientTemplate
Set the iBATIS Database Layer SqlMapClient that defines the mapped statements.
setSqlMapClient(SqlMapClient) - Method in class org.ibatis.spring.support.SqlMapClientDaoSupport
Set the iBATIS Database Layer SqlMapClient to work with.
setSqlMapClientProperties(Properties) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set optional properties to be passed into the SqlMapClientBuilder, as alternative to a <properties> tag in the sql-map-config.xml file.
setSqlMapClientTemplate(SqlMapClientTemplate) - Method in class org.ibatis.spring.support.SqlMapClientDaoSupport
Set the SqlMapClientTemplate for this DAO explicitly, as an alternative to specifying a SqlMapClient.
setString(String) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a string on the underlying prepared statement
setTime(Time) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a time on the underlying prepared statement
setTime(Time, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a time with a calendar on the underlying prepared statement
setTimestamp(Timestamp) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a timestamp on the underlying prepared statement
setTimestamp(Timestamp, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a timestamp on the underlying prepared statement
setTotal(int) - Method in class com.ibatis.sqlmap.client.event.PageHandler
 
setTransactionConfigClass(Class<?>) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set the iBATIS TransactionConfig class to use.
setTransactionConfigProperties(Properties) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set properties to be passed to the TransactionConfig instance used by this SqlMapClient.
setUpdateCounts(int[]) - Method in class com.ibatis.sqlmap.client.BatchResult
 
setURL(URL) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a URL on the underlying prepared statement
setUserConnection(Connection) - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Allows the developer to easily use an externally supplied connection when executing statements.
setUseTransactionAwareDataSource(boolean) - Method in class org.ibatis.spring.SqlMapClientFactoryBean
Set whether to use a transaction-aware DataSource for the SqlMapClient, i.e.
setValue(E, P) - Method in class org.ibatis.persist.meta.Attribute
 
some(Subquery<Y>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create a some expression over the subquery results.
SqlExecutor - Class in org.ibatis.client
A debug SqlExecutor
SqlExecutor() - Constructor for class org.ibatis.client.SqlExecutor
 
SqlExecutor.SqlStat - Class in org.ibatis.client
 
SqlLexer - Class in com.ibatis.sqlmap.client.lexer
SqlLexer
SqlLexer(String) - Constructor for class com.ibatis.sqlmap.client.lexer.SqlLexer
 
SqlLexer(String, TT[]) - Constructor for class com.ibatis.sqlmap.client.lexer.SqlLexer
 
SqlMapClient - Interface in com.ibatis.sqlmap.client
A thread safe client for working with your SQL Maps (Start Here).
SqlMapClient - Interface in org.ibatis.client
SqlMapClient is the externally provided API interface for users.
SqlMapClientBuilder - Class in org.ibatis.client
Builds SqlMapClient instances from a supplied resource (e.g.
SqlMapClientBuilder() - Constructor for class org.ibatis.client.SqlMapClientBuilder
 
SqlMapClientCallback<T> - Interface in org.ibatis.spring
Callback interface for data access code that works with the iBATIS SqlMapExecutor interface.
SqlMapClientDaoSupport - Class in org.ibatis.spring.support
Convenient super class for iBATIS SqlMapClient data access objects.
SqlMapClientDaoSupport() - Constructor for class org.ibatis.spring.support.SqlMapClientDaoSupport
 
SqlMapClientFactoryBean - Class in org.ibatis.spring
FactoryBean that creates an iBATIS SqlMapClient.
SqlMapClientFactoryBean() - Constructor for class org.ibatis.spring.SqlMapClientFactoryBean
 
SqlMapClientFactoryBeanX - Class in org.ibatis.spring
Add string attrs from servlet context to ibatis global properties.
SqlMapClientFactoryBeanX() - Constructor for class org.ibatis.spring.SqlMapClientFactoryBeanX
 
SqlMapClientOperations - Interface in org.ibatis.spring
Interface that specifies a basic set of iBATIS SqlMapClient operations, implemented by SqlMapClientTemplate.
SqlMapClientTemplate - Class in org.ibatis.spring
Helper class that simplifies data access via the iBATIS SqlMapClient API, converting checked SQLExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.
SqlMapClientTemplate() - Constructor for class org.ibatis.spring.SqlMapClientTemplate
Create a new SqlMapClientTemplate.
SqlMapClientTemplate(SqlMapClient) - Constructor for class org.ibatis.spring.SqlMapClientTemplate
Create a new SqlMapTemplate.
SqlMapClientTemplate(DataSource, SqlMapClient) - Constructor for class org.ibatis.spring.SqlMapClientTemplate
Create a new SqlMapTemplate.
SqlMapException - Exception in com.ibatis.sqlmap.client
Thrown to indicate a problem with SQL Map configuration or state.
SqlMapException() - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Simple constructor
SqlMapException(String) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception with a message
SqlMapException(Throwable) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception to wrap another exception
SqlMapException(String, Throwable) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception to wrap another exception and pass a message
SqlMapExecutor - Interface in com.ibatis.sqlmap.client
This interface declares all methods involved with executing statements and batches for an SQL Map.
SqlMapExecutor2 - Interface in org.ibatis.client
SqlMapExecutor2 supply var-args api for users.
SqlMapSession - Interface in com.ibatis.sqlmap.client
A single threaded session for working with your SQL Maps.
SqlMapTransactionManager - Interface in com.ibatis.sqlmap.client
This interface declares methods for demarcating SQL Map transactions.
SqlStat(String, String, long) - Constructor for class org.ibatis.client.SqlExecutor.SqlStat
 
sqrt(Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the square root of its argument.
startBatch() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
 
startBatch(int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Starts a batch in which update statements will be cached before being sent to the database all at once.
startTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Demarcates the beginning of a transaction scope.
startTransaction(int) - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Demarcates the beginning of a transaction scope using the specified transaction isolation.
subquery(Class<U>) - Method in interface org.ibatis.persist.criteria.CommonAbstractCriteria
Create a subquery of the query.
Subquery<T> - Interface in org.ibatis.persist.criteria
The Subquery interface defines functionality that is specific to subqueries.
sum(Expression<N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation.
sum(Expression<? extends N>, Expression<? extends N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sum(Expression<? extends N>, N) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sum(N, Expression<? extends N>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sumAsDouble(Expression<Float>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation to a Float-valued expression, returning a Double result.
sumAsLong(Expression<Integer>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation to an Integer-valued expression, returning a Long result.
symbol - Variable in enum com.ibatis.sqlmap.client.lexer.TT
 

T

Table - Annotation Type in org.ibatis.persist
Specifies the table for the annotated entity.
text - Variable in class com.ibatis.sqlmap.client.lexer.Token
 
text - Variable in enum com.ibatis.sqlmap.client.lexer.TT
 
toBigDecimal(Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Typecast.
toBigInteger(Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Typecast.
toDouble(Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Typecast.
toFloat(Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Typecast.
toInteger(Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Typecast.
Token - Class in com.ibatis.sqlmap.client.lexer
Token
Token(TT, int) - Constructor for class com.ibatis.sqlmap.client.lexer.Token
 
Token(TT, int, String) - Constructor for class com.ibatis.sqlmap.client.lexer.Token
 
Tokens - Class in com.ibatis.sqlmap.client.lexer
Tokens
Tokens(int) - Constructor for class com.ibatis.sqlmap.client.lexer.Tokens
 
toLong(Expression<? extends Number>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Typecast.
TooManyResultException - Exception in org.ibatis.client
TooManyResultException
TooManyResultException(int) - Constructor for exception org.ibatis.client.TooManyResultException
 
topIndexOf(TT) - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
topIndexOf(TT, int) - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
topLastIndexOf(TT) - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
topLastIndexOf(TT, int) - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
toString() - Method in class com.ibatis.sqlmap.client.lexer.Token
 
toString() - Method in class com.ibatis.sqlmap.client.lexer.Tokens
 
toString() - Method in class org.ibatis.client.SqlExecutor.SqlStat
 
toString(Expression<Character>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder
Typecast.
total - Variable in class com.ibatis.sqlmap.client.BatchResult
 
TotalRowHandler - Interface in com.ibatis.sqlmap.client.event
 
totalRows - Variable in class com.ibatis.sqlmap.client.BatchResult
 
Transient - Annotation Type in org.ibatis.persist
Specifies that the property or field is not persistent.
trim() - Method in class com.ibatis.sqlmap.client.lexer.SqlLexer
 
trim() - Method in class com.ibatis.sqlmap.client.lexer.Tokens
 
TT - Enum in com.ibatis.sqlmap.client.lexer
TT
type - Variable in class com.ibatis.sqlmap.client.lexer.Token
 
TypeHandlerCallback - Interface in com.ibatis.sqlmap.client.extensions
A simple interface for implementing custom type handlers.

U

update(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL UPDATE statement.
update(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL UPDATE statement.
update(String) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
update(String, Object) - Method in interface org.ibatis.spring.SqlMapClientOperations
 
update(String, Object, int) - Method in interface org.ibatis.spring.SqlMapClientOperations
Convenience method provided by Spring: execute an update operation with an automatic check that the update affected the given required number of rows.
update(String) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
update(String, Object) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
update(String, Object, int) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
updateArgs(String, Object...) - Method in interface org.ibatis.client.SqlMapExecutor2
Do update operation by var-args paramenters as #1# to #n#
updateArgs(String, Object...) - Method in interface org.ibatis.spring.SqlMapClientOperations
Do update operation by var-args paramenters as #1# to #n#
updateArgs(String, Object...) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
updateEntity(Class<E>, E) - Method in interface org.ibatis.persist.EntityManager
Update an entity object with primary keys.
updateEntity(Class<E>, E) - Method in interface org.ibatis.spring.SqlMapClientOperations
Update an entity object.
updateEntity(Class<E>, E) - Method in class org.ibatis.spring.SqlMapClientTemplate
 
updateEntity(E) - Method in class org.ibatis.spring.support.AbstractDaoSupport
Update the entity.

V

value(T) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(Expression<? extends T>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(T) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value(Expression<? extends T>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
valueOf(String) - Method in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
Casts the string representation of a value into a type recognized by this type handler.
valueOf(String) - Static method in enum com.ibatis.sqlmap.client.lexer.TT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ibatis.client.Cache.Nul
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ibatis.client.Dialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ibatis.persist.criteria.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ibatis.persist.criteria.Predicate.BooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(Object) - Method in class org.ibatis.spring.support.BlobByteArrayTypeHandler
 
valueOf(Object) - Method in class org.ibatis.spring.support.BlobSerializableTypeHandler
 
valueOf(Object) - Method in class org.ibatis.spring.support.ClobStringTypeHandler
 
values() - Static method in enum com.ibatis.sqlmap.client.lexer.TT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ibatis.client.Cache.Nul
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ibatis.client.Dialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ibatis.persist.criteria.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ibatis.persist.criteria.Predicate.BooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasNull() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Tells if the field was null
when(Expression<Boolean>, R) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(Expression<Boolean>, Expression<? extends R>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(C, R) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
when(C, Expression<? extends R>) - Method in interface org.ibatis.persist.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
where(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Modify the query to restrict the query results according to the specified boolean expression.
where(Predicate...) - Method in interface org.ibatis.persist.criteria.AbstractQuery
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the specified boolean expression.
where(Predicate...) - Method in interface org.ibatis.persist.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in interface org.ibatis.persist.criteria.CriteriaQuery
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the specified boolean expression.
where(Predicate...) - Method in interface org.ibatis.persist.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface org.ibatis.persist.criteria.Subquery
Modify the subquery to restrict the result according to the specified boolean expression.
where(Predicate...) - Method in interface org.ibatis.persist.criteria.Subquery
Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates.
word - Variable in enum com.ibatis.sqlmap.client.lexer.TT
 
$ A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2084–2018 dukeware.com. All rights reserved.