Interface | Description |
---|---|
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. |
SimpleAssociationHandler |
Association handler to work with the untyped
PersistentProperty based Association . |
SimplePropertyHandler |
A property handler to work with untyped
PersistentProperty instances. |
Class | Description |
---|---|
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 | Description |
---|---|
PropertyReferenceException |
Exception being thrown when creating
PropertyPath instances. |
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.