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 © 2020 Eclipse. All rights reserved.