Table of Contents
Methods
-
delete()
: void
-
deleteList()
: void
-
findAll()
: array<string|int, NotificationMark>|null
-
findByClientIdAndContainsKey()
: array<string|int, NotificationMark>|array<string|int, mixed>|null
-
findByNotificationKey()
: NotificationMark|null
-
findByUserId()
: NotificationMark|null
-
flush()
: void
-
insert()
: void
-
insertList()
: void
-
merge()
: object
-
persist()
: void
-
remove()
: void
-
update()
: void
-
updateList()
: void
delete()
public
delete(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
OptimisticLockException
-
throws
-
DataException
deleteList()
public
deleteList(array<string|int, object> $entities) : void
Parameters
-
$entities
: array<string|int, object>
-
-
throws
-
DataException
-
throws
-
ORMException
-
throws
-
OptimisticLockException
findAll()
public
findAll() : array<string|int, NotificationMark>|null
findByClientIdAndContainsKey()
public
findByClientIdAndContainsKey(int $clientId, string $notificationKey) : array<string|int, NotificationMark>|array<string|int, mixed>|null
Parameters
-
$clientId
: int
-
-
$notificationKey
: string
-
findByNotificationKey()
public
findByNotificationKey(string $notificationKey) : NotificationMark|null
Parameters
-
$notificationKey
: string
-
findByUserId()
public
findByUserId(int $userId) : NotificationMark|null
Parameters
-
$userId
: int
-
flush()
public
flush() : void
-
throws
-
ORMException
-
throws
-
OptimisticLockException
insert()
public
insert(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
OptimisticLockException
-
throws
-
DataException
insertList()
public
insertList(array<string|int, object> $entities) : void
Parameters
-
$entities
: array<string|int, object>
-
-
throws
-
DataException
-
throws
-
ORMException
-
throws
-
OptimisticLockException
merge()
public
merge(object $entity) : object
Parameters
-
$entity
: object
-
-
throws
-
ORMException
-
throws
-
DataException
persist()
public
persist(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
ORMException
-
throws
-
DataException
remove()
public
remove(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
DataException
-
throws
-
ORMException
update()
public
update(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
OptimisticLockException
-
throws
-
DataException
updateList()
public
updateList(array<string|int, object> $entities) : void
Parameters
-
$entities
: array<string|int, object>
-
-
throws
-
DataException
-
throws
-
ORMException
-
throws
-
OptimisticLockException