com.j256.ormlite.field
Annotation Type DatabaseFieldForeign


Deprecated. Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry.

@Target(value=FIELD)
@Retention(value=RUNTIME)
@Deprecated
public @interface DatabaseFieldForeign


Optional Element Summary
 boolean foreign
          Deprecated.  
 boolean foreignAutoCreate
          Deprecated.  
 boolean foreignAutoRefresh
          Deprecated.  
 int maxForeignAutoRefreshLevel
          Deprecated.  
 

foreign

public abstract boolean foreign
Deprecated. 
See Also:
DatabaseField.foreign()
Default:
false

foreignAutoRefresh

public abstract boolean foreignAutoRefresh
Deprecated. 
See Also:
DatabaseField.foreignAutoRefresh()
Default:
false

maxForeignAutoRefreshLevel

public abstract int maxForeignAutoRefreshLevel
Deprecated. 
See Also:
DatabaseField.maxForeignAutoRefreshLevel()
Default:
2

foreignAutoCreate

public abstract boolean foreignAutoCreate
Deprecated. 
See Also:
DatabaseField.foreignAutoCreate()
Default:
false


This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.