Uses of Class
org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
-
Packages that use QueryResultMapping.PCResult Package Description org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata -
-
Uses of QueryResultMapping.PCResult in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta that return QueryResultMapping.PCResult Modifier and Type Method Description QueryResultMapping.PCResult
QueryResultMapping. addPCResult(java.lang.Class<?> candidate)
Add a mapped persistence-capable result with the given candidate type.QueryResultMapping.PCResult[]
QueryResultMapping. getPCResults()
Return the mapped persistence-capable types in the query result.
-