|  class | ReadOnlySessionLazyNonLazyTestModel:
 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
 |