Package ru.tinkoff.kora.database.common.annotation


package ru.tinkoff.kora.database.common.annotation
  • Annotation Interfaces
    Class
    Description
    Indicates that input parameter is intended to be executed as Batch request
    Sets the name of the execution profile that will be used for query.
    Indicates entity field name to column name mapping.
    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.
    Indicates what entity constructor to use for serialization from database row.
    Indicates that field is primary key.
    Indicates SQL query.
    Indicates that interface is Repository type interface and is responsible for database storage logic.
    Indicates database table name mapping should be used for specific model.