Package org.webpieces.plugin.hibernate
Class HibernateRoutes
- java.lang.Object
-
- org.webpieces.plugin.hibernate.HibernateRoutes
-
- All Implemented Interfaces:
org.webpieces.router.api.routes.Routes
public class HibernateRoutes extends java.lang.Object implements org.webpieces.router.api.routes.Routes
-
-
Constructor Summary
Constructors Constructor Description HibernateRoutes(HibernateConfiguration config, boolean transactionOnByDefault)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.webpieces.router.api.routebldr.DomainRouteBuilder domainRouteBldr)
-
-
-
Constructor Detail
-
HibernateRoutes
public HibernateRoutes(HibernateConfiguration config, boolean transactionOnByDefault)
-
-