Uses of Class
org.tentackle.persist.ns.NumberRangePersistenceImpl
-
Packages that use NumberRangePersistenceImpl Package Description org.tentackle.persist.ns Persistence implementation for number sources. -
-
Uses of NumberRangePersistenceImpl in org.tentackle.persist.ns
Fields in org.tentackle.persist.ns with type parameters of type NumberRangePersistenceImpl Modifier and Type Field Description static PersistentObjectClassVariables<org.tentackle.ns.pdo.NumberRange,NumberRangePersistenceImpl>NumberRangePersistenceImpl. CLASSVARIABLESVariables common to all instances of NumberRangePersistenceImpl.Methods in org.tentackle.persist.ns that return types with arguments of type NumberRangePersistenceImpl Modifier and Type Method Description PersistentObjectClassVariables<org.tentackle.ns.pdo.NumberRange,NumberRangePersistenceImpl>NumberRangePersistenceImpl. getClassVariables()Methods in org.tentackle.persist.ns with parameters of type NumberRangePersistenceImpl Modifier and Type Method Description protected voidNumberRangePersistenceImpl. revertAttributesToSnapshot(NumberRangePersistenceImpl snapshot)Copies all attributes from a snapshot back to this object.
-