Class PermissionBackend.AcceptsReviewDb<T>
- java.lang.Object
-
- com.google.gerrit.server.permissions.PermissionBackend.AcceptsReviewDb<T>
-
- Direct Known Subclasses:
PermissionBackend.ForChange
,PermissionBackend.ForProject
,PermissionBackend.ForRef
,PermissionBackend.WithUser
- Enclosing class:
- PermissionBackend
public abstract static class PermissionBackend.AcceptsReviewDb<T> extends Object
PermissionBackend with an optional per-request ReviewDb handle.
-
-
Constructor Summary
Constructors Constructor Description AcceptsReviewDb()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
database(ReviewDb db)
T
database(com.google.inject.Provider<ReviewDb> db)
-