Package | Description |
---|---|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Method and Description |
---|---|
LRSSizeAlgorithm |
JDBCFetchPlan.getLRSSizeAlgorithm()
How to determine the size of a large result set.
|
LRSSizeAlgorithm |
JDBCFetchPlanImpl.getLRSSizeAlgorithm() |
static LRSSizeAlgorithm |
LRSSizeAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LRSSizeAlgorithm[] |
LRSSizeAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JDBCFetchPlan |
JDBCFetchPlan.setLRSSizeAlgorithm(LRSSizeAlgorithm lrsSizeAlgorithm)
How to determine the size of a large result set.
|
JDBCFetchPlanImpl |
JDBCFetchPlanImpl.setLRSSizeAlgorithm(LRSSizeAlgorithm lrsSizeAlgorithm) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.