Package fr.openwide.core.jpa.hibernate.ejb

Examples of fr.openwide.core.jpa.hibernate.ejb.InterceptorAwareHibernatePersistenceProvider


@EnableAspectJAutoProxy
public class MavenArtifactNotifierCoreCommonJpaConfig extends AbstractConfiguredJpaSecurityJpaConfig {

  @Bean
  public PersistenceProvider persistenceProvider() {
    return new InterceptorAwareHibernatePersistenceProvider();
  }
View Full Code Here

TOP

Related Classes of fr.openwide.core.jpa.hibernate.ejb.InterceptorAwareHibernatePersistenceProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.