Uses of Class
org.hibernate.cache.jbc.collection.CollectionRegionImpl

Packages that use CollectionRegionImpl
org.hibernate.cache.jbc.collection   
 

Uses of CollectionRegionImpl in org.hibernate.cache.jbc.collection
 

Constructors in org.hibernate.cache.jbc.collection with parameters of type CollectionRegionImpl
OptimisticReadOnlyAccess(CollectionRegionImpl region)
          Create a new OptimisticReadOnlyAccess.
OptimisticTransactionalAccess(CollectionRegionImpl region)
          Create a new OptimisticTransactionalAccess.
ReadOnlyAccess(CollectionRegionImpl region)
          Create a provider of read-only access to the specific region.
TransactionalAccess(CollectionRegionImpl region)
          Create a new TransactionalAccess.
TransactionalAccess(CollectionRegionImpl region, TransactionalAccessDelegate delegate)
          Allow subclasses to define the delegate.
 



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