public class DatenbankZugriffDao extends MandantDependentBaseDao<DatenbankZugriff> implements IDatenbankZugriffDao
| Constructor and Description |
|---|
DatenbankZugriffDao() |
| Modifier and Type | Method and Description |
|---|---|
DatenbankZugriff |
getDatenbankzugriffByName(Mandant m,
String name)
Liefert den via Namen angefordeten Mandanten-spezifische Datenbankzugriff.
|
protected IFCDaoActionHook<DatenbankZugriff> |
getPostActionHook() |
protected IFCDaoActionHook<DatenbankZugriff> |
getPreActionHook() |
getEntityRefsactivate, all, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefsprotected IFCDaoActionHook<DatenbankZugriff> getPreActionHook()
getPreActionHook in class GenericDao<DatenbankZugriff>protected IFCDaoActionHook<DatenbankZugriff> getPostActionHook()
getPostActionHook in class GenericDao<DatenbankZugriff>public DatenbankZugriff getDatenbankzugriffByName(Mandant m, String name) throws de.xima.cmn.dao.exceptions.ReadException
getDatenbankzugriffByName in interface IDatenbankZugriffDaom - der betreffende Mandantname - des Datenbankzugriffnull, wenn kein passender Datenbankzugriff gefunden wurde.de.xima.cmn.dao.exceptions.ReadExceptionCopyright © 2016. All rights reserved.