Uses of Class
org.hibernate.test.readonly.AbstractReadOnlyTest

Packages that use AbstractReadOnlyTest
org.hibernate.test.readonly   
 

Uses of AbstractReadOnlyTest in org.hibernate.test.readonly
 

Subclasses of AbstractReadOnlyTest in org.hibernate.test.readonly
 class ReadOnlyCriteriaQueryTest
          (adapted from org.hibernate.test.criteria.CriteriaQueryTest by Gavin King)
 class ReadOnlyProxyTest
          Tests making initialized and uninitialized proxies read-only/modifiable
 class ReadOnlySessionLazyNonLazyTest
          Model: Container |-- N : 1 -- noProxyOwner (property-ref="name" lazy="no-proxy" cascade="all") |-- N : 1 -- proxyOwner (property-ref="name" lazy="proxy" cascade="all") |-- N : 1 -- nonLazyOwner (property-ref="name" lazy="false" cascade="all") |-- N : 1 -- noProxyInfo" (lazy="no-proxy" cascade="all") |-- N : 1 -- proxyInfo (lazy="proxy" cascade="all" |-- N : 1 -- nonLazyInfo" (lazy="false" cascade="all") | |-- 1 : N -- lazyDataPoints" (lazy="true" inverse="false" cascade="all") |-- 1 : N -- nonLazySelectDataPoints" (lazy="false" inverse="false" cascade="all" fetch="select") |-- 1 : N -- nonLazyJoinDataPoints" (lazy="false" inverse="false" cascade="all" fetch="join") Note: the following many-to-one properties use a property-ref so they are initialized, regardless of how the lazy attribute is mapped: noProxyOwner, proxyOwner, nonLazyOwner
 class ReadOnlySessionTest
           
 class ReadOnlyTest
           
 class ReadOnlyVersionedNodesTest
           
 



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