- AbstractCommand - Class in net.sf.jkniv.whinstone.couchdb.commands
-
- 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
-
- 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
-
- 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
-
- 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
-
- asUpdateable() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
-
- asUpdateable() - Method in interface net.sf.jkniv.sqlegance.Sql
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- supportsParmMark(ParamMarkType) - Method in class net.sf.jkniv.whinstone.couchdb.dialect.CouchDbDialect2o0
-
- 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
- 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
-