| Interface | Description |
|---|---|
| BeanCollection<E> |
Lazy loading capable Maps, Lists and Sets.
|
| BeanCollectionAdd |
Interface to define the addition of a bean to the underlying collection.
|
| BeanCollectionLoader |
Loads a entity bean collection.
|
| BeanDiffVisitor |
Visitor for collecting new/old values for a bean update.
|
| BeanLoader |
Loads a entity bean.
|
| EnhancedTransactional |
Marker interface for classes enhanced to support Transactional methods.
|
| EntityBean |
Bean that is aware of EntityBeanIntercept.
|
| NodeUsageListener |
Collects the profile information.
|
| PersistenceContext |
Holds entity beans by there type and id.
|
| PreGetterCallback |
A callback that can be registered to fire on getter method calls.
|
| Class | Description |
|---|---|
| CallStack |
Represent the call stack (stack trace elements).
|
| EntityBeanIntercept |
This is the object added to every entity bean using byte code enhancement.
|
| NodeUsageCollector |
Collects profile information for a bean (or reference/proxy bean) at a given node.
|
| ObjectGraphNode |
Identifies a unique node of an object graph.
|
| ObjectGraphOrigin |
Represents a "origin" of an ORM object graph.
|
| PersistenceContext.WithOption |
Wrapper on a bean to also indicate if a bean has been deleted.
|
| Enum | Description |
|---|---|
| BeanCollection.ModifyListenMode |
Copyright © 2019. All rights reserved.