META-INF.module-hbm.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.portal.workflow.metrics.service
Show all versions of com.liferay.portal.workflow.metrics.service
Liferay Portal Workflow Metrics Service
<?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd"> <hibernate-mapping auto-import="false" default-lazy="false"> <import class="com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinition" /> <import class="com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinitionVersion" /> <class dynamic-update="true" name="com.liferay.portal.workflow.metrics.model.impl.WorkflowMetricsSLADefinitionImpl" table="WMSLADefinition"> <id access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" column="wmSLADefinitionId" name="workflowMetricsSLADefinitionId" type="long"> <generator class="assigned" /> </id> <version access="com.liferay.portal.dao.orm.hibernate.PrivateFieldPropertyAccessor" name="mvccVersion" type="long" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" column="uuid_" name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="groupId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="companyId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="userId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="userName" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="createDate" type="org.hibernate.type.TimestampType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="modifiedDate" type="org.hibernate.type.TimestampType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" column="active_" name="active" type="com.liferay.portal.dao.orm.hibernate.BooleanType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="calendarKey" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="description" type="com.liferay.portal.dao.orm.hibernate.StringClobType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="duration" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="name" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="pauseNodeKeys" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="processId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="processVersion" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="startNodeKeys" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="stopNodeKeys" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="version" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="status" type="com.liferay.portal.dao.orm.hibernate.IntegerType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="statusByUserId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="statusByUserName" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="statusDate" type="org.hibernate.type.TimestampType" /> </class> <class dynamic-update="true" name="com.liferay.portal.workflow.metrics.model.impl.WorkflowMetricsSLADefinitionVersionImpl" table="WMSLADefinitionVersion"> <id access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" column="wmSLADefinitionVersionId" name="workflowMetricsSLADefinitionVersionId" type="long"> <generator class="assigned" /> </id> <version access="com.liferay.portal.dao.orm.hibernate.PrivateFieldPropertyAccessor" name="mvccVersion" type="long" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" column="uuid_" name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="groupId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="companyId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="userId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="userName" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="createDate" type="org.hibernate.type.TimestampType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="modifiedDate" type="org.hibernate.type.TimestampType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" column="active_" name="active" type="com.liferay.portal.dao.orm.hibernate.BooleanType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="calendarKey" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="description" type="com.liferay.portal.dao.orm.hibernate.StringClobType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="duration" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="name" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="pauseNodeKeys" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="processId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="processVersion" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="startNodeKeys" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="stopNodeKeys" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="version" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" column="wmSLADefinitionId" name="workflowMetricsSLADefinitionId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="status" type="com.liferay.portal.dao.orm.hibernate.IntegerType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="statusByUserId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="statusByUserName" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="statusDate" type="org.hibernate.type.TimestampType" /> </class> </hibernate-mapping>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy