Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/orsup/lazyload/LazyLoadToManyRegular.java

Diff revisions: vs.
  @@ -4,8 +4,7 @@
4 4 import org.litesoft.orsup.nonpublic.*;
5 5 import org.litesoft.orsup.otherattributeaccessors.*;
6 6
7 - public class LazyLoadToManyRegular<Owner extends PersistentObjectImpl, Them extends PersistentObjectImpl>
8 - extends AbstractLazyLoadToMany<Owner, Them>
7 + public class LazyLoadToManyRegular<Owner extends PersistentObjectImpl, Them extends PersistentObjectImpl> extends AbstractLazyLoadToMany<Owner, Them>
9 8 {
10 9 protected AttributeAccessorSCDtoManyRegular<Owner, Them> mSCDtoMany;
11 10