mirror of
https://github.com/google/nomulus.git
synced 2025-07-05 10:43:26 +02:00
Add a TODO to a non-functioning JPA annotation (#917)
* Add a TODO to a non-functioning JPA annotation
This commit is contained in:
parent
5bf618e671
commit
6a1e86ff33
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ public final class RegistryLock extends ImmutableObject implements Buildable, Sq
|
||||||
private boolean isSuperuser;
|
private boolean isSuperuser;
|
||||||
|
|
||||||
/** The lock that undoes this lock, if this lock has been unlocked and the domain locked again. */
|
/** The lock that undoes this lock, if this lock has been unlocked and the domain locked again. */
|
||||||
|
// TODO(b/176498743): Lazy loading on scalar field not supported by default. See bug for details.
|
||||||
@OneToOne(fetch = FetchType.LAZY)
|
@OneToOne(fetch = FetchType.LAZY)
|
||||||
@JoinColumn(name = "relockRevisionId", referencedColumnName = "revisionId")
|
@JoinColumn(name = "relockRevisionId", referencedColumnName = "revisionId")
|
||||||
private RegistryLock relock;
|
private RegistryLock relock;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue