public class FileResourceDao extends BaseDao<FileResource>
| Constructor and Description |
|---|
FileResourceDao() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<FileResource> |
findArchiveEntryWithExtension(String... values) |
FileResource |
getByFilePath(String filePath) |
InputStream |
getPayload(FileResource file) |
castToType, castToType, commit, count, create, create, delete, findValueMatchingRegex, getAll, getById, getByProperty, getByUniqueProperty, getContext, hasAllProperties, newTransactionpublic FileResource getByFilePath(String filePath)
public InputStream getPayload(FileResource file) throws IOException
IOExceptionpublic Iterable<FileResource> findArchiveEntryWithExtension(String... values)
Copyright © 2014 JBoss by Red Hat. All rights reserved.