Package org.minijax.dao

  • Interface Summary
    Interface Description
    BaseDao
    The Dao class is the interface for all database access.
    BaseEntity
    The BaseEntity class is the abstract base class for all web primitives.
    NamedEntity
    The NamedEntity class is a base class for web entities with names.
  • Class Summary
    Class Description
    Avatar
    The Avatar class represents an avatar or profile picture for an entity.
    DefaultBaseDao
    The Dao class is the interface for all database access.
    DefaultBaseEntity
    The BaseEntity class is the abstract base class for all web primitives.
    DefaultNamedEntity
    The NamedEntity class is a base class for web entities with names.
  • Exception Summary
    Exception Description
    ConflictException
    The ConflictException represents a HTTP 409 error.