org.dps.core.model.character
Class CharacterNotificationTexts
java.lang.Object
org.dps.core.model.CachedData
org.dps.core.model.HibernateCachedData
org.dps.core.model.character.CharacterNotificationTexts
- All Implemented Interfaces:
- java.io.Serializable
public class CharacterNotificationTexts
- extends HibernateCachedData
Character notification texts is mainly a front-end for accessing notification
text entries stored in a SQL database. We use Hibernate to abstract over the
structure of the database in use. Character notification texts provides
access to the raw table (via Hibernate Query's) as well as several
convenience methods for accessing rows:
- See Also:
- Serialized Form
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
character
public Capsuleer character
toString
public java.lang.String toString()
- Overrides:
toString
in class HibernateCachedData