public interface PropertyMapper
| Modifier and Type | Method and Description | 
|---|---|
Set<? extends MappedProperty<?>> | 
mapTable(Class<?> tableClass)
Maps the given table class. 
 | 
Set<? extends MappedProperty<?>> | 
mapUdt(Class<?> udtClass)
Maps the given UDT class. 
 | 
Set<? extends MappedProperty<?>> mapTable(Class<?> tableClass)
tableClass - the table class.Set<? extends MappedProperty<?>> mapUdt(Class<?> udtClass)
udtClass - the UDT class.Copyright © 2012–2018. All rights reserved.