|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasePeerImpl | |
---|---|
org.apache.torque.util | Misc. |
Uses of BasePeerImpl in org.apache.torque.util |
---|
Methods in org.apache.torque.util that return BasePeerImpl | ||
---|---|---|
static
|
BasePeer.getBasePeerImpl()
Deprecated. Returns an instance of the implementation of the peer. |
Methods in org.apache.torque.util with parameters of type BasePeerImpl | |
---|---|
static void |
BasePeer.setBasePeerImpl(BasePeerImpl<?> basePeerImpl)
Deprecated. Sets the implementation instance of this peer. |
Constructors in org.apache.torque.util with parameters of type BasePeerImpl | |
---|---|
LargeSelect(CriteriaInterface<?> criteria,
int pageSize,
BasePeerImpl<T> peerImpl)
Creates a LargeSelect whose results are returned as a List
containing a maximum of pageSize objects of the type
defined within the class named returnBuilderClassName at a
time, maintaining a maximum of LargeSelect.memoryPageLimit
pages of results in memory. |
|
LargeSelect(CriteriaInterface<?> criteria,
int pageSize,
int memoryPageLimit,
BasePeerImpl<T> peerImpl)
Creates a LargeSelect whose results are returned as a List
containing a maximum of pageSize objects of the type T at a
time, maintaining a maximum of memoryPageLimit pages of
results in memory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |