Interface DynamicParameterizedType.ParameterType
- Enclosing interface:
DynamicParameterizedType
public static interface DynamicParameterizedType.ParameterType
-
Method Details
-
getReturnedClass
Class<?> getReturnedClass() -
getReturnedJavaType
-
getAnnotationsMethod
Annotation[] getAnnotationsMethod() -
getCatalog
String getCatalog() -
getSchema
String getSchema() -
getTable
String getTable() -
isPrimaryKey
boolean isPrimaryKey() -
getColumns
String[] getColumns() -
getColumnLengths
Long[] getColumnLengths()
-