All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.module-hbm.xml Maven / Gradle / Ivy

There is a newer version: 3.0.4
Show newest version
<?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.calendar.model.Calendar" />
	<import class="com.liferay.calendar.model.CalendarBooking" />
	<import class="com.liferay.calendar.model.CalendarNotificationTemplate" />
	<import class="com.liferay.calendar.model.CalendarResource" />
	<class name="com.liferay.calendar.model.impl.CalendarImpl" table="Calendar">
		<id name="calendarId" type="long">
			<generator class="assigned" />
		</id>
		<property column="uuid_" name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<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="resourceBlockId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="calendarResourceId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="name" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="description" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="timeZoneId" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="color" type="com.liferay.portal.dao.orm.hibernate.IntegerType" />
		<property name="defaultCalendar" type="com.liferay.portal.dao.orm.hibernate.BooleanType" />
		<property name="enableComments" type="com.liferay.portal.dao.orm.hibernate.BooleanType" />
		<property name="enableRatings" type="com.liferay.portal.dao.orm.hibernate.BooleanType" />
		<property name="lastPublishDate" type="org.hibernate.type.TimestampType" />
	</class>
	<class name="com.liferay.calendar.model.impl.CalendarBookingImpl" table="CalendarBooking">
		<id name="calendarBookingId" type="long">
			<generator class="assigned" />
		</id>
		<property column="uuid_" name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<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="resourceBlockId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="calendarId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="calendarResourceId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="parentCalendarBookingId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property access="com.liferay.portal.dao.orm.hibernate.CamelCasePropertyAccessor" name="vEventUid" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="title" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="description" type="com.liferay.portal.dao.orm.hibernate.StringClobType" />
		<property name="location" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="startTime" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="endTime" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="allDay" type="com.liferay.portal.dao.orm.hibernate.BooleanType" />
		<property name="recurrence" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="firstReminder" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="firstReminderType" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="secondReminder" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="secondReminderType" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="lastPublishDate" type="org.hibernate.type.TimestampType" />
		<property name="status" type="com.liferay.portal.dao.orm.hibernate.IntegerType" />
		<property name="statusByUserId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="statusByUserName" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="statusDate" type="org.hibernate.type.TimestampType" />
	</class>
	<class name="com.liferay.calendar.model.impl.CalendarNotificationTemplateImpl" table="CalendarNotificationTemplate">
		<id name="calendarNotificationTemplateId" type="long">
			<generator class="assigned" />
		</id>
		<property column="uuid_" name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<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="calendarId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="notificationType" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="notificationTypeSettings" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="notificationTemplateType" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="subject" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="body" type="com.liferay.portal.dao.orm.hibernate.StringClobType" />
		<property name="lastPublishDate" type="org.hibernate.type.TimestampType" />
	</class>
	<class name="com.liferay.calendar.model.impl.CalendarResourceImpl" table="CalendarResource">
		<id name="calendarResourceId" type="long">
			<generator class="assigned" />
		</id>
		<property column="uuid_" name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<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="resourceBlockId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="classNameId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="classPK" type="com.liferay.portal.dao.orm.hibernate.LongType" />
		<property name="classUuid" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property column="code_" name="code" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="name" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property name="description" type="com.liferay.portal.dao.orm.hibernate.StringType" />
		<property column="active_" name="active" type="com.liferay.portal.dao.orm.hibernate.BooleanType" />
		<property name="lastPublishDate" type="org.hibernate.type.TimestampType" />
	</class>
</hibernate-mapping>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy