|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bsf.smartValueObject.VersionHelper
Helper class to be used by versionable objects. Used to refactor as much code as possible from bytecode modification to this class to allow for easy customization.
Constructor Summary | |
VersionHelper()
|
Method Summary | |
static boolean |
doEquals(java.lang.reflect.Field field)
Checks if the equals method should be performed before writing to a field. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VersionHelper()
Method Detail |
public static boolean doEquals(java.lang.reflect.Field field)
field
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |