Interface DynamicParameterizedType.ParameterType

Enclosing interface:
DynamicParameterizedType

public static interface DynamicParameterizedType.ParameterType
  • Method Details

    • getReturnedClass

      Class<?> getReturnedClass()
    • getReturnedJavaType

      @Incubating default Type getReturnedJavaType()
    • getAnnotationsMethod

      Annotation[] getAnnotationsMethod()
    • getCatalog

      String getCatalog()
    • getSchema

      String getSchema()
    • getTable

      String getTable()
    • isPrimaryKey

      boolean isPrimaryKey()
    • getColumns

      String[] getColumns()
    • getColumnLengths

      Long[] getColumnLengths()