979a1fd17b50e059bc2279a0d47f100f0b765ffa
across the package. Moved marshaller creation and management into the PersistenceContext because marshallers should be shared across a persistence context. Also moved the actual "get a connection and do the query" code into the persistence context which is sort of a nice separation. The repository and friends now just put together Query and Modifier objects and pass them to the context for execution. The context will eventually handle interaction with the cache as well (exposing manual manipulation mechanisms as needed to the DepotRepository).
Description
Languages
Java
95.6%
Shell
4.3%