Package | Description |
---|---|
com.datastax.driver.mapping |
Modifier and Type | Method and Description |
---|---|
<T> Mapper<T> |
MappingManager.mapper(Class<T> klass)
Creates a
Mapper for the provided class, using the default keyspace (either the one
declared in the Table annotation, or the logged keyspace on the session). |
<T> Mapper<T> |
MappingManager.mapper(Class<T> klass,
String keyspace)
Creates a
Mapper for the provided class (that must be annotated by a Table
annotation). |
Copyright © 2012–2020. All rights reserved.