public interface SchemaNameProvider
| Modifier and Type | Method and Description |
|---|---|
<T> String |
keyspaceFor(Class<T> entityClass)
Provide keyspace name for entity class
|
<T> String |
tableNameFor(Class<T> entityClass)
Provide table name for entity class
|
Copyright © 2012-2021. All Rights Reserved.