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.invitation.invite.members.service
Show all versions of com.liferay.invitation.invite.members.service
Liferay Invitation Invite Members 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.invitation.invite.members.model.MemberRequest" /> <class name="com.liferay.invitation.invite.members.model.impl.MemberRequestImpl" table="IM_MemberRequest"> <id name="memberRequestId" type="long"> <generator class="assigned" /> </id> <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 column="key_" name="key" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="receiverUserId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="invitedRoleId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="invitedTeamId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="status" type="com.liferay.portal.dao.orm.hibernate.IntegerType" /> </class> </hibernate-mapping>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy