Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -6,8 +6,7 @@
6 6 import org.litesoft.orsup.lazyload.*;
7 7 import org.litesoft.orsup.nonpublic.*;
8 8
9 - public abstract class AttributeAccessorSCDtoManyVariable<Owner extends PersistentObjectImpl, Them extends PersistentObjectImpl>
10 - extends AbstractAttributeAccessorSCDtoMany<Owner, Them> implements ToVariable
9 + public abstract class AttributeAccessorSCDtoManyVariable<Owner extends PersistentObjectImpl, Them extends PersistentObjectImpl> extends AbstractAttributeAccessorSCDtoMany<Owner, Them> implements ToVariable
11 10 {
12 11 protected AttributeAccessorSCDtoManyVariable( String pName, String pToManyTypeName, String pBackReference, String pOrderByAttribute, //
13 12 boolean pThemDependantOnUs, boolean pRequired, Mutability pMutability )