|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IsNewStrategyFactory
Factory interface to create IsNewStrategy
instances for a given class.
Method Summary | |
---|---|
IsNewStrategy |
getIsNewStrategy(Class<?> type)
Returns the IsNewStrategy to be used for the given type. |
Method Detail |
---|
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.
|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |