|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AssociationHandler<P extends PersistentProperty<P>> | Callback interface to implement functionality to be applied to a collection of Association s. |
PersistentEntity<T,P extends PersistentProperty<P>> | Represents a persistent entity. |
PersistentProperty<P extends PersistentProperty<P>> | |
PropertyHandler<P extends PersistentProperty<P>> | Callback interface to do something with all plain PersistentProperty instances except associations
and transient properties. |
Class Summary | |
---|---|
Association<P extends PersistentProperty<P>> | Value object to capture Association s. |
PreferredConstructor<T,P extends PersistentProperty<P>> | Value object to encapsulate the constructor to be used when mapping persistent data to objects. |
PreferredConstructor.Parameter<T,P extends PersistentProperty<P>> | Value object to represent constructor parameters. |
PropertyPath | Abstraction of a PropertyPath of a domain class. |
Exception Summary | |
---|---|
PropertyReferenceException | Exception being thrown when creating PropertyPath instances. |
Base package for the mapping subsystem.
|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |