-->
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
- "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+ "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
<!-- Generated Jul 27, 2015 3:05:00 PM by Hibernate Tools 3.4.0.CR1 -->
<hibernate-mapping>
<class name="org.openecomp.mso.requestsdb.InfraActiveRequests" table="INFRA_ACTIVE_REQUESTS">
<property name="operationContent" column="OPERATION_CONTENT" type="string" length="256"/>
<property name="progress" column="PROGRESS" type="string" length="256"/>
<property name="reason" column="REASON" type="string" length="256"/>
- <property name="operateAt" column="OPERATE_AT" type="timestamp" generated="insert" insert="false" update="false"/>
+ <property name="operateAt" type="timestamp" generated="insert" insert="false" update="false" not-null="true">
+ <column name="OPERATE_AT" default="CURRENT_TIMESTAMP"/>
+ </property>
<property name="finishedAt" column="FINISHED_AT" type="timestamp" generated="update" insert="false" update="false"/>
</class>
</hibernate-mapping>
<id name="siteName" type="string" column="SITE_NAME"/>
<property name="status" column="STATUS" type="boolean" length="256"/>
- <property name="created" column="CREATION_TIMESTAMP" type="timestamp" generated="insert" insert="false" update="false"/>
+ <property name="created" type="timestamp" generated="insert" insert="false" update="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
============LICENSE_END=========================================================\r
-->\r
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"\r
-"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">\r
+"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">\r
<!-- Generated Mar 29, 2017 4:25:31 PM by Hibernate Tools 3.4.0.CR1 -->\r
<hibernate-mapping>\r
<class name="org.openecomp.mso.db.catalog.beans.AllottedResource" table="ALLOTTED_RESOURCE">\r
<property name="description" type="java.lang.String" length="1200">\r
<column name="DESCRIPTION" />\r
</property>\r
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >\r
- <column name="CREATION_TIMESTAMP" not-null="true"/>\r
- </property>\r
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
+ </property>\r
</class>\r
</hibernate-mapping>\r
============LICENSE_END=========================================================
-->
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
-"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
<!-- Generated Dec 14, 2016 10:57:53 AM by Hibernate Tools 3.4.0.CR1 -->
<hibernate-mapping>
<class name="org.openecomp.mso.db.catalog.beans.AllottedResourceCustomization"
<property name="maxInstances" type="java.lang.Integer">
<column name="MAX_INSTANCES" />
</property>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
- </property>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
\ No newline at end of file
-->
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
-"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
<!-- Generated Aug 6, 2015 1:11:38 PM by Hibernate Tools 3.4.0.CR1 -->
<hibernate-mapping>
<class name="org.openecomp.mso.db.catalog.beans.HeatEnvironment" table="HEAT_ENVIRONMENT">
<property name="environment" type="text">
<column name="BODY" not-null="true"/>
</property>
- <property name="created" type="timestamp" generated="insert" insert="false" update="false">
- <column name="CREATION_TIMESTAMP" not-null="true"/>
- </property>
+ <property name="created" type="timestamp" generated="insert" insert="false" update="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
<property name="artifactChecksum" type="string">
<column name="ARTIFACT_CHECKSUM" length="200" default="'MANUAL RECORD'" not-null="false"/>
</property>
============LICENSE_END=========================================================\r
-->\r
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"\r
-"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">\r
+"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">\r
<!-- Generated Mar 31, 2017 3:39:01 PM by Hibernate Tools 3.4.0.CR1 -->\r
<hibernate-mapping>\r
<class name="org.openecomp.mso.db.catalog.beans.HeatFiles" table="HEAT_FILES">\r
<property name="fileBody" type="java.lang.String" not-null="true">\r
<column name="BODY" />\r
</property>\r
- <property name="created" type="java.sql.Timestamp" generated="insert" update="false" insert="false">\r
- <column name="CREATION_TIMESTAMP" not-null="true"/>\r
+ <property name="created" type="java.sql.Timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
</property>\r
<property name="artifactChecksum" type="java.lang.String" length="200" not-null="true">\r
<column name="ARTIFACT_CHECKSUM"/>\r
============LICENSE_END=========================================================
-->
-<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd" >
<hibernate-mapping package="org.openecomp.mso.db.catalog.beans">
<class name="HeatNestedTemplate" table="HEAT_NESTED_TEMPLATE">
<meta attribute="class-description">
</property>
<property name="timeoutMinutes" column="TIMEOUT_MINUTES" type="int"/>
<property name="description" column="DESCRIPTION" type="string" length="1200"/>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
- </property>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
<property name="artifactChecksum" type="string">
<column name="ARTIFACT_CHECKSUM" length="200" default="'MANUAL RECORD'" not-null="true"/>
</property>
<property name="modelVersion" column="MODEL_VERSION" type="string" length="20"/>
<property name="modelCustomizationId" column="MODEL_CUSTOMIZATION_ID" type="string" length="40"/>
<property name="modelCustomizationName" column="MODEL_CUSTOMIZATION_NAME" type="string" length="40"/>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
- </property>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
<map name="recipes" cascade="all">
<key column="MODEL_ID"/>
</property>
<property name="modelParamXSD" column="MODEL_PARAM_XSD" type="string" length="2048"/>
<property name="recipeTimeout" column="RECIPE_TIMEOUT" type="int"/>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
- </property>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
\ No newline at end of file
</property>
<property name="networkParamXSD" column="NETWORK_PARAM_XSD" type="string" length="2048"/>
<property name="recipeTimeout" column="RECIPE_TIMEOUT" type="int"/>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
- </property>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
\ No newline at end of file
<column name="AIC_VERSION_MAX" not-null="false" default="2.5" length="20"/>
</property>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
limitations under the License.
============LICENSE_END=========================================================
-->
-<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
<hibernate-mapping>
<class name="org.openecomp.mso.db.catalog.beans.NetworkResourceCustomization" table="NETWORK_RESOURCE_CUSTOMIZATION">
<property name="networkRole" type="java.lang.String" length="200">
<column name="NETWORK_ROLE" />
</property>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
</property>
</class>
</hibernate-mapping>
<property name="description" column="DESCRIPTION" type="string" length="1200"/>
<property name="toscaCsarArtifactUUID" column="TOSCA_CSAR_ARTIFACT_UUID" type="string" length="200" />
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
<property name="modelInvariantUUID" type="string">
<column name="MODEL_INVARIANT_UUID" default="'MANUAL_RECORD'" not-null="true" length="200"/>
</property>
</properties>\r
\r
<property name="orchestrationUri" type="string" column="ORCHESTRATION_URI" not-null="true" length="256"/>\r
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>\r
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
+ </property>\r
\r
<property name="action" column="ACTION" type="string" length="20" insert="false" update="false" />\r
<property name="version" column="VERSION_STR" type="string" length="20"/>\r
limitations under the License.
============LICENSE_END=========================================================
-->
-<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd" >
<hibernate-mapping package="org.openecomp.mso.db.catalog.beans">
<class name="ServiceToAllottedResources" table="SERVICE_TO_ALLOTTED_RESOURCES">
<meta attribute="class-description">
<column name="AR_MODEL_CUSTOMIZATION_UUID" length="200" not-null="true"/>
</key-property>
</composite-id>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
- </property>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
\ No newline at end of file
limitations under the License.
============LICENSE_END=========================================================
-->
-<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd" >
<hibernate-mapping package="org.openecomp.mso.db.catalog.beans">
<class name="ServiceToNetworks" table="SERVICE_TO_NETWORKS">
<meta attribute="class-description">
<column name="NETWORK_MODEL_CUSTOMIZATION_UUID" not-null="true" length="200"/>
</key-property>
</composite-id>
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
- </property>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
\ No newline at end of file
<key-property name="modelType" type="string" column="MODEL_TYPE" length="20" />\r
<key-property name="resourceModelCustomizationUUID" type="string" column="RESOURCE_MODEL_CUSTOMIZATION_UUID" length="200" />\r
</composite-id>\r
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>\r
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
+ </property>\r
<property name="serviceModelUUID" type="string" column="SERVICE_MODEL_UUID" length="200" not-null="true"/>\r
\r
</class>\r
limitations under the License.\r
============LICENSE_END=========================================================\r
-->\r
-<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >\r
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd" >\r
<hibernate-mapping package="org.openecomp.mso.db.catalog.beans">\r
<class name="TempNetworkHeatTemplateLookup" table="TEMP_NETWORK_HEAT_TEMPLATE_LOOKUP">\r
<meta attribute="class-description">\r
<property name="url" column="URL" type="string" length="200" not-null="true"/>\r
<property name="description" column="DESCRIPTION" type="string" length="1200"/>\r
\r
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>\r
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
+ </property>\r
\r
<set name="services" inverse="true" cascade="all">\r
<key column="TOSCA_CSAR_ARTIFACT_UUID" not-null="true" />\r
-->
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
-"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
<!-- Generated Apr 28, 2016 2:44:06 PM by Hibernate Tools 3.4.0.CR1 -->
<hibernate-mapping package="org.openecomp.mso.db.catalog.beans">
<class name="VfModule" table="VF_MODULE">
<property name="heatTemplateArtifactUUId" type="string" column="HEAT_TEMPLATE_ARTIFACT_UUID" length="200" not-null="true" />
<property name="volHeatTemplateArtifactUUId" type="string" column="VOL_HEAT_TEMPLATE_ARTIFACT_UUID" length="200" />
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" column ="CREATION_TIMESTAMP" not-null="true"/>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
\ No newline at end of file
============LICENSE_END=========================================================\r
-->\r
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"\r
-"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">\r
+"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">\r
<hibernate-mapping package="org.openecomp.mso.db.catalog.beans">\r
<class name="VfModuleCustomization" table="VF_MODULE_CUSTOMIZATION">\r
\r
<column name="VOL_ENVIRONMENT_ARTIFACT_UUID" length="200" not-null="false" />\r
</property>\r
\r
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >\r
- <column name="CREATION_TIMESTAMP" not-null="true"/>\r
- </property>\r
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
+ </property>\r
\r
<property name="heatEnvironmentArtifactUuid" type="java.lang.String">\r
<column name="HEAT_ENVIRONMENT_ARTIFACT_UUID" length="200" not-null="false" />\r
============LICENSE_END=========================================================
-->
-<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd" >
<hibernate-mapping package="org.openecomp.mso.db.catalog.beans">
<class name="VfModuleToHeatFiles" table="VF_MODULE_TO_HEAT_FILES">
<meta attribute="class-description">
<property name="heatTemplateId" column="HEAT_TEMPLATE_ID" type="int" />
<property name="heatEnvironmentId" column="HEAT_ENVIRONMENT_ID" type="int" />
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >
- <column name="CREATION_TIMESTAMP" not-null="true"/>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
</property>
</class>
</property>
<property name="vnfComponentParamXSD" column="VNF_COMPONENT_PARAM_XSD" type="string" length="2048"/>
<property name="recipeTimeout" column="RECIPE_TIMEOUT" type="int"/>
- <property name="created" column="CREATION_TIMESTAMP" type="timestamp" generated="insert" update="false" insert="false" />
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
<property name="vnfParamXSD" column="VNF_PARAM_XSD" type="string" length="2048"/>
<property name="recipeTimeout" column="RECIPE_TIMEOUT" type="int"/>
- <property name="created" column="CREATION_TIMESTAMP" type="timestamp" generated="insert" update="false" insert="false" />
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
</class>
</hibernate-mapping>
limitations under the License.\r
============LICENSE_END=========================================================\r
-->\r
-<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >\r
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd" >\r
<hibernate-mapping package="org.openecomp.mso.db.catalog.beans">\r
<class name="VnfResCustomToVfModuleCustom" table="VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM">\r
<meta attribute="class-description">\r
<key-property name="vfModuleCustModelCustomizationUuid" column="VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID" type="java.lang.String" length="200"/>\r
</composite-id> \r
\r
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" >\r
- <column name="CREATION_TIMESTAMP" not-null="true"/>\r
- </property>\r
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
+ </property>\r
\r
</class>\r
\r
<property name="aicVersionMin" type="string" column="AIC_VERSION_MIN" length="20"/>
<property name="aicVersionMax" type="string" column="AIC_VERSION_MAX" length="20"/>
<property name="heatTemplateArtifactUUId" type="string" column="HEAT_TEMPLATE_ARTIFACT_UUID" length="200" />
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
+ </property>
<set name="vnfResourceCustomizations" inverse="true" access="field" cascade="all">
<key column="VNF_RESOURCE_MODEL_UUID" not-null="true" />
<property name="nfNamingCode" column="NF_NAMING_CODE" type="string" length="200"/>\r
<property name="vnfResourceModelUuid" column="VNF_RESOURCE_MODEL_UUID" type="string" length="200" not-null="true" />\r
\r
- <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>\r
+ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
+ </property>\r
\r
<!--\r
<set name="vfModuleCustomizations" inverse="true" cascade="all">\r