public interface Dao<T extends gr.cite.geoanalytics.dataaccess.entities.Entity,PK extends Serializable>
long
count()
T
create(T t)
void
delete(T t)
List<T>
getAll()
boolean
isLoaded(T t)
loadDetails(T t)
read(PK id)
update(T t)
T create(T t)
T read(PK id)
T update(T t)
void delete(T t)
List<T> getAll()
long count()
T loadDetails(T t)
boolean isLoaded(T t)
Copyright © 2016. All Rights Reserved.