|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedInputStream | |
|---|---|
| org.hibernate.ejb.packaging | |
| Uses of NamedInputStream in org.hibernate.ejb.packaging |
|---|
| Methods in org.hibernate.ejb.packaging that return types with arguments of type NamedInputStream | |
|---|---|
Set<NamedInputStream> |
Scanner.getFilesInClasspath(Set<String> filePatterns)
Return all files in the classpath (ie PU visibility) matching one of these file names if filePatterns is empty, return all files the use case is really exact file name. |
Set<NamedInputStream> |
NativeScanner.getFilesInClasspath(Set<String> filePatterns)
|
Set<NamedInputStream> |
Scanner.getFilesInJar(URL jartoScan,
Set<String> filePatterns)
return all files in the jar matching one of these file names if filePatterns is empty, return all files eg **\/*.hbm.xml, META-INF/orm.xml |
Set<NamedInputStream> |
NativeScanner.getFilesInJar(URL jarToScan,
Set<String> filePatterns)
support for patterns is primitive: - **\/*.hbm.xml Other patterns will not be found |
List<NamedInputStream> |
PersistenceMetadata.getHbmfiles()
|
| Method parameters in org.hibernate.ejb.packaging with type arguments of type NamedInputStream | |
|---|---|
void |
PersistenceMetadata.setHbmfiles(List<NamedInputStream> hbmfiles)
Deprecated. use getHbmfiles() rather |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||