Package com.kenshoo.pl.entity.annotation
Annotation Type Id
-
@Target(FIELD) @Retention(RUNTIME) public @interface IdAnnotates the field that can be used as unique identifier. For a specific currentState, only one field can be annotated with@Idand it has to be eitherIntegerorLong. This field is be used by audit log to reference the currentState. If no field is annotated with@Id, audit log is not written for this currentState.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description IdGenerationvalue
-
-
-
Element Detail
-
value
IdGeneration value
- Default:
- com.kenshoo.pl.entity.annotation.IdGeneration.Manual
-
-