Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Overview

Documents the terminology server domain model.

Details

  • When adding or changing model objects, address all cross-cutting concerns
    • model annotations (including JPA, hibernate-search, envers, JAXB, and JSON)
    • pojo model
    • services
    • unit tests
    • admin tools (updatedb, loader, reindex, sampledata)
    • Equals/hashcode methods (correct contract)
    • Copy constructor
    • toString()
    • Getter/setter for all fields (with correct naming convention).
      '
  • n/a

 

 

  • No labels