Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
SQL Data
Set the default SQL IDs for common objects.
sql.data.com.liferay.portal.model.Country.country.id=19
sql.data.com.liferay.portal.model.Region.region.id=5
sql.data.com.liferay.portal.model.ListType.account.address=10000
sql.data.com.liferay.portal.model.ListType.account.email.address=10004
sql.data.com.liferay.portal.model.ListType.contact.email.address=11003
sql.data.com.liferay.portal.model.ListType.organization.status=12017
Set the maximum parameters that a SQL transaction query can contain. Some databases do not allow for more than 2000 paremters in a query.
sql.data.max.parameters=1000