|
Spring Data Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractEntityInformation | |
|---|---|
| org.springframework.data.repository.core.support | Base classes to implement repositories for various data stores. |
| Uses of AbstractEntityInformation in org.springframework.data.repository.core.support |
|---|
| Subclasses of AbstractEntityInformation in org.springframework.data.repository.core.support | |
|---|---|
class |
PersistableEntityInformation<T extends Persistable<ID>,ID extends Serializable>
Implementation of EntityMetadata that assumes the entity handled implements Persistable and uses
Persistable.isNew() for the isNew(Object) check. |
class |
ReflectionEntityInformation<T,ID extends Serializable>
EntityInformation implementation that inspects fields for an annotation and looks up this field's value to
retrieve the id. |
|
Spring Data Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||