Documentation

CollectionPersister

Define the behavior that should be implemented by all collection persisters.

Table of Contents

Methods

contains()  : bool
Checks for existence of an element.
containsKey()  : bool
Checks for existence of a key.
count()  : int
Counts the size of this persistent collection.
delete()  : void
Deletes the persistent state represented by the given collection.
get()  : mixed
Gets an element by key.
loadCriteria()  : array<string|int, mixed>
Loads association entities matching the given Criteria object.
slice()  : array<string|int, mixed>
Slices elements.
update()  : void
Updates the given collection, synchronizing its state with the database by inserting, updating and deleting individual elements.

Methods


        
On this page

Search results