@Retention(value=RUNTIME) @Target(value=TYPE) public @interface DbName
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.
Copyright © 2019. All rights reserved.