Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.query | |
org.hibernate.query.internal | |
org.hibernate.query.spi |
Modifier and Type | Method and Description |
---|---|
SQLQuery<T> |
SQLQuery.addSynchronizedEntityClass(java.lang.Class entityClass)
Deprecated.
|
SQLQuery<T> |
SQLQuery.addSynchronizedEntityName(java.lang.String entityName)
Deprecated.
|
SQLQuery<T> |
SQLQuery.addSynchronizedQuerySpace(java.lang.String querySpace)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NativeQuery<T> |
Modifier and Type | Class and Description |
---|---|
class |
NativeQueryImpl<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
NativeQueryImplementor<T> |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.