public interface IDatenbankZugriffDao extends IMandantDependentBaseDao<DatenbankZugriff>
| 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)  | 
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateDatenbankZugriff getDatenbankzugriffByName(Mandant m, String name)
DatenbankZugriff getByUUID(IEntityContext ec, Mandant client, String uuid)
ec - IEntityContext to useclient - Mandant context in which to look for DB accessuuid - String UUID of the DB accessDatenbankZugriff for the given UUID and clientDatenbankZugriff getByUUID(IEntityContext ec, Mandant client, UUID uuid)
ec - IEntityContext to useclient - Mandant context in which to look for DB accessuuid - UUID UUID of the DB accessDatenbankZugriff for the given UUID and clientCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.