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


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


Optional Element Summary
 boolean autoAdd
           
 boolean autoGet
           
 boolean autoUpdate
           
 String remoteKeyField
           
 

remoteKeyField

public abstract String remoteKeyField
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.