|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.acmsl.queryj.rdb.oracle.CardtypesFactory
Has the responsiblity of creating in-memory copies of Cardtypes table rows. Such copies follow the Inmutable pattern, so they can only be modified using the persistence layer and resynchronizing.
| Constructor Summary | |
protected |
CardtypesFactory()
Protected constructor to avoid accidental instantiation. |
| Method Summary | |
CardtypesValueObject |
createCardtypes(long typeid,
java.lang.String typetext)
Creates a Cardtypes value object from given information. |
static CardtypesFactory |
getInstance()
Retrieves a CardtypesFactory instance. |
protected static java.lang.ref.WeakReference |
getReference()
Retrieves the weak reference. |
protected static void |
setReference(CardtypesFactory factory)
Specifies a new weak reference. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected CardtypesFactory()
| Method Detail |
protected static void setReference(CardtypesFactory factory)
factory - the factory instance to use.protected static java.lang.ref.WeakReference getReference()
public static CardtypesFactory getInstance()
public CardtypesValueObject createCardtypes(long typeid,
java.lang.String typetext)
typeid - the typeid.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||