all

public Query all(Class<? extends EntityState> entityClass)

Creates a Query to read all states of a certain entity.

Unlike allWithMask, the Query processing will not change the resulting entities.

Return

an instance of Query formed according to the passed parameters

Parameters

entityClass

the class of a target entity