Uses of Class
org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
Packages that use StoredBundleKeyPersistenceImpl Package Description org.tentackle.i18n.pdo PDOs for resource bundles stored in the database. -
-
Uses of StoredBundleKeyPersistenceImpl in org.tentackle.i18n.pdo
Fields in org.tentackle.i18n.pdo with type parameters of type StoredBundleKeyPersistenceImpl Modifier and Type Field Description static org.tentackle.persist.PersistentObjectClassVariables<StoredBundleKey,StoredBundleKeyPersistenceImpl>StoredBundleKeyPersistenceImpl. CLASSVARIABLESVariables common to all instances of StoredBundleKeyPersistenceImpl.Methods in org.tentackle.i18n.pdo that return types with arguments of type StoredBundleKeyPersistenceImpl Modifier and Type Method Description org.tentackle.persist.PersistentObjectClassVariables<StoredBundleKey,StoredBundleKeyPersistenceImpl>StoredBundleKeyPersistenceImpl. getClassVariables()Methods in org.tentackle.i18n.pdo with parameters of type StoredBundleKeyPersistenceImpl Modifier and Type Method Description protected voidStoredBundleKeyPersistenceImpl. revertAttributesToSnapshot(StoredBundleKeyPersistenceImpl snapshot)Copies all attributes from a snapshot back to this object.
-