mirror of
https://github.com/google/nomulus
synced 2026-07-25 09:32:56 +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.