org.apache.torque.templates.skipdecider
Class ManagerSkipDecider

java.lang.Object
  extended by org.apache.torque.templates.skipdecider.ManagerSkipDecider
All Implemented Interfaces:
SkipDecider

public class ManagerSkipDecider
extends Object
implements SkipDecider

A skipSourceDecider which returns true if the option "torque.om.useManagers" is true and the current table has a primary key.

Version:
$Id: ManagerSkipDecider.java 1337528 2012-05-12 12:55:09Z tfischer $

Constructor Summary
ManagerSkipDecider()
           
 
Method Summary
 boolean proceed(ControllerState controllerState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerSkipDecider

public ManagerSkipDecider()
Method Detail

proceed

public boolean proceed(ControllerState controllerState)
Specified by:
proceed in interface SkipDecider


Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.