Skip to content

Commit 58c8fde

Browse files
Update SpringDataEclipseStoreLazyBinaryHandler.java
1 parent e8cbefb commit 58c8fde

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

spring-data-eclipse-store/src/main/java/software/xdev/spring/data/eclipse/store/repository/lazy/SpringDataEclipseStoreLazyBinaryHandler.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,20 @@
3434

3535
/**
3636
* This is a complicated one. First off: this handler should only be used for WorkingCopies (see
37-
* {@link software.xdev.spring.data.eclipse.store.repository.support.copier.registering.EclipseSerializerRegisteringCopier})!
37+
* {@link
38+
* software.xdev.spring.data.eclipse.store.repository.support.copier.registering.EclipseSerializerRegisteringCopier})!
3839
* <p>
3940
* First case:<br/>
4041
* The user creates a {@link SpringDataEclipseStoreLazy} and puts a object in it.
4142
* This object is stored as with a default {@link BinaryTypeHandler}. But when it gets loaded,
4243
* it <b>does not</b> load as the stored object, but it gets wrapped in a {@link Lazy#Reference(Object)}.
43-
* </p>
44+
* </p>
4445
* <p>
4546
* Second case:<br/>
4647
* The actual lazy object gets loaded from the actual storage. In this case the {@link ObjectSwizzling} is
4748
* important! It's the actual {@link ObjectSwizzling} from the storage (not from the
48-
* {@link software.xdev.spring.data.eclipse.store.repository.support.copier.registering.EclipseSerializerRegisteringCopier}).
49+
* {@link
50+
* software.xdev.spring.data.eclipse.store.repository.support.copier.registering.EclipseSerializerRegisteringCopier}).
4951
* This means, the {@link SpringDataEclipseStoreLazy} holds the objectId of the original lazy in the original
5052
* storage.
5153
* Therefore if {@link SpringDataEclipseStoreLazy#get()} is called a new working copy of the lazy from the

0 commit comments

Comments
 (0)