Interface | Description |
---|---|
IsNewStrategy |
Strategy interface to determine whether a given entity is to be considered new.
|
IsNewStrategyFactory | Deprecated
since 2.1 in favor of simply calling
PersistentEntity.isNew(Object) |
Class | Description |
---|---|
CachingIsNewStrategyFactory | Deprecated
as of 2.1 in favor of
PersistentEntity.isNew(Object) |
ExampleMatcherAccessor |
Accessor for the
ExampleMatcher to use in modules that support query by example (QBE) querying. |
IsNewStrategyFactorySupport | Deprecated
since 2.1 in favor of
PersistentEntity.isNew(Object) |
Enum | Description |
---|---|
PersistableIsNewStrategy |
IsNewStrategy that invokes Persistable.isNew() on the given object. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.