|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistencePropertiesProvider
JPA implementations can be integrated by implementing this provider class.
Implementation is automatically loaded by beanlet if the following file is available in the container's classpath:
META-INF/services/org.beanlet.persistence.spi.PersistencePropertiesProvider
This file contains the single line:
com.acme.persistence.PersistencePropertiesProviderImpl
| Method Summary | |
|---|---|
Map<?,?> |
getProperties()
|
| Method Detail |
|---|
Map<?,?> getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||