org.apache.cayenne.enhancer
Class PersistentAccessorVisitor
java.lang.Object
org.objectweb.asm.ClassAdapter
org.apache.cayenne.enhancer.AccessorVisitor
org.apache.cayenne.enhancer.PersistentAccessorVisitor
- All Implemented Interfaces:
- org.objectweb.asm.ClassVisitor
public class PersistentAccessorVisitor
- extends AccessorVisitor
Accessor enhancer that enhances getters and setters mapped in a given ObjEntity
.
- Since:
- 3.0
Fields inherited from class org.objectweb.asm.ClassAdapter |
cv |
Methods inherited from class org.objectweb.asm.ClassAdapter |
visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitOuterClass, visitSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentAccessorVisitor
public PersistentAccessorVisitor(org.objectweb.asm.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-2008 Apache Cayenne. All Rights Reserved.