Serialisierte Form
-
Package org.apache.torque.generator
-
Ausnahmeklasse org.apache.torque.generator.GeneratorException
class GeneratorException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.torque.generator.configuration
-
Ausnahmeklasse org.apache.torque.generator.configuration.ConfigurationException
class ConfigurationException extends GeneratorException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.torque.generator.control
-
Ausnahmeklasse org.apache.torque.generator.control.ControllerException
class ControllerException extends GeneratorException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.torque.generator.option
-
Ausnahmeklasse org.apache.torque.generator.option.UnsupportedOptionException
class UnsupportedOptionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.torque.generator.qname
-
Klasse org.apache.torque.generator.qname.QualifiedNameMap
class QualifiedNameMap extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.torque.generator.source
-
Klasse org.apache.torque.generator.source.ModelNodePointer
class ModelNodePointer extends org.apache.commons.jxpath.ri.model.beans.BeanPointer implements Serializable- serialVersionUID:
- 1L
-
Serialisierte Felder
-
beanClass
Class<?> beanClass
The class of the object pointed to. -
beanInfo
org.apache.commons.jxpath.JXPathBeanInfo beanInfo
The JavaBean properties of the object pointed to.
-
-
Klasse org.apache.torque.generator.source.ModelPropertyPointer
class ModelPropertyPointer extends org.apache.commons.jxpath.ri.model.beans.PropertyPointer implements Serializable- serialVersionUID:
- 1L
-
Serialisierte Felder
-
baseValue
Object baseValue
The base value of the object (which properties should be accessed). -
beanInfo
org.apache.commons.jxpath.JXPathBeanInfo beanInfo
The JavaBean properties of the base object. -
name
String name
The name of the property or field pointed to. -
value
Object value
The current value pointed to. -
valueClass
Class<?> valueClass
The class of the base object.
-
-
Klasse org.apache.torque.generator.source.SourceElement
class SourceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialisierte Felder
-
attributes
Map<String,
Object> attributes the source element's attributes. -
children
List<SourceElement> children
All children elements. -
name
String name
The name of the source element. -
parents
List<SourceElement> parents
The parents of this element; may be empty but not null.
-
-
Klasse org.apache.torque.generator.source.SourceElementAttributePointer
class SourceElementAttributePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable- serialVersionUID:
- 1115085175427555951L
-
Serialisierte Felder
-
name
String name
The name of the attribute. -
sourceElement
SourceElement sourceElement
The source element to which the attribute belongs.
-
-
Klasse org.apache.torque.generator.source.SourceElementNodePointer
class SourceElementNodePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable- serialVersionUID:
- 1L
-
Serialisierte Felder
-
sourceElement
SourceElement sourceElement
The SourceElement pointed to.
-
-
Ausnahmeklasse org.apache.torque.generator.source.SourceException
class SourceException extends GeneratorException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.torque.generator.source.transform
-
Ausnahmeklasse org.apache.torque.generator.source.transform.SourceTransformerException
class SourceTransformerException extends GeneratorException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.torque.generator.source.transform.model
-
Ausnahmeklasse org.apache.torque.generator.source.transform.model.NoSuchPropertyException
class NoSuchPropertyException extends SourceTransformerException implements Serializable- serialVersionUID:
- 1L
-
Ausnahmeklasse org.apache.torque.generator.source.transform.model.PropertyNotReadableException
class PropertyNotReadableException extends SourceTransformerException implements Serializable- serialVersionUID:
- 1L
-
Ausnahmeklasse org.apache.torque.generator.source.transform.model.PropertyNotWriteableException
class PropertyNotWriteableException extends SourceTransformerException implements Serializable- serialVersionUID:
- 1L
-