|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsNewStrategyFactory | |
|---|---|
| org.springframework.data.auditing | |
| org.springframework.data.mapping.context | Mapping context API and implementation base classes. |
| org.springframework.data.support | |
| Uses of IsNewStrategyFactory in org.springframework.data.auditing |
|---|
| Constructors in org.springframework.data.auditing with parameters of type IsNewStrategyFactory | |
|---|---|
IsNewAwareAuditingHandler(IsNewStrategyFactory isNewStrategyFactory)
Creates a new IsNewAwareAuditingHandler using the given IsNewStrategyFactory. |
|
| Uses of IsNewStrategyFactory in org.springframework.data.mapping.context |
|---|
| Classes in org.springframework.data.mapping.context that implement IsNewStrategyFactory | |
|---|---|
class |
MappingContextIsNewStrategyFactory
An IsNewStrategyFactory using a MappingContext to determine the IsNewStrategy to be returned
for a particular type. |
| Uses of IsNewStrategyFactory in org.springframework.data.support |
|---|
| Classes in org.springframework.data.support that implement IsNewStrategyFactory | |
|---|---|
class |
CachingIsNewStrategyFactory
IsNewStrategyFactory that caches resolved IsNewStrategy instances per type to avoid re-resolving them
on each and every request. |
class |
IsNewStrategyFactorySupport
IsNewStrategyFactory that handles Persistable implementations directly by retuning a
PersistableIsNewStrategy and delegating to IsNewStrategyFactorySupport.doGetIsNewStrategy(Class) for all other types. |
| Constructors in org.springframework.data.support with parameters of type IsNewStrategyFactory | |
|---|---|
CachingIsNewStrategyFactory(IsNewStrategyFactory delegate)
Creates a new CachingIsNewStrategyFactory delegating to the given IsNewStrategyFactory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||