Package | Description |
---|---|
org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
org.springframework.data.support |
Core support classes.
|
Class and 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) |
IsNewStrategyFactorySupport
Deprecated.
since 2.1 in favor of
PersistentEntity.isNew(Object) |
Class and Description |
---|
IsNewStrategy
Strategy interface to determine whether a given entity is to be considered new.
|
Class and Description |
---|
ExampleMatcherAccessor
Accessor for the
ExampleMatcher to use in modules that support query by example (QBE) querying. |
Class and 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) |
PersistableIsNewStrategy
IsNewStrategy that invokes Persistable.isNew() on the given object. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.