Package org.hibernate.test.readonly

Class Summary
AbstractReadOnlyTest  
Container  
Course  
DataPoint  
Enrolment  
Info todo: describe Info
Owner  
ReadOnlyCriteriaQueryTest (adapted from org.hibernate.test.criteria.CriteriaQueryTest by Gavin King)
ReadOnlyProxyTest Tests making initialized and uninitialized proxies read-only/modifiable
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
ReadOnlySessionTest  
ReadOnlyTest  
ReadOnlyVersionedNodesTest  
Student  
StudentDTO  
TextHolder TextHolder implementation
VersionedNode VersionedNode
 



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