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() |
read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
public 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)
IDatenbankZugriffDao
getByUUID
in interface IDatenbankZugriffDao
ec
- 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)
IDatenbankZugriffDao
getByUUID
in interface IDatenbankZugriffDao
ec
- 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 IDatenbankZugriffDao
m
- der betreffende Mandantname
- des Datenbankzugriffnull
, wenn kein passender Datenbankzugriff gefunden wurde.de.xima.cmn.dao.exceptions.ReadException
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.