Annotation Type | Description |
---|---|
ColumnTransformer |
Inspired by Hibernate's annotation of the same name.
|
JdbcRepository |
Stereotype repository that configures a
Repository as a JdbcRepository using
raw SQL encoding and JdbcRepositoryOperations 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.
|