@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public @interface DB
Used in multiple Database application to associate a DB engine with an entity class
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Specify the DB engine the entity of the class shall be landed.
|
Copyright © 2014–2017 ActFramework. All rights reserved.