Specify the name of the DB that the entity should use.
This should only used on beans that don't use the default database.
This annotation is used as part of query bean generation such that the query beans are generated to use the named (non-default) database.
This annotation can be put on entity beans or MappedSuperclass beans.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the database.
-