Interface TorqueTurbineUserGroupRolePeer<T extends TurbineUserGroupRoleModelPeerMapper>
- Type Parameters:
T
- The data object type used by the Torque PeerImpl class.
- All Superinterfaces:
Peer
- All Known Implementing Classes:
TorqueTurbineUserGroupRolePeerImpl
,TurbineUserGroupRolePeerImpl
public interface TorqueTurbineUserGroupRolePeer<T extends TurbineUserGroupRoleModelPeerMapper>
extends Peer
This extension to the marker interface Peer is to allow for swappable Peer implementations
in Turbine Torque Manager Implementations.
- Version:
- $Id$
- Author:
- Georg Kallidis
-
Method Summary
Modifier and TypeMethodDescriptiondoSelectJoinTurbineGroup
(org.apache.torque.criteria.Criteria criteria, Connection con) org.apache.torque.map.TableMap
-
Method Details
-
doSelectJoinTurbineGroup
List<T> doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria, Connection con) throws org.apache.torque.TorqueException - Throws:
org.apache.torque.TorqueException
-
getTableMap
org.apache.torque.map.TableMap getTableMap() throws org.apache.torque.TorqueException- Throws:
org.apache.torque.TorqueException
-