Package org.litebridgedb.orm.annotation


package org.litebridgedb.orm.annotation
Litebridge ORM entity annotations

Optional annotations used to provide metadata to specify entity-table mappings.

  • Annotation Interfaces
    Class
    Description
    Specifies additional superinterfaces of the entity class that will be recognised by Litebridge relational mapping if used in collections.
    Annotation used to define mapping between a Java field or method and a database column.
    Annotation used to define a many-to-many relationship between two entities in the context of Object-Relational Mapping (ORM).
    Annotation that establishes a one-to-many relationship between two entities in the context of Object-Relational Mapping (ORM).
    Annotation that designates a class as corresponding to a database table (i.e. an entity).