mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-03 08:19:15 +00:00
add a couple of @see xrefs
This commit is contained in:
parent
bee0480d12
commit
b293a6b2ac
@ -51,6 +51,7 @@
|
||||
* @see Filter
|
||||
* @see DialectOverride.Where
|
||||
* @see org.hibernate.cfg.AvailableSettings#USE_ENTITY_WHERE_CLAUSE_FOR_COLLECTIONS
|
||||
* @see WhereJoinTable
|
||||
*
|
||||
* @author Emmanuel Bernard
|
||||
*/
|
||||
|
@ -16,10 +16,12 @@
|
||||
* SQL when querying the {@link jakarta.persistence.JoinTable join table}
|
||||
* of a collection.
|
||||
* <p>
|
||||
* For example, {@code @Where("deleted = false")} could be used to hide
|
||||
* For example, {@code @Where("status <> 'DELETED'")} could be used to hide
|
||||
* associations which have been soft-deleted from an association table.
|
||||
*
|
||||
* @author Emmanuel Bernard
|
||||
*
|
||||
* @see Where
|
||||
*/
|
||||
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
Loading…
x
Reference in New Issue
Block a user