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. |
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 © 2012. All Rights Reserved.