- All Known Subinterfaces:
- BackendSessionResources, SessionResources
- All Known Implementing Classes:
- AssoDataObject, AssoDataObjectForPrep, DataObject, DataObjectForTermReplacement, DataObjectReadOnlyWithCache, DataObjectWithGroupOverview, DirectDataObject, DoChangeLog, GlobalInWuicStd, GlobalStd, SelfChainingDataObject, SessionData, SessionData, SessionDataStd
public interface DataObjectConstructionDetails
Details needed to construct a data object, e.g. the connection to use.
Depending on the wished architecture, different objects may contain these
informations. Objects which can provide this informations may implement
this interface and pass the details to data objects in that manner.
This interface may be used as base for session interfaces, particularly
if each session should have its own DB connection.
Hint: using MS SQL server, different threads using the same DB connection
may cause dead locks.
- See Also:
DataObject