PersistentEntity.isNew(Object)
@Deprecated public interface IsNewStrategyFactory
IsNewStrategy
instances for a given class.Modifier and Type | Method and Description |
---|---|
IsNewStrategy |
getIsNewStrategy(Class<?> type)
Deprecated.
Returns the
IsNewStrategy to be used for the given type. |
IsNewStrategy getIsNewStrategy(Class<?> type)
IsNewStrategy
to be used for the given type.type
- must not be null.IsNewStrategy
to be used for the given type, will never be null.IllegalArgumentException
- in case no IsNewStrategy
could be determined.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.