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