See: Description
Interface | Description |
---|---|
Getter |
Gets values of a particular property
|
PropertyAccessor |
Abstracts the notion of a "property".
|
Setter |
Sets values to a particular property.
|
Class | Description |
---|---|
BackrefPropertyAccessor |
Represents a "back-reference" to the id of a collection owner.
|
BackrefPropertyAccessor.BackrefSetter |
Internal implementation of a property setter specific to these back-ref properties.
|
BasicPropertyAccessor |
Accesses property values via a get/set pair, which may be nonpublic.
|
BasicPropertyAccessor.BasicGetter | |
BasicPropertyAccessor.BasicSetter | |
ChainedPropertyAccessor | |
DirectPropertyAccessor |
Accesses fields directly.
|
DirectPropertyAccessor.DirectGetter | |
DirectPropertyAccessor.DirectSetter | |
EmbeddedPropertyAccessor | |
EmbeddedPropertyAccessor.EmbeddedGetter | |
EmbeddedPropertyAccessor.EmbeddedSetter | |
IndexPropertyAccessor |
Represents a "back-reference" to the index of a collection.
|
IndexPropertyAccessor.IndexSetter |
The Setter implementation for index backrefs.
|
MapAccessor | |
MapAccessor.MapGetter | |
MapAccessor.MapSetter | |
NoopAccessor |
Used to declare properties not represented at the pojo level
|
PropertyAccessorFactory |
A factory for building/retrieving PropertyAccessor instances.
|
This package abstracts the notion of a "property" of an entity. Support for JavaBean properties and Map elements is included.
Copyright © 2018 JBoss by Red Hat. All rights reserved.