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.document.library.service
Show all versions of com.liferay.document.library.service
Liferay Document Library 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.document.library.model.DLFileVersionPreview" /> <class name="com.liferay.document.library.model.impl.DLFileVersionPreviewImpl" table="DLFileVersionPreview"> <id name="dlFileVersionPreviewId" type="long"> <generator class="assigned" /> </id> <property name="groupId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="fileEntryId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="fileVersionId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="previewStatus" type="com.liferay.portal.dao.orm.hibernate.IntegerType" /> </class> </hibernate-mapping>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy