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

META-INF.portal-orm.xml Maven / Gradle / Ivy

There is a newer version: 7.0.0-nightly
Show newest version
<?xml version="1.0"?>

<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd">
	<persistence-unit-metadata>
		<xml-mapping-metadata-complete/>
		<persistence-unit-defaults>
			<access>PROPERTY</access>
		</persistence-unit-defaults>
	</persistence-unit-metadata>
	<mapped-superclass class="com.liferay.counter.model.impl.CounterModelImpl">
		<attributes>
			<id name="name" />
			<basic name="currentId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.AccountModelImpl">
		<attributes>
			<id name="accountId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="parentAccountId" />
			<basic name="name" />
			<basic name="legalName" />
			<basic name="legalId" />
			<basic name="legalType" />
			<basic name="sicCode" />
			<basic name="tickerSymbol" />
			<basic name="industry" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="size">
				<column name="SIZE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.AddressModelImpl">
		<attributes>
			<id name="addressId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="street1" />
			<basic name="street2" />
			<basic name="street3" />
			<basic name="city" />
			<basic name="zip" />
			<basic name="regionId" />
			<basic name="countryId" />
			<basic name="typeId" />
			<basic name="mailing" />
			<basic name="primary">
				<column name="PRIMARY_" />
			</basic>
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.BackgroundTaskModelImpl">
		<attributes>
			<id name="backgroundTaskId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="servletContextNames" />
			<basic name="taskExecutorClassName" />
			<basic name="taskContext" />
			<basic name="completed" />
			<basic name="completionDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="status" />
			<basic name="statusMessage" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.BrowserTrackerModelImpl">
		<attributes>
			<id name="browserTrackerId" />
			<basic name="userId" />
			<basic name="browserKey" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ClassNameModelImpl">
		<attributes>
			<id name="classNameId" />
			<basic name="value" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ClusterGroupModelImpl">
		<attributes>
			<id name="clusterGroupId" />
			<basic name="name" />
			<basic name="clusterNodeIds" />
			<basic name="wholeCluster" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.CompanyModelImpl">
		<attributes>
			<id name="companyId" />
			<basic name="accountId" />
			<basic name="webId" />
			<basic name="key">
				<column name="KEY_" />
			</basic>
			<basic name="mx" />
			<basic name="homeURL" />
			<basic name="logoId" />
			<basic name="system" />
			<basic name="maxUsers" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="keyObj" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="virtualHostname" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ContactModelImpl">
		<attributes>
			<id name="contactId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="accountId" />
			<basic name="parentContactId" />
			<basic name="emailAddress" />
			<basic name="firstName" />
			<basic name="middleName" />
			<basic name="lastName" />
			<basic name="prefixId" />
			<basic name="suffixId" />
			<basic name="male" />
			<basic name="birthday">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="smsSn" />
			<basic name="aimSn" />
			<basic name="facebookSn" />
			<basic name="icqSn" />
			<basic name="jabberSn" />
			<basic name="msnSn" />
			<basic name="mySpaceSn" />
			<basic name="skypeSn" />
			<basic name="twitterSn" />
			<basic name="ymSn" />
			<basic name="employeeStatusId" />
			<basic name="employeeNumber" />
			<basic name="jobTitle" />
			<basic name="jobClass" />
			<basic name="hoursOfOperation" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.CountryModelImpl">
		<attributes>
			<id name="countryId" />
			<basic name="name" />
			<basic name="a2" />
			<basic name="a3" />
			<basic name="number">
				<column name="NUMBER_" />
			</basic>
			<basic name="idd">
				<column name="IDD_" />
			</basic>
			<basic name="zipRequired" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.EmailAddressModelImpl">
		<attributes>
			<id name="emailAddressId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="address" />
			<basic name="typeId" />
			<basic name="primary">
				<column name="PRIMARY_" />
			</basic>
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.GroupModelImpl">
		<attributes>
			<id name="groupId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="creatorUserId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="parentGroupId" />
			<basic name="liveGroupId" />
			<basic name="treePath" />
			<basic name="name" />
			<basic name="description" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="typeSettings" />
			<basic name="manualMembership" />
			<basic name="membershipRestriction" />
			<basic name="friendlyURL" />
			<basic name="site" />
			<basic name="remoteStagingGroupCount" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="className" />
			<transient name="creatorUserUuid" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ImageModelImpl">
		<attributes>
			<id name="imageId" />
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="height" />
			<basic name="width" />
			<basic name="size">
				<column name="SIZE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LayoutModelImpl">
		<attributes>
			<id name="plid" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="privateLayout" />
			<basic name="layoutId" />
			<basic name="parentLayoutId" />
			<basic name="name" />
			<basic name="title" />
			<basic name="description" />
			<basic name="keywords" />
			<basic name="robots" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="typeSettings" />
			<basic name="hidden">
				<column name="HIDDEN_" />
			</basic>
			<basic name="friendlyURL" />
			<basic name="iconImage" />
			<basic name="iconImageId" />
			<basic name="themeId" />
			<basic name="colorSchemeId" />
			<basic name="wapThemeId" />
			<basic name="wapColorSchemeId" />
			<basic name="css" />
			<basic name="priority" />
			<basic name="layoutPrototypeUuid" />
			<basic name="layoutPrototypeLinkEnabled" />
			<basic name="sourcePrototypeLayoutUuid" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="keywordsCurrentLanguageId" />
			<transient name="keywordsMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="robotsCurrentLanguageId" />
			<transient name="robotsMap" />
			<transient name="titleCurrentLanguageId" />
			<transient name="titleMap" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LayoutBranchModelImpl">
		<attributes>
			<id name="LayoutBranchId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="layoutSetBranchId" />
			<basic name="plid" />
			<basic name="name" />
			<basic name="description" />
			<basic name="master" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LayoutFriendlyURLModelImpl">
		<attributes>
			<id name="layoutFriendlyURLId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="plid" />
			<basic name="privateLayout" />
			<basic name="friendlyURL" />
			<basic name="languageId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LayoutPrototypeModelImpl">
		<attributes>
			<id name="layoutPrototypeId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="description" />
			<basic name="settings">
				<column name="SETTINGS_" />
			</basic>
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LayoutRevisionModelImpl">
		<attributes>
			<id name="layoutRevisionId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="layoutSetBranchId" />
			<basic name="layoutBranchId" />
			<basic name="parentLayoutRevisionId" />
			<basic name="head" />
			<basic name="major" />
			<basic name="plid" />
			<basic name="privateLayout" />
			<basic name="name" />
			<basic name="title" />
			<basic name="description" />
			<basic name="keywords" />
			<basic name="robots" />
			<basic name="typeSettings" />
			<basic name="iconImage" />
			<basic name="iconImageId" />
			<basic name="themeId" />
			<basic name="colorSchemeId" />
			<basic name="wapThemeId" />
			<basic name="wapColorSchemeId" />
			<basic name="css" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="keywordsCurrentLanguageId" />
			<transient name="keywordsMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="robotsCurrentLanguageId" />
			<transient name="robotsMap" />
			<transient name="statusByUserUuid" />
			<transient name="titleCurrentLanguageId" />
			<transient name="titleMap" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LayoutSetModelImpl">
		<attributes>
			<id name="layoutSetId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="privateLayout" />
			<basic name="logo" />
			<basic name="logoId" />
			<basic name="themeId" />
			<basic name="colorSchemeId" />
			<basic name="wapThemeId" />
			<basic name="wapColorSchemeId" />
			<basic name="css" />
			<basic name="pageCount" />
			<basic name="settings">
				<column name="SETTINGS_" />
			</basic>
			<basic name="layoutSetPrototypeUuid" />
			<basic name="layoutSetPrototypeLinkEnabled" />
			<transient name="companyFallbackVirtualHostname" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="virtualHostname" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LayoutSetBranchModelImpl">
		<attributes>
			<id name="layoutSetBranchId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="privateLayout" />
			<basic name="name" />
			<basic name="description" />
			<basic name="master" />
			<basic name="logo" />
			<basic name="logoId" />
			<basic name="themeId" />
			<basic name="colorSchemeId" />
			<basic name="wapThemeId" />
			<basic name="wapColorSchemeId" />
			<basic name="css" />
			<basic name="settings">
				<column name="SETTINGS_" />
			</basic>
			<basic name="layoutSetPrototypeUuid" />
			<basic name="layoutSetPrototypeLinkEnabled" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl">
		<attributes>
			<id name="layoutSetPrototypeId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="description" />
			<basic name="settings">
				<column name="SETTINGS_" />
			</basic>
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ListTypeModelImpl">
		<attributes>
			<id name="listTypeId" />
			<basic name="name" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.LockModelImpl">
		<attributes>
			<id name="lockId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="className" />
			<basic name="key">
				<column name="KEY_" />
			</basic>
			<basic name="owner" />
			<basic name="inheritable" />
			<basic name="expirationDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.MembershipRequestModelImpl">
		<attributes>
			<id name="membershipRequestId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="comments" />
			<basic name="replyComments" />
			<basic name="replyDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="replierUserId" />
			<basic name="statusId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="replierUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.OrganizationModelImpl">
		<attributes>
			<id name="organizationId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="parentOrganizationId" />
			<basic name="treePath" />
			<basic name="name" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="recursable" />
			<basic name="regionId" />
			<basic name="countryId" />
			<basic name="statusId" />
			<basic name="comments" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.OrgGroupRoleModelImpl">
		<id-class class="com.liferay.portal.service.persistence.OrgGroupRolePK" />
		<attributes>
			<id name="organizationId" />
			<id name="groupId" />
			<id name="roleId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.OrgLaborModelImpl">
		<attributes>
			<id name="orgLaborId" />
			<basic name="organizationId" />
			<basic name="typeId" />
			<basic name="sunOpen" />
			<basic name="sunClose" />
			<basic name="monOpen" />
			<basic name="monClose" />
			<basic name="tueOpen" />
			<basic name="tueClose" />
			<basic name="wedOpen" />
			<basic name="wedClose" />
			<basic name="thuOpen" />
			<basic name="thuClose" />
			<basic name="friOpen" />
			<basic name="friClose" />
			<basic name="satOpen" />
			<basic name="satClose" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PasswordPolicyModelImpl">
		<attributes>
			<id name="passwordPolicyId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="defaultPolicy" />
			<basic name="name" />
			<basic name="description" />
			<basic name="changeable" />
			<basic name="changeRequired" />
			<basic name="minAge" />
			<basic name="checkSyntax" />
			<basic name="allowDictionaryWords" />
			<basic name="minAlphanumeric" />
			<basic name="minLength" />
			<basic name="minLowerCase" />
			<basic name="minNumbers" />
			<basic name="minSymbols" />
			<basic name="minUpperCase" />
			<basic name="regex" />
			<basic name="history" />
			<basic name="historyCount" />
			<basic name="expireable" />
			<basic name="maxAge" />
			<basic name="warningTime" />
			<basic name="graceLimit" />
			<basic name="lockout" />
			<basic name="maxFailure" />
			<basic name="lockoutDuration" />
			<basic name="requireUnlock" />
			<basic name="resetFailureCount" />
			<basic name="resetTicketMaxAge" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PasswordPolicyRelModelImpl">
		<attributes>
			<id name="passwordPolicyRelId" />
			<basic name="passwordPolicyId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PasswordTrackerModelImpl">
		<attributes>
			<id name="passwordTrackerId" />
			<basic name="userId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="password">
				<column name="PASSWORD_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PhoneModelImpl">
		<attributes>
			<id name="phoneId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="number">
				<column name="NUMBER_" />
			</basic>
			<basic name="extension" />
			<basic name="typeId" />
			<basic name="primary">
				<column name="PRIMARY_" />
			</basic>
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PluginSettingModelImpl">
		<attributes>
			<id name="pluginSettingId" />
			<basic name="companyId" />
			<basic name="pluginId" />
			<basic name="pluginType" />
			<basic name="roles" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PortalPreferencesModelImpl">
		<attributes>
			<id name="portalPreferencesId" />
			<basic name="ownerId" />
			<basic name="ownerType" />
			<basic name="preferences" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PortletModelImpl">
		<attributes>
			<id name="id">
				<column name="ID_" />
			</id>
			<basic name="companyId" />
			<basic name="portletId" />
			<basic name="roles" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PortletItemModelImpl">
		<attributes>
			<id name="portletItemId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="portletId" />
			<basic name="classNameId" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.PortletPreferencesModelImpl">
		<attributes>
			<id name="portletPreferencesId" />
			<basic name="ownerId" />
			<basic name="ownerType" />
			<basic name="plid" />
			<basic name="portletId" />
			<basic name="preferences" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.RegionModelImpl">
		<attributes>
			<id name="regionId" />
			<basic name="countryId" />
			<basic name="regionCode" />
			<basic name="name" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ReleaseModelImpl">
		<attributes>
			<id name="releaseId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="servletContextName" />
			<basic name="buildNumber" />
			<basic name="buildDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="verified" />
			<basic name="state">
				<column name="STATE_" />
			</basic>
			<basic name="testString" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.RepositoryModelImpl">
		<attributes>
			<id name="repositoryId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="name" />
			<basic name="description" />
			<basic name="portletId" />
			<basic name="typeSettings" />
			<basic name="dlFolderId" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.RepositoryEntryModelImpl">
		<attributes>
			<id name="repositoryEntryId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="repositoryId" />
			<basic name="mappedId" />
			<basic name="manualCheckInRequired" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ResourceActionModelImpl">
		<attributes>
			<id name="resourceActionId" />
			<basic name="name" />
			<basic name="actionId" />
			<basic name="bitwiseValue" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ResourceBlockModelImpl">
		<attributes>
			<id name="resourceBlockId" />
			<basic name="companyId" />
			<basic name="groupId" />
			<basic name="name" />
			<basic name="permissionsHash" />
			<basic name="referenceCount" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ResourceBlockPermissionModelImpl">
		<attributes>
			<id name="resourceBlockPermissionId" />
			<basic name="resourceBlockId" />
			<basic name="roleId" />
			<basic name="actionIds" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ResourcePermissionModelImpl">
		<attributes>
			<id name="resourcePermissionId" />
			<basic name="companyId" />
			<basic name="name" />
			<basic name="scope" />
			<basic name="primKey" />
			<basic name="roleId" />
			<basic name="ownerId" />
			<basic name="actionIds" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ResourceTypePermissionModelImpl">
		<attributes>
			<id name="resourceTypePermissionId" />
			<basic name="companyId" />
			<basic name="groupId" />
			<basic name="name" />
			<basic name="roleId" />
			<basic name="actionIds" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.RoleModelImpl">
		<attributes>
			<id name="roleId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="name" />
			<basic name="title" />
			<basic name="description" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="subtype" />
			<transient name="className" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="titleCurrentLanguageId" />
			<transient name="titleMap" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ServiceComponentModelImpl">
		<attributes>
			<id name="serviceComponentId" />
			<basic name="buildNamespace" />
			<basic name="buildNumber" />
			<basic name="buildDate" />
			<basic name="data">
				<column name="DATA_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.ShardModelImpl">
		<attributes>
			<id name="shardId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="name" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.SubscriptionModelImpl">
		<attributes>
			<id name="subscriptionId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="frequency" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.SystemEventModelImpl">
		<attributes>
			<id name="systemEventId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="classUuid" />
			<basic name="referrerClassNameId" />
			<basic name="parentSystemEventId" />
			<basic name="systemEventSetKey" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="extraData" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.TeamModelImpl">
		<attributes>
			<id name="teamId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="groupId" />
			<basic name="name" />
			<basic name="description" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.TicketModelImpl">
		<attributes>
			<id name="ticketId" />
			<basic name="companyId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="key">
				<column name="KEY_" />
			</basic>
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="extraInfo" />
			<basic name="expirationDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserModelImpl">
		<attributes>
			<id name="userId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="defaultUser" />
			<basic name="contactId" />
			<basic name="password">
				<column name="PASSWORD_" />
			</basic>
			<basic name="passwordEncrypted" />
			<basic name="passwordReset" />
			<basic name="passwordModifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="digest" />
			<basic name="reminderQueryQuestion" />
			<basic name="reminderQueryAnswer" />
			<basic name="graceLoginCount" />
			<basic name="screenName" />
			<basic name="emailAddress" />
			<basic name="facebookId" />
			<basic name="ldapServerId" />
			<basic name="openId" />
			<basic name="portraitId" />
			<basic name="languageId" />
			<basic name="timeZoneId" />
			<basic name="greeting" />
			<basic name="comments" />
			<basic name="firstName" />
			<basic name="middleName" />
			<basic name="lastName" />
			<basic name="jobTitle" />
			<basic name="loginDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="loginIP" />
			<basic name="lastLoginDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="lastLoginIP" />
			<basic name="lastFailedLoginDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="failedLoginAttempts" />
			<basic name="lockout" />
			<basic name="lockoutDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="agreedToTermsOfUse" />
			<basic name="emailAddressVerified" />
			<basic name="status" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserGroupModelImpl">
		<attributes>
			<id name="userGroupId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="parentUserGroupId" />
			<basic name="name" />
			<basic name="description" />
			<basic name="addedByLDAPImport" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl">
		<id-class class="com.liferay.portal.service.persistence.UserGroupGroupRolePK" />
		<attributes>
			<id name="userGroupId" />
			<id name="groupId" />
			<id name="roleId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserGroupRoleModelImpl">
		<id-class class="com.liferay.portal.service.persistence.UserGroupRolePK" />
		<attributes>
			<id name="userId" />
			<id name="groupId" />
			<id name="roleId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserIdMapperModelImpl">
		<attributes>
			<id name="userIdMapperId" />
			<basic name="userId" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="description" />
			<basic name="externalUserId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserNotificationDeliveryModelImpl">
		<attributes>
			<id name="userNotificationDeliveryId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="portletId" />
			<basic name="classNameId" />
			<basic name="notificationType" />
			<basic name="deliveryType" />
			<basic name="deliver" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserNotificationEventModelImpl">
		<attributes>
			<id name="userNotificationEventId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="timestamp" />
			<basic name="deliverBy" />
			<basic name="delivered" />
			<basic name="payload" />
			<basic name="archived" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserTrackerModelImpl">
		<attributes>
			<id name="userTrackerId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="sessionId" />
			<basic name="remoteAddr" />
			<basic name="remoteHost" />
			<basic name="userAgent" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.UserTrackerPathModelImpl">
		<attributes>
			<id name="userTrackerPathId" />
			<basic name="userTrackerId" />
			<basic name="path">
				<column name="PATH_" />
			</basic>
			<basic name="pathDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.VirtualHostModelImpl">
		<attributes>
			<id name="virtualHostId" />
			<basic name="companyId" />
			<basic name="layoutSetId" />
			<basic name="hostname" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.WebDAVPropsModelImpl">
		<attributes>
			<id name="webDavPropsId" />
			<basic name="companyId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="props" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.WebsiteModelImpl">
		<attributes>
			<id name="websiteId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="url" />
			<basic name="typeId" />
			<basic name="primary">
				<column name="PRIMARY_" />
			</basic>
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl">
		<attributes>
			<id name="workflowDefinitionLinkId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="typePK" />
			<basic name="workflowDefinitionName" />
			<basic name="workflowDefinitionVersion" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portal.model.impl.WorkflowInstanceLinkModelImpl">
		<attributes>
			<id name="workflowInstanceLinkId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="workflowInstanceId" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryModelImpl">
		<attributes>
			<id name="deliveryId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="email" />
			<basic name="sms" />
			<basic name="website" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl">
		<attributes>
			<id name="entryId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="title" />
			<basic name="content" />
			<basic name="url" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="displayDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="expirationDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="priority" />
			<basic name="alert" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl">
		<attributes>
			<id name="flagId" />
			<basic name="userId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="entryId" />
			<basic name="value" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl">
		<attributes>
			<id name="categoryId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="parentCategoryId" />
			<basic name="leftCategoryId" />
			<basic name="rightCategoryId" />
			<basic name="name" />
			<basic name="title" />
			<basic name="description" />
			<basic name="vocabularyId" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="titleCurrentLanguageId" />
			<transient name="titleMap" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.asset.model.impl.AssetCategoryPropertyModelImpl">
		<attributes>
			<id name="categoryPropertyId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="categoryId" />
			<basic name="key">
				<column name="KEY_" />
			</basic>
			<basic name="value" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.asset.model.impl.AssetEntryModelImpl">
		<attributes>
			<id name="entryId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="classUuid" />
			<basic name="classTypeId" />
			<basic name="visible" />
			<basic name="startDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="endDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="publishDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="expirationDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="mimeType" />
			<basic name="title" />
			<basic name="description" />
			<basic name="summary" />
			<basic name="url" />
			<basic name="layoutUuid" />
			<basic name="height" />
			<basic name="width" />
			<basic name="priority" />
			<basic name="viewCount" />
			<transient name="className" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="summaryCurrentLanguageId" />
			<transient name="summaryMap" />
			<transient name="titleCurrentLanguageId" />
			<transient name="titleMap" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.asset.model.impl.AssetLinkModelImpl">
		<attributes>
			<id name="linkId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="entryId1" />
			<basic name="entryId2" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="weight" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.asset.model.impl.AssetTagModelImpl">
		<attributes>
			<id name="tagId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="assetCount" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl">
		<attributes>
			<id name="tagPropertyId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="tagId" />
			<basic name="key">
				<column name="KEY_" />
			</basic>
			<basic name="value" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl">
		<attributes>
			<id name="tagStatsId" />
			<basic name="tagId" />
			<basic name="classNameId" />
			<basic name="assetCount" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl">
		<attributes>
			<id name="vocabularyId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="title" />
			<basic name="description" />
			<basic name="settings">
				<column name="SETTINGS_" />
			</basic>
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="titleCurrentLanguageId" />
			<transient name="titleMap" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.blogs.model.impl.BlogsEntryModelImpl">
		<attributes>
			<id name="entryId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="title" />
			<basic name="urlTitle" />
			<basic name="description" />
			<basic name="content" />
			<basic name="displayDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="allowPingbacks" />
			<basic name="allowTrackbacks" />
			<basic name="trackbacks" />
			<basic name="smallImage" />
			<basic name="smallImageId" />
			<basic name="smallImageURL" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.blogs.model.impl.BlogsStatsUserModelImpl">
		<attributes>
			<id name="statsUserId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="entryCount" />
			<basic name="lastPostDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="ratingsTotalEntries" />
			<basic name="ratingsTotalScore" />
			<basic name="ratingsAverageScore" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statsUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl">
		<attributes>
			<id name="entryId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="resourceBlockId" />
			<basic name="folderId" />
			<basic name="treePath" />
			<basic name="name" />
			<basic name="url" />
			<basic name="description" />
			<basic name="visits" />
			<basic name="priority" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.bookmarks.model.impl.BookmarksFolderModelImpl">
		<attributes>
			<id name="folderId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="resourceBlockId" />
			<basic name="parentFolderId" />
			<basic name="treePath" />
			<basic name="name" />
			<basic name="description" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="containerModelId" />
			<transient name="modelAttributes" />
			<transient name="parentContainerModelId" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.calendar.model.impl.CalEventModelImpl">
		<attributes>
			<id name="eventId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="title" />
			<basic name="description" />
			<basic name="location" />
			<basic name="startDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="endDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="durationHour" />
			<basic name="durationMinute" />
			<basic name="allDay" />
			<basic name="timeZoneSensitive" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="repeating" />
			<basic name="recurrence" />
			<basic name="remindBy" />
			<basic name="firstReminder" />
			<basic name="secondReminder" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLContentModelImpl">
		<attributes>
			<id name="contentId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="repositoryId" />
			<basic name="path">
				<column name="PATH_" />
			</basic>
			<basic name="version" />
			<basic name="data">
				<column name="DATA_" />
			</basic>
			<basic name="size">
				<column name="SIZE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl">
		<attributes>
			<id name="fileEntryId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="repositoryId" />
			<basic name="folderId" />
			<basic name="treePath" />
			<basic name="name" />
			<basic name="extension" />
			<basic name="mimeType" />
			<basic name="title" />
			<basic name="description" />
			<basic name="extraSettings" />
			<basic name="fileEntryTypeId" />
			<basic name="version" />
			<basic name="size">
				<column name="SIZE_" />
			</basic>
			<basic name="readCount" />
			<basic name="smallImageId" />
			<basic name="largeImageId" />
			<basic name="custom1ImageId" />
			<basic name="custom2ImageId" />
			<basic name="manualCheckInRequired" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl">
		<attributes>
			<id name="fileEntryMetadataId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="DDMStorageId" />
			<basic name="DDMStructureId" />
			<basic name="fileEntryTypeId" />
			<basic name="fileEntryId" />
			<basic name="fileVersionId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl">
		<attributes>
			<id name="fileEntryTypeId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="fileEntryTypeKey" />
			<basic name="name" />
			<basic name="description" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl">
		<attributes>
			<id name="fileRankId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="fileEntryId" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl">
		<attributes>
			<id name="fileShortcutId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="repositoryId" />
			<basic name="folderId" />
			<basic name="toFileEntryId" />
			<basic name="treePath" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl">
		<attributes>
			<id name="fileVersionId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="repositoryId" />
			<basic name="folderId" />
			<basic name="fileEntryId" />
			<basic name="treePath" />
			<basic name="extension" />
			<basic name="mimeType" />
			<basic name="title" />
			<basic name="description" />
			<basic name="changeLog" />
			<basic name="extraSettings" />
			<basic name="fileEntryTypeId" />
			<basic name="version" />
			<basic name="size">
				<column name="SIZE_" />
			</basic>
			<basic name="checksum" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl">
		<attributes>
			<id name="folderId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="repositoryId" />
			<basic name="mountPoint" />
			<basic name="parentFolderId" />
			<basic name="treePath" />
			<basic name="name" />
			<basic name="description" />
			<basic name="lastPostDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="defaultFileEntryTypeId" />
			<basic name="hidden">
				<column name="HIDDEN_" />
			</basic>
			<basic name="overrideFileEntryTypes" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="containerModelId" />
			<transient name="modelAttributes" />
			<transient name="parentContainerModelId" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.documentlibrary.model.impl.DLSyncEventModelImpl">
		<attributes>
			<id name="syncEventId" />
			<basic name="modifiedTime" />
			<basic name="event" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="typePK" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl">
		<attributes>
			<id name="recordId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="versionUserId" />
			<basic name="versionUserName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="DDMStorageId" />
			<basic name="recordSetId" />
			<basic name="version" />
			<basic name="displayIndex" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
			<transient name="versionUserUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl">
		<attributes>
			<id name="recordSetId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="DDMStructureId" />
			<basic name="recordSetKey" />
			<basic name="name" />
			<basic name="description" />
			<basic name="minDisplayRows" />
			<basic name="scope" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionModelImpl">
		<attributes>
			<id name="recordVersionId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="DDMStorageId" />
			<basic name="recordSetId" />
			<basic name="recordId" />
			<basic name="version" />
			<basic name="displayIndex" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentModelImpl">
		<attributes>
			<id name="contentId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="description" />
			<basic name="xml" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkModelImpl">
		<attributes>
			<id name="storageLinkId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="structureId" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureModelImpl">
		<attributes>
			<id name="structureId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="parentStructureId" />
			<basic name="classNameId" />
			<basic name="structureKey" />
			<basic name="name" />
			<basic name="description" />
			<basic name="xsd" />
			<basic name="storageType" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<transient name="className" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="document" />
			<transient name="localizedFieldsMap" />
			<transient name="localizedPersistentFieldsMap" />
			<transient name="localizedTransientFieldsMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkModelImpl">
		<attributes>
			<id name="structureLinkId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="structureId" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateModelImpl">
		<attributes>
			<id name="templateId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="templateKey" />
			<basic name="name" />
			<basic name="description" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="mode">
				<column name="MODE_" />
			</basic>
			<basic name="language" />
			<basic name="script" />
			<basic name="cacheable" />
			<basic name="smallImage" />
			<basic name="smallImageId" />
			<basic name="smallImageURL" />
			<transient name="className" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl">
		<attributes>
			<id name="columnId" />
			<basic name="companyId" />
			<basic name="tableId" />
			<basic name="name" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="defaultData" />
			<basic name="typeSettings" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl">
		<attributes>
			<id name="rowId">
				<column name="ROWID_" />
			</id>
			<basic name="companyId" />
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="tableId" />
			<basic name="classPK" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl">
		<attributes>
			<id name="tableId" />
			<basic name="companyId" />
			<basic name="classNameId" />
			<basic name="name" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl">
		<attributes>
			<id name="valueId" />
			<basic name="companyId" />
			<basic name="tableId" />
			<basic name="columnId" />
			<basic name="rowId">
				<column name="ROWID_" />
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="data">
				<column name="DATA_" />
			</basic>
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.journal.model.impl.JournalArticleModelImpl">
		<attributes>
			<id name="id">
				<column name="ID_" />
			</id>
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="resourcePrimKey" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="folderId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="treePath" />
			<basic name="articleId" />
			<basic name="version" />
			<basic name="title" />
			<basic name="urlTitle" />
			<basic name="description" />
			<basic name="content" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="structureId" />
			<basic name="templateId" />
			<basic name="layoutUuid" />
			<basic name="displayDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="expirationDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="reviewDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="indexable" />
			<basic name="smallImage" />
			<basic name="smallImageId" />
			<basic name="smallImageURL" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="className" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="titleCurrentLanguageId" />
			<transient name="titleMap" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl">
		<attributes>
			<id name="articleImageId" />
			<basic name="groupId" />
			<basic name="articleId" />
			<basic name="version" />
			<basic name="elInstanceId" />
			<basic name="elName" />
			<basic name="languageId" />
			<basic name="tempImage" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.journal.model.impl.JournalArticleResourceModelImpl">
		<attributes>
			<id name="resourcePrimKey" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="articleId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl">
		<attributes>
			<id name="contentSearchId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="privateLayout" />
			<basic name="layoutId" />
			<basic name="portletId" />
			<basic name="articleId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.journal.model.impl.JournalFeedModelImpl">
		<attributes>
			<id name="id">
				<column name="ID_" />
			</id>
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="feedId" />
			<basic name="name" />
			<basic name="description" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="structureId" />
			<basic name="templateId" />
			<basic name="rendererTemplateId" />
			<basic name="delta" />
			<basic name="orderByCol" />
			<basic name="orderByType" />
			<basic name="targetLayoutFriendlyUrl" />
			<basic name="targetPortletId" />
			<basic name="contentField" />
			<basic name="feedFormat" />
			<basic name="feedVersion" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.journal.model.impl.JournalFolderModelImpl">
		<attributes>
			<id name="folderId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="parentFolderId" />
			<basic name="treePath" />
			<basic name="name" />
			<basic name="description" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="containerModelId" />
			<transient name="modelAttributes" />
			<transient name="parentContainerModelId" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.messageboards.model.impl.MBBanModelImpl">
		<attributes>
			<id name="banId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="banUserId" />
			<transient name="banUserUuid" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl">
		<attributes>
			<id name="categoryId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="parentCategoryId" />
			<basic name="name" />
			<basic name="description" />
			<basic name="displayStyle" />
			<basic name="threadCount" />
			<basic name="messageCount" />
			<basic name="lastPostDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="containerModelId" />
			<transient name="modelAttributes" />
			<transient name="parentContainerModelId" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.messageboards.model.impl.MBDiscussionModelImpl">
		<attributes>
			<id name="discussionId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="threadId" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl">
		<attributes>
			<id name="mailingListId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="categoryId" />
			<basic name="emailAddress" />
			<basic name="inProtocol" />
			<basic name="inServerName" />
			<basic name="inServerPort" />
			<basic name="inUseSSL" />
			<basic name="inUserName" />
			<basic name="inPassword" />
			<basic name="inReadInterval" />
			<basic name="outEmailAddress" />
			<basic name="outCustom" />
			<basic name="outServerName" />
			<basic name="outServerPort" />
			<basic name="outUseSSL" />
			<basic name="outUserName" />
			<basic name="outPassword" />
			<basic name="allowAnonymous" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl">
		<attributes>
			<id name="messageId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="categoryId" />
			<basic name="threadId" />
			<basic name="rootMessageId" />
			<basic name="parentMessageId" />
			<basic name="subject" />
			<basic name="body" />
			<basic name="format" />
			<basic name="anonymous" />
			<basic name="priority" />
			<basic name="allowPingbacks" />
			<basic name="answer" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl">
		<attributes>
			<id name="statsUserId" />
			<basic name="groupId" />
			<basic name="userId" />
			<basic name="messageCount" />
			<basic name="lastPostDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statsUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl">
		<attributes>
			<id name="threadId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="categoryId" />
			<basic name="rootMessageId" />
			<basic name="rootMessageUserId" />
			<basic name="messageCount" />
			<basic name="viewCount" />
			<basic name="lastPostByUserId" />
			<basic name="lastPostDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="priority" />
			<basic name="question" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="containerModelId" />
			<transient name="lastPostByUserUuid" />
			<transient name="modelAttributes" />
			<transient name="parentContainerModelId" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="rootMessageUserUuid" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.messageboards.model.impl.MBThreadFlagModelImpl">
		<attributes>
			<id name="threadFlagId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="threadId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.mobiledevicerules.model.impl.MDRActionModelImpl">
		<attributes>
			<id name="actionId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="ruleGroupInstanceId" />
			<basic name="name" />
			<basic name="description" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="typeSettings" />
			<transient name="className" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleModelImpl">
		<attributes>
			<id name="ruleId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="ruleGroupId" />
			<basic name="name" />
			<basic name="description" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="typeSettings" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleGroupModelImpl">
		<attributes>
			<id name="ruleGroupId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="description" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="nameCurrentLanguageId" />
			<transient name="nameMap" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleGroupInstanceModelImpl">
		<attributes>
			<id name="ruleGroupInstanceId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="ruleGroupId" />
			<basic name="priority" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.polls.model.impl.PollsChoiceModelImpl">
		<attributes>
			<id name="choiceId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="questionId" />
			<basic name="name" />
			<basic name="description" />
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.polls.model.impl.PollsQuestionModelImpl">
		<attributes>
			<id name="questionId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="title" />
			<basic name="description" />
			<basic name="expirationDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="lastVoteDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="descriptionCurrentLanguageId" />
			<transient name="descriptionMap" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="titleCurrentLanguageId" />
			<transient name="titleMap" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.polls.model.impl.PollsVoteModelImpl">
		<attributes>
			<id name="voteId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="questionId" />
			<basic name="choiceId" />
			<basic name="voteDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.ratings.model.impl.RatingsEntryModelImpl">
		<attributes>
			<id name="entryId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="score" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.ratings.model.impl.RatingsStatsModelImpl">
		<attributes>
			<id name="statsId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="totalEntries" />
			<basic name="totalScore" />
			<basic name="averageScore" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.shopping.model.impl.ShoppingCartModelImpl">
		<attributes>
			<id name="cartId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="itemIds" />
			<basic name="couponCodes" />
			<basic name="altShipping" />
			<basic name="insure" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.shopping.model.impl.ShoppingCategoryModelImpl">
		<attributes>
			<id name="categoryId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="parentCategoryId" />
			<basic name="name" />
			<basic name="description" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.shopping.model.impl.ShoppingCouponModelImpl">
		<attributes>
			<id name="couponId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="code">
				<column name="CODE_" />
			</basic>
			<basic name="name" />
			<basic name="description" />
			<basic name="startDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="endDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<basic name="limitCategories" />
			<basic name="limitSkus" />
			<basic name="minOrder" />
			<basic name="discount" />
			<basic name="discountType" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl">
		<attributes>
			<id name="itemId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="categoryId" />
			<basic name="sku" />
			<basic name="name" />
			<basic name="description" />
			<basic name="properties" />
			<basic name="fields">
				<column name="FIELDS_" />
			</basic>
			<basic name="fieldsQuantities" />
			<basic name="minQuantity" />
			<basic name="maxQuantity" />
			<basic name="price" />
			<basic name="discount" />
			<basic name="taxable" />
			<basic name="shipping" />
			<basic name="useShippingFormula" />
			<basic name="requiresShipping" />
			<basic name="stockQuantity" />
			<basic name="featured">
				<column name="FEATURED_" />
			</basic>
			<basic name="sale">
				<column name="SALE_" />
			</basic>
			<basic name="smallImage" />
			<basic name="smallImageId" />
			<basic name="smallImageURL" />
			<basic name="mediumImage" />
			<basic name="mediumImageId" />
			<basic name="mediumImageURL" />
			<basic name="largeImage" />
			<basic name="largeImageId" />
			<basic name="largeImageURL" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl">
		<attributes>
			<id name="itemFieldId" />
			<basic name="itemId" />
			<basic name="name" />
			<basic name="values">
				<column name="VALUES_" />
			</basic>
			<basic name="description" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.shopping.model.impl.ShoppingItemPriceModelImpl">
		<attributes>
			<id name="itemPriceId" />
			<basic name="itemId" />
			<basic name="minQuantity" />
			<basic name="maxQuantity" />
			<basic name="price" />
			<basic name="discount" />
			<basic name="taxable" />
			<basic name="shipping" />
			<basic name="useShippingFormula" />
			<basic name="status" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl">
		<attributes>
			<id name="orderId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="number">
				<column name="NUMBER_" />
			</basic>
			<basic name="tax" />
			<basic name="shipping" />
			<basic name="altShipping" />
			<basic name="requiresShipping" />
			<basic name="insure" />
			<basic name="insurance" />
			<basic name="couponCodes" />
			<basic name="couponDiscount" />
			<basic name="billingFirstName" />
			<basic name="billingLastName" />
			<basic name="billingEmailAddress" />
			<basic name="billingCompany" />
			<basic name="billingStreet" />
			<basic name="billingCity" />
			<basic name="billingState" />
			<basic name="billingZip" />
			<basic name="billingCountry" />
			<basic name="billingPhone" />
			<basic name="shipToBilling" />
			<basic name="shippingFirstName" />
			<basic name="shippingLastName" />
			<basic name="shippingEmailAddress" />
			<basic name="shippingCompany" />
			<basic name="shippingStreet" />
			<basic name="shippingCity" />
			<basic name="shippingState" />
			<basic name="shippingZip" />
			<basic name="shippingCountry" />
			<basic name="shippingPhone" />
			<basic name="ccName" />
			<basic name="ccType" />
			<basic name="ccNumber" />
			<basic name="ccExpMonth" />
			<basic name="ccExpYear" />
			<basic name="ccVerNumber" />
			<basic name="comments" />
			<basic name="ppTxnId" />
			<basic name="ppPaymentStatus" />
			<basic name="ppPaymentGross" />
			<basic name="ppReceiverEmail" />
			<basic name="ppPayerEmail" />
			<basic name="sendOrderEmail" />
			<basic name="sendShippingEmail" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.shopping.model.impl.ShoppingOrderItemModelImpl">
		<attributes>
			<id name="orderItemId" />
			<basic name="orderId" />
			<basic name="itemId" />
			<basic name="sku" />
			<basic name="name" />
			<basic name="description" />
			<basic name="properties" />
			<basic name="price" />
			<basic name="quantity" />
			<basic name="shippedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.social.model.impl.SocialActivityModelImpl">
		<attributes>
			<id name="activityId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="createDate" />
			<basic name="activitySetId" />
			<basic name="mirrorActivityId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="parentClassNameId" />
			<basic name="parentClassPK" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="extraData" />
			<basic name="receiverUserId" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="receiverUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.social.model.impl.SocialActivityAchievementModelImpl">
		<attributes>
			<id name="activityAchievementId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="createDate" />
			<basic name="name" />
			<basic name="firstInGroup" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.social.model.impl.SocialActivityCounterModelImpl">
		<attributes>
			<id name="activityCounterId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="name" />
			<basic name="ownerType" />
			<basic name="currentValue" />
			<basic name="totalValue" />
			<basic name="graceValue" />
			<basic name="startPeriod" />
			<basic name="endPeriod" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.social.model.impl.SocialActivityLimitModelImpl">
		<attributes>
			<id name="activityLimitId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="activityType" />
			<basic name="activityCounterName" />
			<basic name="value" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl">
		<attributes>
			<id name="activitySetId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="createDate" />
			<basic name="modifiedDate" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="extraData" />
			<basic name="activityCount" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl">
		<attributes>
			<id name="activitySettingId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="classNameId" />
			<basic name="activityType" />
			<basic name="name" />
			<basic name="value" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.social.model.impl.SocialRelationModelImpl">
		<attributes>
			<id name="relationId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="companyId" />
			<basic name="createDate" />
			<basic name="userId1" />
			<basic name="userId2" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.social.model.impl.SocialRequestModelImpl">
		<attributes>
			<id name="requestId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="createDate" />
			<basic name="modifiedDate" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="extraData" />
			<basic name="receiverUserId" />
			<basic name="status" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="receiverUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl">
		<attributes>
			<id name="frameworkVersionId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="url" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<basic name="priority" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.softwarecatalog.model.impl.SCLicenseModelImpl">
		<attributes>
			<id name="licenseId" />
			<basic name="name" />
			<basic name="url" />
			<basic name="openSource" />
			<basic name="active">
				<column name="ACTIVE_" />
			</basic>
			<basic name="recommended" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl">
		<attributes>
			<id name="productEntryId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="type">
				<column name="TYPE_" />
			</basic>
			<basic name="tags" />
			<basic name="shortDescription" />
			<basic name="longDescription" />
			<basic name="pageURL" />
			<basic name="author" />
			<basic name="repoGroupId" />
			<basic name="repoArtifactId" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl">
		<attributes>
			<id name="productScreenshotId" />
			<basic name="companyId" />
			<basic name="groupId" />
			<basic name="productEntryId" />
			<basic name="thumbnailId" />
			<basic name="fullImageId" />
			<basic name="priority" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionModelImpl">
		<attributes>
			<id name="productVersionId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="productEntryId" />
			<basic name="version" />
			<basic name="changeLog" />
			<basic name="downloadPageURL" />
			<basic name="directDownloadURL" />
			<basic name="repoStoreArtifact" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.trash.model.impl.TrashEntryModelImpl">
		<attributes>
			<id name="entryId" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="systemEventSetKey" />
			<basic name="typeSettings" />
			<basic name="status" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.trash.model.impl.TrashVersionModelImpl">
		<attributes>
			<id name="versionId" />
			<basic name="entryId" />
			<basic name="classNameId" />
			<basic name="classPK" />
			<basic name="typeSettings" />
			<basic name="status" />
			<transient name="className" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl">
		<attributes>
			<id name="nodeId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="name" />
			<basic name="description" />
			<basic name="lastPostDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="containerModelId" />
			<transient name="modelAttributes" />
			<transient name="parentContainerModelId" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.wiki.model.impl.WikiPageModelImpl">
		<attributes>
			<id name="pageId" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="resourcePrimKey" />
			<basic name="groupId" />
			<basic name="companyId" />
			<basic name="userId" />
			<basic name="userName" />
			<basic name="createDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="modifiedDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<basic name="nodeId" />
			<basic name="title" />
			<basic name="version" />
			<basic name="minorEdit" />
			<basic name="content" />
			<basic name="summary" />
			<basic name="format" />
			<basic name="head" />
			<basic name="parentTitle" />
			<basic name="redirectTitle" />
			<basic name="status" />
			<basic name="statusByUserId" />
			<basic name="statusByUserName" />
			<basic name="statusDate">
				<temporal>TIMESTAMP</temporal>
			</basic>
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
			<transient name="statusByUserUuid" />
			<transient name="userUuid" />
		</attributes>
	</mapped-superclass>
	<mapped-superclass class="com.liferay.portlet.wiki.model.impl.WikiPageResourceModelImpl">
		<attributes>
			<id name="resourcePrimKey" />
			<basic name="uuid">
				<column name="UUID_" />
			</basic>
			<basic name="nodeId" />
			<basic name="title" />
			<transient name="modelAttributes" />
			<transient name="primaryKey" />
			<transient name="primaryKeyObj" />
		</attributes>
	</mapped-superclass>
	<entity class="com.liferay.counter.model.impl.CounterImpl" name="Counter">
		<table name="Counter" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.AccountImpl" name="Account">
		<table name="Account_" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.AddressImpl" name="Address">
		<table name="Address" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.BackgroundTaskImpl" name="BackgroundTask">
		<table name="BackgroundTask" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.BrowserTrackerImpl" name="BrowserTracker">
		<table name="BrowserTracker" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ClassNameImpl" name="ClassName">
		<table name="ClassName_" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ClusterGroupImpl" name="ClusterGroup">
		<table name="ClusterGroup" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.CompanyImpl" name="Company">
		<table name="Company" />
		<attributes>
			<transient name="keyObj" />
			<transient name="virtualHostname" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.ContactImpl" name="Contact">
		<table name="Contact_" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.CountryImpl" name="Country">
		<table name="Country" />
		<attributes>
			<transient name="nameCurrentLanguageId" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.EmailAddressImpl" name="EmailAddress">
		<table name="EmailAddress" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.GroupImpl" name="Group">
		<table name="Group_" />
		<attributes>
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.ImageImpl" name="Image">
		<table name="Image" />
		<attributes>
			<transient name="textObj" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.LayoutImpl" name="Layout">
		<table name="Layout" />
		<attributes>
			<transient name="layoutSet" />
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.LayoutBranchImpl" name="LayoutBranch">
		<table name="LayoutBranch" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.LayoutFriendlyURLImpl" name="LayoutFriendlyURL">
		<table name="LayoutFriendlyURL" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.LayoutPrototypeImpl" name="LayoutPrototype">
		<table name="LayoutPrototype" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.LayoutRevisionImpl" name="LayoutRevision">
		<table name="LayoutRevision" />
		<attributes>
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.LayoutSetImpl" name="LayoutSet">
		<table name="LayoutSet" />
		<attributes>
			<transient name="companyFallbackVirtualHostname" />
			<transient name="settingsProperties" />
			<transient name="virtualHostname" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.LayoutSetBranchImpl" name="LayoutSetBranch">
		<table name="LayoutSetBranch" />
		<attributes>
			<transient name="settingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.LayoutSetPrototypeImpl" name="LayoutSetPrototype">
		<table name="LayoutSetPrototype" />
		<attributes>
			<transient name="settingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.ListTypeImpl" name="ListType">
		<table name="ListType" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.LockImpl" name="Lock">
		<table name="Lock_" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.MembershipRequestImpl" name="MembershipRequest">
		<table name="MembershipRequest" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.OrganizationImpl" name="Organization">
		<table name="Organization_" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.OrgGroupRoleImpl" name="OrgGroupRole">
		<table name="OrgGroupRole" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.OrgLaborImpl" name="OrgLabor">
		<table name="OrgLabor" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.PasswordPolicyImpl" name="PasswordPolicy">
		<table name="PasswordPolicy" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.PasswordPolicyRelImpl" name="PasswordPolicyRel">
		<table name="PasswordPolicyRel" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.PasswordTrackerImpl" name="PasswordTracker">
		<table name="PasswordTracker" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.PhoneImpl" name="Phone">
		<table name="Phone" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.PluginSettingImpl" name="PluginSetting">
		<table name="PluginSetting" />
		<attributes>
			<transient name="rolesArray" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.PortalPreferencesImpl" name="PortalPreferences">
		<table name="PortalPreferences" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.PortletImpl" name="Portlet">
		<table name="Portlet" />
		<attributes>
			<transient name="DDMDisplayClass" />
			<transient name="URLEncoderClass" />
			<transient name="actionTimeout" />
			<transient name="actionURLRedirect" />
			<transient name="addDefaultResource" />
			<transient name="ajaxable" />
			<transient name="assetRendererFactoryClasses" />
			<transient name="atomCollectionAdapterClasses" />
			<transient name="autopropagatedParameters" />
			<transient name="configurationActionClass" />
			<transient name="controlPanelEntryCategory" />
			<transient name="controlPanelEntryClass" />
			<transient name="controlPanelEntryWeight" />
			<transient name="cssClassWrapper" />
			<transient name="customAttributesDisplayClasses" />
			<transient name="defaultPluginSetting" />
			<transient name="defaultPreferences" />
			<transient name="displayName" />
			<transient name="expCache" />
			<transient name="facebookIntegration" />
			<transient name="footerPortalCss" />
			<transient name="footerPortalJavaScript" />
			<transient name="footerPortletCss" />
			<transient name="footerPortletJavaScript" />
			<transient name="friendlyURLMapperClass" />
			<transient name="friendlyURLMapping" />
			<transient name="friendlyURLRoutes" />
			<transient name="headerPortalCss" />
			<transient name="headerPortalJavaScript" />
			<transient name="headerPortletCss" />
			<transient name="headerPortletJavaScript" />
			<transient name="icon" />
			<transient name="include" />
			<transient name="indexerClasses" />
			<transient name="initParams" />
			<transient name="instanceable" />
			<transient name="layoutCacheable" />
			<transient name="maximizeEdit" />
			<transient name="maximizeHelp" />
			<transient name="openSearchClass" />
			<transient name="parentStrutsPath" />
			<transient name="permissionPropagatorClass" />
			<transient name="pluginPackage" />
			<transient name="pollerProcessorClass" />
			<transient name="popMessageListenerClass" />
			<transient name="popUpPrint" />
			<transient name="portletApp" />
			<transient name="portletClass" />
			<transient name="portletDataHandlerClass" />
			<transient name="portletFilters" />
			<transient name="portletInfo" />
			<transient name="portletLayoutListenerClass" />
			<transient name="portletModes" />
			<transient name="portletName" />
			<transient name="portletURLClass" />
			<transient name="preferencesCompanyWide" />
			<transient name="preferencesOwnedByGroup" />
			<transient name="preferencesUniquePerLayout" />
			<transient name="preferencesValidator" />
			<transient name="privateRequestAttributes" />
			<transient name="privateSessionAttributes" />
			<transient name="processingEvents" />
			<transient name="publicRenderParameters" />
			<transient name="publishingEvents" />
			<transient name="ready" />
			<transient name="remoteable" />
			<transient name="renderTimeout" />
			<transient name="renderWeight" />
			<transient name="requiresNamespacedParameters" />
			<transient name="resourceBundle" />
			<transient name="restoreCurrentView" />
			<transient name="roleMappers" />
			<transient name="rolesArray" />
			<transient name="schedulerEntries" />
			<transient name="scopeable" />
			<transient name="showPortletAccessDenied" />
			<transient name="showPortletInactive" />
			<transient name="socialActivityInterpreterClasses" />
			<transient name="socialRequestInterpreterClass" />
			<transient name="stagedModelDataHandlerClasses" />
			<transient name="static" />
			<transient name="staticStart" />
			<transient name="strutsPath" />
			<transient name="supportedLocales" />
			<transient name="system" />
			<transient name="templateHandlerClass" />
			<transient name="timestamp" />
			<transient name="trashHandlerClasses" />
			<transient name="undeployedPortlet" />
			<transient name="unlinkedRoles" />
			<transient name="useDefaultTemplate" />
			<transient name="userNotificationDefinitions" />
			<transient name="userNotificationHandlerClasses" />
			<transient name="userPrincipalStrategy" />
			<transient name="virtualPath" />
			<transient name="webDAVStorageClass" />
			<transient name="webDAVStorageToken" />
			<transient name="windowStates" />
			<transient name="workflowHandlerClasses" />
			<transient name="xmlRpcMethodClass" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.PortletItemImpl" name="PortletItem">
		<table name="PortletItem" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.PortletPreferencesImpl" name="PortletPreferences">
		<table name="PortletPreferences" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.RegionImpl" name="Region">
		<table name="Region" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ReleaseImpl" name="Release">
		<table name="Release_" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.RepositoryImpl" name="Repository">
		<table name="Repository" />
		<attributes>
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.RepositoryEntryImpl" name="RepositoryEntry">
		<table name="RepositoryEntry" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ResourceActionImpl" name="ResourceAction">
		<table name="ResourceAction" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ResourceBlockImpl" name="ResourceBlock">
		<table name="ResourceBlock" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ResourceBlockPermissionImpl" name="ResourceBlockPermission">
		<table name="ResourceBlockPermission" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ResourcePermissionImpl" name="ResourcePermission">
		<table name="ResourcePermission" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ResourceTypePermissionImpl" name="ResourceTypePermission">
		<table name="ResourceTypePermission" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.RoleImpl" name="Role">
		<table name="Role_" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ServiceComponentImpl" name="ServiceComponent">
		<table name="ServiceComponent" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.ShardImpl" name="Shard">
		<table name="Shard" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.SubscriptionImpl" name="Subscription">
		<table name="Subscription" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.SystemEventImpl" name="SystemEvent">
		<table name="SystemEvent" />
		<attributes>
			<transient name="referrerClassName" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.TeamImpl" name="Team">
		<table name="Team" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.TicketImpl" name="Ticket">
		<table name="Ticket" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.UserImpl" name="User">
		<table name="User_" />
		<attributes>
			<transient name="passwordModified" />
			<transient name="passwordUnencrypted" />
		</attributes>
	</entity>
	<entity class="com.liferay.portal.model.impl.UserGroupImpl" name="UserGroup">
		<table name="UserGroup" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.UserGroupGroupRoleImpl" name="UserGroupGroupRole">
		<table name="UserGroupGroupRole" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.UserGroupRoleImpl" name="UserGroupRole">
		<table name="UserGroupRole" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.UserIdMapperImpl" name="UserIdMapper">
		<table name="UserIdMapper" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.UserNotificationDeliveryImpl" name="UserNotificationDelivery">
		<table name="UserNotificationDelivery" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.UserNotificationEventImpl" name="UserNotificationEvent">
		<table name="UserNotificationEvent" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.UserTrackerImpl" name="UserTracker">
		<table name="UserTracker" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.UserTrackerPathImpl" name="UserTrackerPath">
		<table name="UserTrackerPath" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.VirtualHostImpl" name="VirtualHost">
		<table name="VirtualHost" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.WebDAVPropsImpl" name="WebDAVProps">
		<table name="WebDAVProps" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.WebsiteImpl" name="Website">
		<table name="Website" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.WorkflowDefinitionLinkImpl" name="WorkflowDefinitionLink">
		<table name="WorkflowDefinitionLink" />
		<attributes />
	</entity>
	<entity class="com.liferay.portal.model.impl.WorkflowInstanceLinkImpl" name="WorkflowInstanceLink">
		<table name="WorkflowInstanceLink" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryImpl" name="AnnouncementsDelivery">
		<table name="AnnouncementsDelivery" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl" name="AnnouncementsEntry">
		<table name="AnnouncementsEntry" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.announcements.model.impl.AnnouncementsFlagImpl" name="AnnouncementsFlag">
		<table name="AnnouncementsFlag" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.asset.model.impl.AssetCategoryImpl" name="AssetCategory">
		<table name="AssetCategory" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.asset.model.impl.AssetCategoryPropertyImpl" name="AssetCategoryProperty">
		<table name="AssetCategoryProperty" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.asset.model.impl.AssetEntryImpl" name="AssetEntry">
		<table name="AssetEntry" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.asset.model.impl.AssetLinkImpl" name="AssetLink">
		<table name="AssetLink" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.asset.model.impl.AssetTagImpl" name="AssetTag">
		<table name="AssetTag" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.asset.model.impl.AssetTagPropertyImpl" name="AssetTagProperty">
		<table name="AssetTagProperty" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.asset.model.impl.AssetTagStatsImpl" name="AssetTagStats">
		<table name="AssetTagStats" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.asset.model.impl.AssetVocabularyImpl" name="AssetVocabulary">
		<table name="AssetVocabulary" />
		<attributes>
			<transient name="settingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.blogs.model.impl.BlogsEntryImpl" name="BlogsEntry">
		<table name="BlogsEntry" />
		<attributes>
			<transient name="smallImageType" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.blogs.model.impl.BlogsStatsUserImpl" name="BlogsStatsUser">
		<table name="BlogsStatsUser" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.bookmarks.model.impl.BookmarksEntryImpl" name="BookmarksEntry">
		<table name="BookmarksEntry" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.bookmarks.model.impl.BookmarksFolderImpl" name="BookmarksFolder">
		<table name="BookmarksFolder" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.calendar.model.impl.CalEventImpl" name="CalEvent">
		<table name="CalEvent" />
		<attributes>
			<transient name="recurrenceObj" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLContentImpl" name="DLContent">
		<table name="DLContent" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl" name="DLFileEntry">
		<table name="DLFileEntry" />
		<attributes>
			<transient name="extraSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataImpl" name="DLFileEntryMetadata">
		<table name="DLFileEntryMetadata" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeImpl" name="DLFileEntryType">
		<table name="DLFileEntryType" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl" name="DLFileRank">
		<table name="DLFileRank" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl" name="DLFileShortcut">
		<table name="DLFileShortcut" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl" name="DLFileVersion">
		<table name="DLFileVersion" />
		<attributes>
			<transient name="extraSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl" name="DLFolder">
		<table name="DLFolder" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.documentlibrary.model.impl.DLSyncEventImpl" name="DLSyncEvent">
		<table name="DLSyncEvent" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordImpl" name="DDLRecord">
		<table name="DDLRecord" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetImpl" name="DDLRecordSet">
		<table name="DDLRecordSet" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionImpl" name="DDLRecordVersion">
		<table name="DDLRecordVersion" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentImpl" name="DDMContent">
		<table name="DDMContent" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkImpl" name="DDMStorageLink">
		<table name="DDMStorageLink" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureImpl" name="DDMStructure">
		<table name="DDMStructure" />
		<attributes>
			<transient name="document" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkImpl" name="DDMStructureLink">
		<table name="DDMStructureLink" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateImpl" name="DDMTemplate">
		<table name="DDMTemplate" />
		<attributes>
			<transient name="smallImageType" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.expando.model.impl.ExpandoColumnImpl" name="ExpandoColumn">
		<table name="ExpandoColumn" />
		<attributes>
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.expando.model.impl.ExpandoRowImpl" name="ExpandoRow">
		<table name="ExpandoRow" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.expando.model.impl.ExpandoTableImpl" name="ExpandoTable">
		<table name="ExpandoTable" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.expando.model.impl.ExpandoValueImpl" name="ExpandoValue">
		<table name="ExpandoValue" />
		<attributes>
			<transient name="boolean" />
			<transient name="booleanArray" />
			<transient name="column" />
			<transient name="date" />
			<transient name="dateArray" />
			<transient name="double" />
			<transient name="doubleArray" />
			<transient name="float" />
			<transient name="floatArray" />
			<transient name="integer" />
			<transient name="integerArray" />
			<transient name="long" />
			<transient name="longArray" />
			<transient name="number" />
			<transient name="numberArray" />
			<transient name="short" />
			<transient name="shortArray" />
			<transient name="string" />
			<transient name="stringArray" />
			<transient name="stringArrayMap" />
			<transient name="stringMap" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.journal.model.impl.JournalArticleImpl" name="JournalArticle">
		<table name="JournalArticle" />
		<attributes>
			<transient name="smallImageType" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.journal.model.impl.JournalArticleImageImpl" name="JournalArticleImage">
		<table name="JournalArticleImage" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.journal.model.impl.JournalArticleResourceImpl" name="JournalArticleResource">
		<table name="JournalArticleResource" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.journal.model.impl.JournalContentSearchImpl" name="JournalContentSearch">
		<table name="JournalContentSearch" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.journal.model.impl.JournalFeedImpl" name="JournalFeed">
		<table name="JournalFeed" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.journal.model.impl.JournalFolderImpl" name="JournalFolder">
		<table name="JournalFolder" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.messageboards.model.impl.MBBanImpl" name="MBBan">
		<table name="MBBan" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.messageboards.model.impl.MBCategoryImpl" name="MBCategory">
		<table name="MBCategory" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl" name="MBDiscussion">
		<table name="MBDiscussion" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.messageboards.model.impl.MBMailingListImpl" name="MBMailingList">
		<table name="MBMailingList" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.messageboards.model.impl.MBMessageImpl" name="MBMessage">
		<table name="MBMessage" />
		<attributes>
			<transient name="attachmentsFolderId" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl" name="MBStatsUser">
		<table name="MBStatsUser" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.messageboards.model.impl.MBThreadImpl" name="MBThread">
		<table name="MBThread" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.messageboards.model.impl.MBThreadFlagImpl" name="MBThreadFlag">
		<table name="MBThreadFlag" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.mobiledevicerules.model.impl.MDRActionImpl" name="MDRAction">
		<table name="MDRAction" />
		<attributes>
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleImpl" name="MDRRule">
		<table name="MDRRule" />
		<attributes>
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleGroupImpl" name="MDRRuleGroup">
		<table name="MDRRuleGroup" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleGroupInstanceImpl" name="MDRRuleGroupInstance">
		<table name="MDRRuleGroupInstance" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.polls.model.impl.PollsChoiceImpl" name="PollsChoice">
		<table name="PollsChoice" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.polls.model.impl.PollsQuestionImpl" name="PollsQuestion">
		<table name="PollsQuestion" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.polls.model.impl.PollsVoteImpl" name="PollsVote">
		<table name="PollsVote" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.ratings.model.impl.RatingsEntryImpl" name="RatingsEntry">
		<table name="RatingsEntry" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.ratings.model.impl.RatingsStatsImpl" name="RatingsStats">
		<table name="RatingsStats" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.shopping.model.impl.ShoppingCartImpl" name="ShoppingCart">
		<table name="ShoppingCart" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.shopping.model.impl.ShoppingCategoryImpl" name="ShoppingCategory">
		<table name="ShoppingCategory" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.shopping.model.impl.ShoppingCouponImpl" name="ShoppingCoupon">
		<table name="ShoppingCoupon" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.shopping.model.impl.ShoppingItemImpl" name="ShoppingItem">
		<table name="ShoppingItem" />
		<attributes>
			<transient name="fieldsQuantitiesArray" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl" name="ShoppingItemField">
		<table name="ShoppingItemField" />
		<attributes>
			<transient name="valuesArray" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.shopping.model.impl.ShoppingItemPriceImpl" name="ShoppingItemPrice">
		<table name="ShoppingItemPrice" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl" name="ShoppingOrder">
		<table name="ShoppingOrder" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.shopping.model.impl.ShoppingOrderItemImpl" name="ShoppingOrderItem">
		<table name="ShoppingOrderItem" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.social.model.impl.SocialActivityImpl" name="SocialActivity">
		<table name="SocialActivity" />
		<attributes>
			<transient name="assetEntry" />
			<transient name="extraDataValue" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.social.model.impl.SocialActivityAchievementImpl" name="SocialActivityAchievement">
		<table name="SocialActivityAchievement" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.social.model.impl.SocialActivityCounterImpl" name="SocialActivityCounter">
		<table name="SocialActivityCounter" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.social.model.impl.SocialActivityLimitImpl" name="SocialActivityLimit">
		<table name="SocialActivityLimit" />
		<attributes>
			<transient name="count" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.social.model.impl.SocialActivitySetImpl" name="SocialActivitySet">
		<table name="SocialActivitySet" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.social.model.impl.SocialActivitySettingImpl" name="SocialActivitySetting">
		<table name="SocialActivitySetting" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.social.model.impl.SocialRelationImpl" name="SocialRelation">
		<table name="SocialRelation" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.social.model.impl.SocialRequestImpl" name="SocialRequest">
		<table name="SocialRequest" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionImpl" name="SCFrameworkVersion">
		<table name="SCFrameworkVersion" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl" name="SCLicense">
		<table name="SCLicense" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl" name="SCProductEntry">
		<table name="SCProductEntry" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl" name="SCProductScreenshot">
		<table name="SCProductScreenshot" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionImpl" name="SCProductVersion">
		<table name="SCProductVersion" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.trash.model.impl.TrashEntryImpl" name="TrashEntry">
		<table name="TrashEntry" />
		<attributes>
			<transient name="rootEntry" />
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.trash.model.impl.TrashVersionImpl" name="TrashVersion">
		<table name="TrashVersion" />
		<attributes>
			<transient name="typeSettingsProperties" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.wiki.model.impl.WikiNodeImpl" name="WikiNode">
		<table name="WikiNode" />
		<attributes />
	</entity>
	<entity class="com.liferay.portlet.wiki.model.impl.WikiPageImpl" name="WikiPage">
		<table name="WikiPage" />
		<attributes>
			<transient name="attachmentsFolderId" />
		</attributes>
	</entity>
	<entity class="com.liferay.portlet.wiki.model.impl.WikiPageResourceImpl" name="WikiPageResource">
		<table name="WikiPageResource" />
		<attributes />
	</entity>
</entity-mappings>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy