Uses of Class
org.eclipse.persistence.internal.jpa.jpql.ConstructorQueryMappings
-
Packages that use ConstructorQueryMappings Package Description org.eclipse.persistence.internal.jpa.jpql -
-
Uses of ConstructorQueryMappings in org.eclipse.persistence.internal.jpa.jpql
Methods in org.eclipse.persistence.internal.jpa.jpql that return ConstructorQueryMappings Modifier and Type Method Description ConstructorQueryMappingsJPQLQueryHelper. getConstructorQueryMappings(AbstractSession session, DatabaseQuery query)Retrieves the class names and the attribute names mapped to their types that are used in the constructor expressions defined in theSELECTclause.Methods in org.eclipse.persistence.internal.jpa.jpql that return types with arguments of type ConstructorQueryMappings Modifier and Type Method Description List<ConstructorQueryMappings>JPQLQueryHelper. getConstructorQueryMappings(AbstractSession session)Retrieves the class names and the attribute names mapped to their types that are used in the constructor expressions defined in theSELECTclause.
-