com.jpattern.orm.annotation
Annotation Type Column


@Target(value=FIELD)
@Retention(value=RUNTIME)
@Inherited
public @interface Column

Define the name of the column associated to a field

Author:
Francesco Cina 08/giu/2011

Required Element Summary
 String name
           
 

Element Detail

name

public abstract String name


Copyright © 2013. All Rights Reserved.