Package org.hibernate.annotations
Annotation Type IdGeneratorType
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface IdGeneratorType
Meta-annotation used to mark another annotation as providing configuration for a customIdentifierGenerator
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends IdentifierGenerator>
value
TheIdentifierGenerator
being configured
-
-
-
Element Detail
-
value
Class<? extends IdentifierGenerator> value
TheIdentifierGenerator
being configured
-
-