See: Description
| Class | Description | 
|---|---|
| BeanSkipDecider | A skipSourceDecider which returns true if the option
 "torque.om.generateBeans" is true. | 
| EnumSkipDecider | A skip decider which returns true if the attribute "generateEnum"
 is set to "true" the current source element. | 
| 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. | 
| PeerInterfaceSkipDecider | A skip decider which returns true if the attribute "peerInterface"
 is set on the current source element and if the name does not contain
 a dot. | 
Contains various skipDeciders used in generation.
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.