se.unlogic.standardutils.dao.annotations
Annotation Type ManyToMany


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ManyToMany


Required Element Summary
 String linkTable
           
 
Optional Element Summary
 boolean autoAdd
           
 boolean autoGet
           
 boolean autoUpdate
           
 String keyField
           
 

Element Detail

linkTable

public abstract String linkTable

keyField

public abstract String keyField
Default:
""

autoGet

public abstract boolean autoGet
Default:
false

autoAdd

public abstract boolean autoAdd
Default:
false

autoUpdate

public abstract boolean autoUpdate
Default:
false


Copyright © 2011. All Rights Reserved.