Class JpaGridDataSource<E>

  • All Implemented Interfaces:
    GridDataSource

    public class JpaGridDataSource<E>
    extends java.lang.Object
    implements GridDataSource
    A simple implementation of GridDataSource based on a EntityManager and a known entity class. This implementation does support multiple sort constraints. This class is not thread-safe; it maintains internal state. Typically, an instance of this object is created fresh as needed (that is, it is not stored between requests).
    Since:
    5.3