Interface PersistentSetAssociationPath<OwnerType,AssociatedEntityType> 
- Type Parameters:
- OwnerType- The association owner type
- AssociatedEntityType- The association entity type
- All Superinterfaces:
- jakarta.persistence.criteria.Expression<AssociatedEntityType>,- jakarta.persistence.criteria.FetchParent<OwnerType,,- AssociatedEntityType> - jakarta.persistence.criteria.From<OwnerType,,- AssociatedEntityType> - IExpression<AssociatedEntityType>,- ISelection<AssociatedEntityType>,- jakarta.persistence.criteria.Join<OwnerType,,- AssociatedEntityType> - jakarta.persistence.criteria.Path<AssociatedEntityType>,- PersistentAssociationPath<OwnerType,,- AssociatedEntityType> - PersistentEntityFrom<OwnerType,,- AssociatedEntityType> - PersistentEntityJoin<OwnerType,,- AssociatedEntityType> - PersistentEntityPath<AssociatedEntityType>,- PersistentEntitySetJoin<OwnerType,,- AssociatedEntityType> - PersistentPropertyPath<AssociatedEntityType>,- jakarta.persistence.criteria.PluralJoin<OwnerType,,- Set<AssociatedEntityType>, - AssociatedEntityType> - jakarta.persistence.criteria.Selection<AssociatedEntityType>,- jakarta.persistence.criteria.SetJoin<OwnerType,,- AssociatedEntityType> - jakarta.persistence.TupleElement<AssociatedEntityType>
public interface PersistentSetAssociationPath<OwnerType,AssociatedEntityType> 
extends PersistentAssociationPath<OwnerType,AssociatedEntityType>, PersistentEntitySetJoin<OwnerType,AssociatedEntityType>  
The persistent entity association path.
- Since:
- 3.2
- Author:
- Denis Stepanov
- 
Method SummaryModifier and TypeMethodDescriptiondefault jakarta.persistence.metamodel.SetAttribute<? super OwnerType,AssociatedEntityType> getModel()on(jakarta.persistence.criteria.Predicate... restrictions) Methods inherited from interface jakarta.persistence.criteria.FetchParentfetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods inherited from interface jakarta.persistence.criteria.FromgetCorrelationParent, getJoins, isCorrelated, join, join, joinMap, joinMapMethods inherited from interface io.micronaut.data.model.jpa.criteria.IExpressionas, inMethods inherited from interface io.micronaut.data.model.jpa.criteria.ISelectionalias, getAlias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface jakarta.persistence.criteria.Pathget, get, get, getParentPath, typeMethods inherited from interface io.micronaut.data.model.jpa.criteria.PersistentAssociationPathasPath, getAssociation, getAssociationJoinType, getAttribute, getJoinType, getOn, getParent, getProperty, setAlias, setAssociationJoinTypeMethods inherited from interface io.micronaut.data.model.jpa.criteria.PersistentEntityFromjoin, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinSet, joinSetMethods inherited from interface io.micronaut.data.model.jpa.criteria.PersistentEntityPathget, getPersistentEntityMethods inherited from interface io.micronaut.data.model.jpa.criteria.PersistentPropertyPathgetAssociations, getPathAsString, in, in, in, isBoolean, isComparable, isNotNull, isNull, isNumericMethods inherited from interface jakarta.persistence.TupleElementgetJavaType
- 
Method Details- 
getModeldefault jakarta.persistence.metamodel.SetAttribute<? super OwnerType,AssociatedEntityType> getModel()- Specified by:
- getModelin interface- jakarta.persistence.criteria.Path<OwnerType>
- Specified by:
- getModelin interface- PersistentAssociationPath<OwnerType,- AssociatedEntityType> 
- Specified by:
- getModelin interface- jakarta.persistence.criteria.PluralJoin<OwnerType,- Set<AssociatedEntityType>, - AssociatedEntityType> 
- Specified by:
- getModelin interface- jakarta.persistence.criteria.SetJoin<OwnerType,- AssociatedEntityType> 
 
- 
ondefault PersistentEntitySetJoin<OwnerType,AssociatedEntityType> on(jakarta.persistence.criteria.Predicate... restrictions) - Specified by:
- onin interface- jakarta.persistence.criteria.Join<OwnerType,- AssociatedEntityType> 
- Specified by:
- onin interface- PersistentAssociationPath<OwnerType,- AssociatedEntityType> 
- Specified by:
- onin interface- jakarta.persistence.criteria.SetJoin<OwnerType,- AssociatedEntityType> 
 
- 
ondefault PersistentEntitySetJoin<OwnerType,AssociatedEntityType> on(jakarta.persistence.criteria.Expression<Boolean> restriction) - Specified by:
- onin interface- jakarta.persistence.criteria.Join<OwnerType,- AssociatedEntityType> 
- Specified by:
- onin interface- PersistentAssociationPath<OwnerType,- AssociatedEntityType> 
- Specified by:
- onin interface- jakarta.persistence.criteria.SetJoin<OwnerType,- AssociatedEntityType> 
 
 
-