CallProcess |
This class is a service class to call a stored procedure using a set of parameters.
|
CallStoredProcedure |
This class is a service class to directly call a stored procedure without using a
ProcessInstance .
|
ClientImportEntityResolver |
This entity resolver is used in complete Client imports.
|
ClientImportProcessor |
This ImportProcessor is used during client import.
|
DalBaseProcess |
This class implements transaction and user context handling for backend process tasks which need
to make use of the DAL.
|
DalConnectionProvider |
A connection provider which is created on the basis of the current connection of the DAL (see
OBDal.getConnection() ).
|
DataExportService |
Exports business objects to XML on the basis of Datasets, DataSetTables and DataSetColumns.
|
DataImportService |
Imports business objects from XML.
|
DbUtility |
Utility class with very general utility methods.
|
ExportClientProcess |
The export client process is called from the ui.
|
ImportClientProcess |
The import client process is called from the ui.
|
ImportResult |
Contains the result of an import action, i.e.
|
QueryTimeOutUtil |
Utility class with that allows to set a query timeout for hibernate queries, hibernate criterias
and sql statements.
|