diff options
Diffstat (limited to 'mso-catalog-db/src/main/resources')
-rw-r--r-- | mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml | 3 | ||||
-rw-r--r-- | mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml index 4a039a45c4..2ca823fcba 100644 --- a/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml +++ b/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml @@ -43,9 +43,6 @@ <property name="modelInstanceName" type="java.lang.String"> <column name="MODEL_INSTANCE_NAME" length="200" not-null="true"/> </property> - <!-- <property name="created" type="java.sql.Timestamp"> - <column name="CREATION_TIMESTAMP" /> - </property> --> <property name="created" type="timestamp" generated="insert" update="false" insert="false" > <column name="CREATION_TIMESTAMP" not-null="true"/> </property> diff --git a/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml index 401bca1f8d..b8287ed122 100644 --- a/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml +++ b/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml @@ -52,8 +52,5 @@ <property name="created" type="timestamp" generated="insert" update="false" insert="false" > <column name="CREATION_TIMESTAMP" not-null="true"/> </property> - <!-- <property name="created" type="java.sql.Timestamp"> - <column name="CREATION_TIMESTAMP" /> - </property> --> </class> </hibernate-mapping> |