Index

B D E F H J N O P S T U V 
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 database record 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 DataSourceConfig record 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 dataSources record component.
debug() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
Returns the value of the debug record component.
dependencyInjectionStyle() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
Returns the value of the dependencyInjectionStyle record component.
DependencyInjectionStyle - Enum Class in org.ethelred.kiwiproc.processorconfig
 
driverClassName() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
Returns the value of the driverClassName record 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
 

N

named() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
Returns the value of the named record 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 password record 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 ProcessorConfig record class.

S

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 url record component.
username() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
Returns the value of the username record 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"
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.
B D E F H J N O P S T U V 
All Classes and Interfaces|All Packages