Package com.majorana.maj_orm.entities.ex1


package com.majorana.maj_orm.entities.ex1
  • Classes
    Class
    Description
    Article - An example Entity to persist to a DB, it uses the jakarta persistance @Column annotation to name the database table for each non transient and non static field
    The base entity any Maj DB entity is a super class of include integer id for sql dbs and a UUID for cassandra and a created, modified and deleted dates to provide a audit trail of usage of the data
    Category - An example Entity to persist to a DB, it uses the jakarta persistance @Column annotation to name the database table for each non transient and non static field
    Feed it uses the jakarta persistance @Column annotation to name the database table for each non transient and non static field
    An example table of names of the tables each entity is persisted too NOte the entityversion annotation, the Environment may spefic a version below the version list in the direcory, and if so the entire directory will be ignored for persistance, enabled rolling back DB changes without changing the code
    An example user class for persistance
    An example user persistance entity