public QCompanyPK(Path<? extends CompanyPK> entity) { super(entity.getType(), entity.getMetadata()); }
public SStore_customer(Path<? extends SStore_customer> path) { super(path.getType(), path.getMetadata(), "null", "store__customer_"); }
public SCalendar(Path<? extends SCalendar> entity) { super(entity.getType(), entity.getMetadata(), "APP", "CALENDAR_"); }
public QTaskHour(Path<? extends TaskHour> path) { this( path.getType(), path.getMetadata(), path.getMetadata().isRoot() ? INITS : PathInits.DEFAULT); }
public SOrder(Path<? extends SOrder> entity) { super(entity.getType(), entity.getMetadata(), "APP", "ORDER_"); }
/** * Path based constructor * * @param path the path for this entity */ public QPhorumUserNewflags(Path<? extends PhorumUserNewflags> path) { super(path.getType(), path.getMetadata(), "null", "phorum_user_newflags"); }
public SNamed(Path<? extends SNamed> entity) { super(entity.getType(), entity.getMetadata(), "APP", "NAMED_"); }
public SOrderDELIVEREDITEMINDICES2(Path<? extends SOrderDELIVEREDITEMINDICES2> path) { super(path.getType(), path.getMetadata(), "null", "Order_DELIVEREDITEMINDICES"); }
public QEntity(Path<? extends Entity> entity) { super(entity.getType(), entity.getMetadata()); }
public QFuncionalidad(Path<? extends Funcionalidad> entity) { super(entity.getType(), entity.getMetadata()); }
public SEmployee(Path<? extends SEmployee> path) { super(path.getType(), path.getMetadata(), "null", "employee_"); }