Uses of Package
org.neo4j.dbms.api
-
Packages that use org.neo4j.dbms.api Package Description com.neo4j.dbms.api org.neo4j.dbms.api org.neo4j.harness.junit.rule -
Classes in org.neo4j.dbms.api used by com.neo4j.dbms.api Class Description DatabaseManagementServiceBuilder Creates aDatabaseManagementService
with Community Edition features. -
Classes in org.neo4j.dbms.api used by org.neo4j.dbms.api Class Description DatabaseExistsException ADatabaseManagementService
tried to create a new database, but a database with that name already exists.DatabaseManagementException General exception, thrown in the event of errors when managing individual databases.DatabaseManagementService TheDatabaseManagementService
provides an API to manage databases and provided access to the managed database services.DatabaseManagementServiceBuilder Creates aDatabaseManagementService
with Community Edition features.DatabaseNotFoundException ADatabaseManagementService
tried to perform some operation on a database, but no database with that name currently exists. -
Classes in org.neo4j.dbms.api used by org.neo4j.harness.junit.rule Class Description DatabaseManagementService TheDatabaseManagementService
provides an API to manage databases and provided access to the managed database services.