Package | Description |
---|---|
com.datastax.driver.mapping |
Modifier and Type | Method and Description |
---|---|
MappingConfiguration |
MappingConfiguration.Builder.build()
Builds a new instance of
MappingConfiguration with this builder's settings. |
MappingConfiguration |
MappingManager.getConfiguration()
Returns the
configuration used by this manager. |
Constructor and Description |
---|
MappingManager(Session session,
MappingConfiguration configuration)
Creates a new
MappingManager using the provided Session with custom
configuration to be inherited to each instantiated mapper. |
MappingManager(Session session,
MappingConfiguration configuration,
ProtocolVersion protocolVersion)
Creates a new
MappingManager using the provided Session with default MapperConfiguration . |
Copyright © 2012–2019. All rights reserved.