Package | Description |
---|---|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
This package extends the standard persistence metadata with
object-relational mapping information.
|
Modifier and Type | Method and Description |
---|---|
QueryResultMapping.PCResult |
QueryResultMapping.addPCResult(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.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.