org.apache.torque.templates.skipdecider
Class ManagerSkipDecider
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagerSkipDecider
public ManagerSkipDecider()
proceed
public boolean proceed(ControllerState controllerState)
- Specified by:
proceed
in interface SkipDecider
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.