public class Dom4jAccessor extends java.lang.Object implements PropertyAccessor
| Modifier and Type | Class and Description |
|---|---|
static class |
Dom4jAccessor.AttributeGetter
For nodes like "@bar"
|
static class |
Dom4jAccessor.AttributeSetter
For nodes like "@bar"
|
static class |
Dom4jAccessor.Dom4jGetter
Defines the strategy for getting property values out of a dom4j Node.
|
static class |
Dom4jAccessor.Dom4jSetter |
static class |
Dom4jAccessor.ElementAttributeGetter
For nodes like "foo/@bar"
|
static class |
Dom4jAccessor.ElementAttributeSetter
For nodes like "foo/@bar"
|
static class |
Dom4jAccessor.ElementGetter
For nodes like "foo"
|
static class |
Dom4jAccessor.ElementSetter
For nodes like "foo"
|
static class |
Dom4jAccessor.TextGetter
For nodes like "."
|
static class |
Dom4jAccessor.TextSetter
For nodes like "."
|
| Constructor and Description |
|---|
Dom4jAccessor(java.lang.String nodeName,
Type propertyType,
SessionFactoryImplementor factory) |
public Dom4jAccessor(java.lang.String nodeName,
Type propertyType,
SessionFactoryImplementor factory)
public Getter getGetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
getGetter in interface PropertyAccessortheClass - The class on which the property is defined.propertyName - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNamepublic Setter getSetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
getSetter in interface PropertyAccessortheClass - The class on which the property is defined.propertyName - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNameCopyright © 2013. All Rights Reserved.