Package org.hibernate.ejb.event

Examples of org.hibernate.ejb.event.JpaEventListenerRegistration


    try {
      configure( (Properties)null, null );
      NamingHelper.bind(this);
      // todo : temporary -> HHH-5562
      serviceRegistry.getService( StandardServiceInitiators.EventListenerRegistrationService.class )
          .attachEventListenerRegistration( new JpaEventListenerRegistration() );
      return new EntityManagerFactoryImpl(
          transactionType,
          discardOnClose,
          getSessionInterceptorClass( cfg.getProperties() ),
          cfg,
View Full Code Here

TOP

Related Classes of org.hibernate.ejb.event.JpaEventListenerRegistration

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.