public class NameMapping extends Object
| Constructor and Description |
|---|
NameMapping(Set<Table> tables,
List<UserDefinedType> udts) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.BiMap<Column,String> |
getColumnNames(Table table) |
com.google.common.collect.BiMap<Table,String> |
getEntityNames() |
com.google.common.collect.BiMap<Column,String> |
getFieldNames(UserDefinedType udt) |
com.google.common.collect.BiMap<UserDefinedType,String> |
getUdtNames() |
public NameMapping(Set<Table> tables, List<UserDefinedType> udts)
public com.google.common.collect.BiMap<UserDefinedType,String> getUdtNames()
public com.google.common.collect.BiMap<Column,String> getFieldNames(UserDefinedType udt)
Copyright © 2020. All rights reserved.