Uses of Class
org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
-
Packages that use CollectionJoinImpl Package Description org.eclipse.persistence.internal.jpa.querydef -
-
Uses of CollectionJoinImpl in org.eclipse.persistence.internal.jpa.querydef
Subclasses of CollectionJoinImpl in org.eclipse.persistence.internal.jpa.querydef Modifier and Type Class Description classBasicCollectionJoinImpl<Z,E>Purpose: Represents a Join to a ElementCollection of basics.Methods in org.eclipse.persistence.internal.jpa.querydef that return CollectionJoinImpl Modifier and Type Method Description CollectionJoinImpl<Z,X>CollectionJoinImpl. on(jakarta.persistence.criteria.Expression<Boolean> restriction)CollectionJoinImpl<Z,X>CollectionJoinImpl. on(jakarta.persistence.criteria.Predicate... restrictions)
-