|
Class Summary |
| PersistenceConfig |
This class is used to provide a flexible mechanism to resolving the
required database connection parameter values and encapsulate the
differences between various database vendor connection URLs. |
| QueryAdapter |
This class implements empty methods for the QueryListener
interface. |
| QueryEvent |
This class provides a container for query notification data. |
| QueryHandler |
This class encapsulates the core functionality of making a database
query into a single place. |
| SQLFilterAdapter |
This class is responsible for generating SQL given a filter and
optional sort specification. |
| SQLProvider |
This class provides a way to make the database queries that are
used by these classes more modular and separate from the code. |