@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface ReturnsNoEntity
Insert
and Update
annotated methods with this annotation
indicate that the method does not return an entity and that the returned
object shouldn't be used by the DAO framework as an entity result.Copyright © 2020. All rights reserved.