org.jboss.seam.jcr.ocm
Class JcrOCMExtension
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcrOCMExtension
public JcrOCMExtension()
getOCMMappingStore
public OCMMappingStore getOCMMappingStore()
registerOCMNodes
public void registerOCMNodes(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType<?> pat)
Copyright © 2013 Seam Framework. All Rights Reserved.