Uses of Enum Class
org.neo4j.bolt.connection.TransactionType
Packages that use TransactionType
-
Uses of TransactionType in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return TransactionTypeModifier and TypeMethodDescriptionstatic TransactionTypeReturns the enum constant of this class with the specified name.static TransactionType[]TransactionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.bolt.connection with parameters of type TransactionTypeModifier and TypeMethodDescriptionBoltConnection.beginTransaction(DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, Set<String> bookmarks, TransactionType transactionType, Duration txTimeout, Map<String, Value> txMetadata, String txType, NotificationConfig notificationConfig)