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
    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 SQL query.
    Indicates that interface is Repository type interface and is responsible for database storage logic.