public abstract class HibernateLazyNamedInputStream
extends org.hibernate.ejb.packaging.NamedInputStream
Constructor and Description |
---|
HibernateLazyNamedInputStream(String name) |
Modifier and Type | Method and Description |
---|---|
protected abstract InputStream |
getLazyStream()
Get lazy input stream.
|
InputStream |
getStream() |
void |
setStream(InputStream stream) |
public HibernateLazyNamedInputStream(String name)
protected abstract InputStream getLazyStream() throws IOException
IOException
- for any I/O errorpublic InputStream getStream()
getStream
in class org.hibernate.jpa.boot.spi.NamedInputStream
public void setStream(InputStream stream)
Copyright © 2018 Red Hat. All rights reserved.