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.background.task.service
Show all versions of com.liferay.portal.background.task.service
Liferay Portal Background Task Service
<?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <hibernate-mapping auto-import="false" default-lazy="false"> <import class="com.liferay.portal.background.task.model.BackgroundTask" /> <class dynamic-update="true" name="com.liferay.portal.background.task.model.impl.BackgroundTaskImpl" table="BackgroundTask"> <id name="backgroundTaskId" type="long"> <generator class="assigned" /> </id> <version access="com.liferay.portal.dao.orm.hibernate.PrivatePropertyAccessor" name="mvccVersion" type="long" /> <property name="groupId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="companyId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="userId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="userName" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="createDate" type="org.hibernate.type.TimestampType" /> <property name="modifiedDate" type="org.hibernate.type.TimestampType" /> <property name="name" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="servletContextNames" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="taskExecutorClassName" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="taskContextMap" type="com.liferay.portal.dao.orm.hibernate.MapType" /> <property name="completed" type="com.liferay.portal.dao.orm.hibernate.BooleanType" /> <property name="completionDate" type="org.hibernate.type.TimestampType" /> <property name="status" type="com.liferay.portal.dao.orm.hibernate.IntegerType" /> <property name="statusMessage" type="com.liferay.portal.dao.orm.hibernate.StringClobType" /> </class> </hibernate-mapping>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy