public interface IsNewStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
isNew(Object entity)
Returns whether the given entity is new, i.e. has never been persisted before or not.
|
boolean isNew(Object entity)
entity
- must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.