META-INF.module-hbm.xml Maven / Gradle / Ivy
<?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.wsrp.model.WSRPConsumer" /> <import class="com.liferay.wsrp.model.WSRPConsumerPortlet" /> <import class="com.liferay.wsrp.model.WSRPProducer" /> <class name="com.liferay.wsrp.model.impl.WSRPConsumerImpl" table="WSRP_WSRPConsumer"> <id name="wsrpConsumerId" type="long"> <generator class="assigned" /> </id> <property column="uuid_" name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="companyId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <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="url" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="wsdl" type="com.liferay.portal.dao.orm.hibernate.StringClobType" /> <property name="registrationContextString" type="com.liferay.portal.dao.orm.hibernate.StringClobType" /> <property name="registrationPropertiesString" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="forwardCookies" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="forwardHeaders" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="markupCharacterSets" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="lastPublishDate" type="org.hibernate.type.TimestampType" /> </class> <class name="com.liferay.wsrp.model.impl.WSRPConsumerPortletImpl" table="WSRP_WSRPConsumerPortlet"> <id name="wsrpConsumerPortletId" type="long"> <generator class="assigned" /> </id> <property column="uuid_" name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="companyId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="createDate" type="org.hibernate.type.TimestampType" /> <property name="modifiedDate" type="org.hibernate.type.TimestampType" /> <property name="wsrpConsumerId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="name" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="portletHandle" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="lastPublishDate" type="org.hibernate.type.TimestampType" /> </class> <class name="com.liferay.wsrp.model.impl.WSRPProducerImpl" table="WSRP_WSRPProducer"> <id name="wsrpProducerId" 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="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="version" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="portletIds" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="lastPublishDate" type="org.hibernate.type.TimestampType" /> </class> </hibernate-mapping>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy