public class ArchiveEntryDao extends BaseDao<ArchiveEntryResource>
| Constructor and Description |
|---|
ArchiveEntryDao() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
asInputStream(ArchiveEntryResource entry) |
Iterable<ArchiveEntryResource> |
findArchiveEntry(String value) |
Iterable<ArchiveEntryResource> |
findArchiveEntryWithExtension(String... values) |
long |
findArchiveEntryWithExtensionCount(String... values) |
castToType, castToType, commit, count, create, create, delete, findValueMatchingRegex, getAll, getById, getByProperty, getByUniqueProperty, getContext, hasAllProperties, newTransactionpublic Iterable<ArchiveEntryResource> findArchiveEntry(String value)
public long findArchiveEntryWithExtensionCount(String... values)
public Iterable<ArchiveEntryResource> findArchiveEntryWithExtension(String... values)
public InputStream asInputStream(ArchiveEntryResource entry) throws IOException
IOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.