You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jnosql-tinkerpop/src/main/java/org/eclipse/jnosql/databases/tinkerpop/communication/DatabaseConfigurationAdapter.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@
22
22
23
23
importjava.util.logging.Logger;
24
24
25
+
/**
26
+
* Adapter class that integrates both DatabaseConfiguration and GraphConfiguration.
27
+
* This class is responsible for creating a DatabaseManagerFactory based on the provided settings.
28
+
* It utilizes the GraphConfiguration SPI to create a Graph instance and then wraps it in a DatabaseManagerFactory.
0 commit comments