Methods Summary |
---|
public boolean | testIsAutoPersistent()This method is used to determine if an instance is in the autopersistent
state. It returns true if the instance is autopersistence and false otherwise.
|
public boolean | testIsLoaded(java.lang.String fieldName)This method is used to test if a field identified by fieldName
is loaded in memory. It returns true is the field is loaded and
false, otehrwise.
|
public boolean | testIsLoaded(int fieldNumber)This method is used to test if a field identified by fieldNumber
is loaded in memory. It returns true is the field is loaded and
false otehrwise.
|