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.commerce.wish.list.service
Show all versions of com.liferay.commerce.wish.list.service
Liferay Commerce Wish List Service
<?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.commerce.wish.list.model.CommerceWishList" /> <import class="com.liferay.commerce.wish.list.model.CommerceWishListItem" /> <class dynamic-update="true" name="com.liferay.commerce.wish.list.model.impl.CommerceWishListImpl" table="CommerceWishList"> <id access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="commerceWishListId" 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="name" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="defaultWishList" type="com.liferay.portal.dao.orm.hibernate.BooleanType" /> </class> <class dynamic-update="true" name="com.liferay.commerce.wish.list.model.impl.CommerceWishListItemImpl" table="CommerceWishListItem"> <id access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="commerceWishListItemId" 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="commerceWishListId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="CPInstanceUuid" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="CProductId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property access="com.liferay.portal.dao.orm.hibernate.MethodPropertyAccessor" name="json" type="com.liferay.portal.dao.orm.hibernate.StringClobType" /> </class> </hibernate-mapping>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy