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 InvocationOrderSettings. executeListenerEndInvocationOrderprotected InvocationOrderSettings. executeListenerStartInvocationOrderprotected InvocationOrderSettings. recordListenerEndInvocationOrderprotected InvocationOrderSettings. recordListenerStartInvocationOrderprotected InvocationOrderSettings. transactionListenerEndInvocationOrderprotected InvocationOrderSettings. transactionListenerStartInvocationOrderprotected InvocationOrderSettings. visitListenerEndInvocationOrderprotected InvocationOrderSettings. visitListenerStartInvocationOrderMethods in org.jooq.conf that return InvocationOrder Modifier and Type Method Description static InvocationOrderInvocationOrder. fromValue(String v)InvocationOrderSettings. getExecuteListenerEndInvocationOrder()The order of invocation for [action]end() methods registeredExecuteListeners.InvocationOrderSettings. getExecuteListenerStartInvocationOrder()The order of invocation for [action]start() methods registeredExecuteListeners.InvocationOrderSettings. getRecordListenerEndInvocationOrder()The order of invocation for [action]end() methods registeredRecordListeners.InvocationOrderSettings. getRecordListenerStartInvocationOrder()The order of invocation for [action]start() methods registeredRecordListeners.InvocationOrderSettings. getTransactionListenerEndInvocationOrder()The order of invocation for [action]end() methods registeredTransactionListeners.InvocationOrderSettings. getTransactionListenerStartInvocationOrder()The order of invocation for [action]start() methods registeredTransactionListeners.InvocationOrderSettings. getVisitListenerEndInvocationOrder()The order of invocation for [action]end() methods registeredVisitListeners.InvocationOrderSettings. getVisitListenerStartInvocationOrder()The order of invocation for [action]start() methods registeredVisitListeners.static InvocationOrderInvocationOrder. 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 voidSettings. setExecuteListenerEndInvocationOrder(InvocationOrder value)Sets the value of the executeListenerEndInvocationOrder property.voidSettings. setExecuteListenerStartInvocationOrder(InvocationOrder value)Sets the value of the executeListenerStartInvocationOrder property.voidSettings. setRecordListenerEndInvocationOrder(InvocationOrder value)Sets the value of the recordListenerEndInvocationOrder property.voidSettings. setRecordListenerStartInvocationOrder(InvocationOrder value)Sets the value of the recordListenerStartInvocationOrder property.voidSettings. setTransactionListenerEndInvocationOrder(InvocationOrder value)Sets the value of the transactionListenerEndInvocationOrder property.voidSettings. setTransactionListenerStartInvocationOrder(InvocationOrder value)Sets the value of the transactionListenerStartInvocationOrder property.voidSettings. setVisitListenerEndInvocationOrder(InvocationOrder value)Sets the value of the visitListenerEndInvocationOrder property.voidSettings. setVisitListenerStartInvocationOrder(InvocationOrder value)Sets the value of the visitListenerStartInvocationOrder property.SettingsSettings. withExecuteListenerEndInvocationOrder(InvocationOrder value)SettingsSettings. withExecuteListenerStartInvocationOrder(InvocationOrder value)SettingsSettings. withRecordListenerEndInvocationOrder(InvocationOrder value)SettingsSettings. withRecordListenerStartInvocationOrder(InvocationOrder value)SettingsSettings. withTransactionListenerEndInvocationOrder(InvocationOrder value)SettingsSettings. withTransactionListenerStartInvocationOrder(InvocationOrder value)SettingsSettings. withVisitListenerEndInvocationOrder(InvocationOrder value)SettingsSettings. withVisitListenerStartInvocationOrder(InvocationOrder value)
-