public class LazyBOReference
extends java.lang.ref.SoftReference
SoftReference
, that (re)loads the BO
on
demand from the DB if the in-memory reference has been cleared or only the Id
of the BO
was known or given when the
LazyBOReference
was created.Constructor and Description |
---|
LazyBOReference(BO _bo,
BOLoaderI _bol) |
LazyBOReference(long _idBO,
BOLoaderI _bol) |
LazyBOReference(java.lang.Long _idBO,
BOLoaderI _bol) |
LazyBOReference(long _idBO,
BOLoaderI _bol,
java.lang.Class<? extends BOI> _clazz) |
LazyBOReference(java.lang.Long _idBO,
BOLoaderI _bol,
java.lang.Class<? extends BOI> _clazz) |
Modifier and Type | Method and Description |
---|---|
BO |
getBO()
Get the BO that is referenced.
|
BO |
getBO(BOLoaderI _bol) |
long |
getIdBO() |
void |
setIdBO(long $1) |
public LazyBOReference(java.lang.Long _idBO, BOLoaderI _bol)
public LazyBOReference(java.lang.Long _idBO, BOLoaderI _bol, java.lang.Class<? extends BOI> _clazz)
public LazyBOReference(long _idBO, BOLoaderI _bol)
public BO getBO()
_bol
- a BOLoaderI
that is used to load the
BO
instead of the BOLoaderI
originally given
when creating the LazyBOReference
; may be and defaults to
null.public long getIdBO()
public void setIdBO(long $1)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.