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