|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsNewStrategy | |
|---|---|
| org.springframework.data.mapping.context | Mapping context API and implementation base classes. |
| org.springframework.data.support | Core support classes. |
| Uses of IsNewStrategy in org.springframework.data.mapping.context |
|---|
| Methods in org.springframework.data.mapping.context that return IsNewStrategy | |
|---|---|
protected IsNewStrategy |
MappingContextIsNewStrategyFactory.doGetIsNewStrategy(Class<?> type)
|
| Uses of IsNewStrategy in org.springframework.data.support |
|---|
| Classes in org.springframework.data.support that implement IsNewStrategy | |
|---|---|
class |
PersistableIsNewStrategy
IsNewStrategy that invokes Persistable.isNew() on the given object. |
| Methods in org.springframework.data.support that return IsNewStrategy | |
|---|---|
protected abstract IsNewStrategy |
IsNewStrategyFactorySupport.doGetIsNewStrategy(Class<?> type)
Determine the actual IsNewStrategy to be used for the given type. |
IsNewStrategy |
IsNewStrategyFactorySupport.getIsNewStrategy(Class<?> type)
|
IsNewStrategy |
IsNewStrategyFactory.getIsNewStrategy(Class<?> type)
Returns the IsNewStrategy to be used for the given type. |
IsNewStrategy |
CachingIsNewStrategyFactory.getIsNewStrategy(Class<?> type)
|
|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||