N
- the type of the data type namepublic abstract class TypeMapping<N> extends Object
Constructor and Description |
---|
TypeMapping(Class<?> objectType,
N dataTypeName)
Constructs a new
TypeMapping . |
Modifier and Type | Method and Description |
---|---|
N |
getDataTypeName()
Returns the name of the data type this mapping is for.
|
Class<?> |
getObjectType()
Returns the object type this mapping is for.
|
Copyright © 2014. All rights reserved.