Interface | Description |
---|---|
AssociationHandler<P extends PersistentProperty<P>> |
Callback interface to implement functionality to be applied to a collection of
Association s. |
IdentifierAccessor |
Interface for a component allowing the access of identifier values.
|
PersistentEntity<T,P extends PersistentProperty<P>> |
Represents a persistent entity.
|
PersistentProperty<P extends PersistentProperty<P>> | |
PersistentPropertyAccessor<T> |
Domain service to allow accessing and setting
PersistentProperty s of an entity. |
PersistentPropertyPath<P extends PersistentProperty<P>> |
Abstraction of a path of
PersistentProperty s. |
PersistentPropertyPaths<T,P extends PersistentProperty<P>> |
A wrapper for a collection of
PersistentPropertyPath s. |
PropertyHandler<P extends PersistentProperty<P>> |
Callback interface to do something with all plain
PersistentProperty instances except associations
and transient properties. |
SimpleAssociationHandler |
Association handler to work with the untyped
PersistentProperty based Association . |
SimplePropertyHandler |
A property handler to work with untyped
PersistentProperty instances. |
Class | Description |
---|---|
Alias |
A container object which may or may not contain a type alias value.
|
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. |
TargetAwareIdentifierAccessor |
IdentifierAccessor that is aware of the target bean to obtain the identifier from so that it can generate a
more meaningful exception in case of an absent identifier and a call to TargetAwareIdentifierAccessor.getRequiredIdentifier() . |
Exception | Description |
---|---|
MappingException | |
PropertyReferenceException |
Exception being thrown when creating
PropertyPath instances. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.