Uses of Class
org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
-
Packages that use JDBCFetchPlanImpl Package Description org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
-
Uses of JDBCFetchPlanImpl in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return JDBCFetchPlanImpl Modifier and Type Method Description JDBCFetchPlanImpl
JDBCFetchPlanImpl. setEagerFetchMode(FetchMode mode)
JDBCFetchPlanImpl
JDBCFetchPlanImpl. setFetchDirection(FetchDirection direction)
JDBCFetchPlanImpl
JDBCFetchPlanImpl. setJoinSyntax(JoinSyntax syntax)
JDBCFetchPlanImpl
JDBCFetchPlanImpl. setLRSSizeAlgorithm(LRSSizeAlgorithm lrsSizeAlgorithm)
JDBCFetchPlanImpl
JDBCFetchPlanImpl. setResultSetType(ResultSetType type)
JDBCFetchPlanImpl
JDBCFetchPlanImpl. setSubclassFetchMode(FetchMode mode)
-