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

A

AbstractCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
HTTP code documentation from W3C RFC 2616
AbstractCommand() - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
AbstractCommand(String) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
AbstractCommand(String, String) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
AbstractJdbcCommand - Class in net.sf.jkniv.whinstone.jdbc.commands
 
AbstractJdbcCommand(Queryable, Connection) - Constructor for class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
AbstractParamParser - Class in net.sf.jkniv.sqlegance.params
 
AbstractParamParser() - Constructor for class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
AbstractResultRow - Class in net.sf.jkniv.whinstone.statement
 
AbstractResultRow(Logger, DataMasking) - Constructor for class net.sf.jkniv.whinstone.statement.AbstractResultRow
 
AbstractSqlTag - Class in net.sf.jkniv.sqlegance.builder.xml
Generic tag to support the common functions from other tags.
AbstractSqlTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Build a new SQL tag from XML file.
AbstractSqlTag(String, LanguageType, SqlDialect) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
AbstractSqlTag(String, LanguageType, Isolation, int, ValidateType, Statistical) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Build a new SQL tag from XML file.
AbstractSqlTag(String, LanguageType, Isolation, int, ResultSetType, ResultSetConcurrency, ResultSetHoldability, String, ValidateType, Statistical) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Build a new SQL tag from XML file.
AbstractTransaction - Class in net.sf.jkniv.whinstone.jdbc.transaction
 
AbstractTransaction(String, ConnectionAdapter, TransactionScope) - Constructor for class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
add(String, CachePolicy) - Method in class net.sf.jkniv.cache.CacheManager
Add new policy with specific name
add(String, Cacheable<K, V>) - Method in class net.sf.jkniv.cache.CacheManager
Add a new cache for manager
add(String, String, Cacheable<K, V>) - Method in class net.sf.jkniv.cache.CacheManager
Add a new cache for manager
add(String) - Method in class net.sf.jkniv.cache.CacheManager
Create a new Memory cache to be managed with a default policy
add(String, String) - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
add(Properties) - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
add(long) - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
add(Exception) - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
add(Sql) - Method in interface net.sf.jkniv.sqlegance.SqlContext
 
add(long) - Method in interface net.sf.jkniv.sqlegance.Statistical
add time to statistics
add(Exception) - Method in interface net.sf.jkniv.sqlegance.Statistical
Add a exception data to statistical keeping the first, last and total exceptions registered.
add(Queryable) - Method in interface net.sf.jkniv.whinstone.Repository
Add a new object to repository.
add(T) - Method in interface net.sf.jkniv.whinstone.Repository
Add a new object to repository.
addAttrName(String) - Static method in class net.sf.jkniv.sqlegance.logger.SimpleDataMasking
Set new attribute name to masking your value by log API.
AddAutoKeyJdbcCommand - Class in net.sf.jkniv.whinstone.jdbc.commands
 
AddAutoKeyJdbcCommand(Queryable, Connection) - Constructor for class net.sf.jkniv.whinstone.jdbc.commands.AddAutoKeyJdbcCommand
 
AddCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
http://docs.couchdb.org/en/2.0.0/api/document/common.html PUT /{db}/{docid} The PUT method creates a new named document, or creates a new revision of the existing document.
AddCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.AddCommand
 
addFeature(SqlFeature) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
addFeature(SqlFeature) - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
Override a SQL ANSI feature
addOneToMany(OneToMany) - Method in interface net.sf.jkniv.sqlegance.Selectable
 
AddSequenceKeyJdbcCommand - Class in net.sf.jkniv.whinstone.cassandra.commands
 
AddSequenceKeyJdbcCommand(Queryable) - Constructor for class net.sf.jkniv.whinstone.cassandra.commands.AddSequenceKeyJdbcCommand
 
AddSequenceKeyJdbcCommand - Class in net.sf.jkniv.whinstone.jdbc.commands
 
AddSequenceKeyJdbcCommand(Queryable, Connection) - Constructor for class net.sf.jkniv.whinstone.jdbc.commands.AddSequenceKeyJdbcCommand
 
addTag(ITextTag) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
add a new text tag.
addTag(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
add a set of static text from tag elements.
addTag(List<ITextTag>) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
add a set of text tags (static or dynamic).
addTag(String) - Method in interface net.sf.jkniv.sqlegance.builder.xml.SqlTag
add a set of static text from tag elements.
addTag(ITextTag) - Method in interface net.sf.jkniv.sqlegance.builder.xml.SqlTag
add a new text tag.
addTag(List<ITextTag>) - Method in interface net.sf.jkniv.sqlegance.builder.xml.SqlTag
add a set of text tags (static or dynamic).
AddValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.add operations when configured.
AllDocsCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
 
AllDocsCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.AllDocsCommand
 
AllDocsQueryParams - Class in net.sf.jkniv.whinstone.couchdb.statement
Query Parameters: conflicts (boolean) – Includes conflicts information in response.
AllDocsQueryParams() - Constructor for class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
 
AllValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.get, Repository.list, Repository.scalar, Repository.add, Repository.update, Repository.remove operations when configured.
and(Conditionable) - Method in interface net.sf.jkniv.experimental.math.comparables.Conditionable
 
AnsiDialect - Class in net.sf.jkniv.sqlegance.dialect
Represents the support from SQL ANSI that are queries cross-platform.
AnsiDialect() - Constructor for class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
asAddCommand(Queryable) - Method in interface net.sf.jkniv.whinstone.commands.CommandAdapter
 
asAddCommand(Queryable) - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
asAddCommand(Queryable) - Method in class net.sf.jkniv.whinstone.jpa2.JpaCommandAdapter
 
asArray() - Method in class net.sf.jkniv.reflect.Packages
 
asArray() - Method in class net.sf.jkniv.whinstone.Param
 
asCollection() - Method in interface net.sf.jkniv.whinstone.classification.Groupable
 
asCollection() - Method in class net.sf.jkniv.whinstone.classification.GroupingBy
 
asCollection() - Method in class net.sf.jkniv.whinstone.classification.NoGroupingBy
 
asCommand() - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Retrieve the command implementation for the Repository like: Update, Select, Batch etc
asCommand() - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
asDeletable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
asDeletable() - Method in interface net.sf.jkniv.sqlegance.Sql
Deletable instance
asDelete() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
asDelete() - Method in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
 
asDelete() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DeleteCommand
 
asDelete() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DropIndexCommand
 
asGet() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
asGet() - Method in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
 
asGet() - Method in class net.sf.jkniv.whinstone.couchdb.commands.FindCommand
 
asGet() - Method in class net.sf.jkniv.whinstone.couchdb.commands.FullResponseFindCommand
 
asGet() - Method in class net.sf.jkniv.whinstone.couchdb.commands.GetCommand
 
asGet() - Method in class net.sf.jkniv.whinstone.couchdb.commands.ViewCommand
 
asHead() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
asHead() - Method in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
 
asHead() - Method in class net.sf.jkniv.whinstone.couchdb.commands.ViewCommand
 
asInsertable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
asInsertable() - Method in interface net.sf.jkniv.sqlegance.Sql
Insertable instance
asList() - Method in interface net.sf.jkniv.whinstone.classification.Groupable
 
asList() - Method in class net.sf.jkniv.whinstone.classification.GroupingBy
 
asList() - Method in class net.sf.jkniv.whinstone.classification.NoGroupingBy
 
asPost() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
asPost() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AddCommand
 
asPost() - Method in class net.sf.jkniv.whinstone.couchdb.commands.BulkCommand
 
asPost() - Method in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
 
asPost() - Method in class net.sf.jkniv.whinstone.couchdb.commands.FindCommand
 
asPost() - Method in class net.sf.jkniv.whinstone.couchdb.commands.FullResponseFindCommand
 
asPost() - Method in class net.sf.jkniv.whinstone.couchdb.commands.UpdateCommand
 
asPost() - Method in class net.sf.jkniv.whinstone.couchdb.commands.ViewCommand
 
asPut() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
asPut() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AddCommand
 
asPut() - Method in class net.sf.jkniv.whinstone.couchdb.commands.BulkCommand
 
asPut() - Method in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
 
asPut() - Method in class net.sf.jkniv.whinstone.couchdb.commands.UpdateCommand
 
asRemoveCommand(Queryable) - Method in interface net.sf.jkniv.whinstone.commands.CommandAdapter
 
asRemoveCommand(Queryable) - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
asRemoveCommand(Queryable) - Method in class net.sf.jkniv.whinstone.jpa2.JpaCommandAdapter
 
asResources() - Method in class net.sf.jkniv.reflect.Packages
 
asSelectable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
asSelectable() - Method in interface net.sf.jkniv.sqlegance.Sql
Selectable instance
asSelectCommand(Queryable, ResultRow<T, R>) - Method in interface net.sf.jkniv.whinstone.commands.CommandAdapter
 
asSelectCommand(Queryable, ResultRow<T, R>) - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
asSelectCommand(Queryable, ResultRow<T, R>) - Method in class net.sf.jkniv.whinstone.jpa2.JpaCommandAdapter
 
Assertable - Interface in net.sf.jkniv.asserts
Assertion enable the programmer to validate arguments, useful for catch error at runtime when the developer broke a contract.
AssertsFactory - Class in net.sf.jkniv.asserts
 
AssertsFactory() - Constructor for class net.sf.jkniv.asserts.AssertsFactory
 
assertValidate(Object) - Method in enum net.sf.jkniv.sqlegance.validation.ValidateType
Use validator (JSR 303) to perform validation against domain model, when some constraint is violated ConstraintException is throw
assertValidate(Object, ValidateType) - Static method in enum net.sf.jkniv.sqlegance.validation.ValidateType
Use validator (JSR 303) to perform validation against domain model
assertValidate(Object, Class<T>) - Static method in enum net.sf.jkniv.sqlegance.validation.ValidateType
Use validator (JSR 303) to perform validation against domain model
assertValidate(Object, ValidateType) - Method in interface net.sf.jkniv.sqlegance.validation.Validatory
Use validator (JSR 303) to perform validation against domain model
assertValidate(Object, Class<T>) - Method in interface net.sf.jkniv.sqlegance.validation.Validatory
Use validator (JSR 303) to perform validation against domain model
asSet() - Method in interface net.sf.jkniv.whinstone.classification.Groupable
 
asSet() - Method in class net.sf.jkniv.whinstone.classification.GroupingBy
 
asSet() - Method in class net.sf.jkniv.whinstone.classification.NoGroupingBy
 
asStorable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
asStorable() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
asStorable() - Method in interface net.sf.jkniv.sqlegance.Sql
Storable instance
asUpdateable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
asUpdateable() - Method in interface net.sf.jkniv.sqlegance.Sql
Updateable instance
asUpdateCommand(Queryable) - Method in interface net.sf.jkniv.whinstone.commands.CommandAdapter
 
asUpdateCommand(Queryable) - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
asUpdateCommand(Queryable) - Method in class net.sf.jkniv.whinstone.jpa2.JpaCommandAdapter
 
ATTRIBUTE_BATCH - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_CACHE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_COLUMNS - Static variable in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
ATTRIBUTE_GROUP_BY - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_HINT - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_HREF - Static variable in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
 
ATTRIBUTE_IMPL - Static variable in interface net.sf.jkniv.sqlegance.OneToMany
 
ATTRIBUTE_ISOLATION - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_MODE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
ATTRIBUTE_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_PROPERTY - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
ATTRIBUTE_PROPERTY - Static variable in class net.sf.jkniv.sqlegance.builder.xml.SelectColumnsTag
 
ATTRIBUTE_PROPERTY - Static variable in interface net.sf.jkniv.sqlegance.OneToMany
 
ATTRIBUTE_PROPS - Static variable in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
ATTRIBUTE_RESULTSET_CONCURRENCY - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_RESULTSET_HOLDABILITY - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_RESULTSET_TYPE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_RETURN_TYPE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_SPNAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
ATTRIBUTE_SQLTYPE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
ATTRIBUTE_STRATEGY - Static variable in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
ATTRIBUTE_TEST - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
 
ATTRIBUTE_TIMEOUT - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_TYPE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_TYPENAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
ATTRIBUTE_TYPEOF - Static variable in interface net.sf.jkniv.sqlegance.OneToMany
 
ATTRIBUTE_VALIDATION - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
authenticate() - Method in class net.sf.jkniv.whinstone.couchdb.CouchDbAuthenticate
Retrieve the cookie session for user authenticated
AutoBindParams - Interface in net.sf.jkniv.whinstone.params
Realize the bind from parameter to StatementAdapter automatically.
autoCommitOff() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
autoCommitOff() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
autoCommitOn() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
autoCommitOn() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
AutoGeneratedKey - Interface in net.sf.jkniv.sqlegance.builder.xml
 
AutoKey<K> - Interface in net.sf.jkniv.whinstone.statement
Bound the key(s) to a entity model.
avg() - Method in class net.sf.jkniv.experimental.Chrono
 
avg(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
avg() - Static method in class net.sf.jkniv.experimental.TimerKeeper
 

B

BasicType - Class in net.sf.jkniv.reflect
 
BasicType() - Constructor for class net.sf.jkniv.reflect.BasicType
 
BasicType.FakeJdk8Type - Class in net.sf.jkniv.reflect
 
begin() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
begin() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.EmptyTransactionAdapter
 
begin() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.JpaTransactionAdapter
 
begin() - Method in interface net.sf.jkniv.whinstone.transaction.Transactional
The TransactionManager.begin method starts a global transaction and associates the transaction context with the calling thread.
bind(SqlDialect) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
bind(SqlDialect) - Method in interface net.sf.jkniv.sqlegance.Sql
 
bind(String, Object) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
bind(Param) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
bind(Param...) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
bind(String, Object) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
bind(Param) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
bind(Param...) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
bind(String, Object) - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
bind(Param) - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
bind(Param...) - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
bind(String, Object) - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
bind(Param) - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
bind(Param...) - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
bind(String, Object) - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
bind(Param...) - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
bind(Param) - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
bind(Sql) - Method in interface net.sf.jkniv.whinstone.Queryable
Bind Sql to Queryable instance generating the raw query.
bind(StatementAdapter<T, R>) - Method in interface net.sf.jkniv.whinstone.Queryable
 
bind(String, Object) - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
Bind an argument to a named parameter.
bind(Param) - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
Bind an argument to a position parameter.
bind(Param...) - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
Bind the varargs parameters to statement
bindKey() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
bindKey() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
bindKey() - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
bindKey() - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
bindKey() - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
bindKey() - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
bind the keys generated
body - Variable in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
BooleanBitType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Boolean to JDBC BIT.
BooleanBitType(String) - Constructor for class net.sf.jkniv.whinstone.types.BooleanBitType
 
BooleanCharType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Boolean to JDBC CHAR.
BooleanCharType(String) - Constructor for class net.sf.jkniv.whinstone.types.BooleanCharType
 
BooleanIntType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Boolean to JDBC INTEGER.
BooleanIntType(String) - Constructor for class net.sf.jkniv.whinstone.types.BooleanIntType
 
BooleanVarcharType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Boolean to JDBC VARCHAR.
BooleanVarcharType(String) - Constructor for class net.sf.jkniv.whinstone.types.BooleanVarcharType
 
build(String) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
 
builder() - Static method in class net.sf.jkniv.whinstone.QueryFactory
 
Builder() - Constructor for class net.sf.jkniv.whinstone.QueryFactory.Builder
 
buildQueryCount(String) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
buildQueryCount(String) - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
Build a paginate query to count the total of records from sqlText
buildQueryCount(String) - Method in class net.sf.jkniv.whinstone.couchdb.dialect.CouchDbDialect2o0
 
buildQueryPaging(String, int, int) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
buildQueryPaging(String, int, int, String) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
buildQueryPaging(String, int, int) - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
Build a paginate query accordingly data base dialect
buildQueryPaging(String, int, int, String) - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
Build a paginate query accordingly data base dialect
buildQueryPaging(String, int, int) - Method in class net.sf.jkniv.whinstone.couchdb.dialect.CouchDbDialect2o0
 
buildQueryPaging(String, int, int, String) - Method in class net.sf.jkniv.whinstone.couchdb.dialect.CouchDbDialect2o0
 
buildQueryPaging(String, int, int) - Method in class net.sf.jkniv.whinstone.jdbc.dialect.DB2EnableORADialect
 
buildQueryPaging(String, int, int) - Method in class net.sf.jkniv.whinstone.jdbc.dialect.InformixDialect
 
buildQueryPaging(String, int, int) - Method in class net.sf.jkniv.whinstone.jdbc.dialect.OracleDialect
 
buildQueryPaging(String, int, int) - Method in class net.sf.jkniv.whinstone.jdbc.dialect.SqlServerDialect
 
buildQueryPaging(String, int, int) - Method in class net.sf.jkniv.whinstone.jpa2.dialect.JpaDialect
 
buildQueryPaging(String, int, int, String) - Method in class net.sf.jkniv.whinstone.jpa2.dialect.JpaDialect
 
BulkCommand - Class in net.sf.jkniv.whinstone.cassandra.commands
 
BulkCommand(Queryable) - Constructor for class net.sf.jkniv.whinstone.cassandra.commands.BulkCommand
 
BulkCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
http://docs.couchdb.org/en/2.2.0/api/database/bulk-api.html POST /{db}/_bulk_docs The bulk document API allows you to create and update multiple documents at the same time within a single request.
BulkCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.BulkCommand
 
BulkCommandResponse - Class in net.sf.jkniv.whinstone.couchdb.statement
 
BulkCommandResponse() - Constructor for class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
BulkJdbcCommand - Class in net.sf.jkniv.whinstone.jdbc.commands
 
BulkJdbcCommand(Queryable, Connection) - Constructor for class net.sf.jkniv.whinstone.jdbc.commands.BulkJdbcCommand
 
BulkJpaCommand - Class in net.sf.jkniv.whinstone.jpa2.commands
 
BulkJpaCommand(Queryable, Connection) - Constructor for class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
BulkResponse - Class in net.sf.jkniv.whinstone.couchdb.statement
 
BulkResponse() - Constructor for class net.sf.jkniv.whinstone.couchdb.statement.BulkResponse
 

C

Cacheable<K,V> - Interface in net.sf.jkniv.cache
An object that maps keys to values.
Cacheable.Entry<V> - Interface in net.sf.jkniv.cache
A cache entry (key-value pair).
cached() - Method in interface net.sf.jkniv.whinstone.Queryable
mark the query result as cache
cacheIgnore() - Method in interface net.sf.jkniv.whinstone.Queryable
Specifies intentionally to no retrieve the data from cache, the query must be hit the database
CacheManager<K,V> - Class in net.sf.jkniv.cache
Manager the live of cache entries.
CacheManager() - Constructor for class net.sf.jkniv.cache.CacheManager
Create a new cache manager with 5 seconds for initial delay to first execution and 5 minutes for period between successive executions.
CacheManager(long) - Constructor for class net.sf.jkniv.cache.CacheManager
Create a new cache manager with 5 seconds for initial delay to first execution and configurable parameter for period to between successive executions.
CacheManager(long, long) - Constructor for class net.sf.jkniv.cache.CacheManager
Create a new cache manager with configurable initialDelay and period.
CacheManager(long, long, CachePolicy) - Constructor for class net.sf.jkniv.cache.CacheManager
Create a new cache manager with configurable initialDelay and period.
CachePolicy - Interface in net.sf.jkniv.cache
Cache keep the objects with a Policy to indicate if continue alive.
CalendarIntType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Calendar to JDBC INTEGER.
CalendarIntType(String) - Constructor for class net.sf.jkniv.whinstone.types.CalendarIntType
 
CalendarTimestampType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Calendar to JDBC TIMESTAMP.
CalendarTimestampType() - Constructor for class net.sf.jkniv.whinstone.types.CalendarTimestampType
 
CalendarTimestampType(String) - Constructor for class net.sf.jkniv.whinstone.types.CalendarTimestampType
 
CallbackScope - Enum in net.sf.jkniv.whinstone
Enumeration for possible scope of execution from callback methods.
cancel() - Method in class net.sf.jkniv.cache.CacheManager
 
Capitalize - Interface in net.sf.jkniv.reflect.beans
Capitalize words or methods like setter's and getter's
Capitalize.PropertyType - Enum in net.sf.jkniv.reflect.beans
 
CapitalNameFactory - Class in net.sf.jkniv.reflect.beans
Class to build capitalize method name.
CapitalNameFactory() - Constructor for class net.sf.jkniv.reflect.beans.CapitalNameFactory
 
CassandraColumn - Class in net.sf.jkniv.whinstone.cassandra
 
CassandraColumn(int, String, DataType.Name, RegisterType, Class<?>) - Constructor for class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
CassandraDialect - Class in net.sf.jkniv.whinstone.cassandra.dialect
Dialect to Cassandra
CassandraDialect() - Constructor for class net.sf.jkniv.whinstone.cassandra.dialect.CassandraDialect
 
CassandraPreparedStatementAdapter<T,R> - Class in net.sf.jkniv.whinstone.cassandra.statement
 
CassandraPreparedStatementAdapter(Session, PreparedStatement, Queryable, RegisterType, RegisterCodec) - Constructor for class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
CassandraSequenceGeneratedKey - Class in net.sf.jkniv.whinstone.cassandra.commands
Call an database sequence and put the value into parameter object from Queryable
CassandraSequenceGeneratedKey(Insertable, Session, HandleableException) - Constructor for class net.sf.jkniv.whinstone.cassandra.commands.CassandraSequenceGeneratedKey
 
CassandraSessionFactory - Class in net.sf.jkniv.whinstone.cassandra
 
CassandraSessionFactory(Properties, String, RegisterType, HandleableException) - Constructor for class net.sf.jkniv.whinstone.cassandra.CassandraSessionFactory
 
CassandraStatementAdapter<T,R> - Class in net.sf.jkniv.whinstone.cassandra.statement
 
CassandraStatementAdapter(Session, Statement, Queryable, RegisterType) - Constructor for class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
CassandraType - Enum in net.sf.jkniv.whinstone.types
Data types supported by cassandra.
checkSqlType(SqlType) - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
If the command isn't the SQL type expected an illegal argument exception is throw.
checkSqlType(SqlType) - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
checkSqlType(SqlType) - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
ChooseTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
 
ChooseTag(List<WhenTag>) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
Build a new choose tag.
Chrono - Class in net.sf.jkniv.experimental
 
Chronometer - Class in net.sf.jkniv.experimental
Multi-thread chronometer for multiple tags.
Chronometer() - Constructor for class net.sf.jkniv.experimental.Chronometer
 
classifier(R) - Method in interface net.sf.jkniv.whinstone.classification.Groupable
 
classifier(R) - Method in class net.sf.jkniv.whinstone.classification.GroupingBy
 
classifier(R) - Method in class net.sf.jkniv.whinstone.classification.NoGroupingBy
 
clear() - Method in interface net.sf.jkniv.cache.Cacheable
Removes all of the mappings from this map (optional operation).
clear() - Method in class net.sf.jkniv.cache.MemoryCache
 
clear() - Method in class net.sf.jkniv.cache.NoCache
 
clear() - Method in class net.sf.jkniv.experimental.Chrono
 
clear() - Static method in class net.sf.jkniv.experimental.Chronometer
 
clear() - Static method in class net.sf.jkniv.experimental.TimerKeeper
remove the chronometer from thread-local
clone(Queryable) - Static method in class net.sf.jkniv.whinstone.QueryFactory
 
clone(Queryable, Class<T>) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Clone queryable object with a return type if no null
clone(Queryable, RegisterType) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Clone queryable object with a return type if no null
clone(Queryable, RegisterType, Class<T>) - Static method in class net.sf.jkniv.whinstone.QueryFactory
 
clone(String, Queryable, Object, RegisterType, Class<T>) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Clone queryable object with a return type if no null
close() - Method in interface net.sf.jkniv.sqlegance.SqlContext
Closes this SQL context.
close() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
close() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
close() - Method in interface net.sf.jkniv.whinstone.commands.CommandAdapter
 
close() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
close(ConnectionAdapter) - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
null-safe close connection.
close(PreparedStatement) - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
null-safe close PreparedStatement.
close(Statement) - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
null-safe close Statement.
close(ResultSet) - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
null-safe close ResultSet.
close(CallableStatement) - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
null-safe close CallableStatement.
close() - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
close(PreparedStatement) - Method in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
close() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
close(ConnectionAdapter) - Method in class net.sf.jkniv.whinstone.jdbc.SpringDataSourceAdapter
 
close() - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
close() - Method in class net.sf.jkniv.whinstone.jpa2.JpaCommandAdapter
 
close(EntityManager) - Method in interface net.sf.jkniv.whinstone.jpa2.JpaEmFactory
 
close() - Method in interface net.sf.jkniv.whinstone.jpa2.JpaEmFactory
 
close() - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
close() - Method in interface net.sf.jkniv.whinstone.Repository
Close the connection with the database.
close() - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
 
close(String) - Static method in class net.sf.jkniv.whinstone.transaction.TransactionSessions
 
codecClassName - Variable in class net.sf.jkniv.whinstone.cassandra.RegisterCodec.CodecMap
 
codecs - Variable in class net.sf.jkniv.whinstone.cassandra.RegisterCodec
 
ColumnParser - Interface in net.sf.jkniv.sqlegance.statement
Parser the columns names from SQL.
ColumnParserFactory - Class in net.sf.jkniv.sqlegance.statement
 
ColumnParserFactory() - Constructor for class net.sf.jkniv.sqlegance.statement.ColumnParserFactory
 
ColumnType - Interface in net.sf.jkniv.whinstone.types
Represent the data type of columns from a database
Command - Interface in net.sf.jkniv.whinstone.commands
Command to be executed in database like Select, Update, Delete, Insert, Stored Procedure...
CommandAdapter - Interface in net.sf.jkniv.whinstone.commands
Adapter to abstract the JDBC Connection Connection representing a connection/session to a specific database (RDBMS or NoSQL).
CommandHandler - Interface in net.sf.jkniv.whinstone.commands
A command handler to keep the life-cycle to be executed the Queryable and Command for a repository.
commandHandler - Variable in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
commandHandler - Variable in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
commandHandler - Variable in class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
CommandHandlerFactory - Class in net.sf.jkniv.whinstone.commands
A command handler to keep the life-cycle to be executed the Queryable and Command for a repository.
CommandHandlerFactory() - Constructor for class net.sf.jkniv.whinstone.commands.CommandHandlerFactory
 
commit() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
commit() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
commit() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
commit() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.EmptyTransactionAdapter
 
commit() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.JpaTransactionAdapter
 
commit() - Method in interface net.sf.jkniv.whinstone.transaction.Transactional
The TransactionManager.commit method completes the transaction currently associated with the calling thread.
compareTo(Chrono) - Method in class net.sf.jkniv.experimental.Chrono
 
Conditionable - Interface in net.sf.jkniv.experimental.math.comparables
 
ConditionalTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
Represent the if tag from XML file to put dynamic SQLs.
ConditionalTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
Parses the given OGNL expression that can be used by Ognl static methods.
config(Class<? extends Exception>, Class<? extends RuntimeException>, String) - Method in interface net.sf.jkniv.exception.HandleableException
Mapping root checked exception to translateTo unchecked.
config(Class<? extends Exception>, String) - Method in interface net.sf.jkniv.exception.HandleableException
Mapping root checked exception to unchecked, RuntimeException.
config(Class<? extends Exception>, Class<? extends RuntimeException>, String) - Method in class net.sf.jkniv.exception.HandlerException
 
config(Class<? extends Exception>, String) - Method in class net.sf.jkniv.exception.HandlerException
 
config(SerializationFeature, boolean) - Static method in class net.sf.jkniv.whinstone.couchdb.commands.JsonMapper
 
config(DeserializationFeature, boolean) - Static method in class net.sf.jkniv.whinstone.couchdb.commands.JsonMapper
 
conn - Variable in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
connAdapter - Variable in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
ConnectionAdapter - Interface in net.sf.jkniv.whinstone
Adapter to abstract the Jdbc Connection Connection representing a connection/session to a specific database (RDBMS or NoSQL).
ConnectionFactory - Interface in net.sf.jkniv.whinstone
Responsible to open connections with a specific database, could be a DataSource, DriverManager, SpringDataSource manager...
ConstraintException - Exception in net.sf.jkniv.sqlegance
Thrown when model data violate the rules with JSR Bean Validation
ConstraintException(String, String) - Constructor for exception net.sf.jkniv.sqlegance.ConstraintException
Constructor for ConstraintException without message detail
ConstraintException(Map<String, String>) - Constructor for exception net.sf.jkniv.sqlegance.ConstraintException
Constructor for ConstraintException with a set of messages
containsQuery(String) - Method in interface net.sf.jkniv.sqlegance.SqlContext
 
containsQuery(String) - Method in interface net.sf.jkniv.whinstone.Repository
 
contextName - Variable in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
convert(Class<T>, Object) - Method in interface net.sf.jkniv.reflect.beans.TranslateType
make a cast from value
Converter - Annotation Type in net.sf.jkniv.whinstone.types
The converter is used to change the value/type from original object to a destiny object.
Converter.EnumType - Enum in net.sf.jkniv.whinstone.types
 
ConverterException - Exception in net.sf.jkniv.whinstone.types
 
ConverterException() - Constructor for exception net.sf.jkniv.whinstone.types.ConverterException
Constructor for ConverterException without message detail
ConverterException(String) - Constructor for exception net.sf.jkniv.whinstone.types.ConverterException
Constructor for ConverterException.
ConverterException(String, Throwable) - Constructor for exception net.sf.jkniv.whinstone.types.ConverterException
Constructor for ConverterException.
ConverterException(Throwable) - Constructor for exception net.sf.jkniv.whinstone.types.ConverterException
 
Convertible<A,B> - Interface in net.sf.jkniv.whinstone.types
Convert or make the parser from Jdbc type to java object (class attribute) or vice-versa.
CouchCommand - Interface in net.sf.jkniv.whinstone.couchdb.commands
 
CouchDbAuthenticate - Class in net.sf.jkniv.whinstone.couchdb
 
CouchDbAuthenticate(String, String, String) - Constructor for class net.sf.jkniv.whinstone.couchdb.CouchDbAuthenticate
Build a new Authentication with 10 minutes to expire after authenticate.
CouchDbDialect2o0 - Class in net.sf.jkniv.whinstone.couchdb.dialect
Dialect to CouchDB
CouchDbDialect2o0() - Constructor for class net.sf.jkniv.whinstone.couchdb.dialect.CouchDbDialect2o0
 
CouchDbDialect2o1 - Class in net.sf.jkniv.whinstone.couchdb.dialect
Dialect to CouchDB
CouchDbDialect2o1() - Constructor for class net.sf.jkniv.whinstone.couchdb.dialect.CouchDbDialect2o1
 
CouchDbJsonDeserialization - Class in net.sf.jkniv.whinstone.couchdb.commands
 
CouchDbJsonDeserialization() - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.CouchDbJsonDeserialization
 
CouchDbResult - Interface in net.sf.jkniv.whinstone.couchdb
 
CouchDbStatementAdapter<T,R> - Class in net.sf.jkniv.whinstone.couchdb.statement
 
CouchDbStatementAdapter(HttpBuilder, String, ParamParser) - Constructor for class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
CouchDbSynchIndexDesign - Class in net.sf.jkniv.whinstone.couchdb.commands
https://docs.couchdb.org/en/stable/api/database/find.html#db-index Mango is a declarative JSON querying language for CouchDB databases.
CouchDbSynchIndexDesign(HttpBuilder, SqlContext) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.CouchDbSynchIndexDesign
 
CouchDbSynchViewDesign - Class in net.sf.jkniv.whinstone.couchdb.commands
FIXME design CouchDb http://docs.couchdb.org/en/2.0.0/api/ddoc/common.html PUT /{db}/_design/{ddoc} The PUT method creates a new named design document, or creates a new revision of the existing design document.
CouchDbSynchViewDesign(HttpBuilder, SqlContext) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.CouchDbSynchViewDesign
 
countOccurrencesOf(String, String) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
Count the occurrences of the substring in string s.
createEntityManager() - Method in interface net.sf.jkniv.whinstone.jpa2.JpaEmFactory
 
createQuery(CriteriaQuery<T>) - Method in interface net.sf.jkniv.whinstone.jpa2.RepositoryJpaExtend
Create an instance of TypedQuery for executing a criteria query.

D

DataMasking - Interface in net.sf.jkniv.sqlegance.logger
Responsible to define the attributes that will be masking and how must be.
DataSourceAdapter - Class in net.sf.jkniv.whinstone.jdbc
 
DataSourceAdapter(DataSource, String) - Constructor for class net.sf.jkniv.whinstone.jdbc.DataSourceAdapter
 
DateIntType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java java.util.Date to JDBC INTEGER.
DateIntType(String) - Constructor for class net.sf.jkniv.whinstone.types.DateIntType
 
DateTimestampType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java java.util.Date to JDBC TIMESTAMP.
DateTimestampType() - Constructor for class net.sf.jkniv.whinstone.types.DateTimestampType
 
DateTimestampType(String) - Constructor for class net.sf.jkniv.whinstone.types.DateTimestampType
 
DateTimeType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java java.util.Date to JDBC TIME.
DateTimeType() - Constructor for class net.sf.jkniv.whinstone.types.DateTimeType
 
DateTimeType(String) - Constructor for class net.sf.jkniv.whinstone.types.DateTimeType
 
DateType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java java.util.Date to JDBC DATE.
DateType() - Constructor for class net.sf.jkniv.whinstone.types.DateType
 
DateType(String) - Constructor for class net.sf.jkniv.whinstone.types.DateType
 
DB2Dialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Default dialect to DB2.
DB2Dialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.DB2Dialect
 
DB2EnableMYSDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to DB2 with compatibility features for MySQL applications.
DB2EnableMYSDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.DB2EnableMYSDialect
 
DB2EnableORADialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to DB2 with compatibility features for Oracle applications.
DB2EnableORADialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.DB2EnableORADialect
 
DEFAULT_INITIALDELAY - Static variable in interface net.sf.jkniv.cache.CachePolicy
 
DEFAULT_PERIOD - Static variable in interface net.sf.jkniv.cache.CachePolicy
 
DEFAULT_SIZE - Static variable in interface net.sf.jkniv.cache.CachePolicy
 
DEFAULT_SIZEOF - Static variable in interface net.sf.jkniv.cache.CachePolicy
 
DEFAULT_TTI - Static variable in interface net.sf.jkniv.cache.CachePolicy
 
DEFAULT_TTL - Static variable in interface net.sf.jkniv.cache.CachePolicy
 
DefaultClassLoader - Class in net.sf.jkniv.sqlegance
 
DefaultClassLoader() - Constructor for class net.sf.jkniv.sqlegance.DefaultClassLoader
 
DefaultCommand - Class in net.sf.jkniv.whinstone.cassandra.commands
 
DefaultCommand(Queryable) - Constructor for class net.sf.jkniv.whinstone.cassandra.commands.DefaultCommand
 
DefaultCommandHandler - Class in net.sf.jkniv.whinstone.commands
 
DefaultCommandHandler(CommandAdapter) - Constructor for class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
DefaultJdbcColumn - Class in net.sf.jkniv.whinstone.jdbc
 
DefaultJdbcColumn(int, String, int, RegisterType, Class<?>) - Constructor for class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
DefaultJdbcCommand - Class in net.sf.jkniv.whinstone.jdbc.commands
Default Command execute simple INSERT, UPDATE and DELETE SQL instructions.
DefaultJdbcCommand(Queryable, Connection) - Constructor for class net.sf.jkniv.whinstone.jdbc.commands.DefaultJdbcCommand
 
DefaultJdbcQuery - Class in net.sf.jkniv.whinstone.jdbc.commands
Default Command execute simple INSERT, UPDATE and DELETE SQL instructions.
DefaultJdbcQuery(Queryable, Connection) - Constructor for class net.sf.jkniv.whinstone.jdbc.commands.DefaultJdbcQuery
 
DefaultJpaCommand - Class in net.sf.jkniv.whinstone.jpa2.commands
 
DefaultJpaCommand(Queryable) - Constructor for class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaCommand
 
DefaultJpaQuery - Class in net.sf.jkniv.whinstone.jpa2.commands
 
DefaultJpaQuery(Queryable) - Constructor for class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaQuery
 
DefaultQuery - Class in net.sf.jkniv.whinstone.cassandra.commands
 
DefaultQuery(Queryable) - Constructor for class net.sf.jkniv.whinstone.cassandra.commands.DefaultQuery
 
DefaultQueryHandler - Class in net.sf.jkniv.whinstone.commands
 
DefaultQueryHandler(CommandAdapter) - Constructor for class net.sf.jkniv.whinstone.commands.DefaultQueryHandler
 
defaultValue() - Method in enum net.sf.jkniv.sqlegance.RepositoryProperty
 
Deletable - Interface in net.sf.jkniv.sqlegance
 
DeleteCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
 
DeleteCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.DeleteCommand
 
Derby10o4Dialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to Derby version 10.4 Supports limits? false Supports limit off set? false Supports rownum? true
Derby10o4Dialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.Derby10o4Dialect
 
Derby10o7Dialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to Derby version 10.7
Derby10o7Dialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.Derby10o7Dialect
 
deserialize(JsonParser, DeserializationContext) - Method in class net.sf.jkniv.whinstone.couchdb.commands.CouchDbJsonDeserialization
 
deserialize(JsonParser, DeserializationContext) - Method in class net.sf.jkniv.whinstone.couchdb.commands.JsonFindDeserialization
 
DesignAnswer - Class in net.sf.jkniv.whinstone.couchdb.commands
 
DesignAnswer() - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
DocBulk - Class in net.sf.jkniv.whinstone.couchdb.statement
 
DocBulk() - Constructor for class net.sf.jkniv.whinstone.couchdb.statement.DocBulk
 
DocBulk(Collection) - Constructor for class net.sf.jkniv.whinstone.couchdb.statement.DocBulk
 
does(String) - Method in interface net.sf.jkniv.reflect.beans.Capitalize
 
DotQueryNameStrategy - Class in net.sf.jkniv.sqlegance
 
DotQueryNameStrategy() - Constructor for class net.sf.jkniv.sqlegance.DotQueryNameStrategy
 
DoubleBigDecimalType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Double to JDBC Decimal.
DoubleBigDecimalType() - Constructor for class net.sf.jkniv.whinstone.types.DoubleBigDecimalType
 
DoubleBigDecimalType(String) - Constructor for class net.sf.jkniv.whinstone.types.DoubleBigDecimalType
 
DriverManagerAdapter - Class in net.sf.jkniv.whinstone.jdbc
 
DriverManagerAdapter(Properties, String) - Constructor for class net.sf.jkniv.whinstone.jdbc.DriverManagerAdapter
 
DropIndexCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
D
DropIndexCommand(HttpBuilder, String, String) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.DropIndexCommand
 
dsl() - Method in interface net.sf.jkniv.whinstone.Repository
A domain-specific languages (DSL) from native API: JPA, Couchbase, Cassandra etc.
DurationStringType - Class in net.sf.jkniv.whinstone.jdk8.types
Conversion type from Java java.time.Duration to JDBC DURATION.
DurationStringType() - Constructor for class net.sf.jkniv.whinstone.jdk8.types.DurationStringType
 
DurationStringType(String) - Constructor for class net.sf.jkniv.whinstone.jdk8.types.DurationStringType
 

E

em - Variable in class net.sf.jkniv.whinstone.jpa2.commands.MergeCommand
 
em - Variable in class net.sf.jkniv.whinstone.jpa2.commands.PersistCommand
 
em - Variable in class net.sf.jkniv.whinstone.jpa2.commands.RemoveCommand
 
empty() - Static method in class net.sf.jkniv.whinstone.jpa2.transaction.EmptyTransactionAdapter
 
emptyParser() - Static method in class net.sf.jkniv.sqlegance.params.ParamParserNoMark
Empty parser from sql parameter
EmptyTransactionAdapter - Class in net.sf.jkniv.whinstone.jpa2.transaction
 
enrich(Queryable) - Method in interface net.sf.jkniv.whinstone.Repository
Use the Queryable to retrieve data and appends the result to Queryable.getParams() parameters, where for each get method must have a correspondent set.
EnrichValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.enrich operation when configured.
entrySet() - Method in interface net.sf.jkniv.cache.Cacheable
 
entrySet() - Method in class net.sf.jkniv.cache.MemoryCache
 
entrySet() - Method in class net.sf.jkniv.cache.NoCache
 
EnumNameType - Class in net.sf.jkniv.whinstone.types
A Enumeration converter value.
EnumNameType(Class<?>) - Constructor for class net.sf.jkniv.whinstone.types.EnumNameType
 
EnumOrdinalType - Class in net.sf.jkniv.whinstone.types
A Enumeration converter value.
EnumOrdinalType(Class<?>) - Constructor for class net.sf.jkniv.whinstone.types.EnumOrdinalType
 
equals(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
equals(Object) - Method in class net.sf.jkniv.whinstone.Param
 
errorFormat(HttpRequestBase, StatusLine, String) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
Evaluate if attribute test is true from when list tags, the first option is selected.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
Evaluate the expression from test attribute is true or false.
eval(Object) - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Evaluate if attribute test is true or false with OGNL expression.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.OtherwiseTag
This node always return true.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
Evaluate if attribute test is true.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
Evaluate if attribute test is true.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
Evaluate if attribute test is true.
evictAnnotations() - Method in class net.sf.jkniv.reflect.Packages
 
evictAnonymousClasses() - Method in class net.sf.jkniv.reflect.Packages
 
evictClasses() - Method in class net.sf.jkniv.reflect.Packages
 
evictEnums() - Method in class net.sf.jkniv.reflect.Packages
 
evictInterfaces() - Method in class net.sf.jkniv.reflect.Packages
 
execute() - Method in class net.sf.jkniv.whinstone.cassandra.commands.AddSequenceKeyJdbcCommand
 
execute() - Method in class net.sf.jkniv.whinstone.cassandra.commands.BulkCommand
 
execute() - Method in class net.sf.jkniv.whinstone.cassandra.commands.DefaultCommand
 
execute() - Method in class net.sf.jkniv.whinstone.cassandra.commands.DefaultQuery
 
execute() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
execute() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
execute() - Method in interface net.sf.jkniv.whinstone.commands.Command
Execute the database statement could be a Command or a Query
execute() - Method in class net.sf.jkniv.whinstone.commands.NoCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AddCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AllDocsCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.BulkCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DeleteCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DropIndexCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.FindCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.FullResponseFindCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.GetCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.UpdateCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.commands.ViewCommand
 
execute() - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
execute() - Method in class net.sf.jkniv.whinstone.jdbc.commands.AddAutoKeyJdbcCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jdbc.commands.AddSequenceKeyJdbcCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jdbc.commands.BulkJdbcCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jdbc.commands.DefaultJdbcCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jdbc.commands.DefaultJdbcQuery
 
execute() - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
execute() - Method in class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaQuery
 
execute() - Method in class net.sf.jkniv.whinstone.jpa2.commands.MergeCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jpa2.commands.PersistCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jpa2.commands.RemoveCommand
 
execute() - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
execute() - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
 
executeBulk() - Method in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
ExecutionStats - Class in net.sf.jkniv.whinstone.couchdb
 
ExecutionStats() - Constructor for class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
extract(String) - Method in interface net.sf.jkniv.sqlegance.statement.ColumnParser
Extract the column or alias names from SQL.
extractNames(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
extractNames(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
extractNames(Object) - Method in interface net.sf.jkniv.sqlegance.Sql
Extract the name parameters from dynamic query
extractNames(String) - Method in interface net.sf.jkniv.sqlegance.Sql
Extract the name parameters from SQL

F

FakeJdk8Type(String) - Constructor for class net.sf.jkniv.reflect.BasicType.FakeJdk8Type
 
Filter<T> - Interface in net.sf.jkniv.whinstone
Represents a filter to select the items.
filter(Filter<?>) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
 
find(String) - Method in interface net.sf.jkniv.sqlegance.params.ParamParser
extract the parameters names from query.
find(String) - Method in class net.sf.jkniv.sqlegance.params.ParamParserColonMark
 
find(String) - Method in class net.sf.jkniv.sqlegance.params.ParamParserDollarMark
 
find(String) - Method in class net.sf.jkniv.sqlegance.params.ParamParserHashMark
 
find(String) - Method in class net.sf.jkniv.sqlegance.params.ParamParserNoMark
 
find(String) - Method in class net.sf.jkniv.sqlegance.params.ParamParserQuestionMark
 
FindCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
 
FindCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.FindCommand
 
flush() - Method in interface net.sf.jkniv.whinstone.Repository
Push the queries from buffer to repository.
FormatterLogger - Class in net.sf.jkniv.logger
 
FormatterLogger() - Constructor for class net.sf.jkniv.logger.FormatterLogger
 
formatterSlf4j(String) - Method in class net.sf.jkniv.logger.FormatterLogger
Formatter a string from org.slf4j.Logger format to String.format Example: "The user {} cannot make login with password [{}]" "The user %1$s cannot make login with password [%2$s]"
from(Object) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
copy all data from properties started with get or is to instance of this proxy
FullResponseFindCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
 
FullResponseFindCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.FullResponseFindCommand
 

G

get(K) - Method in interface net.sf.jkniv.cache.Cacheable
Returns the value to which the specified key is cached, or null if this cache contains no mapping for the key.
get(K) - Method in class net.sf.jkniv.cache.MemoryCache
 
get(K) - Method in class net.sf.jkniv.cache.NoCache
 
get(String) - Static method in enum net.sf.jkniv.sqlegance.KeyGeneratorType
 
get(String) - Static method in enum net.sf.jkniv.sqlegance.LanguageType
Get the language type from String
get(String) - Static method in enum net.sf.jkniv.sqlegance.logger.LogLevel
 
get(String) - Static method in enum net.sf.jkniv.sqlegance.RepositoryType
Return the type of repository, default is JDBC
get(String) - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetConcurrency
 
get(String) - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetHoldability
 
get(String) - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetType
 
get(int) - Static method in enum net.sf.jkniv.sqlegance.transaction.Isolation
 
get(String) - Static method in enum net.sf.jkniv.sqlegance.transaction.Isolation
 
get(String) - Static method in enum net.sf.jkniv.sqlegance.transaction.TransactionType
 
get(String) - Static method in enum net.sf.jkniv.sqlegance.validation.ValidateType
 
get(Queryable) - Method in interface net.sf.jkniv.whinstone.Repository
Get one object instance from repository using a query.
get(Queryable, Class<T>) - Method in interface net.sf.jkniv.whinstone.Repository
Get one object instance of type returnType from repository using a query.
get(Queryable, ResultRow<T, R>) - Method in interface net.sf.jkniv.whinstone.Repository
Get one object instance from repository using a query.
get(T) - Method in interface net.sf.jkniv.whinstone.Repository
Get one object instance from repository using a object as parameter.
get(Class<T>, Object) - Method in interface net.sf.jkniv.whinstone.Repository
Get one object instance of type returnType from repository using a object as parameter.
get(String) - Static method in class net.sf.jkniv.whinstone.transaction.TransactionSessions
 
getAccept() - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
getAccessId() - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
getAccessId() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
The access name for id field, the identifier from an entity
getAccessRevision() - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
getAccessRevision() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
The access name for revision field, a revision number from an entity
getAdditionalProperties() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
getAdditionalProperties() - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
getAnnotationField(Class<? extends Annotation>, String) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
check if this proxy class has annotation for a method name
getAnnotationMethod(Class<? extends Annotation>, String, Class<?>...) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
check if this proxy class has annotation for a method name
getAttributeName() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
getAttributeName() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
getAttributeName() - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
getAutoGeneratedKey() - Method in interface net.sf.jkniv.sqlegance.Insertable
 
getAvgTime() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getAvgTime() - Method in interface net.sf.jkniv.sqlegance.Statistical
average time execution
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AddCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AllDocsCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.BulkCommand
 
getBody() - Method in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DeleteCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DropIndexCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.FindCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.FullResponseFindCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.GetCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.UpdateCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.commands.ViewCommand
 
getBody() - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
getBookmark() - Method in interface net.sf.jkniv.whinstone.couchdb.CouchDbResult
 
getBookmark() - Method in interface net.sf.jkniv.whinstone.Queryable
Get a record of which page selected to mark the reader's place
getBytes(Row) - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
getBytes(ResultSet) - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
getBytes(R) - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
getCache() - Method in interface net.sf.jkniv.sqlegance.Selectable
 
getCacheName() - Method in interface net.sf.jkniv.sqlegance.Selectable
 
getChronoTimer(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
getClassLoader() - Static method in class net.sf.jkniv.sqlegance.DefaultClassLoader
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getCodec(String) - Method in class net.sf.jkniv.whinstone.cassandra.RegisterCodec
 
getColumns() - Method in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
A comma separated list of columns names, when multiple columns are expected
getColumnsAsArray() - Method in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
getColumnType() - Method in class net.sf.jkniv.whinstone.jdk8.types.DurationStringType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantDateType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantTimestampType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.BooleanBitType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.BooleanCharType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.BooleanIntType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.BooleanVarcharType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.CalendarIntType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.CalendarTimestampType
 
getColumnType() - Method in interface net.sf.jkniv.whinstone.types.Convertible
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.DateIntType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.DateTimestampType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.DateTimeType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.DateType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.DoubleBigDecimalType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.EnumNameType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.EnumOrdinalType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.IntLongType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.LongBigDecimalType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.LongNumericType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.NoConverterType
 
getColumnType() - Method in class net.sf.jkniv.whinstone.types.ShortIntType
 
GetCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
 
GetCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.GetCommand
 
getCommandAdapter() - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
getConcurrencyMode() - Method in enum net.sf.jkniv.sqlegance.statement.ResultSetConcurrency
 
getConditionalText(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
 
getConnection() - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
getConnection() - Method in class net.sf.jkniv.whinstone.transaction.TransactionContext
 
getContentEncode(HttpRequestBase) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
getContentType(HttpRequestBase) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
getContentType() - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
getContextName() - Method in interface net.sf.jkniv.whinstone.commands.CommandAdapter
 
getContextName() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
getContextName() - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
Name from repository context
getContextName() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
getContextName() - Method in class net.sf.jkniv.whinstone.jpa2.JpaCommandAdapter
 
getConverter(Class) - Method in class net.sf.jkniv.whinstone.types.RegisterType
 
getCookie() - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
getCookieSession() - Method in class net.sf.jkniv.whinstone.couchdb.CouchDbAuthenticate
 
getCount() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getCount() - Method in interface net.sf.jkniv.sqlegance.Statistical
times executed
getDataMasking() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getDataMasking() - Static method in class net.sf.jkniv.whinstone.cassandra.LoggerFactory
 
getDataMasking() - Static method in class net.sf.jkniv.whinstone.couchdb.LoggerFactory
 
getDataMasking() - Static method in class net.sf.jkniv.whinstone.jdbc.LoggerFactory
 
getDataMasking() - Static method in class net.sf.jkniv.whinstone.jpa2.LoggerFactory
 
getDeclaredField(String) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
get the Field declared by the class or sub-class represented by this proxy
getDeclaredMethod(String) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
get the Method declared by the class or sub-class represented by this proxy
getDefaultException() - Method in interface net.sf.jkniv.exception.HandleableException
 
getDefaultException() - Method in class net.sf.jkniv.exception.HandlerException
 
getDescription() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getDocs() - Method in class net.sf.jkniv.whinstone.couchdb.statement.DocBulk
 
getDynamicSql() - Method in interface net.sf.jkniv.whinstone.Queryable
Dynamic SQL statement from XML file.
getEntity() - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
getEntry(K) - Method in interface net.sf.jkniv.cache.Cacheable
Returns a Cacheable.Entry view of the mappings contained in this cache.
getEntry(K) - Method in class net.sf.jkniv.cache.MemoryCache
 
getEntry(K) - Method in class net.sf.jkniv.cache.NoCache
 
getError() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
getExecutionStats() - Method in interface net.sf.jkniv.whinstone.couchdb.CouchDbResult
 
getExecutionTimeMs() - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
getField() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
getFieldName() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
getFilter() - Method in interface net.sf.jkniv.whinstone.Queryable
A filter function, to keep the result which imposes a total ordering on some collection of objects
getFirstException() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getFirstException() - Method in interface net.sf.jkniv.sqlegance.Statistical
The first error happened
getFirstTime() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getFirstTime() - Method in interface net.sf.jkniv.sqlegance.Statistical
first time execution
getGroupBy() - Method in interface net.sf.jkniv.sqlegance.Selectable
 
getGroupByAsList() - Method in interface net.sf.jkniv.sqlegance.Selectable
 
getHoldability() - Method in enum net.sf.jkniv.sqlegance.statement.ResultSetHoldability
 
getHostContext() - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
getId() - Method in class net.sf.jkniv.sqlegance.builder.xml.SelectColumnsTag
 
getId() - Method in class net.sf.jkniv.whinstone.cassandra.commands.CassandraSequenceGeneratedKey
 
getId() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
getId() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
getId() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcAutoGeneratedKey
 
getId() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcSequenceGeneratedKey
 
getId() - Method in interface net.sf.jkniv.whinstone.statement.AutoKey
Get a identifier
getImpl() - Method in interface net.sf.jkniv.sqlegance.OneToMany
Class name of the collection to supports relationship (like a java.util.ArrayList
getIndex() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
getIndex() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
getIndex() - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
getIndex() - Method in class net.sf.jkniv.whinstone.Param
 
getInstance() - Static method in class net.sf.jkniv.cache.NoCache
 
getInstance() - Static method in class net.sf.jkniv.reflect.BasicType
 
getInstance() - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
 
getInstance(Number) - Static method in class net.sf.jkniv.reflect.NumberFactory
 
getInstance(String) - Static method in class net.sf.jkniv.reflect.NumberFactory
 
getInstance() - Static method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getInstance() - Static method in class net.sf.jkniv.sqlegance.params.ParamParserColonMark
 
getInstance() - Static method in class net.sf.jkniv.sqlegance.params.ParamParserDollarMark
 
getInstance(ParamMarkType) - Static method in class net.sf.jkniv.sqlegance.params.ParamParserFactory
 
getInstance() - Static method in class net.sf.jkniv.sqlegance.params.ParamParserHashMark
 
getInstance() - Static method in class net.sf.jkniv.sqlegance.params.ParamParserQuestionMark
 
getInstance() - Static method in class net.sf.jkniv.sqlegance.statement.ColumnParserFactory
 
getInstance() - Static method in class net.sf.jkniv.whinstone.commands.NoCommand
 
getInstance() - Static method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
getInstance() - Static method in class net.sf.jkniv.whinstone.RepositoryService
 
getInstance() - Static method in class net.sf.jkniv.whinstone.types.NoConverterType
 
getInstance() - Static method in class net.sf.jkniv.whinstone.types.UnknowType
 
getInstanceOf() - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
getInstanceOfGetter() - Static method in class net.sf.jkniv.reflect.beans.CapitalNameFactory
 
getInstanceOfIs() - Static method in class net.sf.jkniv.reflect.beans.CapitalNameFactory
 
getInstanceOfSetter() - Static method in class net.sf.jkniv.reflect.beans.CapitalNameFactory
 
getIsNull() - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
getIsolation() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getIsolation() - Method in interface net.sf.jkniv.sqlegance.Sql
Retrieves the current transaction isolation level for the query.
getIsTrue() - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
getJdbcAdapterFactory() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getJndiDataSource() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getLanguageType() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
language from SQL sentence.
getLanguageType() - Method in interface net.sf.jkniv.sqlegance.Sql
Retrieve the language type used at sql sentence.
getLastAccess() - Method in interface net.sf.jkniv.cache.Cacheable.Entry
Last access the cached value
getLastException() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getLastException() - Method in interface net.sf.jkniv.sqlegance.Statistical
The last error happened
getLastTime() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getLastTime() - Method in interface net.sf.jkniv.sqlegance.Statistical
last time execution
getLogger() - Static method in class net.sf.jkniv.whinstone.cassandra.LoggerFactory
 
getLogger() - Static method in class net.sf.jkniv.whinstone.couchdb.LoggerFactory
 
getLogger() - Static method in class net.sf.jkniv.whinstone.jdbc.LoggerFactory
 
getLogger() - Static method in class net.sf.jkniv.whinstone.jpa2.LoggerFactory
 
getMax() - Method in interface net.sf.jkniv.whinstone.Queryable
Get the maximum number of rows from query result.
getMaxOfParameters() - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
getMaxOfParameters() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
Return the limit of elements in an INPUT parameter the database supports.
getMaxOfParameters() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.OracleDialect
 
getMaxTime() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getMaxTime() - Method in interface net.sf.jkniv.sqlegance.Statistical
maximum time execution
getMessage() - Method in exception net.sf.jkniv.sqlegance.ConstraintException
 
getMetaData() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
getMetaData() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
getMethodByName(String, Class<?>) - Method in interface net.sf.jkniv.reflect.beans.Invokable
 
getMethodName() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
getMethodName() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
getMethodName() - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
getMethodsAnnotatedWith(Class<? extends Annotation>) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
Retrieve all public methods annotated with annotation
getMinTime() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getMinTime() - Method in interface net.sf.jkniv.sqlegance.Statistical
minimum time execution
getMode() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
mode from stored procedure parameter
getName() - Method in interface net.sf.jkniv.cache.Cacheable
cache name
getName() - Method in class net.sf.jkniv.cache.MemoryCache
 
getName() - Method in class net.sf.jkniv.cache.NoCache
 
getName() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getName() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Retrieve the identifier name from tag.
getName() - Method in interface net.sf.jkniv.sqlegance.builder.xml.SqlTag
Retrieve the identifier from tag.
getName() - Method in interface net.sf.jkniv.sqlegance.Sql
The name of query into XML file
getName() - Method in interface net.sf.jkniv.sqlegance.SqlContext
Return context name that belong the statements
getName() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
getName() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
getName() - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
getName() - Method in class net.sf.jkniv.whinstone.Param
 
getName() - Method in interface net.sf.jkniv.whinstone.Queryable
The query name used to localize the query at in XML file.
getName() - Method in class net.sf.jkniv.whinstone.transaction.TransactionContext
 
getNotEmpty() - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
getNotNull() - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
getOffset() - Method in interface net.sf.jkniv.whinstone.couchdb.CouchDbResult
 
getOffset() - Method in interface net.sf.jkniv.whinstone.Queryable
Get the number from first row from query result.
getOk() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
getOk() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
getOneToMany() - Method in interface net.sf.jkniv.sqlegance.Selectable
 
getPackage() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getPackage() - Method in interface net.sf.jkniv.sqlegance.Sql
name of package that this SQL belongs
getPackage(String) - Method in interface net.sf.jkniv.sqlegance.SqlContext
Retrieve all queries from package
getPackageStartWith(String) - Method in interface net.sf.jkniv.sqlegance.SqlContext
Retrieve all packages starting with packagetName.
getParamParser() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getParamParser() - Method in interface net.sf.jkniv.sqlegance.Sql
strategy to parser the parameters from SQL.
getParams() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
getParams() - Method in interface net.sf.jkniv.sqlegance.Storable
Retrieve parameter from stored procedure
getParams() - Method in interface net.sf.jkniv.whinstone.Queryable
Parameters of query.
getParamsClauseIN(Object, String) - Method in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
getParamsNames() - Method in interface net.sf.jkniv.whinstone.Queryable
Name of parameters that bound with final SQL statement
getPlaceholder() - Method in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
getPlaceholder() - Method in interface net.sf.jkniv.sqlegance.params.ParamParser
Specifies a character that will be replaced to in SQL query.
getPlaceholder() - Method in class net.sf.jkniv.sqlegance.params.ParamParserDollarMark
Is $
getPlaceholder() - Method in class net.sf.jkniv.sqlegance.params.ParamParserNoMark
 
getPolicy() - Method in interface net.sf.jkniv.cache.Cacheable
policy that maintenance the capacity and expire time of data
getPolicy() - Method in class net.sf.jkniv.cache.MemoryCache
 
getPolicy() - Method in class net.sf.jkniv.cache.NoCache
 
getProperties() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getProperties() - Method in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
A comma separated list of property names, when multiple properties are expected
getPropertiesAsArray() - Method in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
getProperty(RepositoryProperty) - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getProperty(String) - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getProperty() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Property name from object parameter, can be a object like Author, Book, etc.
getProperty() - Method in interface net.sf.jkniv.sqlegance.OneToMany
The attribute name that hold the collection (many parts)
getProperty(Queryable, String) - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
getProperty(String) - Method in interface net.sf.jkniv.whinstone.Queryable
Recover the value of the named parameter (can be nested), with no type conversions.
getProperty(String, int) - Method in interface net.sf.jkniv.whinstone.Queryable
 
getPropertyAccess() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
getPropertyAccess() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
getPropertyAccess() - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
getPropertyType() - Method in interface net.sf.jkniv.reflect.beans.Capitalize
 
getQuery(String) - Method in interface net.sf.jkniv.sqlegance.SqlContext
Retrieve one query according your name.
getQueryNameStrategy() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
geTransactionType() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.LocalTransactionAdapter
 
geTransactionType() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.EmptyTransactionAdapter
 
geTransactionType() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.JpaTransactionAdapter
 
geTransactionType() - Method in interface net.sf.jkniv.whinstone.transaction.Transactional
Type of transactions supported by the repository
getReadMethod() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
getReadMethodName() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
getReason() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
getRegisterType() - Method in interface net.sf.jkniv.whinstone.Queryable
 
getRepositoryConfig() - Method in interface net.sf.jkniv.sqlegance.SqlContext
 
getRepositoryType() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getResource(String) - Static method in class net.sf.jkniv.sqlegance.DefaultClassLoader
 
getResourceAsStream(String) - Static method in class net.sf.jkniv.sqlegance.DefaultClassLoader
 
getResourceName() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getResourceName() - Method in interface net.sf.jkniv.sqlegance.Sql
The filename that SQL belong to
getResponse() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkResponse
 
getResultSetConcurrency() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getResultSetConcurrency() - Method in interface net.sf.jkniv.sqlegance.Sql
 
getResultSetHoldability() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getResultSetHoldability() - Method in interface net.sf.jkniv.sqlegance.Sql
 
getResultSetType() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getResultSetType() - Method in interface net.sf.jkniv.sqlegance.Sql
 
getResultsReturned() - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
getReturnType() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getReturnType() - Method in interface net.sf.jkniv.sqlegance.Sql
 
getReturnType() - Method in interface net.sf.jkniv.whinstone.Queryable
Overload the return type from XML query.
getReturnTypeAsClass() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getReturnTypeAsClass() - Method in interface net.sf.jkniv.sqlegance.Sql
 
getRev() - Method in class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
getRev() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
getRevision(Queryable) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
getRows() - Method in interface net.sf.jkniv.whinstone.couchdb.CouchDbResult
 
getSorter() - Method in interface net.sf.jkniv.whinstone.Queryable
A comparison function, which imposes a total ordering on some collection of objects
getSpName() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
getSpName() - Method in interface net.sf.jkniv.sqlegance.Storable
Retrieve the name from stored procedure.
getSql() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Retrieve static sql from a node, the dynamic parts is skipped.
getSql(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Retrieve dynamic sql from a node, the dynamic parts is evaluated at time to create the sql.
getSql(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
 
getSql() - Method in interface net.sf.jkniv.sqlegance.Sql
Retrieve static SQL from a node, the dynamic parts is skipped.
getSql(Object) - Method in interface net.sf.jkniv.sqlegance.Sql
Retrieve dynamic SQL from a node, the dynamic parts is evaluated at time to create the SQL.
getSqlDialect() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getSqlDialect() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getSqlDialect() - Method in interface net.sf.jkniv.sqlegance.Sql
dialect for a specific database
getSqlDialect() - Method in interface net.sf.jkniv.sqlegance.SqlContext
 
getSqlFeature() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlFeature
The feature name
getSqlPatternCount() - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
getSqlPatternCount() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
The template to mount the COUNT SQL
getSqlPatternPaging() - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
getSqlPatternPaging() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
The template to mount the SQL paginated, using LIMIT and OFFSET clauses according the specific database
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.DB2Dialect
LIMIT and OFFSET clause for DB2 with DB2_COMPATIBILITY_VECTOR=MYS enabled, where LIMIT and OFFSET are parameter from String.format
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.DB2EnableMYSDialect
LIMIT and OFFSET clause for DB2 with DB2_COMPATIBILITY_VECTOR=MYS enabled, where LIMIT and OFFSET are parameter from String.format
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.DB2EnableORADialect
Using rownum to paging the select, COMPATIBILITY_VECTOR=ORA must be enabled.
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.Derby10o7Dialect
 
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.HsqldbDialect
LIMIT and OFFSET clause for HSQLDB, where LIMIT and OFFSET are parameter from String.format
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.InformixDialect
LIMIT and OFFSET clause for Informix, where LIMIT and OFFSET are parameter from String.format
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.IngresDialect
LIMIT and OFFSET clause for Ingres, where LIMIT and OFFSET are parameter from String.format
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.MySqlDialect
LIMIT and OFFSET clause for MySQL, where LIMIT and OFFSET are parameter from String.format
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.OracleDialect
 
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.PostgreSqlDialect
LIMIT and OFFSET clause for PostgreSQL, where LIMIT and OFFSET are parameter from String.format
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.SQLiteDialect
LIMIT and OFFSET clause for SQLite, where LIMIT and OFFSET are parameter from String.format
getSqlPatternPaging() - Method in class net.sf.jkniv.whinstone.jdbc.dialect.SqlServerDialect
LIMIT clause for SqlServer, where TOP is a parameter from String.format
getSqlType() - Method in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
Command type to execute.
getSqlType() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
SQL type from parameter
getSqlType() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Command type to execute.
getSqlType() - Method in interface net.sf.jkniv.sqlegance.Sql
Retrieve node type: INSERT, UPDATE, DELETE, SELECT or PROCEDURE.
getStatistical() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getStats() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getStats() - Method in interface net.sf.jkniv.sqlegance.Sql
get statistical data from query execution
getStatsPaging() - Method in interface net.sf.jkniv.sqlegance.Selectable
 
getStatus() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
getStatus() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.EmptyTransactionAdapter
 
getStatus() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.JpaTransactionAdapter
 
getStatus() - Method in interface net.sf.jkniv.whinstone.transaction.Transactional
 
getStrategy() - Method in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
Retrieve the tag name.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Retrieve the tag name.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Retrieve the tag name.
getTagName() - Method in interface net.sf.jkniv.sqlegance.builder.xml.SqlTag
Retrieve the tag name.
getTags() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
 
getTags() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
 
getTags() - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Collections from inner tags (WhereTag, SetTag...)
getTags() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
 
getTags() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
 
getTags() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
 
getTargetClass() - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
 
getTargetClass() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
Retrieve the dynamic text from XML element.
getText(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
 
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
Retrieve the text from XML element.
getText(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
 
getText() - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Retrieve the text from XML element, can be dynamic or static.
getText(Object) - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Evaluate if attribute test is true or false with OGNL expression.
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
Retrieve the dynamic text from XML element.
getText(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
 
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
Retrieve the text from XML element.
getText(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
 
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
Retrieve the dynamic text from XML element.
getText(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
 
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.SelectColumnsTag
 
getTime() - Method in class net.sf.jkniv.experimental.Chrono
 
getTimeout() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getTimeout() - Method in interface net.sf.jkniv.sqlegance.Sql
Retrieves the number of seconds the repository will wait for a Query object to execute.
getTimer(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
getTimestamp() - Method in interface net.sf.jkniv.cache.Cacheable.Entry
Timestamp from cached value
getTimestamp() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getTimestamp() - Method in interface net.sf.jkniv.sqlegance.Sql
Timestamp when sql was read from xml
getTotal() - Method in interface net.sf.jkniv.whinstone.Queryable
Get total of rows that query can retrieve, filled after query is executed.
getTotalDocsExamined() - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
getTotalException() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getTotalException() - Method in interface net.sf.jkniv.sqlegance.Statistical
the total of execution with error
getTotalKeysExamined() - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
getTotalOk() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkResponse
 
getTotalQuorumDocsExamined() - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
getTotalRows() - Method in interface net.sf.jkniv.whinstone.couchdb.CouchDbResult
 
getTotalTime() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
getTotalTime() - Method in interface net.sf.jkniv.sqlegance.Statistical
total time execution
getTransaction() - Method in interface net.sf.jkniv.whinstone.jpa2.JpaEmFactory
Retrieve the transaction in progress from thread.
getTransaction() - Method in interface net.sf.jkniv.whinstone.Repository
 
getTransactional() - Method in class net.sf.jkniv.whinstone.transaction.TransactionContext
 
getTransactionManager() - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
Create new Transaction Manager for JDBC transactions
getTransactionType() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
getTransformable() - Method in interface net.sf.jkniv.whinstone.ResultRow
 
getType() - Method in interface net.sf.jkniv.sqlegance.params.ParamParser
 
getType() - Method in class net.sf.jkniv.sqlegance.params.ParamParserColonMark
 
getType() - Method in class net.sf.jkniv.sqlegance.params.ParamParserDollarMark
 
getType() - Method in class net.sf.jkniv.sqlegance.params.ParamParserHashMark
 
getType() - Method in class net.sf.jkniv.sqlegance.params.ParamParserNoMark
 
getType() - Method in class net.sf.jkniv.sqlegance.params.ParamParserQuestionMark
 
getType() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
getType() - Method in class net.sf.jkniv.whinstone.cassandra.RepositoryFactoryCassandra
 
getType() - Method in class net.sf.jkniv.whinstone.couchdb.RepositoryFactoryCouchDb
 
getType() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
getType() - Method in class net.sf.jkniv.whinstone.jdbc.RepositoryFactoryJdbc
 
getType() - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
getType() - Method in class net.sf.jkniv.whinstone.jdk8.types.DurationStringType
 
getType() - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantDateType
 
getType() - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantTimestampType
 
getType() - Method in class net.sf.jkniv.whinstone.jpa2.RepositoryFactoryJpa
 
getType() - Method in interface net.sf.jkniv.whinstone.spi.RepositoryFactory
The type of Repository
getType() - Method in class net.sf.jkniv.whinstone.types.BooleanBitType
 
getType() - Method in class net.sf.jkniv.whinstone.types.BooleanCharType
 
getType() - Method in class net.sf.jkniv.whinstone.types.BooleanIntType
 
getType() - Method in class net.sf.jkniv.whinstone.types.BooleanVarcharType
 
getType() - Method in class net.sf.jkniv.whinstone.types.CalendarIntType
 
getType() - Method in class net.sf.jkniv.whinstone.types.CalendarTimestampType
 
getType() - Method in interface net.sf.jkniv.whinstone.types.Convertible
 
getType() - Method in class net.sf.jkniv.whinstone.types.DateIntType
 
getType() - Method in class net.sf.jkniv.whinstone.types.DateTimestampType
 
getType() - Method in class net.sf.jkniv.whinstone.types.DateTimeType
 
getType() - Method in class net.sf.jkniv.whinstone.types.DateType
 
getType() - Method in class net.sf.jkniv.whinstone.types.DoubleBigDecimalType
 
getType() - Method in class net.sf.jkniv.whinstone.types.EnumNameType
 
getType() - Method in class net.sf.jkniv.whinstone.types.EnumOrdinalType
 
getType() - Method in class net.sf.jkniv.whinstone.types.IntLongType
 
getType() - Method in class net.sf.jkniv.whinstone.types.LongBigDecimalType
 
getType() - Method in class net.sf.jkniv.whinstone.types.LongNumericType
 
getType() - Method in class net.sf.jkniv.whinstone.types.NoConverterType
 
getType() - Method in class net.sf.jkniv.whinstone.types.ShortIntType
 
getTypeName() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
The fully-qualified name of an SQL structured type
getTypeOf() - Method in interface net.sf.jkniv.sqlegance.OneToMany
Class name that represents the type of collection (many parts)
getTypeScroll() - Method in enum net.sf.jkniv.sqlegance.statement.ResultSetType
 
getUId() - Method in class net.sf.jkniv.whinstone.cassandra.commands.CassandraSequenceGeneratedKey
 
getUId() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcAutoGeneratedKey
 
getUId() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcSequenceGeneratedKey
 
getUId() - Method in interface net.sf.jkniv.whinstone.statement.AutoKey
Get a unique identifier
getUrlForAddOrUpdateOrDelete(Queryable) - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
getUrlForAllDocs(Queryable) - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
getUrlForBulk() - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
getUrlForDesign() - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
Return the URL for _design of documents.
getUrlForGet(Queryable) - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
getUrlForView(Queryable) - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
GetValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.get operations when configured.
getValidateGroup() - Method in enum net.sf.jkniv.sqlegance.validation.ValidateType
 
getValidateType() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getValidateType() - Method in interface net.sf.jkniv.sqlegance.Sql
 
getValue() - Method in interface net.sf.jkniv.cache.Cacheable.Entry
Entry value from cache
getValue(Row) - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
getValue(Object) - Method in class net.sf.jkniv.whinstone.couchdb.statement.QueryParam
 
getValue(ResultSet) - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
getValue(R) - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
getValue() - Method in class net.sf.jkniv.whinstone.Param
 
getValueAs() - Method in class net.sf.jkniv.whinstone.Param
get the value converted when there is one, otherwise the original value.
getValueOf(JdbcColumn<R>, R) - Method in class net.sf.jkniv.whinstone.statement.AbstractResultRow
 
getViolations() - Method in exception net.sf.jkniv.sqlegance.ConstraintException
Map with violations where key is javax.validation.ConstraintViolation.getPropertyPath() name with violation message.
getWarning() - Method in interface net.sf.jkniv.whinstone.couchdb.CouchDbResult
 
getWriterMethod() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
getWriterMethodName() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
getXPath() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
getXPath() - Method in interface net.sf.jkniv.sqlegance.Sql
Expression XPATH to read SQL
Groupable<T,R> - Interface in net.sf.jkniv.whinstone.classification
Create group of objects with a tabular result <R>.
GroupingBy<T,R> - Class in net.sf.jkniv.whinstone.classification
Create group of objects with a tabular result <R>.
GroupingBy(List<String>, Class<T>, Transformable.TransformableType) - Constructor for class net.sf.jkniv.whinstone.classification.GroupingBy
 
GroupingBy(List<String>, Class<T>, Transformable<R>) - Constructor for class net.sf.jkniv.whinstone.classification.GroupingBy
 

H

handle(Exception) - Method in interface net.sf.jkniv.exception.HandleableException
 
handle(Exception, String) - Method in interface net.sf.jkniv.exception.HandleableException
 
handle(Exception) - Method in class net.sf.jkniv.exception.HandlerException
 
handle(Exception, String) - Method in class net.sf.jkniv.exception.HandlerException
 
HandleableException - Interface in net.sf.jkniv.exception
Helper to handle exceptions at configurable way keeping the code clean.
handleableException - Variable in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
HandlerException - Class in net.sf.jkniv.exception
 
HandlerException() - Constructor for class net.sf.jkniv.exception.HandlerException
 
HandlerException(boolean) - Constructor for class net.sf.jkniv.exception.HandlerException
 
HandlerException(String) - Constructor for class net.sf.jkniv.exception.HandlerException
Build a new handler exception where default Runtime exception is RuntimeException.
HandlerException(Class<? extends RuntimeException>, String) - Constructor for class net.sf.jkniv.exception.HandlerException
Build a new handler exception where default Runtime exception is defaultException.
HandlerException(Class<? extends RuntimeException>, String, boolean) - Constructor for class net.sf.jkniv.exception.HandlerException
 
handlerException - Variable in class net.sf.jkniv.whinstone.cassandra.commands.DefaultCommand
 
handlerException - Variable in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
handlerException - Variable in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
handlerException - Variable in class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
handlerException - Variable in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaCommand
 
handlerException - Variable in class net.sf.jkniv.whinstone.jpa2.commands.MergeCommand
 
handlerException - Variable in class net.sf.jkniv.whinstone.jpa2.commands.PersistCommand
 
handlerException - Variable in class net.sf.jkniv.whinstone.jpa2.commands.RemoveCommand
 
hasAnnotation(String) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
check if this proxy class has annotation
hasAnnotation(Class<? extends Annotation>) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
check if this proxy class has annotation
hasCache() - Method in interface net.sf.jkniv.sqlegance.Selectable
 
hasError() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
hasField() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
hasFilter() - Method in interface net.sf.jkniv.whinstone.Queryable
Has an filter to include/exclude rows from result.
hashCode() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
hashCode() - Method in class net.sf.jkniv.whinstone.Param
 
HashQueryNameStrategy - Class in net.sf.jkniv.sqlegance
 
HashQueryNameStrategy() - Constructor for class net.sf.jkniv.sqlegance.HashQueryNameStrategy
 
hasInstance() - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
check if instance exists
hasItem() - Method in class net.sf.jkniv.whinstone.cassandra.commands.CassandraSequenceGeneratedKey
 
hasItem() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcAutoGeneratedKey
 
hasItem() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcSequenceGeneratedKey
 
hasItem() - Method in interface net.sf.jkniv.whinstone.statement.AutoKey
 
hasMethod(String, Class<?>) - Method in interface net.sf.jkniv.reflect.beans.Invokable
 
hasMethod(String) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
check if class has a methodName to be invoked.
hasProperties() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
hasReadMethod() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
hasReturnType() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
hasReturnType() - Method in interface net.sf.jkniv.sqlegance.Sql
 
hasReturnType() - Method in interface net.sf.jkniv.whinstone.Queryable
Default value of getReturnType() is java.util.Map instance, this method check if there is a type is not default.
hasRowsOffset() - Method in interface net.sf.jkniv.whinstone.Queryable
Is there a offset to skip first rows?
hasSorter() - Method in interface net.sf.jkniv.whinstone.Queryable
Has an ordering imposed by a comparator.
hasWriterMethod() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
hits() - Method in interface net.sf.jkniv.cache.Cacheable.Entry
how many times this entry was reach
HsqldbDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to HSQLDB
HsqldbDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.HsqldbDialect
 
HTTP_ACCEPTED - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
202 Accepted
HTTP_BAD_REQUEST - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
400 Bad Request
HTTP_CREATED - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
201 Created
HTTP_EXPECTATION_FAILED - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
417 Expectation FaileD
HTTP_NO_CONTENT - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
204 No Content
HTTP_NOT_FOUND - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
404 Not Found
HTTP_NOT_MODIFIED - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
304 Not Modified
HTTP_OK - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
200 OK
HTTP_RESET_CONTENT - Static variable in interface net.sf.jkniv.whinstone.couchdb.commands.CouchCommand
205 Reset Content
HttpBuilder - Class in net.sf.jkniv.whinstone.couchdb
 
HttpBuilder(CouchDbAuthenticate, String, String, RequestParams) - Constructor for class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
HttpConnectionFactory - Class in net.sf.jkniv.whinstone.couchdb
 
HttpConnectionFactory(Properties, String) - Constructor for class net.sf.jkniv.whinstone.couchdb.HttpConnectionFactory
 
HttpMethod - Enum in net.sf.jkniv.whinstone.couchdb.commands
HTTP methods

I

id - Variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
IfTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
Represent the if tag from XML file to put dynamic SQLs.
IfTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.IfTag
Parses the given OGNL expression that can be used by Ognl static methods.
IncludeTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of include xml file.
IncludeTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
Build a new include tag from XML file.
InformixDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to INFORMIX
InformixDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.InformixDialect
 
IngresDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to Ingres
IngresDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.IngresDialect
 
inject(String[], Object[]) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, Object) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String[], Object[], Class<?>[]) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, Object, Class<?>) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, byte) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, short) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, int) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, long) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, float) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, double) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, boolean) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, char) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, Date) - Method in interface net.sf.jkniv.reflect.Injectable
 
inject(String, Calendar) - Method in interface net.sf.jkniv.reflect.Injectable
 
Injectable<T> - Interface in net.sf.jkniv.reflect
Overloads methods to inject (by reflection) the right value dynamically into object (instance).
InjectableFactory - Class in net.sf.jkniv.reflect
Factory to create facility object for inject data at object via methods properties, fields attributes or constructors.
InjectableFactory() - Constructor for class net.sf.jkniv.reflect.InjectableFactory
 
injectAutoIdentity(ObjectProxy<?>, Object, String, String, String, PropertyAccess, PropertyAccess) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
injectIdentity(ObjectProxy<?>, Object, String, String, PropertyAccess, PropertyAccess) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
Insertable - Interface in net.sf.jkniv.sqlegance
 
instance - Variable in class net.sf.jkniv.whinstone.cassandra.RegisterCodec.CodecMap
 
InstanceOf - Class in net.sf.jkniv.asserts
 
InstantDateType - Class in net.sf.jkniv.whinstone.jdk8.types
Conversion type from Java Instant to JDBC TIMESTAMP
InstantDateType() - Constructor for class net.sf.jkniv.whinstone.jdk8.types.InstantDateType
 
InstantDateType(String) - Constructor for class net.sf.jkniv.whinstone.jdk8.types.InstantDateType
 
InstantTimestampType - Class in net.sf.jkniv.whinstone.jdk8.types
Conversion type from Java Instant to JDBC TIMESTAMP
InstantTimestampType() - Constructor for class net.sf.jkniv.whinstone.jdk8.types.InstantTimestampType
 
InstantTimestampType(String) - Constructor for class net.sf.jkniv.whinstone.jdk8.types.InstantTimestampType
 
IntLongType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Integer to JDBC BIGINT.
IntLongType() - Constructor for class net.sf.jkniv.whinstone.types.IntLongType
 
IntLongType(String) - Constructor for class net.sf.jkniv.whinstone.types.IntLongType
 
Invokable - Interface in net.sf.jkniv.reflect.beans
Interface with a contract to invoke method class by reflection.
invoke(Method, Object, Object...) - Method in interface net.sf.jkniv.reflect.beans.Invokable
 
invoke(Class<T>, Object...) - Method in interface net.sf.jkniv.reflect.beans.Invokable
 
invoke(String, Object, Object...) - Method in interface net.sf.jkniv.reflect.beans.Invokable
 
invoke(String, Object...) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
 
invoke(Method, Object...) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
 
isAccepted(int) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
202 Accepted
isActive() - Method in interface net.sf.jkniv.whinstone.jpa2.JpaEmFactory
 
isActive() - Method in class net.sf.jkniv.whinstone.transaction.TransactionContext
 
isAdd() - Method in enum net.sf.jkniv.whinstone.CallbackScope
 
isAlive(long) - Method in interface net.sf.jkniv.cache.CachePolicy
Verify if cache is live indicating to discard the cache content.
isAlive(long, long) - Method in interface net.sf.jkniv.cache.CachePolicy
Verify if cache is live indicating to discard the cache content.
isAlive(long) - Method in class net.sf.jkniv.cache.TTLCachePolicy
 
isAlive(long, long) - Method in class net.sf.jkniv.cache.TTLCachePolicy
 
isArray() - Method in class net.sf.jkniv.whinstone.Param
 
isAssignableFrom() - Method in class net.sf.jkniv.reflect.BasicType.FakeJdk8Type
 
isAutoCommit() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
isAutoCommit() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
isAutoGenerateKey() - Method in interface net.sf.jkniv.sqlegance.Insertable
 
isAutoStrategy() - Method in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
isBasicType(Class<?>) - Method in class net.sf.jkniv.reflect.BasicType
String Integer/int Long/long Double/double Float/float Boolean/boolean Short/short Byte/byte Character/char Date Calendar GregorianCalendar JulianCalendar BigDecimal BigInteger AtomicInteger AtomicLong URL Currency DoubleAccumulator DoubleAdder LongAccumulator LongAdder Duration Instant LocalDate LocalDateTime LocalTime ZonedDateTime ZonaId OffsetDateTime OffsetTime
isBinary() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
isBinary() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
isBinary() - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
isBinary() - Method in enum net.sf.jkniv.whinstone.types.CassandraType
 
isBinary() - Method in interface net.sf.jkniv.whinstone.types.ColumnType
 
isBinary() - Method in enum net.sf.jkniv.whinstone.types.JdbcType
 
isBinary() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
isBlob() - Method in enum net.sf.jkniv.whinstone.types.CassandraType
 
isBlob() - Method in interface net.sf.jkniv.whinstone.types.ColumnType
 
isBlob() - Method in enum net.sf.jkniv.whinstone.types.JdbcType
 
isBlob() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
isBoundParams() - Method in interface net.sf.jkniv.whinstone.Queryable
Check if the parameters from queryable was bind to StatementAdapter instance.
isBoundSql() - Method in interface net.sf.jkniv.whinstone.Queryable
Check if SQL object was bind to this instance.
isCached() - Method in interface net.sf.jkniv.whinstone.Queryable
Indicate the query result is from cache, isn't from repository.
isCacheIgnore() - Method in interface net.sf.jkniv.whinstone.Queryable
Verify was marked to ignore the cache.
isClob() - Method in enum net.sf.jkniv.whinstone.types.CassandraType
 
isClob() - Method in interface net.sf.jkniv.whinstone.types.ColumnType
 
isClob() - Method in enum net.sf.jkniv.whinstone.types.JdbcType
 
isClob() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
isClosed() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
isClosed() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
isCollection() - Method in class net.sf.jkniv.whinstone.Param
 
isCreated(int) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
201 Created
isDate() - Method in enum net.sf.jkniv.whinstone.types.CassandraType
 
isDate() - Method in interface net.sf.jkniv.whinstone.types.ColumnType
 
isDate() - Method in enum net.sf.jkniv.whinstone.types.JdbcType
 
isDate() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
isDeletable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
isDeletable() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
isDeletable() - Method in interface net.sf.jkniv.sqlegance.Sql
Verify if command is a DELETE
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
Indicate if text is dynamic or static.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
Indicate if text is dynamic or static.
isDynamic() - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Indicate if text is dynamic or static.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
Indicate if text is dynamic or static.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
Indicate if text is dynamic or static.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
Indicate if text is dynamic or static.
isDynamicGroup() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
 
isDynamicGroup() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
 
isDynamicGroup() - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Indicate if text contains a dynamic group of tags like: SetTag and WhereTag.
isDynamicGroup() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
 
isDynamicGroup() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
 
isDynamicGroup() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
 
isEmpty() - Method in class net.sf.jkniv.whinstone.cassandra.commands.CassandraSequenceGeneratedKey
 
isEmpty() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcAutoGeneratedKey
 
isEmpty() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcSequenceGeneratedKey
 
isEmpty() - Method in interface net.sf.jkniv.whinstone.statement.AutoKey
 
isEmpty(String) - Static method in class net.sf.jkniv.whinstone.transaction.TransactionSessions
 
isEmpty() - Method in class net.sf.jkniv.whinstone.types.RegisterType
 
isEqual(T) - Method in interface net.sf.jkniv.whinstone.Filter
Search the items that attend the filter
isExpectationFailed(int) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
417 Expectation Faile
isExpired() - Method in class net.sf.jkniv.whinstone.couchdb.CouchDbAuthenticate
 
isInsertable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
isInsertable() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
isInsertable() - Method in interface net.sf.jkniv.sqlegance.Sql
Verify if command is a INSERT
isInstanceof(Class<?>) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
 
isMute() - Method in interface net.sf.jkniv.exception.HandleableException
 
isMute(Class<? extends Exception>) - Method in interface net.sf.jkniv.exception.HandleableException
 
isMute() - Method in class net.sf.jkniv.exception.HandlerException
 
isMute(Class<? extends Exception>) - Method in class net.sf.jkniv.exception.HandlerException
 
isNestedAttribute() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
isNestedAttribute() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
isNestedAttribute() - Method in interface net.sf.jkniv.whinstone.JdbcColumn
 
isNestedField() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
isNotFound(int) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
Verify if http status represents a record not found
IsNull - Class in net.sf.jkniv.asserts
 
isNumberType(Class<?>) - Method in class net.sf.jkniv.reflect.BasicType
 
isOk(int) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
isOk() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
Isolation - Enum in net.sf.jkniv.sqlegance.transaction
Enumeration that represents transaction isolation levels for use with the connection data source.
isPaging() - Method in interface net.sf.jkniv.whinstone.Queryable
Is there a max row limit indicated?
isReloadableXmlEnable() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
isRemove() - Method in enum net.sf.jkniv.whinstone.CallbackScope
 
isRunning() - Static method in class net.sf.jkniv.experimental.TimerKeeper
 
isScalar() - Method in interface net.sf.jkniv.whinstone.Queryable
verify if the query is scalar value.
isSelect() - Method in enum net.sf.jkniv.whinstone.CallbackScope
 
isSelectable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
isSelectable() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
isSelectable() - Method in interface net.sf.jkniv.sqlegance.Sql
Verify if command is a SELECT
isSequenceStrategy() - Method in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
isShotKeyEnable() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
isStorable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
isStorable() - Method in interface net.sf.jkniv.sqlegance.Sql
Verify if command is a STORED PROCEDURE
isTime() - Method in enum net.sf.jkniv.whinstone.types.CassandraType
 
isTime() - Method in interface net.sf.jkniv.whinstone.types.ColumnType
 
isTime() - Method in enum net.sf.jkniv.whinstone.types.JdbcType
 
isTime() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
isTimestamp() - Method in enum net.sf.jkniv.whinstone.types.CassandraType
 
isTimestamp() - Method in interface net.sf.jkniv.whinstone.types.ColumnType
 
isTimestamp() - Method in enum net.sf.jkniv.whinstone.types.JdbcType
 
isTimestamp() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
IsTrue - Class in net.sf.jkniv.asserts
 
isTypeOfArray() - Method in interface net.sf.jkniv.whinstone.Queryable
verify if the parameter is an array
isTypeOfArrayBasicTypes() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfArrayMap() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfArrayPojo() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfBasic() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfBulk() - Method in interface net.sf.jkniv.whinstone.Queryable
verify if the parameter is a collection or array
isTypeOfCollection() - Method in interface net.sf.jkniv.whinstone.Queryable
verify if the parameter is a collection
isTypeOfCollectionArray() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfCollectionBasicTypes() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfCollectionMap() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfCollectionPojo() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfMap() - Method in interface net.sf.jkniv.whinstone.Queryable
verify if the parameter is a map
isTypeOfNull() - Method in interface net.sf.jkniv.whinstone.Queryable
 
isTypeOfPojo() - Method in interface net.sf.jkniv.whinstone.Queryable
verify if the parameter is a pojo
isUpdate() - Method in enum net.sf.jkniv.whinstone.CallbackScope
 
isUpdateable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
isUpdateable() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
isUpdateable() - Method in interface net.sf.jkniv.sqlegance.Sql
Verify if command is a UPDATE
iterator() - Method in class net.sf.jkniv.whinstone.cassandra.commands.CassandraSequenceGeneratedKey
 
iterator() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcAutoGeneratedKey
 
iterator() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcSequenceGeneratedKey
 
iterator() - Method in interface net.sf.jkniv.whinstone.Queryable
Returns an iterator over the collection of params or array of params.
iterator() - Method in interface net.sf.jkniv.whinstone.statement.AutoKey
 
ITextTag - Interface in net.sf.jkniv.sqlegance.builder.xml.dynamic
The text from node elements at XML file.

J

JdbcAutoGeneratedKey - Class in net.sf.jkniv.whinstone.jdbc.commands
Call an database sequence and put the value into parameter object from Queryable
JdbcAutoGeneratedKey(PreparedStatement, HandleableException) - Constructor for class net.sf.jkniv.whinstone.jdbc.commands.JdbcAutoGeneratedKey
 
JdbcColumn<R> - Interface in net.sf.jkniv.whinstone
Represents a column (field) of database.
JdbcColumnMapper - Interface in net.sf.jkniv.whinstone
 
JdbcConnectionAdapter - Class in net.sf.jkniv.whinstone.jdbc
 
JdbcConnectionAdapter(String, Connection, HandleableException) - Constructor for class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
JdbcPreparedStatementAdapter<T,R> - Class in net.sf.jkniv.whinstone.jdbc.statement
 
JdbcPreparedStatementAdapter(PreparedStatement, Queryable) - Constructor for class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
JdbcSequenceGeneratedKey - Class in net.sf.jkniv.whinstone.jdbc.commands
Call an database sequence and put the value into parameter object from Queryable
JdbcSequenceGeneratedKey(Insertable, Connection, HandleableException) - Constructor for class net.sf.jkniv.whinstone.jdbc.commands.JdbcSequenceGeneratedKey
 
JdbcType - Enum in net.sf.jkniv.whinstone.types
The class that defines the constants that are used to identify generic SQL types, called JDBC types.
JpaCommandAdapter - Class in net.sf.jkniv.whinstone.jpa2
 
JpaCommandAdapter(String, JpaEmFactory, HandleableException) - Constructor for class net.sf.jkniv.whinstone.jpa2.JpaCommandAdapter
 
JpaDialect - Class in net.sf.jkniv.whinstone.jpa2.dialect
Dialect to JPA
JpaDialect() - Constructor for class net.sf.jkniv.whinstone.jpa2.dialect.JpaDialect
 
JpaEmFactory - Interface in net.sf.jkniv.whinstone.jpa2
 
JpaStatementAdapter<T,R> - Class in net.sf.jkniv.whinstone.jpa2.statement
 
JpaStatementAdapter(Query, Queryable, HandleableException) - Constructor for class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
JpaTransactionAdapter - Class in net.sf.jkniv.whinstone.jpa2.transaction
 
JpaTransactionAdapter(EntityTransaction) - Constructor for class net.sf.jkniv.whinstone.jpa2.transaction.JpaTransactionAdapter
Create transaction adapter for JPA Entity Transaction
JsonFindDeserialization - Class in net.sf.jkniv.whinstone.couchdb.commands
 
JsonFindDeserialization() - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.JsonFindDeserialization
 
JsonFindDeserialization(Class<?>) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.JsonFindDeserialization
 
JsonMapper - Class in net.sf.jkniv.whinstone.couchdb.commands
 

K

keepAlive() - Method in class net.sf.jkniv.whinstone.couchdb.CouchDbAuthenticate
 
key() - Method in enum net.sf.jkniv.sqlegance.RepositoryProperty
 
KEY_conflicts - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(boolean) – Includes conflicts information in response.
KEY_descending - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(boolean) – Return the documents in descending by key order.
KEY_end_key - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Alias for endkey param.
KEY_end_key_doc_id - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Alias for endkey_docid param.
KEY_endkey - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Stop returning records when the specified key is reached.
KEY_endkey_docid - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Stop returning records when the specified document ID is reached.
KEY_include_docs - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(boolean) – Include the full content of the documents in the return.
KEY_inclusive_end - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(boolean) – Specifies whether the specified end key should be included in the result.
KEY_key - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Return only documents that match the specified key.
KEY_keys - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Return only documents that match the specified keys.
KEY_limit - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(number) – Limit the number of the returned documents to the specified number.
KEY_skip - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(number) – Skip this number of records before starting to return the results.
KEY_stale - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Allow the results from a stale view to be used, without triggering a rebuild of all views within the encompassing design doc.
KEY_start_key - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Alias for startkey param.
KEY_start_key_doc_id - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Alias for startkey_docid param.
KEY_startkey - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Return records starting with the specified key.
KEY_startkey_docid - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(string) – Return records starting with the specified document ID.
KEY_update_seq - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.AllDocsQueryParams
(boolean) – Response includes an update_seq value indicating which sequence id of the underlying database the view reflects.
KeyGeneratorType - Enum in net.sf.jkniv.sqlegance
Generate key types

L

languageType - Variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
LanguageType - Enum in net.sf.jkniv.sqlegance
Type of sql sentence supported at xml files.
level() - Method in enum net.sf.jkniv.sqlegance.transaction.Isolation
 
list(Queryable) - Method in interface net.sf.jkniv.whinstone.Repository
Retrieve a set of objects T from repository using a query.
list(Queryable, Class<T>) - Method in interface net.sf.jkniv.whinstone.Repository
Retrieve a set of objects returnType from repository using a query.
list(Queryable, ResultRow<T, R>) - Method in interface net.sf.jkniv.whinstone.Repository
Retrieve a set of objects T from repository using a query.
ListValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.list operation when configured.
LocalTransactionAdapter - Class in net.sf.jkniv.whinstone.jdbc.transaction
 
LocalTransactionAdapter(ConnectionAdapter) - Constructor for class net.sf.jkniv.whinstone.jdbc.transaction.LocalTransactionAdapter
 
log() - Static method in class net.sf.jkniv.experimental.Chronometer
 
log - Variable in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
logger - Static variable in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
LoggerFactory - Class in net.sf.jkniv.whinstone.cassandra
 
LoggerFactory() - Constructor for class net.sf.jkniv.whinstone.cassandra.LoggerFactory
 
LoggerFactory - Class in net.sf.jkniv.whinstone.couchdb
 
LoggerFactory() - Constructor for class net.sf.jkniv.whinstone.couchdb.LoggerFactory
 
LoggerFactory - Class in net.sf.jkniv.whinstone.jdbc
 
LoggerFactory() - Constructor for class net.sf.jkniv.whinstone.jdbc.LoggerFactory
 
LoggerFactory - Class in net.sf.jkniv.whinstone.jpa2
 
LoggerFactory() - Constructor for class net.sf.jkniv.whinstone.jpa2.LoggerFactory
 
logInfoOff() - Method in interface net.sf.jkniv.exception.HandleableException
 
logInfoOff() - Method in class net.sf.jkniv.exception.HandlerException
 
logInfoOn() - Method in interface net.sf.jkniv.exception.HandleableException
 
logInfoOn() - Method in class net.sf.jkniv.exception.HandlerException
 
LogLevel - Enum in net.sf.jkniv.sqlegance.logger
Level of logging
LongBigDecimalType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Long to JDBC DECIMAL.
LongBigDecimalType() - Constructor for class net.sf.jkniv.whinstone.types.LongBigDecimalType
 
LongBigDecimalType(String) - Constructor for class net.sf.jkniv.whinstone.types.LongBigDecimalType
 
LongNumericType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Long to JDBC NUMERIC.
LongNumericType() - Constructor for class net.sf.jkniv.whinstone.types.LongNumericType
 
LongNumericType(String) - Constructor for class net.sf.jkniv.whinstone.types.LongNumericType
 
lookup() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
lookup(RepositoryType) - Method in class net.sf.jkniv.whinstone.RepositoryService
 
lookup(String) - Method in class net.sf.jkniv.whinstone.RepositoryService
 

M

MalformedExpression - Exception in net.sf.jkniv.sqlegance.builder.xml.dynamic
This exception is throwed if an OGNL expression its founded at bad format
MalformedExpression() - Constructor for exception net.sf.jkniv.sqlegance.builder.xml.dynamic.MalformedExpression
 
MalformedExpression(String) - Constructor for exception net.sf.jkniv.sqlegance.builder.xml.dynamic.MalformedExpression
 
MalformedExpression(String, Throwable) - Constructor for exception net.sf.jkniv.sqlegance.builder.xml.dynamic.MalformedExpression
 
map(String) - Method in interface net.sf.jkniv.whinstone.JdbcColumnMapper
 
map(String) - Method in class net.sf.jkniv.whinstone.UnderscoreToCamelCaseMapper
 
mapper(String, Class<T>) - Static method in class net.sf.jkniv.whinstone.couchdb.commands.JsonMapper
 
mapper(String, TypeReference) - Static method in class net.sf.jkniv.whinstone.couchdb.commands.JsonMapper
 
mapper(Map<String, Object>, Class<T>) - Static method in class net.sf.jkniv.whinstone.couchdb.commands.JsonMapper
 
mapper(Object) - Static method in class net.sf.jkniv.whinstone.couchdb.commands.JsonMapper
 
MapTransform - Class in net.sf.jkniv.whinstone.classification
 
MapTransform() - Constructor for class net.sf.jkniv.whinstone.classification.MapTransform
 
mask(String, Object) - Method in interface net.sf.jkniv.sqlegance.logger.DataMasking
Evaluate if value of attributeName must be masked.
mask(String, Object) - Method in class net.sf.jkniv.sqlegance.logger.SimpleDataMasking
 
max() - Method in class net.sf.jkniv.experimental.Chrono
 
max(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
max(int) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
 
MemoryCache<K,V> - Class in net.sf.jkniv.cache
MemoryCache based implementation of the Cacheable interface.
MemoryCache() - Constructor for class net.sf.jkniv.cache.MemoryCache
 
MemoryCache(String) - Constructor for class net.sf.jkniv.cache.MemoryCache
 
MemoryCache(CachePolicy) - Constructor for class net.sf.jkniv.cache.MemoryCache
 
MemoryCache(CachePolicy, String) - Constructor for class net.sf.jkniv.cache.MemoryCache
 
merge(Object) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
merge all data from properties started with get or is to instance of this proxy
MergeCommand - Class in net.sf.jkniv.whinstone.jpa2.commands
 
MergeCommand(EntityManager, Queryable) - Constructor for class net.sf.jkniv.whinstone.jpa2.commands.MergeCommand
 
method - Variable in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
milliseconds(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
min() - Method in class net.sf.jkniv.experimental.Chrono
 
min(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
mute() - Method in interface net.sf.jkniv.exception.HandleableException
 
mute(Class<? extends Exception>) - Method in interface net.sf.jkniv.exception.HandleableException
 
mute() - Method in class net.sf.jkniv.exception.HandlerException
 
mute(Class<? extends Exception>) - Method in class net.sf.jkniv.exception.HandlerException
 
mute(Class<? extends Exception>) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
When the proxy catch a Exception to handler by ReflectionException a mute rule is used to not throw the exception.
MySqlDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to MYSQL
MySqlDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.MySqlDialect
 

N

name - Variable in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
name() - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
name() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
Dialect name
name() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlFeature
The feature name
name() - Method in class net.sf.jkniv.whinstone.couchdb.statement.QueryParam
 
name() - Method in interface net.sf.jkniv.whinstone.types.ColumnType
 
name() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
net.sf.jkniv.asserts - package net.sf.jkniv.asserts
 
net.sf.jkniv.cache - package net.sf.jkniv.cache
 
net.sf.jkniv.exception - package net.sf.jkniv.exception
 
net.sf.jkniv.experimental - package net.sf.jkniv.experimental
This package keep experimental design and probably will be refactored your implementation and the package path.
net.sf.jkniv.experimental.math.comparables - package net.sf.jkniv.experimental.math.comparables
 
net.sf.jkniv.logger - package net.sf.jkniv.logger
 
net.sf.jkniv.reflect - package net.sf.jkniv.reflect
 
net.sf.jkniv.reflect.beans - package net.sf.jkniv.reflect.beans
 
net.sf.jkniv.sqlegance - package net.sf.jkniv.sqlegance
 
net.sf.jkniv.sqlegance.builder - package net.sf.jkniv.sqlegance.builder
 
net.sf.jkniv.sqlegance.builder.xml - package net.sf.jkniv.sqlegance.builder.xml
 
net.sf.jkniv.sqlegance.builder.xml.dynamic - package net.sf.jkniv.sqlegance.builder.xml.dynamic
 
net.sf.jkniv.sqlegance.dialect - package net.sf.jkniv.sqlegance.dialect
 
net.sf.jkniv.sqlegance.logger - package net.sf.jkniv.sqlegance.logger
 
net.sf.jkniv.sqlegance.params - package net.sf.jkniv.sqlegance.params
 
net.sf.jkniv.sqlegance.statement - package net.sf.jkniv.sqlegance.statement
 
net.sf.jkniv.sqlegance.transaction - package net.sf.jkniv.sqlegance.transaction
 
net.sf.jkniv.sqlegance.validation - package net.sf.jkniv.sqlegance.validation
 
net.sf.jkniv.whinstone - package net.sf.jkniv.whinstone
 
net.sf.jkniv.whinstone.cassandra - package net.sf.jkniv.whinstone.cassandra
 
net.sf.jkniv.whinstone.cassandra.commands - package net.sf.jkniv.whinstone.cassandra.commands
 
net.sf.jkniv.whinstone.cassandra.dialect - package net.sf.jkniv.whinstone.cassandra.dialect
 
net.sf.jkniv.whinstone.cassandra.statement - package net.sf.jkniv.whinstone.cassandra.statement
 
net.sf.jkniv.whinstone.classification - package net.sf.jkniv.whinstone.classification
 
net.sf.jkniv.whinstone.commands - package net.sf.jkniv.whinstone.commands
 
net.sf.jkniv.whinstone.couchdb - package net.sf.jkniv.whinstone.couchdb
 
net.sf.jkniv.whinstone.couchdb.commands - package net.sf.jkniv.whinstone.couchdb.commands
 
net.sf.jkniv.whinstone.couchdb.dialect - package net.sf.jkniv.whinstone.couchdb.dialect
 
net.sf.jkniv.whinstone.couchdb.statement - package net.sf.jkniv.whinstone.couchdb.statement
 
net.sf.jkniv.whinstone.jdbc - package net.sf.jkniv.whinstone.jdbc
 
net.sf.jkniv.whinstone.jdbc.commands - package net.sf.jkniv.whinstone.jdbc.commands
 
net.sf.jkniv.whinstone.jdbc.dialect - package net.sf.jkniv.whinstone.jdbc.dialect
 
net.sf.jkniv.whinstone.jdbc.statement - package net.sf.jkniv.whinstone.jdbc.statement
 
net.sf.jkniv.whinstone.jdbc.transaction - package net.sf.jkniv.whinstone.jdbc.transaction
 
net.sf.jkniv.whinstone.jdk8.types - package net.sf.jkniv.whinstone.jdk8.types
 
net.sf.jkniv.whinstone.jpa2 - package net.sf.jkniv.whinstone.jpa2
 
net.sf.jkniv.whinstone.jpa2.commands - package net.sf.jkniv.whinstone.jpa2.commands
 
net.sf.jkniv.whinstone.jpa2.dialect - package net.sf.jkniv.whinstone.jpa2.dialect
 
net.sf.jkniv.whinstone.jpa2.statement - package net.sf.jkniv.whinstone.jpa2.statement
 
net.sf.jkniv.whinstone.jpa2.transaction - package net.sf.jkniv.whinstone.jpa2.transaction
 
net.sf.jkniv.whinstone.params - package net.sf.jkniv.whinstone.params
 
net.sf.jkniv.whinstone.spi - package net.sf.jkniv.whinstone.spi
 
net.sf.jkniv.whinstone.statement - package net.sf.jkniv.whinstone.statement
 
net.sf.jkniv.whinstone.transaction - package net.sf.jkniv.whinstone.transaction
 
net.sf.jkniv.whinstone.types - package net.sf.jkniv.whinstone.types
 
newAutoGeneratedKey(String, String, String, String) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
Build a new where tag.
newBasicParam(StatementAdapter<T, R>, Queryable) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newDelete(String, LanguageType) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newDelete(String, LanguageType, SqlDialect) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newDelete(String, LanguageType, Isolation, int, ValidateType, Statistical) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newFind(String) - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
Return the HTTP POST for _find request.
newFind() - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
Return the HTTP POST for _find request.
newInsert(String, LanguageType) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newInsert(String, LanguageType, SqlDialect) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newInsert(String, LanguageType, Isolation, int, ValidateType, Statistical) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newInstance() - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
build a new instance using constructor with arguments types or default
newInstance(String) - Static method in class net.sf.jkniv.sqlegance.builder.SqlContextFactory
Build a new context from SQL sentences
newInstance(String, Properties) - Static method in class net.sf.jkniv.sqlegance.builder.SqlContextFactory
Build a new context from SQL sentences
newInstance(String, String) - Static method in class net.sf.jkniv.sqlegance.builder.SqlContextFactory
Build a new context from SQL sentences
newInstance(SqlFeatureSupport, boolean) - Static method in class net.sf.jkniv.sqlegance.dialect.SqlFeatureFactory
Create a new instance of SqlFeature
newInstance(SqlFeatureSupport) - Static method in class net.sf.jkniv.sqlegance.dialect.SqlFeatureFactory
Create a new instance of SqlFeature
newInstance() - Method in class net.sf.jkniv.whinstone.cassandra.RepositoryFactoryCassandra
 
newInstance(Properties) - Method in class net.sf.jkniv.whinstone.cassandra.RepositoryFactoryCassandra
 
newInstance(Properties, SqlContext) - Method in class net.sf.jkniv.whinstone.cassandra.RepositoryFactoryCassandra
 
newInstance(String) - Method in class net.sf.jkniv.whinstone.cassandra.RepositoryFactoryCassandra
 
newInstance(SqlContext) - Method in class net.sf.jkniv.whinstone.cassandra.RepositoryFactoryCassandra
 
newInstance() - Method in class net.sf.jkniv.whinstone.couchdb.RepositoryFactoryCouchDb
 
newInstance(Properties) - Method in class net.sf.jkniv.whinstone.couchdb.RepositoryFactoryCouchDb
 
newInstance(Properties, SqlContext) - Method in class net.sf.jkniv.whinstone.couchdb.RepositoryFactoryCouchDb
 
newInstance(String) - Method in class net.sf.jkniv.whinstone.couchdb.RepositoryFactoryCouchDb
 
newInstance(SqlContext) - Method in class net.sf.jkniv.whinstone.couchdb.RepositoryFactoryCouchDb
 
newInstance() - Method in class net.sf.jkniv.whinstone.jdbc.RepositoryFactoryJdbc
 
newInstance(Properties) - Method in class net.sf.jkniv.whinstone.jdbc.RepositoryFactoryJdbc
 
newInstance(Properties, SqlContext) - Method in class net.sf.jkniv.whinstone.jdbc.RepositoryFactoryJdbc
 
newInstance(String) - Method in class net.sf.jkniv.whinstone.jdbc.RepositoryFactoryJdbc
 
newInstance(SqlContext) - Method in class net.sf.jkniv.whinstone.jdbc.RepositoryFactoryJdbc
 
newInstance() - Method in class net.sf.jkniv.whinstone.jpa2.RepositoryFactoryJpa
 
newInstance(Properties) - Method in class net.sf.jkniv.whinstone.jpa2.RepositoryFactoryJpa
 
newInstance(Properties, SqlContext) - Method in class net.sf.jkniv.whinstone.jpa2.RepositoryFactoryJpa
 
newInstance(String) - Method in class net.sf.jkniv.whinstone.jpa2.RepositoryFactoryJpa
 
newInstance(SqlContext) - Method in class net.sf.jkniv.whinstone.jpa2.RepositoryFactoryJpa
 
newInstance() - Method in interface net.sf.jkniv.whinstone.spi.RepositoryFactory
New instance of Repository using default name from SqlContext "repository-sql.xml".
newInstance(Properties) - Method in interface net.sf.jkniv.whinstone.spi.RepositoryFactory
New instance of Repository using default name from SqlContext "repository-sql.xml" with additional properties.
newInstance(Properties, SqlContext) - Method in interface net.sf.jkniv.whinstone.spi.RepositoryFactory
New instance of Repository using additional properties and SqlContext instance.
newInstance(String) - Method in interface net.sf.jkniv.whinstone.spi.RepositoryFactory
 
newInstance(SqlContext) - Method in interface net.sf.jkniv.whinstone.spi.RepositoryFactory
 
newInstanceOf(String) - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
newIsNull(String) - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
newIsTrue(String) - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
newNamedParams(StatementAdapter<T, R>, Queryable) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newNoParams(StatementAdapter<T, R>) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newNotEmpty(String) - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
newNotNull(String) - Static method in class net.sf.jkniv.asserts.AssertsFactory
 
newOneToMany(String, String, String) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newPositionalArrayParams(StatementAdapter<T, R>, Queryable) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newPositionalCollectionArrayParams(StatementAdapter<T, R>, Queryable) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newPositionalCollectionMapParams(StatementAdapter<T, R>, Queryable) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newPositionalCollectionParams(StatementAdapter<T, R>, Queryable) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newPositionalCollectionPojoParams(StatementAdapter<T, R>, Queryable, RegisterType) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newPositionalParams(StatementAdapter<T, R>, Queryable) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newPrepareParams(StatementAdapter<T, R>, Queryable) - Static method in class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
newSelect(String, LanguageType) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newSelect(String, LanguageType, SqlDialect) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newSelect(String, LanguageType, Isolation, int, String, ResultSetType, ResultSetConcurrency, ResultSetHoldability, String, String, ValidateType, Statistical) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
Build a new select tag from XML file.
newUpdate(String, LanguageType) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newUpdate(String, LanguageType, SqlDialect) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
newUpdate(String, LanguageType, Isolation, int, ValidateType, Statistical) - Static method in class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
NoCache<K,V> - Class in net.sf.jkniv.cache
 
NoCommand - Class in net.sf.jkniv.whinstone.commands
Dummy/Empty implementation for Command
NoCommand() - Constructor for class net.sf.jkniv.whinstone.commands.NoCommand
 
NoCommandHandler - Class in net.sf.jkniv.whinstone.commands
Dummy/Empty implementation for CommandHandler
NoConverterType - Class in net.sf.jkniv.whinstone.types
No conversion is done.
NoGroupingBy<T,R> - Class in net.sf.jkniv.whinstone.classification
 
NoGroupingBy() - Constructor for class net.sf.jkniv.whinstone.classification.NoGroupingBy
 
NonUniqueResultException - Exception in net.sf.jkniv.sqlegance
 
NonUniqueResultException() - Constructor for exception net.sf.jkniv.sqlegance.NonUniqueResultException
Constructor for NonUniqueObjectException without message detail
NonUniqueResultException(String) - Constructor for exception net.sf.jkniv.sqlegance.NonUniqueResultException
Constructor for NonUniqueObjectException.
NonUniqueResultException(String, Throwable) - Constructor for exception net.sf.jkniv.sqlegance.NonUniqueResultException
Constructor for NonUniqueObjectException.
NonUniqueResultException(Throwable) - Constructor for exception net.sf.jkniv.sqlegance.NonUniqueResultException
 
NoSqlStats - Class in net.sf.jkniv.sqlegance.builder.xml
Dummy/Empty implementation for Statistical
not(Conditionable) - Method in interface net.sf.jkniv.experimental.math.comparables.Conditionable
 
NOT_NULL - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
NotEmpty - Class in net.sf.jkniv.asserts
 
NotNull - Class in net.sf.jkniv.asserts
 
NumberFactory - Class in net.sf.jkniv.reflect
 
NumberFactory() - Constructor for class net.sf.jkniv.reflect.NumberFactory
 
Numerical - Interface in net.sf.jkniv.reflect
Create number instance representing a specific implementation.

O

ObjectNotFoundException - Exception in net.sf.jkniv.reflect
Indicate that some Object could not be found.
ObjectNotFoundException() - Constructor for exception net.sf.jkniv.reflect.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception net.sf.jkniv.reflect.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception net.sf.jkniv.reflect.ObjectNotFoundException
 
ObjectNotFoundException(Throwable) - Constructor for exception net.sf.jkniv.reflect.ObjectNotFoundException
 
ObjectProxy<T> - Interface in net.sf.jkniv.reflect.beans
Utility interface to work with object reflection
ObjectProxyFactory - Class in net.sf.jkniv.reflect.beans
 
ObjectProxyFactory() - Constructor for class net.sf.jkniv.reflect.beans.ObjectProxyFactory
 
ObjectTransform - Class in net.sf.jkniv.whinstone.classification
 
ObjectTransform() - Constructor for class net.sf.jkniv.whinstone.classification.ObjectTransform
 
of(String) - Static method in class net.sf.jkniv.reflect.beans.ObjectProxyFactory
Build proxy object for class type of className
of(T) - Static method in class net.sf.jkniv.reflect.beans.ObjectProxyFactory
Build proxy object for instance of object target
of(Class<T>) - Static method in class net.sf.jkniv.reflect.beans.ObjectProxyFactory
Build proxy object for class type of targetClazz
of(T) - Static method in class net.sf.jkniv.reflect.InjectableFactory
Build a new instance of injectable data for objects using properties methods (not field attributes)
of(ObjectProxy<T>) - Static method in class net.sf.jkniv.reflect.InjectableFactory
Build a new instance of injectable data for objects using properties methods (not field attributes)
of(String, Object...) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Creates a Query object parameterized starting at first row and retrieve all rows, isolation default, no timeout and online (no batch).
of(String, RegisterType, Object...) - Static method in class net.sf.jkniv.whinstone.QueryFactory
 
of(String, Object) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Creates a Queryable object parameterized starting at first row and retrieve all rows, isolation default, no timeout and online (no batch).
of(String, Object, int, int) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Build a new Queryable object
of(String, int, int) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Build a new Queryable object without parameters
of(String, Class<T>, Object...) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Build a new Queryable object
of(String, Class<T>, Object) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Creates a Queryable object parameterized starting at first row and retrieve all rows, isolation default, no timeout and online (no batch).
of(String, Class<T>) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Build a new Queryable object
ofAdd(CommandAdapter) - Static method in class net.sf.jkniv.whinstone.commands.CommandHandlerFactory
 
ofArray(Object...) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
Build the query parameters as array of values.
ofArray(String, Object...) - Static method in class net.sf.jkniv.whinstone.QueryFactory
Creates a Queryable object parameterized starting at first row and retrieve all rows, isolation default, no timeout and online (no batch).
ofArray(String, RegisterType, Object...) - Static method in class net.sf.jkniv.whinstone.QueryFactory
 
offset(int) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
 
ofRemove(CommandAdapter) - Static method in class net.sf.jkniv.whinstone.commands.CommandHandlerFactory
 
ofSelect(CommandAdapter) - Static method in class net.sf.jkniv.whinstone.commands.CommandHandlerFactory
 
ofUpdate(CommandAdapter) - Static method in class net.sf.jkniv.whinstone.commands.CommandHandlerFactory
 
on() - Method in interface net.sf.jkniv.whinstone.params.AutoBindParams
Bind all parameters from Queryable to StatementAdapter automatically
onBulk() - Method in interface net.sf.jkniv.whinstone.params.AutoBindParams
Grouping multiple insert |update | delete statements into a single Prepared Statement.
OneToMany - Interface in net.sf.jkniv.sqlegance
Mapping one-to-many objects relationship
onlyAnnotations() - Method in class net.sf.jkniv.reflect.Packages
 
onlyAnonymousClasses() - Method in class net.sf.jkniv.reflect.Packages
 
onlyClasses() - Method in class net.sf.jkniv.reflect.Packages
 
onlyEnums() - Method in class net.sf.jkniv.reflect.Packages
 
onlyInterfaces() - Method in class net.sf.jkniv.reflect.Packages
 
onlyResource(String) - Method in class net.sf.jkniv.reflect.Packages
 
open() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraSessionFactory
 
open(Isolation) - Method in class net.sf.jkniv.whinstone.cassandra.CassandraSessionFactory
 
open() - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
Attempts to establish a connection to the database
open(Isolation) - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
Attempts to establish a connection to the database with specific isolation
open() - Method in class net.sf.jkniv.whinstone.couchdb.HttpConnectionFactory
 
open(Isolation) - Method in class net.sf.jkniv.whinstone.couchdb.HttpConnectionFactory
 
open() - Method in class net.sf.jkniv.whinstone.jdbc.DataSourceAdapter
Attempts to establish a connection to the database
open(Isolation) - Method in class net.sf.jkniv.whinstone.jdbc.DataSourceAdapter
Attempts to establish a connection to the database with specific isolation
open() - Method in class net.sf.jkniv.whinstone.jdbc.DriverManagerAdapter
Attempts to establish a connection to the database
open(Isolation) - Method in class net.sf.jkniv.whinstone.jdbc.DriverManagerAdapter
Attempts to establish a connection to the database with specific isolation
open() - Method in class net.sf.jkniv.whinstone.jdbc.SpringDataSourceAdapter
 
open(Isolation) - Method in class net.sf.jkniv.whinstone.jdbc.SpringDataSourceAdapter
 
open() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
Open new connection with default connection properties from driver version.
open() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.LocalTransactionAdapter
 
or(Conditionable) - Method in interface net.sf.jkniv.experimental.math.comparables.Conditionable
 
Oracle12cDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Default dialect do Oracle
Oracle12cDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.Oracle12cDialect
 
OracleDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Default dialect do Oracle
OracleDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.OracleDialect
 
OtherwiseTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
 
OtherwiseTag(String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.OtherwiseTag
Parses the given OGNL expression that can be used by Ognl static methods.
overloadResultRow - Variable in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 

P

Packages - Class in net.sf.jkniv.reflect
Adapted from https://dzone.com/articles/get-all-classes-within-package
Packages(String) - Constructor for class net.sf.jkniv.reflect.Packages
 
Packages(String, ClassLoader) - Constructor for class net.sf.jkniv.reflect.Packages
 
Packages(String, boolean) - Constructor for class net.sf.jkniv.reflect.Packages
 
Packages(String, boolean, ClassLoader) - Constructor for class net.sf.jkniv.reflect.Packages
 
padspace(int, int) - Method in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
Param - Class in net.sf.jkniv.whinstone
Represents the parameter from Queryable.
Param() - Constructor for class net.sf.jkniv.whinstone.Param
 
Param(Object) - Constructor for class net.sf.jkniv.whinstone.Param
 
Param(Object, int) - Constructor for class net.sf.jkniv.whinstone.Param
 
Param(Object, String) - Constructor for class net.sf.jkniv.whinstone.Param
 
Param(Object, Object, String) - Constructor for class net.sf.jkniv.whinstone.Param
 
Param(Object, String, int) - Constructor for class net.sf.jkniv.whinstone.Param
 
Param(Object, Object, String, int) - Constructor for class net.sf.jkniv.whinstone.Param
 
ParameterException - Exception in net.sf.jkniv.whinstone.params
This exception is thrown when an illegal parameter is used that cause a problem with a query.
ParameterException() - Constructor for exception net.sf.jkniv.whinstone.params.ParameterException
Constructor for ParameterException without message detail
ParameterException(String) - Constructor for exception net.sf.jkniv.whinstone.params.ParameterException
Constructor for ParameterException.
ParameterException(String, Throwable) - Constructor for exception net.sf.jkniv.whinstone.params.ParameterException
Constructor for ParameterException.
ParameterException(Throwable) - Constructor for exception net.sf.jkniv.whinstone.params.ParameterException
 
ParameterMode - Enum in net.sf.jkniv.sqlegance
Type of parameter from stored procedure.
ParameterNotFoundException - Exception in net.sf.jkniv.whinstone.params
 
ParameterNotFoundException() - Constructor for exception net.sf.jkniv.whinstone.params.ParameterNotFoundException
Constructor for ParameterNotFoundException without message detail
ParameterNotFoundException(String) - Constructor for exception net.sf.jkniv.whinstone.params.ParameterNotFoundException
Constructor for ParameterNotFoundException.
ParameterNotFoundException(String, Throwable) - Constructor for exception net.sf.jkniv.whinstone.params.ParameterNotFoundException
Constructor for ParameterNotFoundException.
ParameterNotFoundException(Throwable) - Constructor for exception net.sf.jkniv.whinstone.params.ParameterNotFoundException
 
ParamMarkType - Enum in net.sf.jkniv.sqlegance.params
 
ParamParser - Interface in net.sf.jkniv.sqlegance.params
Strategy to parser the parameters from query extracting yours names or replacing the names for question mark '?', used at JDBC prepared statements.
ParamParserColonMark - Class in net.sf.jkniv.sqlegance.params
 
ParamParserDollarMark - Class in net.sf.jkniv.sqlegance.params
 
ParamParserFactory - Class in net.sf.jkniv.sqlegance.params
 
ParamParserFactory() - Constructor for class net.sf.jkniv.sqlegance.params.ParamParserFactory
 
ParamParserHashMark - Class in net.sf.jkniv.sqlegance.params
 
ParamParserNoMark - Class in net.sf.jkniv.sqlegance.params
No make the parser from sql parameter, used at tag without support like (IncludeTag, ProcedureTag, etc)
ParamParserQuestionMark - Class in net.sf.jkniv.sqlegance.params
 
params(Object...) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
Build the query parameters as Map
params(String, Object) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
Build the query parameters as Map.
params(T) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
Build the query parameters as POJO
parser(R) - Method in interface net.sf.jkniv.whinstone.ResultSetParser
Execute the parser at ResultSet iterating over them.
PATTERN_QUESTION - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
patternORDER_BY - Static variable in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
pause(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
pause() - Static method in class net.sf.jkniv.experimental.TimerKeeper
Pause the chronometer timer
PersistCommand - Class in net.sf.jkniv.whinstone.jpa2.commands
 
PersistCommand(Queryable) - Constructor for class net.sf.jkniv.whinstone.jpa2.commands.PersistCommand
 
pooling() - Method in class net.sf.jkniv.cache.CacheManager
 
postCallback() - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Invoke all post callback methods configured for the parameters of Queryable
postCallback() - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
postCallback() - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
PostCallBack - Annotation Type in net.sf.jkniv.whinstone
Hook method to be invoked after execution of Repository method.
postCommit() - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Invoke all post callback methods, configured to be executed after a successful commit, for the parameters of Queryable.
postCommit() - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
postCommit() - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
postException() - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Invoke all post callback methods, configured to be executed after a failure, for the parameters of Queryable.
postException() - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
postException() - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
PostgreSqlDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to PostgreSQL
PostgreSqlDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.PostgreSqlDialect
 
preCallback() - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Invoke all pre callback methods configured for the parameters of Queryable
preCallback() - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
preCallback() - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
PreCallBack - Annotation Type in net.sf.jkniv.whinstone
 
PREFIX - Static variable in enum net.sf.jkniv.sqlegance.RepositoryProperty
 
PrepareParamsFactory - Class in net.sf.jkniv.whinstone.params
Factory to create new instances of AutoBindParams.
PrepareParamsFactory() - Constructor for class net.sf.jkniv.whinstone.params.PrepareParamsFactory
 
printRequest(HttpRequestBase) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
printResponse(CloseableHttpResponse, String) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
ProcedureParameterTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of stored procedure parameters sentence.
ProcedureParameterTag(String, String, String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Build a parameter with your values.
ProcedureParameterTag(String, String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Build a parameter with your values.
ProcedureParameterTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Build a parameter with your values.
ProcedureTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of procedure sentence.
ProcedureTag(String, LanguageType, Statistical) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Build a new procedure tag from XML file.
ProcedureTag(String, LanguageType, Isolation, int, ValidateType, Statistical) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Build a new procedure tag from XML file.
PropertyAccess - Class in net.sf.jkniv.reflect.beans
 
PropertyAccess(String) - Constructor for class net.sf.jkniv.reflect.beans.PropertyAccess
 
PropertyAccess(String, String, String) - Constructor for class net.sf.jkniv.reflect.beans.PropertyAccess
 
PropertyAccess(String, Class<?>) - Constructor for class net.sf.jkniv.reflect.beans.PropertyAccess
 
put(K, V) - Method in interface net.sf.jkniv.cache.Cacheable
Associates the specified value with the specified key in this cache If the cache previously contained a mapping for the key, the old value is replaced by the specified value.
put(K, V) - Method in class net.sf.jkniv.cache.MemoryCache
 
put(K, V) - Method in class net.sf.jkniv.cache.NoCache
 

Q

query() - Method in interface net.sf.jkniv.whinstone.Queryable
Final SQL statement ready to prepared statement.
queryable - Variable in class net.sf.jkniv.whinstone.cassandra.commands.DefaultCommand
 
queryable - Variable in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
queryable - Variable in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
queryable - Variable in class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
queryable - Variable in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaCommand
 
queryable - Variable in class net.sf.jkniv.whinstone.jpa2.commands.MergeCommand
 
queryable - Variable in class net.sf.jkniv.whinstone.jpa2.commands.PersistCommand
 
queryable - Variable in class net.sf.jkniv.whinstone.jpa2.commands.RemoveCommand
 
Queryable - Interface in net.sf.jkniv.whinstone
This class represent a query object to find the query to be performed and your parameters like: query parameters, offset and max objects to return.
queryCount() - Method in interface net.sf.jkniv.whinstone.Queryable
Final SQL statement ready to prepared statement to count the total of records from original query.
QueryFactory - Class in net.sf.jkniv.whinstone
 
QueryFactory.Builder - Class in net.sf.jkniv.whinstone
 
QueryNameStrategy - Interface in net.sf.jkniv.sqlegance
A set of rules for determining the query name to a set of methods (get, list, add, remove, update) from Repository that don't have a query object as parameter.
QueryNotFoundException - Exception in net.sf.jkniv.sqlegance
 
QueryNotFoundException() - Constructor for exception net.sf.jkniv.sqlegance.QueryNotFoundException
Constructor for QueryNotFoundException without message detail
QueryNotFoundException(String) - Constructor for exception net.sf.jkniv.sqlegance.QueryNotFoundException
Constructor for QueryNotFoundException.
QueryNotFoundException(String, Throwable) - Constructor for exception net.sf.jkniv.sqlegance.QueryNotFoundException
Constructor for QueryNotFoundException.
QueryNotFoundException(Throwable) - Constructor for exception net.sf.jkniv.sqlegance.QueryNotFoundException
 
QueryParam - Class in net.sf.jkniv.whinstone.couchdb.statement
 
QueryParam(String) - Constructor for class net.sf.jkniv.whinstone.couchdb.statement.QueryParam
 
QueryParam(String, boolean) - Constructor for class net.sf.jkniv.whinstone.couchdb.statement.QueryParam
 

R

reBound() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
Creates a new BoundStatement object for this prepared statement.
ReflectionException - Exception in net.sf.jkniv.reflect
 
ReflectionException() - Constructor for exception net.sf.jkniv.reflect.ReflectionException
 
ReflectionException(String) - Constructor for exception net.sf.jkniv.reflect.ReflectionException
 
ReflectionException(String, Throwable) - Constructor for exception net.sf.jkniv.reflect.ReflectionException
 
ReflectionException(Throwable) - Constructor for exception net.sf.jkniv.reflect.ReflectionException
 
REGEX_COLON_MARK - Static variable in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
REGEX_DOLLAR_MARK - Static variable in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
REGEX_HASH_MARK - Static variable in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
REGEX_IN - Static variable in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
REGEX_QUESTION_MARK - Static variable in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
REGEX_QUESTION_MARK - Static variable in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
REGEX_SINGLE_QUOTE - Static variable in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
register(TranslateType, Class) - Method in interface net.sf.jkniv.reflect.beans.Invokable
 
register(TranslateType, Class) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
 
register(Cluster, String, boolean) - Method in class net.sf.jkniv.whinstone.cassandra.RegisterCodec
 
register(String, boolean) - Static method in class net.sf.jkniv.whinstone.couchdb.commands.JsonMapper
 
register(Convertible) - Method in class net.sf.jkniv.whinstone.types.RegisterType
 
RegisterCodec - Class in net.sf.jkniv.whinstone.cassandra
Registry codec for Cassandra
RegisterCodec() - Constructor for class net.sf.jkniv.whinstone.cassandra.RegisterCodec
 
RegisterCodec.CodecMap - Class in net.sf.jkniv.whinstone.cassandra
 
registerType(RegisterType) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
 
RegisterType - Class in net.sf.jkniv.whinstone.types
A register type of Convertible data
RegisterType() - Constructor for class net.sf.jkniv.whinstone.types.RegisterType
 
remove(K) - Method in interface net.sf.jkniv.cache.Cacheable
 
remove(K) - Method in class net.sf.jkniv.cache.MemoryCache
 
remove(K) - Method in class net.sf.jkniv.cache.NoCache
 
remove(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
remove(Queryable) - Method in interface net.sf.jkniv.whinstone.Repository
Execute a query to remove one or many objects from repository.
remove(T) - Method in interface net.sf.jkniv.whinstone.Repository
Remove the entity from repository.
RemoveCommand - Class in net.sf.jkniv.whinstone.jpa2.commands
 
RemoveCommand(Queryable) - Constructor for class net.sf.jkniv.whinstone.jpa2.commands.RemoveCommand
 
RemoveValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.remove operations when configured.
replaceForPlaceholder(String) - Method in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
replaceForPlaceholder(String, Object) - Method in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
replaceForPlaceholder(String, Object) - Method in interface net.sf.jkniv.sqlegance.params.ParamParser
Replace the parameters names for question marks
replaceForPlaceholder(String) - Method in interface net.sf.jkniv.sqlegance.params.ParamParser
Replace the parameters names for question marks
replaceForPlaceholder(String, Object) - Method in class net.sf.jkniv.sqlegance.params.ParamParserDollarMark
 
replaceForPlaceholder(String, Object) - Method in class net.sf.jkniv.sqlegance.params.ParamParserNoMark
 
replaceForPlaceholder(String) - Method in class net.sf.jkniv.sqlegance.params.ParamParserNoMark
 
replaceForPlaceholderWithNumber(String, Object) - Method in class net.sf.jkniv.sqlegance.params.AbstractParamParser
 
replaceForPlaceholderWithNumber(String, Object) - Method in interface net.sf.jkniv.sqlegance.params.ParamParser
 
replaceForPlaceholderWithNumber(String, Object) - Method in class net.sf.jkniv.sqlegance.params.ParamParserDollarMark
 
replaceForPlaceholderWithNumber(String, Object) - Method in class net.sf.jkniv.sqlegance.params.ParamParserNoMark
 
Repository - Interface in net.sf.jkniv.whinstone
A repository holds the connections to data base server, allowing it to be queried through Queryable objects.
RepositoryConfig - Class in net.sf.jkniv.sqlegance.builder
 
RepositoryConfig() - Constructor for class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
RepositoryConfig(String) - Constructor for class net.sf.jkniv.sqlegance.builder.RepositoryConfig
Build new configuration object that access to DataSource and your properties Default instance is created if parameter is a null name
RepositoryConfigException - Exception in net.sf.jkniv.sqlegance
 
RepositoryConfigException() - Constructor for exception net.sf.jkniv.sqlegance.RepositoryConfigException
Constructor for QueryNotFoundException without message detail
RepositoryConfigException(String) - Constructor for exception net.sf.jkniv.sqlegance.RepositoryConfigException
Constructor for QueryNotFoundException.
RepositoryConfigException(String, Throwable) - Constructor for exception net.sf.jkniv.sqlegance.RepositoryConfigException
Constructor for QueryNotFoundException.
RepositoryConfigException(Throwable) - Constructor for exception net.sf.jkniv.sqlegance.RepositoryConfigException
 
RepositoryException - Exception in net.sf.jkniv.sqlegance
 
RepositoryException() - Constructor for exception net.sf.jkniv.sqlegance.RepositoryException
Constructor for RepositoryException without message detail
RepositoryException(String) - Constructor for exception net.sf.jkniv.sqlegance.RepositoryException
Constructor for RepositoryException.
RepositoryException(String, Throwable) - Constructor for exception net.sf.jkniv.sqlegance.RepositoryException
Constructor for RepositoryException.
RepositoryException(Throwable) - Constructor for exception net.sf.jkniv.sqlegance.RepositoryException
 
RepositoryFactory - Interface in net.sf.jkniv.whinstone.spi
Build a new instance of Repository Factory to construct it according the data access technology like JPA, JDBC, CASSANDRA, COUCHDB, etc
RepositoryFactoryCassandra - Class in net.sf.jkniv.whinstone.cassandra
 
RepositoryFactoryCassandra() - Constructor for class net.sf.jkniv.whinstone.cassandra.RepositoryFactoryCassandra
 
RepositoryFactoryCouchDb - Class in net.sf.jkniv.whinstone.couchdb
 
RepositoryFactoryCouchDb() - Constructor for class net.sf.jkniv.whinstone.couchdb.RepositoryFactoryCouchDb
 
RepositoryFactoryJdbc - Class in net.sf.jkniv.whinstone.jdbc
 
RepositoryFactoryJdbc() - Constructor for class net.sf.jkniv.whinstone.jdbc.RepositoryFactoryJdbc
 
RepositoryFactoryJpa - Class in net.sf.jkniv.whinstone.jpa2
 
RepositoryFactoryJpa() - Constructor for class net.sf.jkniv.whinstone.jpa2.RepositoryFactoryJpa
 
RepositoryJpaExtend - Interface in net.sf.jkniv.whinstone.jpa2
 
RepositoryProperty - Enum in net.sf.jkniv.sqlegance
TODO properties to add add property to remove end line from queries, good for debug add property to limit parameter at clause IN, default is 1000 for oracle
RepositoryService - Class in net.sf.jkniv.whinstone
 
RepositoryType - Enum in net.sf.jkniv.sqlegance
Types of supported repositories.
RequestParams - Class in net.sf.jkniv.whinstone.couchdb
 
RequestParams(String) - Constructor for class net.sf.jkniv.whinstone.couchdb.RequestParams
 
reset() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
reset() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
reset() - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
reset() - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
reset() - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
reset() - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
reset the internal index position parameter to zero.
resolve(Class<?>) - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
ResultRow<T,R> - Interface in net.sf.jkniv.whinstone
Extract the result for each row from ResultSet.
ResultSetConcurrency - Enum in net.sf.jkniv.sqlegance.statement
Flags to indicate the type of ResultSet objects with the given concurrency.
ResultSetHoldability - Enum in net.sf.jkniv.sqlegance.statement
Flags to indicate the type of ResultSet objects with the given holdability.
ResultSetParser<T,R> - Interface in net.sf.jkniv.whinstone
Responsible to extract ResultSet rows and create a list of POJO.
ResultSetTransform - Class in net.sf.jkniv.whinstone.classification
 
ResultSetTransform() - Constructor for class net.sf.jkniv.whinstone.classification.ResultSetTransform
 
ResultSetType - Enum in net.sf.jkniv.sqlegance.statement
Flags to indicate the type of ResultSet objects with the given type.
returnType(Class<?>) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
 
rollback() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
rollback() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
rollback() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
rollback() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.EmptyTransactionAdapter
 
rollback() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.JpaTransactionAdapter
 
rollback() - Method in interface net.sf.jkniv.whinstone.transaction.Transactional
The TransactionManager.rollback method rolls back the transaction associated with the current thread.
row(R, int) - Method in interface net.sf.jkniv.whinstone.ResultRow
Retrieve column values from the current row, implementations must don't call next neither close methods.
rows() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
rows() - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
rows() - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
rows() - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
rows() - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
rows() - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
 
run() - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Execute the database command
run() - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
run() - Method in class net.sf.jkniv.whinstone.commands.DefaultQueryHandler
 
run() - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 

S

scalar() - Method in interface net.sf.jkniv.whinstone.Queryable
Mark the query as scalar value, means must be return just one value
scalar() - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
 
scalar(Queryable) - Method in interface net.sf.jkniv.whinstone.Repository
Retrieve a number, numerical quantity, string, date, boolean, some primitive value (wrapped), the type is checked against jdbc data type.
ScalarValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.scalar operation when configured.
scan() - Method in class net.sf.jkniv.reflect.Packages
Scans all classes accessible from the context class loader which belong to the given package and subpackages.
scanResource() - Method in class net.sf.jkniv.reflect.Packages
Scans the resource accessible from the context class loader which belong to the given package and subpackages.
Selectable - Interface in net.sf.jkniv.sqlegance
 
SelectColumnsTag - Class in net.sf.jkniv.sqlegance.builder.xml
TODO implementations needs to implement select-columns element in XML.
SelectColumnsTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.SelectColumnsTag
 
SelectValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.get and Repository.list operations when configured.
set(String, Transactional, ConnectionAdapter) - Static method in class net.sf.jkniv.whinstone.transaction.TransactionSessions
 
setAccept(String) - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
setAdditionalProperty(String, Object) - Method in class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
setAdditionalProperty(String, Object) - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
setAutoGeneratedKey(AutoGeneratedKey) - Method in interface net.sf.jkniv.sqlegance.Insertable
 
setBookmark(String, Queryable) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
setBookmark(String) - Method in interface net.sf.jkniv.whinstone.Queryable
Define a page selected to mark the reader's place
setColumns(JdbcColumn<R>[]) - Method in interface net.sf.jkniv.whinstone.ResultRow
 
setConnection(String) - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
setConstructorArgs(Object...) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
Arguments to build object using contructor
setConstructorTypes(Class<?>...) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
Sequential type arguments from constructor
setContentType(String) - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
setCookie(String) - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
setDocs(Collection<?>) - Method in class net.sf.jkniv.whinstone.couchdb.statement.DocBulk
 
setError(String) - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
setExecutionTimeMs(Double) - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
setFetchSize(int) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
setFetchSize(int) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
setFetchSize(int) - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
setFetchSize(int) - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
setFetchSize(int) - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
setFetchSize(int) - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
Set the number of rows that should be fetched when the statement hit the database.
setHeader(HttpRequestBase) - Method in class net.sf.jkniv.whinstone.couchdb.HttpBuilder
 
setHeader(HttpRequestBase) - Method in class net.sf.jkniv.whinstone.couchdb.RequestParams
 
setId(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.SelectColumnsTag
 
setId(String) - Method in class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
setId(String) - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
setIndex(int) - Method in class net.sf.jkniv.whinstone.Param
 
setIsolation(Isolation) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setMax(int) - Method in interface net.sf.jkniv.whinstone.Queryable
Set the maximum number of rows from query result.
setMaxOfParameters(int) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
setMaxOfParameters(int) - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
Max number of parameters supported by JDBC driver
setOffset(int) - Method in interface net.sf.jkniv.whinstone.Queryable
Set the number from first row from query result.
setOk(Boolean) - Method in class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
setOk(Boolean) - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
setPackage(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setPackage(String) - Method in interface net.sf.jkniv.sqlegance.builder.xml.SqlTag
name of package this sql belong
setParams(ProcedureParameterTag[]) - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Define parameters from stored procedure
setPolicy(CachePolicy) - Method in interface net.sf.jkniv.cache.Cacheable
Policy to control the cache data
setPolicy(CachePolicy) - Method in class net.sf.jkniv.cache.MemoryCache
 
setPolicy(CachePolicy) - Method in class net.sf.jkniv.cache.NoCache
 
setReason(String) - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
setResourceName(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setResourceName(String) - Method in interface net.sf.jkniv.sqlegance.builder.xml.SqlTag
File name from Sql
setResponse(List<BulkCommandResponse>) - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkResponse
 
setResultSetConcurrency(ResultSetConcurrency) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setResultSetHoldability(ResultSetHoldability) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setResultSetType(ResultSetType) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setResultsReturned(Long) - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
setResultType(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setRev(String) - Method in class net.sf.jkniv.whinstone.couchdb.commands.DesignAnswer
 
setRev(String) - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
setSpName(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Define the name of stored procedure.
setSqlDialect(SqlDialect) - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
setSqlDialect(SqlDialect) - Method in interface net.sf.jkniv.sqlegance.SqlContext
 
setStats(Statistical) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
SetTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
Represent the set sentence from update SQL.
SetTag(List<? extends ITextTag>) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
Build a new set tag.
setText(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.SelectColumnsTag
 
setTimeout(int) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setTotal(long) - Method in interface net.sf.jkniv.whinstone.Queryable
Set total of rows if run non paging query.
setTotalDocsExamined(Long) - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
setTotalKeysExamined(Long) - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
setTotalOk(int) - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkResponse
 
setTotalQuorumDocsExamined(Long) - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
setValidateType(ValidateType) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setValidateType(ValidateType) - Method in interface net.sf.jkniv.sqlegance.Sql
 
setValueOf(ObjectProxy<T>, JdbcColumn<R>, R) - Method in class net.sf.jkniv.whinstone.statement.AbstractResultRow
 
setXpath(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
setXpath(String) - Method in interface net.sf.jkniv.sqlegance.builder.xml.SqlTag
set the XPATH expression to retrieve the query at xml file.
ShortIntType - Class in net.sf.jkniv.whinstone.types
Conversion type from Java Short to JDBC Integer.
ShortIntType() - Constructor for class net.sf.jkniv.whinstone.types.ShortIntType
 
ShortIntType(String) - Constructor for class net.sf.jkniv.whinstone.types.ShortIntType
 
SimpleDataMasking - Class in net.sf.jkniv.sqlegance.logger
Masked the attributes password, passwd and pwd as ****.
SimpleDataMasking() - Constructor for class net.sf.jkniv.sqlegance.logger.SimpleDataMasking
 
simpleExecute() - Method in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
size() - Method in interface net.sf.jkniv.cache.Cacheable
Returns the number of key-value mappings in this map.
size() - Method in class net.sf.jkniv.cache.CacheManager
Returns the number of caches in this manager
size() - Method in interface net.sf.jkniv.cache.CachePolicy
Returns the number of elements in cache.
size() - Method in class net.sf.jkniv.cache.MemoryCache
 
size() - Method in class net.sf.jkniv.cache.NoCache
 
size() - Method in class net.sf.jkniv.cache.TTLCachePolicy
 
size() - Method in class net.sf.jkniv.whinstone.cassandra.commands.CassandraSequenceGeneratedKey
 
size() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcAutoGeneratedKey
 
size() - Method in class net.sf.jkniv.whinstone.jdbc.commands.JdbcSequenceGeneratedKey
 
size() - Method in interface net.sf.jkniv.whinstone.statement.AutoKey
 
sizeof() - Method in interface net.sf.jkniv.cache.CachePolicy
Returns the limit size of objects in cache.
sizeof() - Method in class net.sf.jkniv.cache.TTLCachePolicy
 
sorter(Comparator<?>) - Method in class net.sf.jkniv.whinstone.QueryFactory.Builder
 
SpringDataSourceAdapter - Class in net.sf.jkniv.whinstone.jdbc
 
SpringDataSourceAdapter(DataSource, String) - Constructor for class net.sf.jkniv.whinstone.jdbc.SpringDataSourceAdapter
 
Sql - Interface in net.sf.jkniv.sqlegance
This interface represent Structured Query Language (SQL and some derivations like JPQL, HQL, JPQL, CQL...) in XML file, each node at XML file is represented by this class.
sql - Variable in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
SqlContext - Interface in net.sf.jkniv.sqlegance
Main interface to load and access the set of queries defined at XML files for an application.
SqlContextFactory - Class in net.sf.jkniv.sqlegance.builder
Load the SQL sentences from XML file build a new context to the queries
SqlContextFactory() - Constructor for class net.sf.jkniv.sqlegance.builder.SqlContextFactory
 
SqlDialect - Interface in net.sf.jkniv.sqlegance.dialect
Represents a SQL syntax from a specific database.
sqlEndsWithOrderBy(String) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
sqlEndWithForUpdate(String) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
SqlFeature - Interface in net.sf.jkniv.sqlegance.dialect
Database driver features.
SqlFeatureFactory - Class in net.sf.jkniv.sqlegance.dialect
Factory to create new instances of SqlFeature.
SqlFeatureSupport - Enum in net.sf.jkniv.sqlegance.dialect
Database SQL vendor features support.
SQLiteDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to SQLite
SQLiteDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.SQLiteDialect
 
SqlServerDialect - Class in net.sf.jkniv.whinstone.jdbc.dialect
Dialect to SQLServer
SqlServerDialect() - Constructor for class net.sf.jkniv.whinstone.jdbc.dialect.SqlServerDialect
 
sqlStartWithSelect(String) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
sqlStartWithSelectOrDistinct(String) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
SqlStats - Class in net.sf.jkniv.sqlegance.builder.xml
Statements statistics
SqlStats() - Constructor for class net.sf.jkniv.sqlegance.builder.xml.SqlStats
 
SqlTag - Interface in net.sf.jkniv.sqlegance.builder.xml
Represent specifics attribute from tag to build SQL sentences from XML files.
SqlType - Enum in net.sf.jkniv.sqlegance
Node type supported to xml files.
start() - Static method in class net.sf.jkniv.experimental.TimerKeeper
start the chronometer timer
StatementAdapter<T,R> - Interface in net.sf.jkniv.whinstone.statement
Adapter for Statements Statement, PreparedStatement, CallableStatement or javax.persistence.Query
StaticText - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
This class represent text found at NodeValue from tag at XML document.
StaticText(String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
build static text object.
Statistical - Interface in net.sf.jkniv.sqlegance
Statistical data for query execution
stmt - Variable in class net.sf.jkniv.whinstone.cassandra.commands.DefaultCommand
 
stmt - Variable in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
stmt - Variable in class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
stmt - Variable in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaCommand
 
Storable - Interface in net.sf.jkniv.sqlegance
 
supports() - Method in interface net.sf.jkniv.sqlegance.dialect.SqlFeature
verify if the database supports this feature.
supportsFeature(SqlFeatureSupport) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
supportsFeature(SqlFeatureSupport) - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
verify if dialect instance supports feature specified
supportsParmMark(ParamMarkType) - Method in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
 
supportsParmMark(ParamMarkType) - Method in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
verify if dialect supports a specific ParamMarkType
supportsParmMark(ParamMarkType) - Method in class net.sf.jkniv.whinstone.couchdb.dialect.CouchDbDialect2o0
 

T

TAG_NAME - Static variable in interface net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.IfTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.OtherwiseTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhenTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.SelectColumnsTag
 
TAG_NAME - Static variable in interface net.sf.jkniv.sqlegance.Deletable
 
TAG_NAME - Static variable in interface net.sf.jkniv.sqlegance.Insertable
 
TAG_NAME - Static variable in interface net.sf.jkniv.sqlegance.OneToMany
 
TAG_NAME - Static variable in interface net.sf.jkniv.sqlegance.Selectable
 
TAG_NAME - Static variable in interface net.sf.jkniv.sqlegance.Updateable
 
TagFactory - Class in net.sf.jkniv.sqlegance.builder.xml
 
TagFactory() - Constructor for class net.sf.jkniv.sqlegance.builder.xml.TagFactory
 
throwMessage(String, Object...) - Method in interface net.sf.jkniv.exception.HandleableException
Throw a Default Exception with a specific message using the specified formatted string and arguments.
throwMessage(String, Object...) - Method in class net.sf.jkniv.exception.HandlerException
 
time() - Method in class net.sf.jkniv.experimental.Chrono
 
time() - Static method in class net.sf.jkniv.experimental.TimerKeeper
 
timer(String) - Static method in class net.sf.jkniv.experimental.Chronometer
 
TimerKeeper - Class in net.sf.jkniv.experimental
Multi-thread timer keeper.
times() - Method in class net.sf.jkniv.experimental.Chrono
 
times() - Static method in class net.sf.jkniv.experimental.TimerKeeper
 
toAddName(Object) - Method in class net.sf.jkniv.sqlegance.DotQueryNameStrategy
 
toAddName(Object) - Method in class net.sf.jkniv.sqlegance.HashQueryNameStrategy
 
toAddName(Object) - Method in interface net.sf.jkniv.sqlegance.QueryNameStrategy
Return the default query name at XML file to retrieve an object by 'add' method.
toAttribute(String) - Method in class net.sf.jkniv.whinstone.jdk8.types.DurationStringType
 
toAttribute(Date) - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantDateType
 
toAttribute(Timestamp) - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantTimestampType
 
toAttribute(Integer) - Method in class net.sf.jkniv.whinstone.types.BooleanBitType
 
toAttribute(String) - Method in class net.sf.jkniv.whinstone.types.BooleanCharType
 
toAttribute(Integer) - Method in class net.sf.jkniv.whinstone.types.BooleanIntType
 
toAttribute(String) - Method in class net.sf.jkniv.whinstone.types.BooleanVarcharType
 
toAttribute(Integer) - Method in class net.sf.jkniv.whinstone.types.CalendarIntType
 
toAttribute(Timestamp) - Method in class net.sf.jkniv.whinstone.types.CalendarTimestampType
 
toAttribute(B) - Method in interface net.sf.jkniv.whinstone.types.Convertible
Convert the jdbc value to attribute format or type
toAttribute(Integer) - Method in class net.sf.jkniv.whinstone.types.DateIntType
 
toAttribute(Timestamp) - Method in class net.sf.jkniv.whinstone.types.DateTimestampType
 
toAttribute(Time) - Method in class net.sf.jkniv.whinstone.types.DateTimeType
 
toAttribute(Date) - Method in class net.sf.jkniv.whinstone.types.DateType
 
toAttribute(BigDecimal) - Method in class net.sf.jkniv.whinstone.types.DoubleBigDecimalType
 
toAttribute(String) - Method in class net.sf.jkniv.whinstone.types.EnumNameType
 
toAttribute(Integer) - Method in class net.sf.jkniv.whinstone.types.EnumOrdinalType
 
toAttribute(Long) - Method in class net.sf.jkniv.whinstone.types.IntLongType
 
toAttribute(BigDecimal) - Method in class net.sf.jkniv.whinstone.types.LongBigDecimalType
 
toAttribute(BigDecimal) - Method in class net.sf.jkniv.whinstone.types.LongNumericType
 
toAttribute(Object) - Method in class net.sf.jkniv.whinstone.types.NoConverterType
 
toAttribute(JdbcColumn<R>, ObjectProxy<T>) - Method in class net.sf.jkniv.whinstone.types.RegisterType
Retrieve a Convertible instance to customize the value of database to class field.
toAttribute(Integer) - Method in class net.sf.jkniv.whinstone.types.ShortIntType
 
toGetName(Object) - Method in class net.sf.jkniv.sqlegance.DotQueryNameStrategy
 
toGetName(Object) - Method in class net.sf.jkniv.sqlegance.HashQueryNameStrategy
 
toGetName(Object) - Method in interface net.sf.jkniv.sqlegance.QueryNameStrategy
Return the default query name at XML file to retrieve an object by 'get' method.
toJdbc(Duration) - Method in class net.sf.jkniv.whinstone.jdk8.types.DurationStringType
 
toJdbc(Instant) - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantDateType
 
toJdbc(Instant) - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantTimestampType
 
toJdbc(Boolean) - Method in class net.sf.jkniv.whinstone.types.BooleanBitType
 
toJdbc(Boolean) - Method in class net.sf.jkniv.whinstone.types.BooleanCharType
 
toJdbc(Boolean) - Method in class net.sf.jkniv.whinstone.types.BooleanIntType
 
toJdbc(Boolean) - Method in class net.sf.jkniv.whinstone.types.BooleanVarcharType
 
toJdbc(Calendar) - Method in class net.sf.jkniv.whinstone.types.CalendarIntType
 
toJdbc(Calendar) - Method in class net.sf.jkniv.whinstone.types.CalendarTimestampType
 
toJdbc(A) - Method in interface net.sf.jkniv.whinstone.types.Convertible
Convert attribute to jdbc format or type
toJdbc(Date) - Method in class net.sf.jkniv.whinstone.types.DateIntType
 
toJdbc(Date) - Method in class net.sf.jkniv.whinstone.types.DateTimestampType
 
toJdbc(Date) - Method in class net.sf.jkniv.whinstone.types.DateTimeType
 
toJdbc(Date) - Method in class net.sf.jkniv.whinstone.types.DateType
 
toJdbc(Double) - Method in class net.sf.jkniv.whinstone.types.DoubleBigDecimalType
 
toJdbc(Enum<?>) - Method in class net.sf.jkniv.whinstone.types.EnumNameType
 
toJdbc(Enum<?>) - Method in class net.sf.jkniv.whinstone.types.EnumOrdinalType
 
toJdbc(Integer) - Method in class net.sf.jkniv.whinstone.types.IntLongType
 
toJdbc(Long) - Method in class net.sf.jkniv.whinstone.types.LongBigDecimalType
 
toJdbc(Long) - Method in class net.sf.jkniv.whinstone.types.LongNumericType
 
toJdbc(Object) - Method in class net.sf.jkniv.whinstone.types.NoConverterType
 
toJdbc(PropertyAccess, ObjectProxy<T>) - Method in class net.sf.jkniv.whinstone.types.RegisterType
Retrieve a Convertible instance to customize the value of database to class field.
toJdbc(Short) - Method in class net.sf.jkniv.whinstone.types.ShortIntType
 
toListName(Object) - Method in class net.sf.jkniv.sqlegance.DotQueryNameStrategy
 
toListName(Object) - Method in class net.sf.jkniv.sqlegance.HashQueryNameStrategy
 
toListName(Object) - Method in interface net.sf.jkniv.sqlegance.QueryNameStrategy
Return the default query name at XML file to retrieve an object by 'list' method.
toRemoveName(Object) - Method in class net.sf.jkniv.sqlegance.DotQueryNameStrategy
 
toRemoveName(Object) - Method in class net.sf.jkniv.sqlegance.HashQueryNameStrategy
 
toRemoveName(Object) - Method in interface net.sf.jkniv.sqlegance.QueryNameStrategy
Return the default query name at XML file to retrieve an object by 'remove' method.
toString() - Method in class net.sf.jkniv.cache.MemoryCache
 
toString() - Method in class net.sf.jkniv.cache.TTLCachePolicy
 
toString() - Method in class net.sf.jkniv.experimental.Chrono
 
toString(Object...) - Method in class net.sf.jkniv.logger.FormatterLogger
to String the objects args calling toString method, when the object is instance of java.lang.Exception the getMessage() is called.
toString() - Method in class net.sf.jkniv.reflect.beans.PropertyAccess
 
toString() - Method in class net.sf.jkniv.sqlegance.builder.RepositoryConfig
 
toString() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
 
toString() - Method in class net.sf.jkniv.sqlegance.builder.xml.NoSqlStats
 
toString() - Method in exception net.sf.jkniv.sqlegance.ConstraintException
 
toString() - Method in class net.sf.jkniv.whinstone.cassandra.CassandraColumn
 
toString() - Method in class net.sf.jkniv.whinstone.couchdb.ExecutionStats
 
toString() - Method in class net.sf.jkniv.whinstone.couchdb.statement.BulkCommandResponse
 
toString() - Method in class net.sf.jkniv.whinstone.couchdb.statement.DocBulk
 
toString() - Method in class net.sf.jkniv.whinstone.jdbc.DefaultJdbcColumn
 
toString() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
toString() - Method in class net.sf.jkniv.whinstone.jdbc.transaction.LocalTransactionAdapter
 
toString() - Method in class net.sf.jkniv.whinstone.jdk8.types.DurationStringType
 
toString() - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantDateType
 
toString() - Method in class net.sf.jkniv.whinstone.jdk8.types.InstantTimestampType
 
toString() - Method in class net.sf.jkniv.whinstone.jpa2.JpaCommandAdapter
 
toString() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.EmptyTransactionAdapter
 
toString() - Method in class net.sf.jkniv.whinstone.jpa2.transaction.JpaTransactionAdapter
 
toString() - Method in class net.sf.jkniv.whinstone.Param
 
toString() - Method in class net.sf.jkniv.whinstone.types.BooleanBitType
 
toString() - Method in class net.sf.jkniv.whinstone.types.BooleanCharType
 
toString() - Method in class net.sf.jkniv.whinstone.types.BooleanIntType
 
toString() - Method in class net.sf.jkniv.whinstone.types.BooleanVarcharType
 
toString() - Method in class net.sf.jkniv.whinstone.types.CalendarIntType
 
toString() - Method in class net.sf.jkniv.whinstone.types.CalendarTimestampType
 
toString() - Method in class net.sf.jkniv.whinstone.types.DateIntType
 
toString() - Method in class net.sf.jkniv.whinstone.types.DateTimestampType
 
toString() - Method in class net.sf.jkniv.whinstone.types.DateTimeType
 
toString() - Method in class net.sf.jkniv.whinstone.types.DateType
 
toString() - Method in class net.sf.jkniv.whinstone.types.DoubleBigDecimalType
 
toString() - Method in class net.sf.jkniv.whinstone.types.EnumNameType
 
toString() - Method in class net.sf.jkniv.whinstone.types.EnumOrdinalType
 
toString() - Method in class net.sf.jkniv.whinstone.types.IntLongType
 
toString() - Method in class net.sf.jkniv.whinstone.types.LongBigDecimalType
 
toString() - Method in class net.sf.jkniv.whinstone.types.LongNumericType
 
toString() - Method in class net.sf.jkniv.whinstone.types.ShortIntType
 
toString() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
total() - Method in class net.sf.jkniv.cache.CacheManager
Returns the total of elements in all cache entries in this manager.
toUpdateName(Object) - Method in class net.sf.jkniv.sqlegance.DotQueryNameStrategy
 
toUpdateName(Object) - Method in class net.sf.jkniv.sqlegance.HashQueryNameStrategy
 
toUpdateName(Object) - Method in interface net.sf.jkniv.sqlegance.QueryNameStrategy
Return the default query name at XML file to retrieve an object by 'update' method.
TRANSACTION_NONE - Static variable in interface net.sf.jkniv.whinstone.Repository
 
TRANSACTION_READ_COMMITTED - Static variable in interface net.sf.jkniv.whinstone.Repository
 
TRANSACTION_READ_UNCOMMITTED - Static variable in interface net.sf.jkniv.whinstone.Repository
 
TRANSACTION_REPEATABLE_READ - Static variable in interface net.sf.jkniv.whinstone.Repository
 
TRANSACTION_SERIALIZABLE - Static variable in interface net.sf.jkniv.whinstone.Repository
 
Transactional - Interface in net.sf.jkniv.whinstone.transaction
 
TransactionContext - Class in net.sf.jkniv.whinstone.transaction
Hold the JDBC connection and transaction status association with a repository context name.
TransactionContext() - Constructor for class net.sf.jkniv.whinstone.transaction.TransactionContext
 
TransactionContext(String, Transactional, ConnectionAdapter) - Constructor for class net.sf.jkniv.whinstone.transaction.TransactionContext
 
TransactionException - Exception in net.sf.jkniv.whinstone.transaction
 
TransactionException() - Constructor for exception net.sf.jkniv.whinstone.transaction.TransactionException
 
TransactionException(String) - Constructor for exception net.sf.jkniv.whinstone.transaction.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception net.sf.jkniv.whinstone.transaction.TransactionException
 
TransactionException(Throwable) - Constructor for exception net.sf.jkniv.whinstone.transaction.TransactionException
 
transactionScope - Variable in class net.sf.jkniv.whinstone.jdbc.transaction.AbstractTransaction
 
TransactionScope - Enum in net.sf.jkniv.whinstone.transaction
Represents the controls scope of a transaction encapsulating values of javax.ejb.TransactionAttributeType
TransactionSessions - Class in net.sf.jkniv.whinstone.transaction
Represent a set of transactions for thread, where one thread can use many TransactionContexts.
TransactionSessions() - Constructor for class net.sf.jkniv.whinstone.transaction.TransactionSessions
 
TransactionStatus - Enum in net.sf.jkniv.whinstone.transaction
The Status interface defines static variables used for transaction status codes.
TransactionType - Enum in net.sf.jkniv.sqlegance.transaction
Represents the transaction type over EIS or database systems
transform(Map<String, Object>, Class<T>) - Method in class net.sf.jkniv.whinstone.classification.MapTransform
 
transform(Map<String, Object>, Object) - Method in class net.sf.jkniv.whinstone.classification.MapTransform
 
transform(Object, Class<T>) - Method in class net.sf.jkniv.whinstone.classification.ObjectTransform
 
transform(Object, Object) - Method in class net.sf.jkniv.whinstone.classification.ObjectTransform
 
transform(ResultSet, Class<T>) - Method in class net.sf.jkniv.whinstone.classification.ResultSetTransform
 
transform(ResultSet, Object) - Method in class net.sf.jkniv.whinstone.classification.ResultSetTransform
 
transform(R, Class<T>) - Method in interface net.sf.jkniv.whinstone.classification.Transformable
 
transform(R, Object) - Method in interface net.sf.jkniv.whinstone.classification.Transformable
 
Transformable<R> - Interface in net.sf.jkniv.whinstone.classification
Allow transform a tabular row to one-to-many objects.
Transformable.TransformableType - Enum in net.sf.jkniv.whinstone.classification
 
TranslateType - Interface in net.sf.jkniv.reflect.beans
Convert a value to a specific type.
TTLCachePolicy - Class in net.sf.jkniv.cache
Cache policy using concepts from Time to live (TTL) to limit the lifetime of data.
TTLCachePolicy(long) - Constructor for class net.sf.jkniv.cache.TTLCachePolicy
Build a policy with TTL as parameter to keep the objects alive in cache
TTLCachePolicy(long, long) - Constructor for class net.sf.jkniv.cache.TTLCachePolicy
Build a policy with TTL and TTI as parameter to keep the objects alive in cache
TTLCachePolicy(long, long, TimeUnit) - Constructor for class net.sf.jkniv.cache.TTLCachePolicy
Build a policy with TTL and TTI as parameter to keep the objects alive in cache
TTLCachePolicy(long, long, long, String) - Constructor for class net.sf.jkniv.cache.TTLCachePolicy
Build a policy with TTL and TTI as parameter to keep the objects alive in cache
TTLCachePolicy(long, long, TimeUnit, long, String) - Constructor for class net.sf.jkniv.cache.TTLCachePolicy
Build a policy with TTL and TTI as parameter to keep the objects alive in cache
typeOf() - Method in interface net.sf.jkniv.reflect.Numerical
The type of the number that this numerical implementation works

U

UnderscoreToCamelCaseMapper - Class in net.sf.jkniv.whinstone
Convert string names from underscore to camel case java attribute style, underscores or dashes which is skipped.
UnderscoreToCamelCaseMapper() - Constructor for class net.sf.jkniv.whinstone.UnderscoreToCamelCaseMapper
 
undo(String) - Method in interface net.sf.jkniv.reflect.beans.Capitalize
 
UnknowType - Class in net.sf.jkniv.whinstone.types
 
UnsupportedDslOperationException - Exception in net.sf.jkniv.whinstone
 
UnsupportedDslOperationException() - Constructor for exception net.sf.jkniv.whinstone.UnsupportedDslOperationException
Throw message: this repository does not support DSL operation
UnsupportedDslOperationException(String) - Constructor for exception net.sf.jkniv.whinstone.UnsupportedDslOperationException
Constructor for UnsupportedDslOperationException.
UnsupportedDslOperationException(String, Throwable) - Constructor for exception net.sf.jkniv.whinstone.UnsupportedDslOperationException
Constructor for UnsupportedDslOperationException.
UnsupportedDslOperationException(Throwable) - Constructor for exception net.sf.jkniv.whinstone.UnsupportedDslOperationException
 
UnsupportedTransactionException - Exception in net.sf.jkniv.whinstone.jdbc
 
UnsupportedTransactionException(String) - Constructor for exception net.sf.jkniv.whinstone.jdbc.UnsupportedTransactionException
Constructor for UnsupportedTransactionException.
UnsupportedTransactionException(String, Throwable) - Constructor for exception net.sf.jkniv.whinstone.jdbc.UnsupportedTransactionException
Constructor for UnsupportedTransactionException.
unwrap() - Method in interface net.sf.jkniv.whinstone.ConnectionAdapter
 
unwrap() - Method in class net.sf.jkniv.whinstone.jdbc.JdbcConnectionAdapter
 
update() - Method in class net.sf.jkniv.whinstone.couchdb.commands.CouchDbSynchIndexDesign
 
update() - Method in class net.sf.jkniv.whinstone.couchdb.commands.CouchDbSynchViewDesign
 
update(Queryable) - Method in interface net.sf.jkniv.whinstone.Repository
Update many objects in repository.
update(T) - Method in interface net.sf.jkniv.whinstone.Repository
Update object(s) in repository.
Updateable - Interface in net.sf.jkniv.sqlegance
 
UpdateCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
 
UpdateCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.UpdateCommand
 
UpdateValidate - Interface in net.sf.jkniv.sqlegance.validation
Bean validation apply for Repository.update operations when configured.
url - Variable in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 

V

validate(Object) - Method in enum net.sf.jkniv.sqlegance.validation.ValidateType
Use validator (JSR 303) to perform validation against domain model
validate(Object, ValidateType) - Static method in enum net.sf.jkniv.sqlegance.validation.ValidateType
Use validator (JSR 303) to perform validation against domain model
validate(Object, Class<T>) - Static method in enum net.sf.jkniv.sqlegance.validation.ValidateType
Use validator (JSR 303) to perform validation against domain model
validate(Object, ValidateType) - Method in interface net.sf.jkniv.sqlegance.validation.Validatory
Use validator (JSR 303) to perform validation against domain model
validate(Object, Class<T>) - Method in interface net.sf.jkniv.sqlegance.validation.Validatory
Use validator (JSR 303) to perform validation against domain model
ValidateType - Enum in net.sf.jkniv.sqlegance.validation
 
Validatory - Interface in net.sf.jkniv.sqlegance.validation
 
value() - Method in enum net.sf.jkniv.whinstone.transaction.TransactionStatus
The javax.transaction.Status constant code.
value() - Method in enum net.sf.jkniv.whinstone.types.CassandraType
 
value() - Method in interface net.sf.jkniv.whinstone.types.ColumnType
 
value() - Method in enum net.sf.jkniv.whinstone.types.JdbcType
 
value() - Method in class net.sf.jkniv.whinstone.types.UnknowType
 
valueOf(String) - Static method in enum net.sf.jkniv.reflect.beans.Capitalize.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(Object) - Method in interface net.sf.jkniv.reflect.Numerical
Returns a numerical object holding the value of the specified Object.toString().
valueOf(String) - Method in interface net.sf.jkniv.reflect.Numerical
Returns a numerical object holding the value of the specified String.
valueOf(Number) - Method in interface net.sf.jkniv.reflect.Numerical
Returns a numerical object holding the value of the specified String.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.dialect.SqlFeatureSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.KeyGeneratorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.LanguageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.logger.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.params.ParamMarkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.RepositoryProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.RepositoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.SqlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetConcurrency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetHoldability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.transaction.Isolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.transaction.TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.validation.ValidateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.whinstone.CallbackScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.whinstone.classification.Transformable.TransformableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.whinstone.couchdb.commands.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.whinstone.transaction.TransactionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.whinstone.transaction.TransactionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.whinstone.types.CassandraType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum net.sf.jkniv.whinstone.types.CassandraType
 
valueOf(String) - Static method in enum net.sf.jkniv.whinstone.types.Converter.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.whinstone.types.JdbcType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum net.sf.jkniv.whinstone.types.JdbcType
 
values() - Static method in enum net.sf.jkniv.reflect.beans.Capitalize.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.dialect.SqlFeatureSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.KeyGeneratorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.LanguageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.logger.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.params.ParamMarkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.RepositoryProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.RepositoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.SqlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetConcurrency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetHoldability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.statement.ResultSetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.transaction.Isolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.transaction.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.validation.ValidateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.whinstone.CallbackScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.whinstone.classification.Transformable.TransformableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.whinstone.couchdb.commands.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface net.sf.jkniv.whinstone.Queryable
Extract the values from params matching the names array.
values() - Static method in enum net.sf.jkniv.whinstone.transaction.TransactionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.whinstone.transaction.TransactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.whinstone.types.CassandraType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.whinstone.types.Converter.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.whinstone.types.JdbcType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(Object...) - Method in interface net.sf.jkniv.asserts.Assertable
Verify if a set objects assure the assertion.
verify(RuntimeException, Object...) - Method in interface net.sf.jkniv.asserts.Assertable
 
verify(Object...) - Method in class net.sf.jkniv.asserts.InstanceOf
Assert that an object is not null .
verify(RuntimeException, Object...) - Method in class net.sf.jkniv.asserts.InstanceOf
 
verify(Object...) - Method in class net.sf.jkniv.asserts.IsNull
Assert that an object is null .
verify(RuntimeException, Object...) - Method in class net.sf.jkniv.asserts.IsNull
 
verify(Object...) - Method in class net.sf.jkniv.asserts.IsTrue
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
verify(RuntimeException, Object...) - Method in class net.sf.jkniv.asserts.IsTrue
 
verify(Object...) - Method in class net.sf.jkniv.asserts.NotEmpty
Assert that an object is not null .
verify(RuntimeException, Object...) - Method in class net.sf.jkniv.asserts.NotEmpty
 
verify(Object...) - Method in class net.sf.jkniv.asserts.NotNull
Assert that an object is not null .
verify(RuntimeException, Object...) - Method in class net.sf.jkniv.asserts.NotNull
 
verifyArray(Object[]) - Method in interface net.sf.jkniv.asserts.Assertable
Verify if a the array assure the assertion.
verifyArray(RuntimeException, Object[]) - Method in interface net.sf.jkniv.asserts.Assertable
 
verifyArray(Object[]) - Method in class net.sf.jkniv.asserts.InstanceOf
 
verifyArray(RuntimeException, Object[]) - Method in class net.sf.jkniv.asserts.InstanceOf
 
verifyArray(Object[]) - Method in class net.sf.jkniv.asserts.IsNull
 
verifyArray(RuntimeException, Object[]) - Method in class net.sf.jkniv.asserts.IsNull
 
verifyArray(Object[]) - Method in class net.sf.jkniv.asserts.IsTrue
 
verifyArray(RuntimeException, Object[]) - Method in class net.sf.jkniv.asserts.IsTrue
 
verifyArray(Object[]) - Method in class net.sf.jkniv.asserts.NotEmpty
 
verifyArray(RuntimeException, Object[]) - Method in class net.sf.jkniv.asserts.NotEmpty
 
verifyArray(Object[]) - Method in class net.sf.jkniv.asserts.NotNull
 
verifyArray(RuntimeException, Object[]) - Method in class net.sf.jkniv.asserts.NotNull
 
ViewCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
 
ViewCommand(HttpBuilder, Queryable) - Constructor for class net.sf.jkniv.whinstone.couchdb.commands.ViewCommand
 

W

WhenTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
 
WhenTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhenTag
Parses the given OGNL expression that can be used by Ognl static methods.
WhereTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
Represent the where sentence from SQL.
WhereTag(List<ITextTag>) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
Build a new where tag.
with(HandleableException) - Method in interface net.sf.jkniv.reflect.beans.ObjectProxy
 
with(T) - Method in class net.sf.jkniv.whinstone.cassandra.commands.BulkCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.cassandra.commands.BulkCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.cassandra.commands.BulkCommand
 
with(T) - Method in class net.sf.jkniv.whinstone.cassandra.commands.DefaultCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.cassandra.commands.DefaultCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.cassandra.commands.DefaultCommand
 
with(T) - Method in class net.sf.jkniv.whinstone.cassandra.commands.DefaultQuery
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.cassandra.commands.DefaultQuery
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.cassandra.commands.DefaultQuery
 
with(ResultRow<T, Row>) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
with(AutoKey) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraPreparedStatementAdapter
 
with(ResultRow<T, Row>) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
with(AutoKey) - Method in class net.sf.jkniv.whinstone.cassandra.statement.CassandraStatementAdapter
 
with(HandleableException) - Method in interface net.sf.jkniv.whinstone.commands.Command
Configure the handler exception for the command
with(CommandHandler) - Method in interface net.sf.jkniv.whinstone.commands.Command
Configure the life-cycle of command
with(T) - Method in interface net.sf.jkniv.whinstone.commands.Command
The statement to run this command
with(Queryable) - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Configure the life-cycle with a Queryable
with(Sql) - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Configure the life-cycle with a Sql
with(ResultRow<?, ?>) - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Configure the life-cycle with a custom result parser rows of query.
with(HandleableException) - Method in interface net.sf.jkniv.whinstone.commands.CommandHandler
Configure the life-cycle with the handler exception
with(ResultRow<?, ?>) - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
with(Queryable) - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
with(Sql) - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.commands.DefaultCommandHandler
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.commands.NoCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.commands.NoCommand
 
with(T) - Method in class net.sf.jkniv.whinstone.commands.NoCommand
 
with(ResultRow<?, ?>) - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
with(Queryable) - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
with(Sql) - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.commands.NoCommandHandler
 
with(HandleableException) - Method in interface net.sf.jkniv.whinstone.ConnectionFactory
 
with(T) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.couchdb.commands.AbstractCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.couchdb.HttpConnectionFactory
 
with(ResultRow<T, String>) - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
with(AutoKey) - Method in class net.sf.jkniv.whinstone.couchdb.statement.CouchDbStatementAdapter
 
with(T) - Method in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.jdbc.commands.AbstractJdbcCommand
 
with(ResultRow<T, ResultSet>) - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
with(AutoKey) - Method in class net.sf.jkniv.whinstone.jdbc.statement.JdbcPreparedStatementAdapter
 
with(T) - Method in class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.jpa2.commands.BulkJpaCommand
 
with(T) - Method in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaCommand
 
with(T) - Method in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaQuery
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaQuery
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.jpa2.commands.DefaultJpaQuery
 
with(T) - Method in class net.sf.jkniv.whinstone.jpa2.commands.MergeCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.jpa2.commands.MergeCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.jpa2.commands.MergeCommand
 
with(T) - Method in class net.sf.jkniv.whinstone.jpa2.commands.PersistCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.jpa2.commands.PersistCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.jpa2.commands.PersistCommand
 
with(T) - Method in class net.sf.jkniv.whinstone.jpa2.commands.RemoveCommand
 
with(HandleableException) - Method in class net.sf.jkniv.whinstone.jpa2.commands.RemoveCommand
 
with(CommandHandler) - Method in class net.sf.jkniv.whinstone.jpa2.commands.RemoveCommand
 
with(ResultRow<T, ResultSet>) - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
with(AutoKey) - Method in class net.sf.jkniv.whinstone.jpa2.statement.JpaStatementAdapter
 
with(ResultRow<T, R>) - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
result row
with(AutoKey) - Method in interface net.sf.jkniv.whinstone.statement.StatementAdapter
 
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.