Uses of Enum Class
org.jooq.conf.InvocationOrder
-
Uses of InvocationOrder in org.jooq.conf
Modifier and TypeFieldDescriptionprotected InvocationOrder
Settings.executeListenerEndInvocationOrder
protected InvocationOrder
Settings.executeListenerStartInvocationOrder
protected InvocationOrder
Settings.migrationListenerEndInvocationOrder
protected InvocationOrder
protected InvocationOrder
Settings.recordListenerEndInvocationOrder
protected InvocationOrder
Settings.recordListenerStartInvocationOrder
protected InvocationOrder
protected InvocationOrder
protected InvocationOrder
Settings.visitListenerEndInvocationOrder
protected InvocationOrder
Settings.visitListenerStartInvocationOrder
Modifier and TypeMethodDescriptionstatic InvocationOrder
Settings.getExecuteListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredExecuteListener
s.Settings.getExecuteListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredExecuteListener
s.Settings.getMigrationListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredMigrationListener
s.Settings.getMigrationListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredMigrationListener
s.Settings.getRecordListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredRecordListener
s.Settings.getRecordListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredRecordListener
s.Settings.getTransactionListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredTransactionListener
s.Settings.getTransactionListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredTransactionListener
s.Settings.getVisitListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredVisitListener
s.Settings.getVisitListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredVisitListener
s.static InvocationOrder
Returns the enum constant of this class with the specified name.static InvocationOrder[]
InvocationOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setExecuteListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredExecuteListener
s.void
Settings.setExecuteListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredExecuteListener
s.void
Settings.setMigrationListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredMigrationListener
s.void
Settings.setMigrationListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredMigrationListener
s.void
Settings.setRecordListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredRecordListener
s.void
Settings.setRecordListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredRecordListener
s.void
Settings.setTransactionListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredTransactionListener
s.void
Settings.setTransactionListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredTransactionListener
s.void
Settings.setVisitListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredVisitListener
s.void
Settings.setVisitListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredVisitListener
s.Settings.withExecuteListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredExecuteListener
s.Settings.withExecuteListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredExecuteListener
s.Settings.withMigrationListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredMigrationListener
s.Settings.withMigrationListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredMigrationListener
s.Settings.withRecordListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredRecordListener
s.Settings.withRecordListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredRecordListener
s.Settings.withTransactionListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredTransactionListener
s.Settings.withTransactionListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredTransactionListener
s.Settings.withVisitListenerEndInvocationOrder
(InvocationOrder value) The order of invocation for [action]end() methods registeredVisitListener
s.Settings.withVisitListenerStartInvocationOrder
(InvocationOrder value) The order of invocation for [action]start() methods registeredVisitListener
s.