Interface CriteriaSelectInternal<T>

Type Parameters:
T - the type of the result
All Superinterfaces:
CriteriaSelect<T>
All Known Implementing Classes:
AbstractQueryImpl, CommonAbstractCriteriaImpl, CriteriaDeleteImpl, CriteriaMultiSelectImpl, CriteriaQueryImpl, CriteriaUpdateImpl, SubQueryImpl

public interface CriteriaSelectInternal<T> extends CriteriaSelect<T>
Internal interface to access CriteriaQuery result type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the type of the result.
    Translates from the criteria query to a EclipseLink Database Query.
  • Method Details

    • getResultType

      Class<T> getResultType()
      Get the type of the result.
      Returns:
      the type of the result
    • translate

      DatabaseQuery translate()
      Translates from the criteria query to a EclipseLink Database Query.