Uses of Class
org.tentackle.dbms.PersistenceVisitor
Packages that use PersistenceVisitor
Package
Description
Low-level persistence layer implementation.
Low-level persistence layer remoting.
-
Uses of PersistenceVisitor in org.tentackle.dbms
Subclasses of PersistenceVisitor in org.tentackle.dbmsModifier and TypeClassDescriptionclassA visitor to ignore duplicates within a persistence operation.
Used to avoid duplicate key errors, for example, if components are referenced more than once within the same root entity.Methods in org.tentackle.dbms that return PersistenceVisitorModifier and TypeMethodDescriptionDb.unregisterPersistenceVisitor(DbTransactionHandle handle) Unregisters aPersistenceVisitor.DbTransaction.unregisterPersistenceVisitor(DbTransactionHandle handle) Unregisters aPersistenceVisitor.Methods in org.tentackle.dbms that return types with arguments of type PersistenceVisitorModifier and TypeMethodDescriptionGets the currently registered persistence visitors.DbTransaction.getPersistenceVisitors()Gets the currently registered persistence visitors.Methods in org.tentackle.dbms with parameters of type PersistenceVisitorModifier and TypeMethodDescriptionvoidAbstractDbObject.acceptPersistenceVisitor(PersistenceVisitor visitor, ModificationType modType) Accepts a persistence operation visitor.Db.registerPersistenceVisitor(PersistenceVisitor visitor) Registers aPersistenceVisitorto be invoked just before performing a persistence operation.
Notice that the visitor must be registered within the transaction, i.e.DbTransaction.registerPersistenceVisitor(PersistenceVisitor visitor) Registers aPersistenceVisitorto be invoked just before performing a persistence operation. -
Uses of PersistenceVisitor in org.tentackle.dbms.trip
Methods in org.tentackle.dbms.trip that return PersistenceVisitorModifier and TypeMethodDescriptionDbRemoteDelegate.unregisterPersistenceVisitor(DbTransactionHandle handle) DbRemoteDelegateImpl.unregisterPersistenceVisitor(DbTransactionHandle handle) Methods in org.tentackle.dbms.trip that return types with arguments of type PersistenceVisitorModifier and TypeMethodDescriptionDbRemoteDelegate.getPersistenceVisitors()DbRemoteDelegateImpl.getPersistenceVisitors()Methods in org.tentackle.dbms.trip with parameters of type PersistenceVisitorModifier and TypeMethodDescriptionDbRemoteDelegate.registerPersistenceVisitor(PersistenceVisitor visitor) DbRemoteDelegateImpl.registerPersistenceVisitor(PersistenceVisitor visitor)