store

public void store(E entity)

Stores the passed object.

Note: The storage must be assigned before calling this method.

Parameters

obj

an instance to store


public void store(Collection<E> entities)

Stores Entities in bulk.

Note: The storage must be assigned before calling this method.

Parameters

entities

the Entities to store