org.apache.beehive.controls.system.jdbc
Annotation Type JdbcControl.TypeMapper


@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public static @interface JdbcControl.TypeMapper

Class / method level annotation for mapping SQL user defined types (UDTs) to and from java objects. The mapper class element must implement the java.sql.SQLData interface.


Required Element Summary
 Class<? extends SQLData> mapperClass
           
 String UDTName
           
 

Element Detail

UDTName

public abstract String UDTName

mapperClass

public abstract Class<? extends SQLData> mapperClass