public interface MongoEntityStoreConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Interface and Description |
---|---|
static class |
MongoEntityStoreConfiguration.WriteConcern |
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
collection() |
org.qi4j.api.property.Property<String> |
database() |
org.qi4j.api.property.Property<String> |
hostname() |
org.qi4j.api.property.Property<List<com.mongodb.ServerAddress>> |
nodes() |
org.qi4j.api.property.Property<String> |
password() |
org.qi4j.api.property.Property<Integer> |
port() |
org.qi4j.api.property.Property<String> |
username() |
org.qi4j.api.property.Property<MongoEntityStoreConfiguration.WriteConcern> |
writeConcern() |
@Optional org.qi4j.api.property.Property<String> hostname()
@Optional org.qi4j.api.property.Property<Integer> port()
@UseDefaults org.qi4j.api.property.Property<List<com.mongodb.ServerAddress>> nodes()
@UseDefaults org.qi4j.api.property.Property<String> username()
@UseDefaults org.qi4j.api.property.Property<String> password()
@Optional org.qi4j.api.property.Property<String> database()
@Optional org.qi4j.api.property.Property<String> collection()
@UseDefaults org.qi4j.api.property.Property<MongoEntityStoreConfiguration.WriteConcern> writeConcern()