Uses of Class
org.tentackle.persist.ns.NumberPoolPersistenceImpl
-
Packages that use NumberPoolPersistenceImpl Package Description org.tentackle.persist.ns Persistence implementation for number sources. -
-
Uses of NumberPoolPersistenceImpl in org.tentackle.persist.ns
Fields in org.tentackle.persist.ns with type parameters of type NumberPoolPersistenceImpl Modifier and Type Field Description static PersistentObjectClassVariables<NumberPool,NumberPoolPersistenceImpl>NumberPoolPersistenceImpl. CLASSVARIABLESVariables common to all instances of NumberPoolPersistenceImpl.Methods in org.tentackle.persist.ns that return types with arguments of type NumberPoolPersistenceImpl Modifier and Type Method Description PersistentObjectClassVariables<NumberPool,NumberPoolPersistenceImpl>NumberPoolPersistenceImpl. getClassVariables()Methods in org.tentackle.persist.ns with parameters of type NumberPoolPersistenceImpl Modifier and Type Method Description protected voidNumberPoolPersistenceImpl. createComponentsInSnapshot(NumberPoolPersistenceImpl snapshot)Updates the components in snapshot object.
The snapshot object is assumed to be a clone of this object.protected voidNumberPoolPersistenceImpl. revertAttributesToSnapshot(NumberPoolPersistenceImpl snapshot)Copies all attributes from a snapshot back to this object.protected voidNumberPoolPersistenceImpl. revertComponentsToSnapshot(NumberPoolPersistenceImpl snapshot)Reverts all components of this object to a given snapshot.
-