public interface MappingManager
MappingManager
, but adapted for Vert.x.Modifier and Type | Method and Description |
---|---|
static MappingManager |
create(CassandraClient client)
Create a
MappingManager from the given CassandraClient . |
<T> Mapper<T> |
mapper(Class<T> mappedClass)
Create a
Mapper that allows conversion of domain classes to and from query results. |
static MappingManager create(CassandraClient client)
MappingManager
from the given CassandraClient
.client
- a Cassandra client instanceCopyright © 2023 Eclipse. All rights reserved.