@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
String
, Character
and char
Enum
Copyright © 2022 fastnate.org. All rights reserved.