org.apache.cayenne.enhancer
Class PersistentAccessorVisitor
java.lang.Object
ClassAdapter
org.apache.cayenne.enhancer.AccessorVisitor
org.apache.cayenne.enhancer.PersistentAccessorVisitor
public class PersistentAccessorVisitor
- extends AccessorVisitor
Accessor enhancer that enhances getters and setters mapped in a given ObjEntity
.
- Since:
- 3.0
- Author:
- Andrus Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentAccessorVisitor
public PersistentAccessorVisitor(ClassVisitor visitor,
ObjEntity entity)
isEnhancedProperty
protected boolean isEnhancedProperty(String property)
- Specified by:
isEnhancedProperty
in class AccessorVisitor
isLazyFaulted
protected boolean isLazyFaulted(String property)
- Specified by:
isLazyFaulted
in class AccessorVisitor
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.