Uses of Class
com.echothree.model.jooq.server.records.employee.Leaves
Packages that use Leaves
Package
Description
-
Uses of Leaves in com.echothree.model.jooq.server.keys.employee
Fields in com.echothree.model.jooq.server.keys.employee with type parameters of type LeavesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LeaveDetails, Leaves> EmployeeForeignKeys.LEAVE_DETAILS_LEAVE_FKstatic final org.jooq.ForeignKey<Leaves, LeaveDetails> EmployeeForeignKeys.LEAVES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Leaves> EmployeeUniqueKeys.LEAVES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Leaves, LeaveDetails> EmployeeForeignKeys.LEAVES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Leaves> EmployeeUniqueKeys.LEAVES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Leaves> EmployeeUniqueKeys.LEAVES_PK -
Uses of Leaves in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type LeavesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Leaves, LeaveDetailPK> Leaves.ACTIVE_DETAILThe columnleaves.lv_activedetailid.final org.jooq.TableField<Leaves, LeaveDetailPK> Leaves.LAST_DETAILThe columnleaves.lv_lastdetailid.Leaves.LEAVEThe columnleaves.lv_leaveid.Methods in com.echothree.model.jooq.server.tables.employee that return types with arguments of type LeavesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Leaves> Leaves.getPrimaryKey()Leaves.getRecordType()The class holding records for this typeLeaves.getReferences()Leaves.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.employee with type arguments of type LeavesModifierConstructorDescriptionLeaves(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Leaves> childPath, org.jooq.InverseForeignKey<O, Leaves> parentPath) Leaves(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Leaves> childPath, org.jooq.InverseForeignKey<O, Leaves> parentPath) LeavesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Leaves> childPath, org.jooq.InverseForeignKey<O, Leaves> parentPath) LeavesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Leaves> childPath, org.jooq.InverseForeignKey<O, Leaves> parentPath)