mirror of
https://github.com/google/nomulus
synced 2026-06-06 15:02:50 +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.