Interface MutableEntities<T extends Entity>

All Superinterfaces:
Entities<T>

public interface MutableEntities<T extends Entity> extends Entities<T>
Please note that because of Jackson deserialization (tested in our JSONUtilsTest class), we must not declare a generic setResults(T[] item) method in this super-super-interface, but rather have the setResults(xxx) method declared in the final implementation interface, such as: MutableCustomers, etc.
Author:
dandriana