mirror of
https://github.com/google/nomulus
synced 2026-04-18 15:25:15 +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.