Skip to content

Instantly share code, notes, and snippets.

@harishkrsingla
Created March 6, 2014 12:15
Show Gist options
  • Save harishkrsingla/9388375 to your computer and use it in GitHub Desktop.
Save harishkrsingla/9388375 to your computer and use it in GitHub Desktop.
service-xml-db-2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 6.1.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_6_1_0.dtd">
<service-builder package-path="com.harish">
<author>harish.kumar</author>
<namespace>sample</namespace>
<entity name="Employee" local-service="true" remote-service="true" data-source="testDataSource" session-factory="testSessionFactory" tx-manager="testTransactionManager">
<!-- PK fields -->
<column name="empId" type="long" primary="true" />
<!-- other fields -->
<column name="name" type="String" />
</entity>
</service-builder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment