• R/O
  • SSH
  • HTTPS

libra: Commit


Commit MetaInfo

Révision152 (tree)
l'heure2010-10-19 17:46:03
Auteur(del#11147)

Message de Log

不要なものを排除し、exampleを再作成

Change Summary

Modification

--- trunk/libra/src/jp/co/totalsoft/libra/persistence/CayenneEntityObject.java (revision 151)
+++ trunk/libra/src/jp/co/totalsoft/libra/persistence/CayenneEntityObject.java (nonexistent)
@@ -1,27 +0,0 @@
1-/* LIBRAフレームワークプロジェクト
2- * 株式会社トータルソフト
3- * (C)Totalsoft co.,Ltd.All Rights Reserved.
4- *
5- * 作成日:2010/10/19
6- * 作成者:Masayasu Koizumi
7- *
8- */
9-package jp.co.totalsoft.libra.persistence;
10-
11-import org.apache.cayenne.CayenneDataObject;
12-
13-/**
14- * <B>概略: </B>TODO クラス論理名
15- * <PRE>
16- * TODO クラスの概要と責務
17- * </PRE>
18- * <B>詳細説明: </B>
19- * <PRE>
20- * </PRE>
21- * @author Masayasu Koizumi
22- * @since TODO 作成時のバージョン
23- * @since TODO 現在のバージョン
24- */
25-public abstract class CayenneEntityObject extends CayenneDataObject implements Entity {
26-
27-}
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
--- trunk/libra/src/jp/co/totalsoft/libra/persistence/CayenneEntity.java (nonexistent)
+++ trunk/libra/src/jp/co/totalsoft/libra/persistence/CayenneEntity.java (revision 152)
@@ -0,0 +1,27 @@
1+/* LIBRAフレームワークプロジェクト
2+ * 株式会社トータルソフト
3+ * (C)Totalsoft co.,Ltd.All Rights Reserved.
4+ *
5+ * 作成日:2010/10/19
6+ * 作成者:Masayasu Koizumi
7+ *
8+ */
9+package jp.co.totalsoft.libra.persistence;
10+
11+import org.apache.cayenne.CayenneDataObject;
12+
13+/**
14+ * <B>概略: </B>TODO クラス論理名
15+ * <PRE>
16+ * TODO クラスの概要と責務
17+ * </PRE>
18+ * <B>詳細説明: </B>
19+ * <PRE>
20+ * </PRE>
21+ * @author Masayasu Koizumi
22+ * @since TODO 作成時のバージョン
23+ * @since TODO 現在のバージョン
24+ */
25+public abstract class CayenneEntity extends CayenneDataObject implements Entity {
26+
27+}
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- trunk/libra/src/jp/co/totalsoft/libra/persistence/EntityContext.java (nonexistent)
+++ trunk/libra/src/jp/co/totalsoft/libra/persistence/EntityContext.java (revision 152)
@@ -0,0 +1,25 @@
1+/* LIBRAフレームワークプロジェクト
2+ * 株式会社トータルソフト
3+ * (C)Totalsoft co.,Ltd.All Rights Reserved.
4+ *
5+ * 作成日:2010/10/19
6+ * 作成者:Masayasu Koizumi
7+ *
8+ */
9+package jp.co.totalsoft.libra.persistence;
10+
11+/**
12+ * <B>概略: </B>TODO クラス論理名
13+ * <PRE>
14+ * TODO クラスの概要と責務
15+ * </PRE>
16+ * <B>詳細説明: </B>
17+ * <PRE>
18+ * </PRE>
19+ * @author Masayasu Koizumi
20+ * @since TODO 作成時のバージョン
21+ * @since TODO 現在のバージョン
22+ */
23+public interface EntityContext {
24+
25+}
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- trunk/libra/src/jp/co/totalsoft/libra/persistence/CayenneEntityContext.java (nonexistent)
+++ trunk/libra/src/jp/co/totalsoft/libra/persistence/CayenneEntityContext.java (revision 152)
@@ -0,0 +1,25 @@
1+/* LIBRAフレームワークプロジェクト
2+ * 株式会社トータルソフト
3+ * (C)Totalsoft co.,Ltd.All Rights Reserved.
4+ *
5+ * 作成日:2010/10/19
6+ * 作成者:Masayasu Koizumi
7+ *
8+ */
9+package jp.co.totalsoft.libra.persistence;
10+
11+/**
12+ * <B>概略: </B>TODO クラス論理名
13+ * <PRE>
14+ * TODO クラスの概要と責務
15+ * </PRE>
16+ * <B>詳細説明: </B>
17+ * <PRE>
18+ * </PRE>
19+ * @author Masayasu Koizumi
20+ * @since TODO 作成時のバージョン
21+ * @since TODO 現在のバージョン
22+ */
23+public class CayenneEntityContext implements EntityContext {
24+
25+}
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- trunk/libra/src/jp/co/totalsoft/libra/example/persistence/PersistenceExample.java (nonexistent)
+++ trunk/libra/src/jp/co/totalsoft/libra/example/persistence/PersistenceExample.java (revision 152)
@@ -0,0 +1,28 @@
1+/* LIBRAフレームワークプロジェクト
2+ * 株式会社トータルソフト
3+ * (C)Totalsoft co.,Ltd.All Rights Reserved.
4+ *
5+ * 作成日:2010/10/19
6+ * 作成者:Masayasu Koizumi
7+ *
8+ */
9+package jp.co.totalsoft.libra.example.persistence;
10+
11+/**
12+ * <B>概略: </B>TODO クラス論理名
13+ * <PRE>
14+ * TODO クラスの概要と責務
15+ * </PRE>
16+ * <B>詳細説明: </B>
17+ * <PRE>
18+ * </PRE>
19+ * @author Masayasu Koizumi
20+ * @since TODO 作成時のバージョン
21+ * @since TODO 現在のバージョン
22+ */
23+public class PersistenceExample {
24+
25+ public static void main(String[] args) throws Throwable {
26+
27+ }
28+}
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- trunk/libra/src/jp/co/totalsoft/libra/example/persistence/entity/generated/_Section.java (revision 151)
+++ trunk/libra/src/jp/co/totalsoft/libra/example/persistence/entity/generated/_Section.java (revision 152)
@@ -5,7 +5,7 @@
55
66 import jp.co.totalsoft.libra.example.persistence.entity.Company;
77 import jp.co.totalsoft.libra.example.persistence.entity.Employee;
8-import jp.co.totalsoft.libra.persistence.CayenneEntityObject;
8+import jp.co.totalsoft.libra.persistence.CayenneEntity;
99
1010 /**
1111 * Class _Section was generated by Cayenne.
@@ -13,7 +13,7 @@
1313 * since it may be overwritten next time code is regenerated.
1414 * If you need to make any customizations, please use subclass.
1515 */
16-public abstract class _Section extends CayenneEntityObject {
16+public abstract class _Section extends CayenneEntity {
1717
1818 public static final String DELETED_PROPERTY = "deleted";
1919 public static final String SECTION_NAME_PROPERTY = "sectionName";
--- trunk/libra/src/jp/co/totalsoft/libra/example/persistence/entity/generated/_Company.java (revision 151)
+++ trunk/libra/src/jp/co/totalsoft/libra/example/persistence/entity/generated/_Company.java (revision 152)
@@ -5,7 +5,7 @@
55
66 import jp.co.totalsoft.libra.example.persistence.entity.Office;
77 import jp.co.totalsoft.libra.example.persistence.entity.Section;
8-import jp.co.totalsoft.libra.persistence.CayenneEntityObject;
8+import jp.co.totalsoft.libra.persistence.CayenneEntity;
99
1010 /**
1111 * Class _Company was generated by Cayenne.
@@ -13,7 +13,7 @@
1313 * since it may be overwritten next time code is regenerated.
1414 * If you need to make any customizations, please use subclass.
1515 */
16-public abstract class _Company extends CayenneEntityObject {
16+public abstract class _Company extends CayenneEntity {
1717
1818 public static final String COMPANY_NAME_PROPERTY = "companyName";
1919 public static final String DELETED_PROPERTY = "deleted";
--- trunk/libra/src/jp/co/totalsoft/libra/example/persistence/entity/generated/_Office.java (revision 151)
+++ trunk/libra/src/jp/co/totalsoft/libra/example/persistence/entity/generated/_Office.java (revision 152)
@@ -3,7 +3,7 @@
33 import java.math.BigDecimal;
44
55 import jp.co.totalsoft.libra.example.persistence.entity.Company;
6-import jp.co.totalsoft.libra.persistence.CayenneEntityObject;
6+import jp.co.totalsoft.libra.persistence.CayenneEntity;
77
88 /**
99 * Class _Office was generated by Cayenne.
@@ -11,7 +11,7 @@
1111 * since it may be overwritten next time code is regenerated.
1212 * If you need to make any customizations, please use subclass.
1313 */
14-public abstract class _Office extends CayenneEntityObject {
14+public abstract class _Office extends CayenneEntity {
1515
1616 public static final String DELETED_PROPERTY = "deleted";
1717 public static final String OFFICE_ADDRESS_PROPERTY = "officeAddress";
--- trunk/libra/src/jp/co/totalsoft/libra/example/persistence/entity/generated/_Employee.java (revision 151)
+++ trunk/libra/src/jp/co/totalsoft/libra/example/persistence/entity/generated/_Employee.java (revision 152)
@@ -3,7 +3,7 @@
33 import java.math.BigDecimal;
44
55 import jp.co.totalsoft.libra.example.persistence.entity.Section;
6-import jp.co.totalsoft.libra.persistence.CayenneEntityObject;
6+import jp.co.totalsoft.libra.persistence.CayenneEntity;
77
88 /**
99 * Class _Employee was generated by Cayenne.
@@ -11,7 +11,7 @@
1111 * since it may be overwritten next time code is regenerated.
1212 * If you need to make any customizations, please use subclass.
1313 */
14-public abstract class _Employee extends CayenneEntityObject {
14+public abstract class _Employee extends CayenneEntity {
1515
1616 public static final String DELETED_PROPERTY = "deleted";
1717 public static final String EMPLOYEE_NAME_PROPERTY = "employeeName";
--- trunk/libra/resources/ExampleMap.map.xml (revision 151)
+++ trunk/libra/resources/ExampleMap.map.xml (revision 152)
@@ -6,7 +6,7 @@
66 <property name="defaultLockType" value="optimistic"/>
77 <property name="defaultPackage" value="jp.co.totalsoft.libra.example.persistence.entity"/>
88 <property name="defaultSchema" value="libra_example"/>
9- <property name="defaultSuperclass" value="jp.co.totalsoft.libra.persistence.CayenneEntityObject"/>
9+ <property name="defaultSuperclass" value="jp.co.totalsoft.libra.persistence.CayenneEntity"/>
1010 <db-entity name="company" schema="libra_example" catalog="libra_example">
1111 <db-attribute name="company_id" type="CHAR" isPrimaryKey="true" isMandatory="true" length="8"/>
1212 <db-attribute name="company_name" type="VARCHAR" isMandatory="true" length="256"/>
@@ -37,17 +37,17 @@
3737 <db-attribute name="section_name" type="VARCHAR" isMandatory="true" length="256"/>
3838 <db-attribute name="update_sequence" type="DECIMAL" isMandatory="true" length="16"/>
3939 </db-entity>
40- <obj-entity name="Company" className="jp.co.totalsoft.libra.example.persistence.entity.Company" lock-type="optimistic" dbEntityName="company" superClassName="jp.co.totalsoft.libra.persistence.CayenneEntityObject">
40+ <obj-entity name="Company" className="jp.co.totalsoft.libra.example.persistence.entity.Company" lock-type="optimistic" dbEntityName="company" superClassName="jp.co.totalsoft.libra.persistence.CayenneEntity">
4141 <obj-attribute name="companyName" type="java.lang.String" db-attribute-path="company_name"/>
4242 <obj-attribute name="deleted" type="java.lang.String" db-attribute-path="deleted"/>
4343 <obj-attribute name="updateSequence" type="java.math.BigDecimal" db-attribute-path="update_sequence"/>
4444 </obj-entity>
45- <obj-entity name="Employee" className="jp.co.totalsoft.libra.example.persistence.entity.Employee" lock-type="optimistic" dbEntityName="employee" superClassName="jp.co.totalsoft.libra.persistence.CayenneEntityObject">
45+ <obj-entity name="Employee" className="jp.co.totalsoft.libra.example.persistence.entity.Employee" lock-type="optimistic" dbEntityName="employee" superClassName="jp.co.totalsoft.libra.persistence.CayenneEntity">
4646 <obj-attribute name="deleted" type="java.lang.String" db-attribute-path="deleted"/>
4747 <obj-attribute name="employeeName" type="java.lang.String" db-attribute-path="employee_name"/>
4848 <obj-attribute name="updateSequence" type="java.math.BigDecimal" db-attribute-path="update_sequence"/>
4949 </obj-entity>
50- <obj-entity name="Office" className="jp.co.totalsoft.libra.example.persistence.entity.Office" lock-type="optimistic" dbEntityName="office" superClassName="jp.co.totalsoft.libra.persistence.CayenneEntityObject">
50+ <obj-entity name="Office" className="jp.co.totalsoft.libra.example.persistence.entity.Office" lock-type="optimistic" dbEntityName="office" superClassName="jp.co.totalsoft.libra.persistence.CayenneEntity">
5151 <obj-attribute name="deleted" type="java.lang.String" db-attribute-path="deleted"/>
5252 <obj-attribute name="officeAddress" type="java.lang.String" db-attribute-path="office_address"/>
5353 <obj-attribute name="officeName" type="java.lang.String" db-attribute-path="office_name"/>
@@ -54,7 +54,7 @@
5454 <obj-attribute name="officeTelephoneNumber" type="java.lang.String" db-attribute-path="office_telephone_number"/>
5555 <obj-attribute name="updateSequence" type="java.math.BigDecimal" db-attribute-path="update_sequence"/>
5656 </obj-entity>
57- <obj-entity name="Section" className="jp.co.totalsoft.libra.example.persistence.entity.Section" lock-type="optimistic" dbEntityName="section" superClassName="jp.co.totalsoft.libra.persistence.CayenneEntityObject">
57+ <obj-entity name="Section" className="jp.co.totalsoft.libra.example.persistence.entity.Section" lock-type="optimistic" dbEntityName="section" superClassName="jp.co.totalsoft.libra.persistence.CayenneEntity">
5858 <obj-attribute name="deleted" type="java.lang.String" db-attribute-path="deleted"/>
5959 <obj-attribute name="sectionName" type="java.lang.String" db-attribute-path="section_name"/>
6060 <obj-attribute name="updateSequence" type="java.math.BigDecimal" db-attribute-path="update_sequence"/>
Afficher sur ancien navigateur de dépôt.