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. -
Uses of TransactionType in org.neo4j.bolt.connection.message
Methods in org.neo4j.bolt.connection.message that return TransactionTypeMethods in org.neo4j.bolt.connection.message with parameters of type TransactionTypeModifier and TypeMethodDescriptionstatic BeginMessageMessages.beginTransaction(String databaseName, AccessMode accessMode, String impersonatedUser, Set<String> bookmarks, TransactionType transactionType, Duration txTimeout, Map<String, Value> txMetadata, NotificationConfig notificationConfig)