@Retention(value=RUNTIME) @Target(value=FIELD) public @interface DefaultValue
entities
, which indicates default values during SQL generation.
Attention: This annotation is not evaluated by JPA - neither the JPA provider nor the database will use these values
during runtime.public abstract String value
Copyright © 2016 fastnate.org. All rights reserved.