Index
All Classes and Interfaces|All Packages
B
- batchSize() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlBatch
D
- DAO - Annotation Interface in org.ethelred.kiwiproc.annotation
-
DAO must annotate an interface.
- database() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
databaserecord component. - DataSourceConfig - Record Class in org.ethelred.kiwiproc.processorconfig
- DataSourceConfig(String, String, String, String, String, String) - Constructor for record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Creates an instance of a
DataSourceConfigrecord class. - dataSourceName() - Element in annotation interface org.ethelred.kiwiproc.annotation.DAO
- dataSources() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns the value of the
dataSourcesrecord component. - debug() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns the value of the
debugrecord component. - dependencyInjectionStyle() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns the value of the
dependencyInjectionStylerecord component. - DependencyInjectionStyle - Enum Class in org.ethelred.kiwiproc.processorconfig
- driverClassName() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
driverClassNamerecord component.
E
- EMPTY - Static variable in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
- equals(Object) - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Indicates whether some other object is "equal to" this one.
F
- fetchSize() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlQuery
H
- hashCode() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns a hash code value for this object.
J
- JAKARTA - Enum constant in enum class org.ethelred.kiwiproc.processorconfig.DependencyInjectionStyle
K
- keyColumn() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlQuery
-
When the return type of the method is Map, this is the column name to use as the Map key.
N
- named() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
namedrecord component.
O
- org.ethelred.kiwiproc.annotation - package org.ethelred.kiwiproc.annotation
- org.ethelred.kiwiproc.processorconfig - package org.ethelred.kiwiproc.processorconfig
P
- password() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
passwordrecord component. - ProcessorConfig - Record Class in org.ethelred.kiwiproc.processorconfig
- ProcessorConfig(Map<String, DataSourceConfig>, DependencyInjectionStyle) - Constructor for record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
- ProcessorConfig(Map<String, DataSourceConfig>, DependencyInjectionStyle, boolean) - Constructor for record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Creates an instance of a
ProcessorConfigrecord class.
S
- SPRING - Enum constant in enum class org.ethelred.kiwiproc.processorconfig.DependencyInjectionStyle
- sql() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlBatch
- sql() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlQuery
- sql() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlUpdate
- SqlBatch - Annotation Interface in org.ethelred.kiwiproc.annotation
- SqlQuery - Annotation Interface in org.ethelred.kiwiproc.annotation
-
Annotates a DAO method to mark it as a query that returns results.
- SqlUpdate - Annotation Interface in org.ethelred.kiwiproc.annotation
T
- toString() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns a string representation of this record class.
- toString() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns a string representation of this record class.
U
- url() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
urlrecord component. - username() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
usernamerecord component.
V
- value() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlBatch
-
Alias for "sql"
- value() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlQuery
-
Alias for "sql"
- value() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlUpdate
-
Alias for "sql"
- valueColumn() - Element in annotation interface org.ethelred.kiwiproc.annotation.SqlQuery
-
When the return type of the method is Map, this is the column name to use as the Map value.
- valueOf(String) - Static method in enum class org.ethelred.kiwiproc.processorconfig.DependencyInjectionStyle
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.ethelred.kiwiproc.processorconfig.DependencyInjectionStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages