Package io.micronaut.data.jdbc.annotation
package io.micronaut.data.jdbc.annotation
-
Annotation InterfacesClassDescriptionInspired by Hibernate's annotation of the same name.Stereotype repository that configures a
Repository
as aJdbcRepository
using raw SQL encoding andJdbcRepositoryOperations
as the runtime engine.Subset of the JPA join column annotation.The repeatable container of @JoinColumn
.Subset of the JPA join table annotation allowing support for bidirectional and unidirectional one-to-many join fetches only.