Package org.hibernate.osgi
Class OsgiScanner
- java.lang.Object
-
- org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
-
- org.hibernate.osgi.OsgiScanner
-
- All Implemented Interfaces:
org.hibernate.boot.archive.scan.spi.Scanner
public class OsgiScanner extends org.hibernate.boot.archive.scan.spi.AbstractScannerImplOSGi-specific implementation of the Scanner contract. Scans the persistence unit Bundle for classes and resources.
-
-
Constructor Summary
Constructors Constructor Description OsgiScanner(org.osgi.framework.Bundle persistenceBundle)Constructs the scanner for finding things in a OSGi bundle
-