public interface UnsavedValueStrategy
Boolean isUnsaved(Object test)
test
- The value to be testedtrue
indicates the value corresponds to unsaved data (aka, transient state; false
indicates the value does not corresponds to unsaved data (aka, detached state); null
indicates that
this strategy was not able to determine conclusively.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.