Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Persistence
Set the provider used for ORM persistence. If this property is set to jpa, then the properties with the prefix jpa. will be read. If this property is set to hibernate, then the properties with the prefix hibernate. will be read.
Note that this property affects the loading of hibernate-spring.xml or jpa-spring.xml in the property spring.configs.
Examples:
persistence.provider=hibernate
persistence.provider=jpa