Package org.apache.torque.templates.skipdecider

Contains various skipDeciders used in generation.

See:
          Description

Class Summary
BeanSkipDecider A skipSourceDecider which returns true if the option "torque.om.generateBeans" is true.
InterfaceSkipDecider A skip decider which returns true if the attribute "interface" is set on the current source element and if the name does not contain a dot.
ManagerSkipDecider A skipSourceDecider which returns true if the option "torque.om.useManagers" is true and the current table has a primary key.
MapInitSkipDecider A source filter which returns true if the option "torque.om.generateMapInit" is true.
 

Package org.apache.torque.templates.skipdecider Description

Contains various skipDeciders used in generation.



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