|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dps.core.model.CachedData org.dps.core.model.HibernateCachedData
public abstract class HibernateCachedData
Superclass for model objects backed by database storage. Static data for this class must be initialized by the IEveData implementation at startup.
Field Summary |
---|
Fields inherited from class org.dps.core.model.CachedData |
---|
apiVersion, cachedUntil, currentTime, dataMap, lock |
Constructor Summary | |
---|---|
HibernateCachedData(int keyID)
|
Method Summary | |
---|---|
void |
begin()
|
void |
close()
|
void |
commit()
|
org.hibernate.Session |
getSession()
|
void |
rollback()
|
static void |
setPersistenceFactory(IEvePersistenceFactory f)
|
ICharacterMailMessageBodyRecord |
storeEntry(ICharacterMailMessageBodyRecord entry)
Convenience method for the common action of adding a new entry to the character mail message bodies table. |
ICharacterMailMessageRecord |
storeEntry(ICharacterMailMessageRecord entry)
Convenience method for the common action of adding a new entry to the character mail messages table. |
ICharacterNotificationRecord |
storeEntry(ICharacterNotificationRecord entry)
Convenience method for the common action of adding a new entry to the character notifications table. |
ICharacterNotificationTextRecord |
storeEntry(ICharacterNotificationTextRecord entry)
Convenience method for the common action of adding a new entry to the character notification texts table. |
IKillAttackerRecord |
storeEntry(IKillAttackerRecord entry)
Convenience method for the common action of adding a new entry to the kill attacker record table. |
IKillItemRecord |
storeEntry(IKillItemRecord entry)
Convenience method for the common action of adding a new entry to the kill item record table. |
IKillRecord |
storeEntry(IKillRecord entry)
Convenience method for the common action of adding a new entry to the kill record table. |
IKillVictimRecord |
storeEntry(IKillVictimRecord entry)
Convenience method for the common action of adding a new entry to the kill victim record table. |
IWalletJournalRecord |
storeEntry(IWalletJournalRecord entry)
Convenience method for the common action of adding a new entry to a the wallet journal table. |
IWalletTransactionRecord |
storeEntry(IWalletTransactionRecord entry)
Convenience method for the common action of adding a new entry to a the wallet transactions table. |
java.lang.String |
toString()
|
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 |
Constructor Detail |
---|
public HibernateCachedData(int keyID)
Method Detail |
---|
public static void setPersistenceFactory(IEvePersistenceFactory f)
public org.hibernate.Session getSession()
public void begin()
public void commit()
public void rollback()
public void close()
public IWalletJournalRecord storeEntry(IWalletJournalRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public IWalletTransactionRecord storeEntry(IWalletTransactionRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public ICharacterNotificationRecord storeEntry(ICharacterNotificationRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public ICharacterNotificationTextRecord storeEntry(ICharacterNotificationTextRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public ICharacterMailMessageRecord storeEntry(ICharacterMailMessageRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public ICharacterMailMessageBodyRecord storeEntry(ICharacterMailMessageBodyRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public IKillRecord storeEntry(IKillRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public IKillAttackerRecord storeEntry(IKillAttackerRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public IKillItemRecord storeEntry(IKillItemRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public IKillVictimRecord storeEntry(IKillVictimRecord entry) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public java.lang.String toString()
toString
in class CachedData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |