Class AbstractHibernateSQLQuery<T,Q extends AbstractHibernateSQLQuery<T,Q>>

Type Parameters:
T - result type
Q - concrete subtype
All Implemented Interfaces:
Fetchable<T>, FetchableQuery<T,Q>, FilteredClause<Q>, Query<Q>, SimpleQuery<Q>, ExtendedSubQuery<T>, Expression<T>, SubQueryExpression<T>, SQLCommonQuery<Q>, Serializable
Direct Known Subclasses:
HibernateSQLQuery

public abstract class AbstractHibernateSQLQuery<T,Q extends AbstractHibernateSQLQuery<T,Q>> extends AbstractSQLQuery<T,Q>
AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries
Author:
tiwe
See Also:
  • Field Details

    • cacheable

      protected Boolean cacheable
    • readOnly

      protected Boolean readOnly
    • cacheRegion

      protected String cacheRegion
    • fetchSize

      protected int fetchSize
    • timeout

      protected int timeout
  • Constructor Details

    • AbstractHibernateSQLQuery

      public AbstractHibernateSQLQuery(org.hibernate.Session session, Configuration conf)
    • AbstractHibernateSQLQuery

      public AbstractHibernateSQLQuery(org.hibernate.StatelessSession session, Configuration conf)
    • AbstractHibernateSQLQuery

      public AbstractHibernateSQLQuery(SessionHolder session, Configuration conf, QueryMetadata metadata)
  • Method Details