Great! Note, you could reduce the verbosity by getting rid of the interface, NOT registering a service and using @Autobuild
Ie: @Startup public static void initHibernateEventListener(@Autobuild HibernateInitializerImpl hi) { hi.initialize(); }
Great! Note, you could reduce the verbosity by getting rid of the interface, NOT registering a service and using @Autobuild
Ie: @Startup public static void initHibernateEventListener(@Autobuild HibernateInitializerImpl hi) { hi.initialize(); }