Searched refs:transactionWrapper (Results 1 – 6 of 6) sorted by relevance
33 val transactionWrapper = if (inTransaction) { in convertAndReturn() constant34 builder.transactionWrapper(dbField) in convertAndReturn()38 transactionWrapper?.beginTransactionWithControlFlow() in convertAndReturn()42 transactionWrapper?.commitTransaction() in convertAndReturn()44 transactionWrapper?.endTransactionWithControlFlow() in convertAndReturn()
35 val transactionWrapper = if (inTransaction) { in convertAndReturn() constant36 scope.builder().transactionWrapper(dbField) in convertAndReturn()40 transactionWrapper?.beginTransactionWithControlFlow() in convertAndReturn()48 transactionWrapper?.commitTransaction() in convertAndReturn()59 transactionWrapper?.endTransactionWithControlFlow() in convertAndReturn()
49 val transactionWrapper = if (inTransaction) { in createRunQueryAndReturnStatements() constant50 builder.transactionWrapper(dbField) in createRunQueryAndReturnStatements()56 transactionWrapper?.beginTransactionWithControlFlow() in createRunQueryAndReturnStatements()64 transactionWrapper?.commitTransaction() in createRunQueryAndReturnStatements()72 transactionWrapper?.endTransactionWithControlFlow() in createRunQueryAndReturnStatements()
91 val transactionWrapper = if (inTransaction) { in createCallableOfT() constant92 transactionWrapper(dbField) in createCallableOfT()96 transactionWrapper?.beginTransactionWithControlFlow() in createCallableOfT()107 transactionWrapper?.commitTransaction() in createCallableOfT()115 transactionWrapper?.endTransactionWithControlFlow() in createCallableOfT()
78 val transactionWrapper = if (inTransaction) { in createCallMethod() constant79 transactionWrapper(dbField) in createCallMethod()83 transactionWrapper?.beginTransactionWithControlFlow() in createCallMethod()100 transactionWrapper?.commitTransaction() in createCallMethod()107 transactionWrapper?.endTransactionWithControlFlow() in createCallMethod()
33 fun MethodSpec.Builder.transactionWrapper(dbField: FieldSpec) = object : TransactionWrapper { in beginTransactionWithControlFlow() method50 fun CodeBlock.Builder.transactionWrapper(dbField: FieldSpec) = object : TransactionWrapper { in transactionWrapper() method