Uses of Class
org.apache.manifoldcf.core.database.TransactionHandle
-
Packages that use TransactionHandle Package Description org.apache.manifoldcf.core.database -
-
Uses of TransactionHandle in org.apache.manifoldcf.core.database
Fields in org.apache.manifoldcf.core.database declared as TransactionHandle Modifier and Type Field Description protected TransactionHandleTransactionHandle. previousTransactionprotected TransactionHandleDatabase. thMethods in org.apache.manifoldcf.core.database that return TransactionHandle Modifier and Type Method Description TransactionHandleTransactionHandle. getParent()Constructors in org.apache.manifoldcf.core.database with parameters of type TransactionHandle Constructor Description TransactionHandle(IThreadContext tc, TransactionHandle previousTransaction, int transactionType)
-