Uses of Interface
org.cojen.tupl.ext.CustomHandler
Packages that use CustomHandler
-
Uses of CustomHandler in org.cojen.tupl
Methods in org.cojen.tupl that return CustomHandlerModifier and TypeMethodDescriptionDatabase.customWriter
(String name) Returns a handler instance suitable for writing custom redo and undo operations.Method parameters in org.cojen.tupl with type arguments of type CustomHandlerModifier and TypeMethodDescriptionDatabaseConfig.customHandlers
(Map<String, ? extends CustomHandler> handlers) Provide handlers for recovering custom transactional operations.