Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
22 righe
861 B
22 righe
861 B
4 anni fa
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 6.2.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_6_2_0.dtd">
|
||
|
<service-builder package-path="it.mwg.sicilia.sue">
|
||
|
<author>Manifattura Web Group Srl</author>
|
||
|
<namespace>sicilia_sue</namespace>
|
||
|
|
||
|
<entity name="Sportello" local-service="true" remote-service="true">
|
||
|
<!-- PK fields -->
|
||
|
<column name="sportelloId" type="long" primary="true" />
|
||
|
<!-- Group instance -->
|
||
|
<column name="groupId" type="long" />
|
||
|
<!-- Audit fields -->
|
||
|
<column name="companyId" type="long" />
|
||
|
<column name="userId" type="long" />
|
||
|
<column name="userName" type="String" />
|
||
|
<column name="createDate" type="Date" />
|
||
|
<column name="modifiedDate" type="Date" />
|
||
|
<!-- Other fields -->
|
||
|
<!-- Order -->
|
||
|
<!-- Finder methods -->
|
||
|
</entity>
|
||
|
</service-builder>
|