org.dps.core.model.character
Class CharacterWalletJournal

java.lang.Object
  extended by org.dps.core.model.CachedData
      extended by org.dps.core.model.HibernateCachedData
          extended by org.dps.core.model.character.CharacterWalletJournal
All Implemented Interfaces:
java.io.Serializable

public class CharacterWalletJournal
extends HibernateCachedData

The wallet journal is mainly a front-end for accessing wallet journal entries stored in a SQL database. We use Hibernate to abstract over the structure of the database in use. The wallet journal provides access to the raw table (via Hibernate Query's) as well as several convenience methods for accessing rows:

See Also:
Serialized Form

Field Summary
 Capsuleer character
           
 
Fields inherited from class org.dps.core.model.CachedData
apiVersion, cachedUntil, currentTime, dataMap, lock
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.dps.core.model.HibernateCachedData
begin, close, commit, getSession, rollback, setPersistenceFactory, storeEntry, storeEntry, storeEntry, storeEntry, storeEntry, storeEntry, storeEntry, storeEntry, storeEntry, storeEntry
 
Methods inherited from class org.dps.core.model.CachedData
expiresIn, getMeta, getMeta, isExpired, putMeta
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

character

public Capsuleer character
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class HibernateCachedData