org.zeroexchange.model
Class Persistent
java.lang.Object
org.zeroexchange.model.Persistent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IntegerPKPersistent, StringPKPersistent
public abstract class Persistent
- extends Object
- implements Serializable
Basic persistent entity.
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Persistent
public Persistent()
getTransientValues
public Map<Object,Object> getTransientValues()
- Returns map can be used for temporary store of
the transient values (for example, calculated values).
Copyright © 2013. All Rights Reserved.