Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -6,8 +6,7 @@
6 6 import org.litesoft.orsup.otherattributeaccessors.*;
7 7 import org.litesoft.util.*;
8 8
9 - public class LazyLoadToOneCommonPaired<Owner extends PersistentObjectImpl>
10 - extends AbstractLazyLoadToOne<Owner, PersistentObjectImpl> implements ToVariable
9 + public class LazyLoadToOneCommonPaired<Owner extends PersistentObjectImpl> extends AbstractLazyLoadToOne<Owner, PersistentObjectImpl> implements ToVariable
11 10 {
12 11 protected AttributeAccessorSCDtoOneCommonPaired<Owner> mSCDtoOneCommonPaired;
13 12
  @@ -64,8 +63,7 @@
64 63 * @param pNewThem !null
65 64 */
66 65 @Override
67 - protected final Object LL_extract_db_value( PersistentObjectImpl pNewThem,
68 - String pBackRefAttributeNameOnNewThem )
66 + protected final Object LL_extract_db_value( PersistentObjectImpl pNewThem, String pBackRefAttributeNameOnNewThem )
69 67 {
70 68 return pNewThem.getRegisteredName();
71 69 }