mirror of
https://github.com/google/nomulus
synced 2026-09-12 19:16:25 +00:00
* Convert DatastoreEntity/SqlEntity to return Optional, not List We don't have any entities that convert to more than one entity, so we can use an Optional instead for clarity and simplicity.