Package net.tangly.orm

  • Interface Summary 
    Interface Description
    Property<T extends net.tangly.bus.core.HasOid>
    Models the common attributes of an entity property.
    Relation<T extends net.tangly.bus.core.HasOid,​R extends net.tangly.bus.core.HasOid>
    Models a directional relation between two classes.
  • Class Summary 
    Class Description
    Dao<T extends net.tangly.bus.core.HasOid>
    Represents the mapping between a Java class and a relational database table containing the values of the instances of the class.
    DaoBuilder<T extends net.tangly.bus.core.HasOid>
    Builder for the table class.
    RecordDao<T extends net.tangly.bus.core.HasId>  
  • Enum Summary 
    Enum Description
    Property.ConverterType