Returns consistent MithraTransactionalList
Returns consistent MithraTransactionalList
Performs #bulkInsertAll with the current Transaction.
Performs #bulkInsertAll with the current Transaction.
The reasons to accept the implicit parameter are: - avoiding to unintentionally issue insert/update/delete queries - guaranteeing the existence of thread-local Reladomo transaction on the current thread.
Performs #cascadeInsertAll with the current Transaction.
Performs #cascadeInsertAll with the current Transaction.
The reasons to accept the implicit parameter are: - avoiding to unintentionally issue insert/update/delete queries - guaranteeing the existence of thread-local Reladomo transaction on the current thread.
force this list to be re-read from the database.
force this list to be re-read from the database. Works for both operation based and simple lists. It has no effect on a list of detached objects.
force this list to resolve its operation.
force this list to resolve its operation. Normally, the operation is not resolved until necessary.
Performs #insertAll with the current Transaction.
Performs #insertAll with the current Transaction.
The reasons to accept the implicit parameter are: - avoiding to unintentionally issue insert/update/delete queries - guaranteeing the existence of thread-local Reladomo transaction on the current thread.
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
Represents a Scala facade of Reladomo's MithraTransactionalList. The type must provide a MithraTransactionalList which is consistent with the Scala object's state.