biz.c24.io.api.presentation.hibernate
Class AuxilaryAccessor
java.lang.Object
org.hibernate.property.BasicPropertyAccessor
biz.c24.io.api.presentation.hibernate.AuxilaryAccessor
- All Implemented Interfaces:
- org.hibernate.property.PropertyAccessor
public class AuxilaryAccessor
- extends org.hibernate.property.BasicPropertyAccessor
A Hibernate property accessor. This accessor is used to persist certain details of a ComplexDataObject, such as namespace
and mixed content
| Nested classes/interfaces inherited from class org.hibernate.property.BasicPropertyAccessor |
org.hibernate.property.BasicPropertyAccessor.BasicGetter, org.hibernate.property.BasicPropertyAccessor.BasicSetter |
| Methods inherited from class org.hibernate.property.BasicPropertyAccessor |
createGetter |
IO_AUXILARY_COLUMN
public static final String IO_AUXILARY_COLUMN
- The column name that will store the data in a database.
- See Also:
- Constant Field Values
AuxilaryAccessor
public AuxilaryAccessor()
getGetter
public org.hibernate.property.Getter getGetter(Class theClass,
String propertyName)
throws org.hibernate.PropertyNotFoundException
- Specified by:
getGetter in interface org.hibernate.property.PropertyAccessor- Overrides:
getGetter in class org.hibernate.property.BasicPropertyAccessor
- Throws:
org.hibernate.PropertyNotFoundException
getSetter
public org.hibernate.property.Setter getSetter(Class theClass,
String propertyName)
throws org.hibernate.PropertyNotFoundException
- Specified by:
getSetter in interface org.hibernate.property.PropertyAccessor- Overrides:
getSetter in class org.hibernate.property.BasicPropertyAccessor
- Throws:
org.hibernate.PropertyNotFoundException
Copyright © 2002-2007 IONA Technologies. All Rights Reserved.