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