| Package | Description |
|---|---|
| org.hibernate.ejb | |
| org.hibernate.ejb.packaging |
| Class and Description |
|---|
| PersistenceMetadata
Simple represenation of persistence.xml
Object used by JBoss EJB 3 for persistence.xml parsing
Object used by Hibernate OGM as well, consider this some kind of exposed service at the SPI level
|
| Class and Description |
|---|
| AbstractJarVisitor
Parse a JAR of any form (zip file, exploded directory, ...)
apply a set of filters (File filter, Class filter, Package filter)
and return the appropriate matching sets of elements
|
| Filter
Filter used when searching elements in a JAR
|
| JarVisitor |
| JavaElementFilter
Filter a Java element (class or package per fully qualified name and annotation existence)
At least 1 annotation has to annotate the element and the accept method must match
If none annotations are passed, only the accept method must pass.
|
| NamedInputStream |
| PersistenceMetadata
Simple represenation of persistence.xml
Object used by JBoss EJB 3 for persistence.xml parsing
Object used by Hibernate OGM as well, consider this some kind of exposed service at the SPI level
|
| Scanner |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.