Package org.apache.torque.map

Examples of org.apache.torque.map.TableMap.addColumn()


        tMap.setPrimaryKeyMethodInfo(tMap.getName());

              tMap.addPrimaryKey("EMAIL_INBOX.EMAIL_INBOX_ID", new Integer(0));
                    tMap.addColumn("EMAIL_INBOX.MESSAGE_ID", new String());
                    tMap.addColumn("EMAIL_INBOX.FILENAME", new String());
                    tMap.addColumn("EMAIL_INBOX.ATTACHMENT", new Object());
                    tMap.addColumn("EMAIL_INBOX.READFLAG", new Integer(0));
          }
}
View Full Code Here


              tMap.addPrimaryKey("EMAIL_INBOX.EMAIL_INBOX_ID", new Integer(0));
                    tMap.addColumn("EMAIL_INBOX.MESSAGE_ID", new String());
                    tMap.addColumn("EMAIL_INBOX.FILENAME", new String());
                    tMap.addColumn("EMAIL_INBOX.ATTACHMENT", new Object());
                    tMap.addColumn("EMAIL_INBOX.READFLAG", new Integer(0));
          }
}
View Full Code Here

        tMap.setPrimaryKeyMethod(TableMap.NATIVE);

        tMap.setPrimaryKeyMethodInfo("COFFEES_SEQ");

              tMap.addPrimaryKey("COFFEES.COFFEE_ID", new Integer(0));
                    tMap.addColumn("COFFEES.COFFEE_NAME", new String());
                    tMap.addColumn("COFFEES.SUPPLIER_ID", new Integer(0));
                    tMap.addColumn("COFFEES.PRICE", new Double(0));
                    tMap.addColumn("COFFEES.SALES", new Integer(0));
                    tMap.addColumn("COFFEES.TOTAL", new Integer(0));
          }
View Full Code Here

        tMap.setPrimaryKeyMethodInfo("COFFEES_SEQ");

              tMap.addPrimaryKey("COFFEES.COFFEE_ID", new Integer(0));
                    tMap.addColumn("COFFEES.COFFEE_NAME", new String());
                    tMap.addColumn("COFFEES.SUPPLIER_ID", new Integer(0));
                    tMap.addColumn("COFFEES.PRICE", new Double(0));
                    tMap.addColumn("COFFEES.SALES", new Integer(0));
                    tMap.addColumn("COFFEES.TOTAL", new Integer(0));
          }
}
View Full Code Here

        tMap.setPrimaryKeyMethodInfo("COFFEES_SEQ");

              tMap.addPrimaryKey("COFFEES.COFFEE_ID", new Integer(0));
                    tMap.addColumn("COFFEES.COFFEE_NAME", new String());
                    tMap.addColumn("COFFEES.SUPPLIER_ID", new Integer(0));
                    tMap.addColumn("COFFEES.PRICE", new Double(0));
                    tMap.addColumn("COFFEES.SALES", new Integer(0));
                    tMap.addColumn("COFFEES.TOTAL", new Integer(0));
          }
}
View Full Code Here

              tMap.addPrimaryKey("COFFEES.COFFEE_ID", new Integer(0));
                    tMap.addColumn("COFFEES.COFFEE_NAME", new String());
                    tMap.addColumn("COFFEES.SUPPLIER_ID", new Integer(0));
                    tMap.addColumn("COFFEES.PRICE", new Double(0));
                    tMap.addColumn("COFFEES.SALES", new Integer(0));
                    tMap.addColumn("COFFEES.TOTAL", new Integer(0));
          }
}
View Full Code Here

              tMap.addPrimaryKey("COFFEES.COFFEE_ID", new Integer(0));
                    tMap.addColumn("COFFEES.COFFEE_NAME", new String());
                    tMap.addColumn("COFFEES.SUPPLIER_ID", new Integer(0));
                    tMap.addColumn("COFFEES.PRICE", new Double(0));
                    tMap.addColumn("COFFEES.SALES", new Integer(0));
                    tMap.addColumn("COFFEES.TOTAL", new Integer(0));
          }
}
View Full Code Here

        tMap.setPrimaryKeyMethod(TableMap.NATIVE);

        tMap.setPrimaryKeyMethodInfo("JETSPEED_ROLE_PROFILE_SEQ");

              tMap.addPrimaryKey("JETSPEED_ROLE_PROFILE.PSML_ID", new Integer(0));
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.ROLE_NAME", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.MEDIA_TYPE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.LANGUAGE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.COUNTRY", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.PAGE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.PROFILE", new Object());
View Full Code Here

        tMap.setPrimaryKeyMethodInfo("JETSPEED_ROLE_PROFILE_SEQ");

              tMap.addPrimaryKey("JETSPEED_ROLE_PROFILE.PSML_ID", new Integer(0));
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.ROLE_NAME", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.MEDIA_TYPE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.LANGUAGE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.COUNTRY", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.PAGE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.PROFILE", new Object());
          }
View Full Code Here

        tMap.setPrimaryKeyMethodInfo("JETSPEED_ROLE_PROFILE_SEQ");

              tMap.addPrimaryKey("JETSPEED_ROLE_PROFILE.PSML_ID", new Integer(0));
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.ROLE_NAME", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.MEDIA_TYPE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.LANGUAGE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.COUNTRY", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.PAGE", new String());
                    tMap.addColumn("JETSPEED_ROLE_PROFILE.PROFILE", new Object());
          }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.