public class DatenbankZugriffDao extends MandantDependentBaseDao<DatenbankZugriff> implements IDatenbankZugriffDao
| Constructor and Description |
|---|
DatenbankZugriffDao() |
| Modifier and Type | Method and Description |
|---|---|
DatenbankZugriff |
getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the DB access with the given UUID
|
DatenbankZugriff |
getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the DB access with the given UUID
|
DatenbankZugriff |
getDatenbankzugriffByName(Mandant m,
String name)
Liefert den via Namen angefordeten Mandanten-spezifische Datenbankzugriff.
|
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
getEntityRefs(IEntityContext ec,
DatenbankZugriff datenbankzugriff) |
protected IFCDaoActionHook<DatenbankZugriff> |
getPostActionHook() |
protected IFCDaoActionHook<DatenbankZugriff> |
getPreActionHook() |
readall, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updatepublic Set<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityRefs(IEntityContext ec, DatenbankZugriff datenbankzugriff)
getEntityRefs in interface IGenericDao<DatenbankZugriff>getEntityRefs in class GenericDao<DatenbankZugriff>public DatenbankZugriff getByUUID(IEntityContext ec, Mandant client, String uuid)
IDatenbankZugriffDaogetByUUID in interface IDatenbankZugriffDaoec - IEntityContext to useclient - Mandant context in which to look for DB accessuuid - String UUID of the DB accessDatenbankZugriff for the given UUID and clientpublic DatenbankZugriff getByUUID(IEntityContext ec, Mandant client, UUID uuid)
IDatenbankZugriffDaogetByUUID in interface IDatenbankZugriffDaoec - IEntityContext to useclient - Mandant context in which to look for DB accessuuid - UUID UUID of the DB accessDatenbankZugriff for the given UUID and clientprotected 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 © 2020 XIMA MEDIA GmbH. All rights reserved.