jlibs.jdbc.annotations
Annotation Type TypeMapper


@Target(value={METHOD,FIELD})
@Retention(value=SOURCE)
public @interface TypeMapper

Author:
Santhosh Kumar T

Required Element Summary
 Class<? extends JDBCTypeMapper> mapper
           
 Class mapsTo
           
 

Element Detail

mapper

public abstract Class<? extends JDBCTypeMapper> mapper

mapsTo

public abstract Class mapsTo


Copyright © 2016. All rights reserved.