Table of Contents
Methods
-
delete()
: void
-
deleteList()
: void
-
findByClient()
: ProformaSubscription|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
findByClient()
public
findByClient(Client $client) : ProformaSubscription|null
Parameters
-
$client
: Client
-
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