Interface PersistentDecoratorDao
- All Known Implementing Classes:
CachingPersistentDecoratorDao
@Transactional
public interface PersistentDecoratorDao
-
Method Summary
Modifier and TypeMethodDescription@Nullable PersistentDecorator
void
remove
(PersistentDecorator decorator) void
saveOrUpdate
(PersistentDecorator decorator)
-
Method Details
-
saveOrUpdate
-
get
@Transactional(readOnly=true) @Nullable PersistentDecorator get(@Nullable String spaceKey, String name) -
remove
-