google-nomulus/config
gbrodman f78b64d93c Add SQL searching to RdapEntitySearchAction and RdapSearchActionBase (#969)
- Adds a CriteriaQueryBuilder class that allows us to build
CriteriaQuery objects with sane and modular WHERE and ORDER BY clauses.
CriteriaQuery requires that all WHERE and ORDER BY clauses be specified
at the same time (else later ones will overwrite the earlier ones) so in
order to have a proper builder pattern we need to wait to build the
query object until we are done adding clauses.

- In addition, encapsulating the query logic in the CriteriaQueryBuilder
class means that we don't need to deal with the complicated Root/Path
branching, otherwise we'd have to keep track of CriteriaQuery and Root
objects everywhere.

- Added a REPLAYED_ENTITIES TransitionId that will represent all
replayed entities, e.g. EppResources. Also sets this, by default, to
always be CLOUD_SQL if we're using the SQL transaction manager in tests.

- Added branching logic in RdapEntitySearchAction based on that transition
ID that determines whether we do the existing ofy query logic or JPA
logic.
2021-03-02 13:13:55 -05:00
..
checkstyle Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
dependency-license Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
nom_build.py Generate ER diagrams in :nom:generate_golden_file (#867) 2020-11-10 10:03:28 -05:00
nom_build_test.py Generate ER diagrams in :nom:generate_golden_file (#867) 2020-11-10 10:03:28 -05:00
presubmits.py Add SQL searching to RdapEntitySearchAction and RdapSearchActionBase (#969) 2021-03-02 13:13:55 -05:00