Uses of Package
org.hibernate.cache.jbc.access

Packages that use org.hibernate.cache.jbc.access
org.hibernate.cache.jbc.access   
org.hibernate.cache.jbc.collection   
org.hibernate.cache.jbc.entity   
 

Classes in org.hibernate.cache.jbc.access used by org.hibernate.cache.jbc.access
PutFromLoadValidator
          Encapsulates logic to allow a TransactionalAccessDelegate to determine whether a {@link TransactionalAccessDelegate#putFromLoad(Object, Object, long, Object, boolean) call should be allowed to update the cache.
TransactionalAccessDelegate
          Defines the strategy for transactional access to entity or collection data in a pessimistic-locking JBoss Cache using its 2.x APIs.
 

Classes in org.hibernate.cache.jbc.access used by org.hibernate.cache.jbc.collection
PutFromLoadValidator
          Encapsulates logic to allow a TransactionalAccessDelegate to determine whether a {@link TransactionalAccessDelegate#putFromLoad(Object, Object, long, Object, boolean) call should be allowed to update the cache.
TransactionalAccessDelegate
          Defines the strategy for transactional access to entity or collection data in a pessimistic-locking JBoss Cache using its 2.x APIs.
 

Classes in org.hibernate.cache.jbc.access used by org.hibernate.cache.jbc.entity
PutFromLoadValidator
          Encapsulates logic to allow a TransactionalAccessDelegate to determine whether a {@link TransactionalAccessDelegate#putFromLoad(Object, Object, long, Object, boolean) call should be allowed to update the cache.
 



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