See: Description
Interface | Description |
---|---|
EntityContainer |
Entity container stores persistent objects (entities) and associated
information such as the data source associated with this container.
|
PhysicalDataContainer |
This is an external interface for the physical data container that is
used to perform create, update and delete (CRUD) operations on the physical entities.
|
Class | Description |
---|---|
AbstractGraphComposer |
This abstract class allows component to merge, add or modify the final graph.
|
DataServiceFacade |
The DataServiceFacade provides a single front to the persistence layer.
|
JDBCQueryService |
This class deals with complex SQL queries.
|
NamedQueryParameters |
This class represents parameters for a query template for named SQL queries
executed using the JDBCQueryService class.
|
PhysicalDataContainerImpl |
This is an implementation for the physical data container that is
used to perform CRUD operations on the physical entities.
|
SelectionCriteria |
The search expression object represents the information that can be extracted
from the
Expression elements of the Get verb. |