I have been searching around for setting up referrential integrity for my database using Liferay IDE's service builder.
For e.g: I have a master table(entity) and a child table(entity). child table has a foreign key which is the primary key for the master table. If I delete one entry in the master table, the respective row in the child table should also get deleted. How can I achieve this in Liferay Service Builder.