EntityCache
Class responsible for the storage of Entity instances in a specific transaction.
Properties
The amount of entities to store in this EntityCache per Entity class.
Functions
Clears this EntityCache of all stored data, including any reference mappings.
Clears this EntityCache of stored data that maps cached parent entities to their referencing child entities.
Gets all Entity instances in this EntityCache that match the associated EntityClass.
Sends all pending inserts and updates for all Entity instances in this EntityCache to the database.
Sends all pending inserts and updates for Entity instances in this EntityCache to the database.
Returns a SizedIterable containing all child Entity instances that reference the parent entity with the provided sourceId using the specified key column.
Returns a SizedIterable containing all child Entity instances that reference the parent entity with the provided sourceId using the specified key column.
Stores the specified Entity in this EntityCache as scheduled to be inserted into the database.
Stores the specified Entity in this EntityCache as scheduled to be updated in the database.
Stores the specified Entity in this EntityCache.
Stores the specified Entity in this EntityCache using its associated EntityClass as the key.