Annotation Interface Repository
Русский: Аннотация указывает что интерфейс является репозиторием и отвечает за взаимодействие с базой данных.
English: The annotation indicates that the interface is a repository and is responsible for interacting with the database.
Пример / Example:
English: The annotation indicates that the interface is a repository and is responsible for interacting with the database.
Пример / Example:
@Repository
public interface MyRepository extends JdbcRepository {
}
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
executorTag
ru.tinkoff.kora.common.Tag executorTag- Returns:
- Русский: Указывает тег для набора соединений на котором будут запускаться запросы в базу данных.
English: The annotation indicates that the interface is a repository and is responsible for interacting with the database.
- Default:
- @ru.tinkoff.kora.common.Tag({})
-