Uses of Class
org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
-
Packages that use ConstructorSelectionImpl Package Description org.eclipse.persistence.internal.jpa.querydef -
-
Uses of ConstructorSelectionImpl in org.eclipse.persistence.internal.jpa.querydef
Methods in org.eclipse.persistence.internal.jpa.querydef with parameters of type ConstructorSelectionImpl Modifier and Type Method Description voidCriteriaQueryImpl. populateAndSetConstructorSelection(ConstructorSelectionImpl constructorSelection, Class<?> class1, jakarta.persistence.criteria.Selection<?>... selections)This method will set this queryImpl's selection to a ConstructorSelectionImpl, creating a new instance or populating the one passed in as necessary.
-