Esempio n. 1
0
 public QCompanyPK(Path<? extends CompanyPK> entity) {
   super(entity.getType(), entity.getMetadata());
 }
Esempio n. 2
0
 public SStore_customer(Path<? extends SStore_customer> path) {
   super(path.getType(), path.getMetadata(), "null", "store__customer_");
 }
Esempio n. 3
0
 public SCalendar(Path<? extends SCalendar> entity) {
   super(entity.getType(), entity.getMetadata(), "APP", "CALENDAR_");
 }
Esempio n. 4
0
 public QTaskHour(Path<? extends TaskHour> path) {
   this(
       path.getType(),
       path.getMetadata(),
       path.getMetadata().isRoot() ? INITS : PathInits.DEFAULT);
 }
Esempio n. 5
0
 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");
 }
Esempio n. 7
0
 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());
 }
Esempio n. 10
0
 public QFuncionalidad(Path<? extends Funcionalidad> entity) {
   super(entity.getType(), entity.getMetadata());
 }
Esempio n. 11
0
 public SEmployee(Path<? extends SEmployee> path) {
   super(path.getType(), path.getMetadata(), "null", "employee_");
 }