Class SetTypedQuery<X>

All Implemented Interfaces:
javax.persistence.Query, javax.persistence.TypedQuery<X>

public class SetTypedQuery<X> extends TypedQueryWrapper<X>
Since:
1.0.0
Author:
Christian Beikov
  • Constructor Details

    • SetTypedQuery

      public SetTypedQuery(javax.persistence.Query delegate, List<javax.persistence.Query> queryParts)
  • Method Details

    • getQueryPart

      public javax.persistence.Query getQueryPart(int index)