Uses of Class
org.apache.torque.util.BasePeerImpl
Packages that use BasePeerImpl
Package
Description
Torque is an object-relational mapper for Java.
Misc. utility classes.
-
Uses of BasePeerImpl in org.apache.torque
Methods in org.apache.torque with type parameters of type BasePeerImplModifier and TypeMethodDescriptionstatic <T,P extends BasePeerImpl<T>>
PTorque.getPeerInstance(Class<T> omClass) This method returns a PeerImpl for the given class.<T,P extends BasePeerImpl<T>>
PTorqueInstance.getPeerInstance(Class<T> omClass) This method returns a PeerImpl for the given class.Methods in org.apache.torque with parameters of type BasePeerImplModifier and TypeMethodDescriptionstatic <T> voidTorque.registerPeerInstance(Class<T> omClass, BasePeerImpl<T> peerInstance) This method registers a PeerImpl for a given class.<T> voidTorqueInstance.registerPeerInstance(Class<T> omClass, BasePeerImpl<T> peerInstance) This method registers a PeerImpl for a given class. -
Uses of BasePeerImpl in org.apache.torque.util
Subclasses of BasePeerImpl in org.apache.torque.utilModifier and TypeClassDescriptionclassAbstractPeerImpl<T extends ObjectModel>This is an abstract layer for all generated peer classes that implements several convenience methods that otherwise would have to be generated.Constructors in org.apache.torque.util with parameters of type BasePeerImplModifierConstructorDescriptionLargeSelect(Criteria criteria, int pageSize, int memoryPageLimit, BasePeerImpl<T> peerImpl) Creates a LargeSelect whose results are returned as aListcontaining a maximum ofpageSizeobjects of the type T at a time, maintaining a maximum ofmemoryPageLimitpages of results in memory.LargeSelect(Criteria criteria, int pageSize, BasePeerImpl<T> peerImpl) Creates a LargeSelect whose results are returned as aListcontaining a maximum ofpageSizeobjects of the type defined within the class namedreturnBuilderClassNameat a time, maintaining a maximum ofLargeSelect.memoryPageLimitpages of results in memory.