org.hibernate.usertype
Interface DynamicParameterizedType.ParameterType

Enclosing interface:
DynamicParameterizedType

public static interface DynamicParameterizedType.ParameterType


Method Summary
 Annotation[] getAnnotationsMethod()
           
 String getCatalog()
           
 String[] getColumns()
           
 Class getReturnedClass()
           
 String getSchema()
           
 String getTable()
           
 boolean isPrimaryKey()
           
 

Method Detail

getReturnedClass

Class getReturnedClass()

getAnnotationsMethod

Annotation[] getAnnotationsMethod()

getCatalog

String getCatalog()

getSchema

String getSchema()

getTable

String getTable()

isPrimaryKey

boolean isPrimaryKey()

getColumns

String[] getColumns()


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.