Uses of Class
org.jooq.conf.InvocationOrder
-
Packages that use InvocationOrder Package Description org.jooq.conf -
-
Uses of InvocationOrder in org.jooq.conf
Fields in org.jooq.conf declared as InvocationOrder Modifier and Type Field Description protected InvocationOrder
Settings. executeListenerEndInvocationOrder
protected InvocationOrder
Settings. executeListenerStartInvocationOrder
protected InvocationOrder
Settings. recordListenerEndInvocationOrder
protected InvocationOrder
Settings. recordListenerStartInvocationOrder
protected InvocationOrder
Settings. transactionListenerEndInvocationOrder
protected InvocationOrder
Settings. transactionListenerStartInvocationOrder
protected InvocationOrder
Settings. visitListenerEndInvocationOrder
protected InvocationOrder
Settings. visitListenerStartInvocationOrder
Methods in org.jooq.conf that return InvocationOrder Modifier and Type Method Description static InvocationOrder
InvocationOrder. fromValue(String v)
InvocationOrder
Settings. getExecuteListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredExecuteListener
s.InvocationOrder
Settings. getExecuteListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredExecuteListener
s.InvocationOrder
Settings. getRecordListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredRecordListener
s.InvocationOrder
Settings. getRecordListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredRecordListener
s.InvocationOrder
Settings. getTransactionListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredTransactionListener
s.InvocationOrder
Settings. getTransactionListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredTransactionListener
s.InvocationOrder
Settings. getVisitListenerEndInvocationOrder()
The order of invocation for [action]end() methods registeredVisitListener
s.InvocationOrder
Settings. getVisitListenerStartInvocationOrder()
The order of invocation for [action]start() methods registeredVisitListener
s.static InvocationOrder
InvocationOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static InvocationOrder[]
InvocationOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type InvocationOrder Modifier and Type Method Description void
Settings. setExecuteListenerEndInvocationOrder(InvocationOrder value)
Sets the value of the executeListenerEndInvocationOrder property.void
Settings. setExecuteListenerStartInvocationOrder(InvocationOrder value)
Sets the value of the executeListenerStartInvocationOrder property.void
Settings. setRecordListenerEndInvocationOrder(InvocationOrder value)
Sets the value of the recordListenerEndInvocationOrder property.void
Settings. setRecordListenerStartInvocationOrder(InvocationOrder value)
Sets the value of the recordListenerStartInvocationOrder property.void
Settings. setTransactionListenerEndInvocationOrder(InvocationOrder value)
Sets the value of the transactionListenerEndInvocationOrder property.void
Settings. setTransactionListenerStartInvocationOrder(InvocationOrder value)
Sets the value of the transactionListenerStartInvocationOrder property.void
Settings. setVisitListenerEndInvocationOrder(InvocationOrder value)
Sets the value of the visitListenerEndInvocationOrder property.void
Settings. setVisitListenerStartInvocationOrder(InvocationOrder value)
Sets the value of the visitListenerStartInvocationOrder property.Settings
Settings. withExecuteListenerEndInvocationOrder(InvocationOrder value)
Settings
Settings. withExecuteListenerStartInvocationOrder(InvocationOrder value)
Settings
Settings. withRecordListenerEndInvocationOrder(InvocationOrder value)
Settings
Settings. withRecordListenerStartInvocationOrder(InvocationOrder value)
Settings
Settings. withTransactionListenerEndInvocationOrder(InvocationOrder value)
Settings
Settings. withTransactionListenerStartInvocationOrder(InvocationOrder value)
Settings
Settings. withVisitListenerEndInvocationOrder(InvocationOrder value)
Settings
Settings. withVisitListenerStartInvocationOrder(InvocationOrder value)
-