Uses of Class
org.neo4j.ogm.config.Configuration.Builder
Packages that use Configuration.Builder
-
Uses of Configuration.Builder in org.neo4j.ogm.config
Methods in org.neo4j.ogm.config that return Configuration.BuilderModifier and TypeMethodDescriptionDeprecated.The usage of this tool is deprecated.Configuration.Builder.connectionLivenessCheckTimeout(Integer connectionLivenessCheckTimeout) Configuration.Builder.connectionPoolSize(Integer connectionPoolSize) Number of connections to the database.static Configuration.BuilderConfiguration.Builder.copy(Configuration.Builder builder) Configuration.Builder.credentials(String username, String password) Credentials to use to access the databaseConfigures the database to use.Configuration.Builder.databaseSelectionProvider(DatabaseSelectionProvider databaseSelectionProvider) Configures the database to use.Configuration.Builder.encryptionLevel(String encryptionLevel) Required encryption level for the connection to the database.Configuration.Builder.generatedIndexesOutputDir(String generatedIndexesOutputDir) Configuration.Builder.generatedIndexesOutputFilename(String generatedIndexesOutputFilename) Configuration.Builder.neo4jConfLocation(String neo4jConfLocation) Configuration.Builder.relaxedQuerying()Turns strict querying off and uses only the single static label of a domain class, even if this class is part of an inheritance hierarchy exposing more than one static label.Configuration.Builder.strictQuerying()Turns on strict querying.Configuration.Builder.trustCertFile(String trustCertFile) Configuration.Builder.trustStrategy(String trustStrategy) Set URI of the database.Configuration.Builder.useNativeTypes()Turns on the support for native types on the transport level.Configuration.Builder.userSelectionProvider(UserSelectionProvider userSelectionProvider) Configures the user selection provider to use.Configuration.Builder.verifyConnection(Boolean verifyConnection) Whether OGM should verify connection to the database at creation of the Driver Useful for "fail-fast" type of configuration where the database is expected to be running during application start up and the connection to the database is expected to be very stable.Configuration.Builder.withBasePackages(String... basePackages) Configures the builder with a list of base packages to scan.Configuration.Builder.withCustomProperty(String name, Object value) Methods in org.neo4j.ogm.config with parameters of type Configuration.BuilderModifier and TypeMethodDescriptionstatic Configuration.BuilderConfiguration.Builder.copy(Configuration.Builder builder)