Schnittstelle TorqueTurbinePeer<T>

Typparameter:
T - The data object type used by the Torque PeerImpl class.
Alle Superschnittstellen:
Peer
Alle bekannten Implementierungsklassen:
TurbineGroupPeerImpl, TurbinePermissionPeerImpl, TurbineRolePeerImpl, TurbineUserPeerImpl

public interface TorqueTurbinePeer<T> extends Peer
This extension to the marker interface Peer is to allow for swappable Peer implementations in Turbine Torque Manager Implementations.
Version:
$Id$
Autor:
Georg Kallidis
  • Methodendetails

    • getTableMap

      org.apache.torque.map.TableMap getTableMap() throws org.apache.torque.TorqueException
      Löst aus:
      org.apache.torque.TorqueException
    • doSelect

      List<T> doSelect(org.apache.torque.criteria.Criteria criteria, Connection connection) throws org.apache.torque.TorqueException
      Löst aus:
      org.apache.torque.TorqueException
    • retrieveByPK

      T retrieveByPK(Integer pk, Connection con) throws org.apache.torque.TorqueException, org.apache.torque.NoRowsException, org.apache.torque.TooManyRowsException
      Löst aus:
      org.apache.torque.TorqueException
      org.apache.torque.NoRowsException
      org.apache.torque.TooManyRowsException