Package | Description |
---|---|
org.springframework.data.domain |
Central domain abstractions especially to be used in combination with the
Repository abstraction. |
org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Auditable<U,ID extends Serializable>
Interface for auditable entities.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistableEntityInformation<T extends Persistable<ID>,ID extends Serializable>
Implementation of
EntityMetadata that assumes the entity handled implements Persistable and uses
isNew() for the AbstractEntityInformation.isNew(Object) check. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.