Uses of Class
org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
Packages that use StoredBundlePersistenceImpl Package Description org.tentackle.i18n.pdo PDOs for resource bundles stored in the database. -
-
Uses of StoredBundlePersistenceImpl in org.tentackle.i18n.pdo
Fields in org.tentackle.i18n.pdo with type parameters of type StoredBundlePersistenceImpl Modifier and Type Field Description static org.tentackle.persist.PersistentObjectClassVariables<StoredBundle,StoredBundlePersistenceImpl>StoredBundlePersistenceImpl. CLASSVARIABLESVariables common to all instances of StoredBundlePersistenceImpl.Methods in org.tentackle.i18n.pdo that return types with arguments of type StoredBundlePersistenceImpl Modifier and Type Method Description org.tentackle.persist.PersistentObjectClassVariables<StoredBundle,StoredBundlePersistenceImpl>StoredBundlePersistenceImpl. getClassVariables()Methods in org.tentackle.i18n.pdo with parameters of type StoredBundlePersistenceImpl Modifier and Type Method Description protected voidStoredBundlePersistenceImpl. createComponentsInSnapshot(StoredBundlePersistenceImpl snapshot)Updates the components in snapshot object.
The snapshot object is assumed to be a clone of this object.protected voidStoredBundlePersistenceImpl. revertAttributesToSnapshot(StoredBundlePersistenceImpl snapshot)Copies all attributes from a snapshot back to this object.protected voidStoredBundlePersistenceImpl. revertComponentsToSnapshot(StoredBundlePersistenceImpl snapshot)Reverts all components of this object to a given snapshot.
-