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. |
JoinTable |
Subset of the JPA join table annotation allowing support for bidirectional and unidirectional one-to-many join fetches only.
|