@Repository public class FileAttributeDAOHibernate extends Object implements FileAttributeDAO
| Constructor and Description |
|---|
FileAttributeDAOHibernate() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
add(FileAttribute fileAttribute)
add.
|
void |
delete(FileAttribute fileAttribute)
delete.
|
List<FileAttribute> |
get(File file)
get.
|
FileAttribute |
get(Integer id)
get.
|
List<FileAttribute> |
getAll()
getAll.
|
void |
update(FileAttribute fileAttribute)
update.
|
public List<FileAttribute> getAll()
getAll.
getAll in interface FileAttributeDAOList object.public List<FileAttribute> get(File file)
get.
get in interface FileAttributeDAOfile - a File object.List object.public FileAttribute get(Integer id)
get.
get in interface FileAttributeDAOid - a Integer object.FileAttribute object.public Integer add(FileAttribute fileAttribute)
add.
add in interface FileAttributeDAOfileAttribute - a FileAttribute object.Integer object.public void update(FileAttribute fileAttribute)
update.
update in interface FileAttributeDAOfileAttribute - a FileAttribute object.public void delete(FileAttribute fileAttribute)
delete.
delete in interface FileAttributeDAOfileAttribute - a FileAttribute object.Copyright © 2015 SeqWare. All rights reserved.