Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -9,8 +9,7 @@
9 9 import org.litesoft.orsup.otherattributeaccessors.*;
10 10 import org.litesoft.util.*;
11 11
12 - public class BlobHandler<Owner extends PersistentObjectImpl> extends AbstractLazyLoadToOne<Owner, Blob>
13 - implements SizeableStreamAccessor
12 + public class BlobHandler<Owner extends PersistentObjectImpl> extends AbstractLazyLoadToOne<Owner, Blob> implements SizeableStreamAccessor
14 13 {
15 14 protected AttributeAccessorSCDtoBlob<Owner> mSCDtoOne;
16 15
  @@ -74,8 +73,7 @@
74 73 * @param pNewThem !null
75 74 */
76 75 @Override
77 - protected final Object LL_extract_db_value( PersistentObjectImpl pNewThem,
78 - String pBackRefAttributeNameOnNewThem )
76 + protected final Object LL_extract_db_value( PersistentObjectImpl pNewThem, String pBackRefAttributeNameOnNewThem )
79 77 {
80 78 return pNewThem.getAttributeValue( Blob.CD_ID.getName() );
81 79 }