@API(type=EXTENDABLE,
src=PRIVATE)
public interface PersistentObject
extends java.io.Serializable, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
void |
checkValid()
Check if object is valid to be used.
|
java.lang.Object |
clone()
Forces all the persistent objects to be cloneable.
|
java.lang.String[] |
getNotPersistentFieldNames() |
void checkValid() throws ro.sync.options.InvalidPersistentObjException
InvalidPersistentObjException
exception.InvalidPersistentObjException
- Thrown when instance is not valid.java.lang.String[] getNotPersistentFieldNames()
java.lang.Object clone()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.