Saturday, May 14, 2005

BC4J Entity States

Entity States in BC4J are as follows:
STATUS_INITIALIZED = -1
STATUS_NEW = 0
STATUS_UNMODIFIED = 1
STATUS_MODIFIED = 2
STATUS_DELETED = 3
STATUS_DEAD = 4

No comments: