Index

B C D E G H I L O Q R S T U V 
All Classes and Interfaces|All Packages

B

Batch - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Indicates that input parameter is intended to be executed as Batch request

C

CassandraProfile - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Sets the name of the execution profile that will be used for query.
close(Throwable) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseTelemetry.DataBaseTelemetryContext
 
close(Throwable) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseTracer.DataBaseSpan
 
Column - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Indicates entity field name to column name mapping.
createCallSpan(QueryContext) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseTracer
 
createContext(Context, QueryContext) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseTelemetry
 
createContext(Context, QueryContext) - Method in class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseTelemetry
 
createQuerySpan(Context, QueryContext) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseTracer
 

D

DataBaseLogger - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseLoggerFactory - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseLoggerFactory.DefaultDataBaseLoggerFactory - Class in ru.tinkoff.kora.database.common.telemetry
 
DataBaseMetricWriter - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseMetricWriterFactory - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseModule - Interface in ru.tinkoff.kora.database.common
 
DataBaseTelemetry - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseTelemetry.DataBaseTelemetryContext - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseTelemetryFactory - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseTracer - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseTracer.DataBaseSpan - Interface in ru.tinkoff.kora.database.common.telemetry
 
DataBaseTracerFactory - Interface in ru.tinkoff.kora.database.common.telemetry
 
DefaultDataBaseLogger - Class in ru.tinkoff.kora.database.common.telemetry
 
DefaultDataBaseLogger(String) - Constructor for class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseLogger
 
defaultDataBaseLoggerFactory() - Method in interface ru.tinkoff.kora.database.common.DataBaseModule
 
DefaultDataBaseLoggerFactory() - Constructor for class ru.tinkoff.kora.database.common.telemetry.DataBaseLoggerFactory.DefaultDataBaseLoggerFactory
 
defaultDataBaseTelemetry(DataBaseLoggerFactory, DataBaseMetricWriterFactory, DataBaseTracerFactory) - Method in interface ru.tinkoff.kora.database.common.DataBaseModule
 
DefaultDataBaseTelemetry - Class in ru.tinkoff.kora.database.common.telemetry
 
DefaultDataBaseTelemetry(DataBaseMetricWriter, DataBaseTracer, DataBaseLogger) - Constructor for class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseTelemetry
 
DefaultDataBaseTelemetryFactory - Class in ru.tinkoff.kora.database.common.telemetry
 
DefaultDataBaseTelemetryFactory(DataBaseLoggerFactory, DataBaseMetricWriterFactory, DataBaseTracerFactory) - Constructor for class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseTelemetryFactory
 

E

Embedded - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Specifies a field that should not be used as a column in query results and parameters, but that should be used as column set of parent entity.
EntityConstructor - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Indicates what entity constructor to use for serialization from database row.
equals(Object) - Method in record class ru.tinkoff.kora.database.common.QueryContext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ru.tinkoff.kora.database.common.UpdateCount
Indicates whether some other object is "equal to" this one.
executorTag() - Element in annotation interface ru.tinkoff.kora.database.common.annotation.Repository
 

G

get(String) - Method in class ru.tinkoff.kora.database.common.telemetry.DataBaseLoggerFactory.DefaultDataBaseLoggerFactory
 
get(String) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseLoggerFactory
 
get(String) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseMetricWriterFactory
 
get(String, String, String) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseTracerFactory
 
get(String, String, String, String) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseTelemetryFactory
 
get(String, String, String, String) - Method in class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseTelemetryFactory
 
getMetricRegistry() - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseMetricWriter
 
getMetricRegistry() - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseTelemetry
 
getMetricRegistry() - Method in class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseTelemetry
 

H

hashCode() - Method in record class ru.tinkoff.kora.database.common.QueryContext
Returns a hash code value for this object.
hashCode() - Method in record class ru.tinkoff.kora.database.common.UpdateCount
Returns a hash code value for this object.

I

Id - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Indicates that field is primary key.
isEnabled() - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseLogger
 
isEnabled() - Method in class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseLogger
 

L

logQueryBegin(QueryContext) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseLogger
 
logQueryBegin(QueryContext) - Method in class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseLogger
 
logQueryEnd(long, QueryContext, Throwable) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseLogger
 
logQueryEnd(long, QueryContext, Throwable) - Method in class ru.tinkoff.kora.database.common.telemetry.DefaultDataBaseLogger
 

O

operation() - Method in record class ru.tinkoff.kora.database.common.QueryContext
Returns the value of the operation record component.

Q

Query - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Indicates SQL query.
QueryContext - Record Class in ru.tinkoff.kora.database.common
 
QueryContext(String, String) - Constructor for record class ru.tinkoff.kora.database.common.QueryContext
 
QueryContext(String, String, String) - Constructor for record class ru.tinkoff.kora.database.common.QueryContext
Creates an instance of a QueryContext record class.
queryId() - Method in record class ru.tinkoff.kora.database.common.QueryContext
Returns the value of the queryId record component.

R

recordQuery(long, QueryContext, Throwable) - Method in interface ru.tinkoff.kora.database.common.telemetry.DataBaseMetricWriter
 
Repository - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Indicates that interface is Repository type interface and is responsible for database storage logic.
RowMapper<T> - Interface in ru.tinkoff.kora.database.common
marker interface
ru.tinkoff.kora.database.common - package ru.tinkoff.kora.database.common
 
ru.tinkoff.kora.database.common.annotation - package ru.tinkoff.kora.database.common.annotation
 
ru.tinkoff.kora.database.common.telemetry - package ru.tinkoff.kora.database.common.telemetry
 

S

sql() - Method in record class ru.tinkoff.kora.database.common.QueryContext
Returns the value of the sql record component.
SubEntityOf<T> - Interface in ru.tinkoff.kora.database.common
 

T

Table - Annotation Interface in ru.tinkoff.kora.database.common.annotation
Indicates database table name mapping should be used for specific model.
toString() - Method in record class ru.tinkoff.kora.database.common.QueryContext
Returns a string representation of this record class.
toString() - Method in record class ru.tinkoff.kora.database.common.UpdateCount
Returns a string representation of this record class.

U

UpdateCount - Record Class in ru.tinkoff.kora.database.common
 
UpdateCount(long) - Constructor for record class ru.tinkoff.kora.database.common.UpdateCount
Creates an instance of a UpdateCount record class.

V

value() - Element in annotation interface ru.tinkoff.kora.database.common.annotation.CassandraProfile
 
value() - Element in annotation interface ru.tinkoff.kora.database.common.annotation.Column
 
value() - Element in annotation interface ru.tinkoff.kora.database.common.annotation.Embedded
 
value() - Element in annotation interface ru.tinkoff.kora.database.common.annotation.Query
 
value() - Element in annotation interface ru.tinkoff.kora.database.common.annotation.Table
 
value() - Method in record class ru.tinkoff.kora.database.common.UpdateCount
Returns the value of the value record component.
B C D E G H I L O Q R S T U V 
All Classes and Interfaces|All Packages