|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentifierLoadAccess | |
---|---|
org.hibernate | This package defines the central Hibernate APIs. |
org.hibernate.engine.spi |
Uses of IdentifierLoadAccess in org.hibernate |
---|
Methods in org.hibernate that return IdentifierLoadAccess | |
---|---|
IdentifierLoadAccess |
Session.byId(Class entityClass)
Create an IdentifierLoadAccess instance to retrieve the specified entity by
primary key. |
IdentifierLoadAccess |
Session.byId(String entityName)
Create an IdentifierLoadAccess instance to retrieve the specified entity type by
primary key. |
IdentifierLoadAccess |
IdentifierLoadAccess.with(LockOptions lockOptions)
Specify the LockOptions to use when retrieving the entity. |
Uses of IdentifierLoadAccess in org.hibernate.engine.spi |
---|
Methods in org.hibernate.engine.spi that return IdentifierLoadAccess | |
---|---|
IdentifierLoadAccess |
SessionDelegatorBaseImpl.byId(Class entityClass)
|
IdentifierLoadAccess |
SessionDelegatorBaseImpl.byId(String entityName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |