public class HyperlinkValueDecorator extends CrudRepositoryDecorator
| Constructor and Description |
|---|
HyperlinkValueDecorator(CrudRepository generatedRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Entity entity) |
Integer |
add(Iterable<? extends Entity> entities) |
void |
update(Entity entity) |
void |
update(Iterable<? extends Entity> entities) |
aggregate, clearCache, close, count, count, delete, delete, deleteAll, deleteById, deleteById, findAll, findAll, findAll, findAll, findOne, findOne, findOne, findOne, flush, updategetEntityMetaData, getName, getUrl, iterator, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityMetaData, getName, getUrl, iteratorpublic HyperlinkValueDecorator(CrudRepository generatedRepository)
public void add(Entity entity)
add in interface Writableadd in class CrudRepositoryDecoratorpublic Integer add(Iterable<? extends Entity> entities)
add in interface Writableadd in class CrudRepositoryDecoratorpublic void update(Entity entity)
update in interface Updateableupdate in class CrudRepositoryDecoratorpublic void update(Iterable<? extends Entity> entities)
update in interface Updateableupdate in class CrudRepositoryDecoratorCopyright © 2014. All Rights Reserved.