Annotation Type DatastoreId
-
@Target(TYPE) @Retention(RUNTIME) public @interface DatastoreId
Extension annotation allowing for use of datastore-identity with JPA.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringcolumnName of the column to use for datastore identity.javax.persistence.Column[]columnsColumn definition(s) to use for the datastore identity surrogate.javax.persistence.GenerationTypegenerationTypeStrategy for generating values for the datastore identity.StringgeneratorName of the generator to use (if using generationType of TABLE or SEQUENCE).
-