Package org.apache.syncope.core.persistence.jpa.spring
package org.apache.syncope.core.persistence.jpa.spring
-
ClassDescriptionContainer for common configuration options among all EntityManagerFactory entities (one for each domain).Extension of
LocalContainerEntityManagerFactoryBean
relying onCommonEntityManagerFactoryConf
for common configuration options.Allows having JPA entities spread in several JAR files; this is needed in order to support the Syncope extensions.JpaDialect
implementation for Apache OpenJPA.JpaVendorAdapter
implementation for Apache OpenJPA.SyncopeJPARepository<T,ID>