Uses of Class
org.apache.openjpa.kernel.DelegatingFetchConfiguration
-
Packages that use DelegatingFetchConfiguration Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
-
Uses of DelegatingFetchConfiguration in org.apache.openjpa.jdbc.kernel
Subclasses of DelegatingFetchConfiguration in org.apache.openjpa.jdbc.kernel Modifier and Type Class Description class
DelegatingJDBCFetchConfiguration
Delegating fetch configuration that can also perform exception transation for use in facades. -
Uses of DelegatingFetchConfiguration in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return DelegatingFetchConfiguration Modifier and Type Method Description protected DelegatingFetchConfiguration
FetchPlanImpl. newDelegatingFetchConfiguration(FetchConfiguration fetch)
Create a new exception-translating delegating fetch configuration. -
Uses of DelegatingFetchConfiguration in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return DelegatingFetchConfiguration Modifier and Type Method Description protected DelegatingFetchConfiguration
JDBCFetchPlanImpl. newDelegatingFetchConfiguration(FetchConfiguration fetch)
-