Serialized Form
- 
Package org.apache.torque.generator- 
Exception Class org.apache.torque.generator.GeneratorExceptionclass GeneratorException extends Exception implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.torque.generator.configuration- 
Exception Class org.apache.torque.generator.configuration.ConfigurationExceptionclass ConfigurationException extends GeneratorException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.torque.generator.control- 
Exception Class org.apache.torque.generator.control.ControllerExceptionclass ControllerException extends GeneratorException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.torque.generator.option- 
Exception Class org.apache.torque.generator.option.UnsupportedOptionExceptionclass UnsupportedOptionException extends Exception implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.torque.generator.qname- 
Class org.apache.torque.generator.qname.QualifiedNameMapclass QualifiedNameMap extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.torque.generator.source- 
Class org.apache.torque.generator.source.ModelNodePointerclass ModelNodePointer extends org.apache.commons.jxpath.ri.model.beans.BeanPointer implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
beanClassClass<?> beanClass The class of the object pointed to.
- 
beanInfoorg.apache.commons.jxpath.JXPathBeanInfo beanInfo The JavaBean properties of the object pointed to.
 
- 
 
- 
Class org.apache.torque.generator.source.ModelPropertyPointerclass ModelPropertyPointer extends org.apache.commons.jxpath.ri.model.beans.PropertyPointer implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
baseValueObject baseValue The base value of the object (which properties should be accessed).
- 
beanInfoorg.apache.commons.jxpath.JXPathBeanInfo beanInfo The JavaBean properties of the base object.
- 
nameString name The name of the property or field pointed to.
- 
valueObject value The current value pointed to.
- 
valueClassClass<?> valueClass The class of the base object.
 
- 
 
- 
Class org.apache.torque.generator.source.SourceElementclass SourceElement extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
attributesMap<String, Object> attributes the source element's attributes.
- 
childrenList<SourceElement> children All children elements.
- 
nameString name The name of the source element.
- 
parentsList<SourceElement> parents The parents of this element; may be empty but not null.
 
- 
 
- 
Class org.apache.torque.generator.source.SourceElementAttributePointerclass SourceElementAttributePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable- serialVersionUID:
- 1115085175427555951L
 - 
Serialized Fields- 
nameString name The name of the attribute.
- 
sourceElementSourceElement sourceElement The source element to which the attribute belongs.
 
- 
 
- 
Class org.apache.torque.generator.source.SourceElementNodePointerclass SourceElementNodePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
sourceElementSourceElement sourceElement The SourceElement pointed to.
 
- 
 
- 
Exception Class org.apache.torque.generator.source.SourceExceptionclass SourceException extends GeneratorException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.torque.generator.source.transform- 
Exception Class org.apache.torque.generator.source.transform.SourceTransformerExceptionclass SourceTransformerException extends GeneratorException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.torque.generator.source.transform.model- 
Exception Class org.apache.torque.generator.source.transform.model.NoSuchPropertyExceptionclass NoSuchPropertyException extends SourceTransformerException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception Class org.apache.torque.generator.source.transform.model.PropertyNotReadableExceptionclass PropertyNotReadableException extends SourceTransformerException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception Class org.apache.torque.generator.source.transform.model.PropertyNotWriteableExceptionclass PropertyNotWriteableException extends SourceTransformerException implements Serializable- serialVersionUID:
- 1L
 
 
-