Package io.micronaut.data.jdbc.annotation
-
Annotation Types Summary Annotation Type Description ColumnTransformer Inspired by Hibernate's annotation of the same name.JdbcRepository Stereotype repository that configures aRepository
as aJdbcRepository
using raw SQL encoding andJdbcRepositoryOperations
as the runtime engine.JoinColumn Subset of the JPA join column annotation.JoinColumns The repeatable container of @JoinColumn
.JoinTable Subset of the JPA join table annotation allowing support for bidirectional and unidirectional one-to-many join fetches only.