Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.jpa.internal | |
org.hibernate.jpa.spi |
Modifier and Type | Class and Description |
---|---|
class |
BaseQueryImpl
Deprecated.
Use
BaseQueryImpl instead |
Modifier and Type | Class and Description |
---|---|
class |
QueryImpl<X>
Hibernate implementation of both the
Query and TypedQuery contracts. |
class |
StoredProcedureQueryImpl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryImpl<X>
Base class for implementing both
Query and TypedQuery , including
query references built from criteria queries. |
Modifier and Type | Method and Description |
---|---|
BaseQueryImpl |
BaseQueryImpl.setFirstResult(int firstResult) |
BaseQueryImpl |
BaseQueryImpl.setFlushMode(FlushModeType jpaFlushMode) |
BaseQueryImpl |
BaseQueryImpl.setHint(String hintName,
Object value) |
BaseQueryImpl |
BaseQueryImpl.setMaxResults(int maxResult) |
BaseQueryImpl |
BaseQueryImpl.setParameter(int position,
Calendar value,
TemporalType temporalType) |
BaseQueryImpl |
BaseQueryImpl.setParameter(int position,
Date value,
TemporalType temporalType) |
BaseQueryImpl |
BaseQueryImpl.setParameter(int position,
Object value) |
BaseQueryImpl |
BaseQueryImpl.setParameter(Parameter<Calendar> param,
Calendar value,
TemporalType temporalType) |
BaseQueryImpl |
BaseQueryImpl.setParameter(Parameter<Date> param,
Date value,
TemporalType temporalType) |
<T> BaseQueryImpl |
BaseQueryImpl.setParameter(Parameter<T> param,
T value) |
BaseQueryImpl |
BaseQueryImpl.setParameter(String name,
Calendar value,
TemporalType temporalType) |
BaseQueryImpl |
BaseQueryImpl.setParameter(String name,
Date value,
TemporalType temporalType) |
BaseQueryImpl |
BaseQueryImpl.setParameter(String name,
Object value) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.