Uses of Interface
org.hibernate.IdentifierLoadAccess

Packages that use IdentifierLoadAccess
org.hibernate This package defines the central Hibernate APIs. 
 

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.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.