The goal of this package (sometimes referred to
as "the pojo facade" is to simplify working with custom Plain Old
Java Objects (pojos) without hassling with persistence details.
PojoRepository
simplifies create, read, update, and delete (CRUD) operations on
custom pojos. PojoQueryBuilder
keeps all the powerful queries available via StructuredQueryBuilder
while enabling queries across objects persisted using
PojoRepository.