META-INF.module-hbm.xml Maven / Gradle / Ivy
The newest version!
<?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.redirect.model.RedirectEntry" /> <import class="com.liferay.redirect.model.RedirectNotFoundEntry" /> <class dynamic-update="true" name="com.liferay.redirect.model.impl.RedirectEntryImpl" table="RedirectEntry"> <id access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="redirectEntryId" 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" name="destinationURL" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="expirationDate" type="org.hibernate.type.TimestampType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="lastOccurrenceDate" type="org.hibernate.type.TimestampType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" column="permanent_" name="permanent" type="com.liferay.portal.dao.orm.hibernate.BooleanType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="sourceURL" type="com.liferay.portal.dao.orm.hibernate.StringType" /> </class> <class dynamic-update="true" name="com.liferay.redirect.model.impl.RedirectNotFoundEntryImpl" table="RedirectNotFoundEntry"> <id access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="redirectNotFoundEntryId" 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" 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" name="ignored" type="com.liferay.portal.dao.orm.hibernate.BooleanType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="url" type="com.liferay.portal.dao.orm.hibernate.StringType" /> </class> </hibernate-mapping>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy