Package | Description |
---|---|
org.hibernate.ejb.packaging | |
org.hibernate.jpa.boot.internal | |
org.hibernate.jpa.boot.spi |
Modifier and Type | Class and Description |
---|---|
class |
NamedInputStream
Deprecated.
Doubly deprecated actually :) Moved to
NamedInputStream
due to package renaming (org.hibernate.ejb -> org.hibernate.jpa). But also, the role fulfilled by this class
was moved to the new InputStreamAccess contract. |
Modifier and Type | Method and Description |
---|---|
NamedInputStream |
UrlInputStreamAccess.asNamedInputStream() |
NamedInputStream |
ByteArrayInputStreamAccess.asNamedInputStream() |
NamedInputStream |
FileInputStreamAccess.asNamedInputStream() |
Modifier and Type | Method and Description |
---|---|
List<NamedInputStream> |
EntityManagerFactoryBuilderImpl.MetadataSources.getNamedMappingFileInputStreams() |
Modifier and Type | Method and Description |
---|---|
NamedInputStream |
InputStreamAccess.asNamedInputStream()
Deprecated.
Needed until we can remove NamedInputStream
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.