- 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.
- 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.
- 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.
- 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.
- 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
-
- 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
-