Package com.google.gerrit.server.schema
Annotation Type ReviewDbFactory
-
@Retention(RUNTIME) public @interface ReviewDbFactory
Marker onSchemaFactory
implementation that talks to the underlying traditionalReviewDb
database.During the migration to NoteDb, the actual
ReviewDb
will be a wrapper with certain tables enabled/disabled; this marker goes on the low-level implementation that has all tables.