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.tax.service
Show all versions of com.liferay.commerce.tax.service
Liferay Commerce Tax 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.commerce.tax.model.CommerceTaxMethod" /> <class name="com.liferay.commerce.tax.model.impl.CommerceTaxMethodImpl" table="CommerceTaxMethod"> <id name="commerceTaxMethodId" 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 name="name" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="description" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="engineKey" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="percentage" type="com.liferay.portal.dao.orm.hibernate.BooleanType" /> <property column="active_" name="active" type="com.liferay.portal.dao.orm.hibernate.BooleanType" /> </class> </hibernate-mapping>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy