Class Collection
- Transactd\Collection implements ArrayAccess, Countable, IteratorAggregate uses Transactd\JsonSerializable
Methods summary
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
object
|
|
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
object[]
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods used from Transactd\JsonSerializable
assign()
,
chengeObjectType()
,
createInstance()
,
deSerializeFromJson()
,
fromJson()
,
getClassName()
,
serializeToJson()
,
toJson()
,
toString()
Constants summary
integer |
SAVE_WITHOUT_DELETE
|
#
0
|
integer |
SAVE_AFTER_DELETE_ITEMS
At the time of the preservation of the collection acquired in HasMany, save after delete them from the database. |
#
2
|
integer |
DELETE_LOGICAL_ITEMS
At the time of the preservation of the collection acquired in HasMany, save after delete objects by relation conditions, from the database. |
#
4
|
integer |
SAVE_ALL_BY_INSERT
Items are insert all, and use bulkInsert. Can not be combined with other options. |
#
8
|
Properties summary
public
integer
|
$saveOprions
|
#
6
|