org.solovyev.android.db.properties
Interface APropertyDao
- All Known Implementing Classes:
- SqliteAPropertyDao
public interface APropertyDao
User: serso
Date: 8/20/12
Time: 8:39 PM
loadPropertiesById
@Nonnull
List<AProperty> loadPropertiesById(@Nonnull
Object id)
removePropertiesById
void removePropertiesById(@Nonnull
Object id)
insertProperty
void insertProperty(@Nonnull
Object id,
@Nonnull
AProperty property)
insertProperties
void insertProperties(@Nonnull
Object id,
@Nonnull
Collection<AProperty> properties)
Copyright © 2013. All Rights Reserved.