org.apache.aries.jpa.container.annotation.impl
Interface AnnotationScanner


public interface AnnotationScanner


Method Summary
 Collection<String> findJPAAnnotatedClasses(org.osgi.framework.Bundle b)
          Scan a bundle for classes annotated with @Entity, @MappedSuperClass, or @Embeddable
 

Method Detail

findJPAAnnotatedClasses

Collection<String> findJPAAnnotatedClasses(org.osgi.framework.Bundle b)
Scan a bundle for classes annotated with @Entity, @MappedSuperClass, or @Embeddable

Parameters:
b - The bundle to scan
Returns:
A collection of class names that are annotated with one of the above annotations


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.