| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.engine.spi | |
| org.hibernate.loader.access |
| Modifier and Type | Method and Description |
|---|---|
<T> IdentifierLoadAccess<T> |
Session.byId(Class<T> entityClass)
Create an
IdentifierLoadAccess instance to retrieve the specified entity by
primary key. |
<T> IdentifierLoadAccess<T> |
Session.byId(String entityName)
Create an
IdentifierLoadAccess instance to retrieve the specified entity type by
primary key. |
IdentifierLoadAccess<T> |
IdentifierLoadAccess.with(CacheMode cacheMode)
Specify the
CacheMode to use when retrieving the entity. |
IdentifierLoadAccess<T> |
IdentifierLoadAccess.with(LockOptions lockOptions)
Specify the
LockOptions to use when retrieving the entity. |
default IdentifierLoadAccess<T> |
IdentifierLoadAccess.with(RootGraph<T> graph) |
IdentifierLoadAccess<T> |
IdentifierLoadAccess.with(RootGraph<T> graph,
GraphSemantic semantic) |
| Modifier and Type | Method and Description |
|---|---|
<T> IdentifierLoadAccess<T> |
SessionDelegatorBaseImpl.byId(Class<T> entityClass) |
<T> IdentifierLoadAccess<T> |
SessionDelegatorBaseImpl.byId(String entityName) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierLoadAccessImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
protected IdentifierLoadAccess<?> |
BaseNaturalIdLoadAccessImpl.getIdentifierLoadAccess() |
IdentifierLoadAccess<T> |
IdentifierLoadAccessImpl.with(CacheMode cacheMode) |
IdentifierLoadAccess<T> |
IdentifierLoadAccessImpl.with(RootGraph<T> graph,
GraphSemantic semantic) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.