org.jboss.seam.jcr.ocm
Class JcrOCMExtension

java.lang.Object
  extended by org.jboss.seam.jcr.ocm.JcrOCMExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class JcrOCMExtension
extends Object
implements javax.enterprise.inject.spi.Extension

An extension responsible for finding and binding JcrNodes into metadata to be used for mapping classes to interfaces.

Author:
johnament

Constructor Summary
JcrOCMExtension()
           
 
Method Summary
 OCMMappingStore getOCMMappingStore()
           
 void registerOCMNodes(javax.enterprise.inject.spi.ProcessAnnotatedType<?> pat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrOCMExtension

public JcrOCMExtension()
Method Detail

getOCMMappingStore

public OCMMappingStore getOCMMappingStore()

registerOCMNodes

public void registerOCMNodes(@Observes
                             javax.enterprise.inject.spi.ProcessAnnotatedType<?> pat)


Copyright © 2013 Seam Framework. All Rights Reserved.