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