Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -5,8 +5,7 @@
5 5 import org.litesoft.orsup.nonpublic.*;
6 6 import org.litesoft.orsup.otherattributeaccessors.*;
7 7
8 - public class LazyLoadToOneVariable<Owner extends PersistentObjectImpl>
9 - extends AbstractLazyLoadToOne<Owner, PersistentObjectImpl> implements ToVariable
8 + public class LazyLoadToOneVariable<Owner extends PersistentObjectImpl> extends AbstractLazyLoadToOne<Owner, PersistentObjectImpl> implements ToVariable
10 9 {
11 10 protected AttributeAccessorSCDtoOneVariable<Owner> mSCDtoOneVariable;
12 11
  @@ -55,8 +54,7 @@
55 54 * @param pNewThem !null
56 55 */
57 56 @Override
58 - protected final Object LL_extract_db_value( PersistentObjectImpl pNewThem,
59 - String pBackRefAttributeNameOnNewThem )
57 + protected final Object LL_extract_db_value( PersistentObjectImpl pNewThem, String pBackRefAttributeNameOnNewThem )
60 58 {
61 59 return new PO_VarURLstringHelper( pBackRefAttributeNameOnNewThem, pNewThem ).toString();
62 60 }