br.com.caelum.vraptor.util.jpa
Class JPACustomProvider

java.lang.Object
  extended by br.com.caelum.vraptor.ioc.spring.SpringProvider
      extended by br.com.caelum.vraptor.util.jpa.JPACustomProvider
All Implemented Interfaces:
br.com.caelum.vraptor.ioc.ContainerProvider

Deprecated. Use web.xml configuration instead. This class will be remove in the future because it's not portable accross all IoC containers.

@Deprecated
public class JPACustomProvider
extends br.com.caelum.vraptor.ioc.spring.SpringProvider

A Custom provider that registers Hibernate optional components:

You can register this class as your provider on web.xml: br.com.caelum.vraptor.provider br.com.caelum.vraptor.util.jpa.JPACustomProvider

Author:
Lucas Cavalcanti

Constructor Summary
JPACustomProvider()
          Deprecated.  
 
Method Summary
protected  void registerCustomComponents(br.com.caelum.vraptor.ComponentRegistry registry)
          Deprecated.  
 
Methods inherited from class br.com.caelum.vraptor.ioc.spring.SpringProvider
getContainer, getParentApplicationContext, provideForRequest, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPACustomProvider

public JPACustomProvider()
Deprecated. 
Method Detail

registerCustomComponents

protected void registerCustomComponents(br.com.caelum.vraptor.ComponentRegistry registry)
Deprecated. 
Overrides:
registerCustomComponents in class br.com.caelum.vraptor.ioc.spring.SpringProvider


Copyright © 2013 Caelum. All Rights Reserved.