1.0.0-SNAPSHOT
This commit is contained in:
parent
f146ac777e
commit
c37b8c5346
2
pom.xml
2
pom.xml
|
@ -13,6 +13,6 @@
|
|||
<groupId>com.loafle</groupId>
|
||||
<artifactId>overflow_base_dao</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
||||
</project>
|
|
@ -4,8 +4,8 @@ package com.loafle.overflow.commons.dao;
|
|||
* Created by insanity on 17. 5. 25.
|
||||
*/
|
||||
public interface BaseDAO<T> {
|
||||
T find(T entity);
|
||||
T find(String id);
|
||||
T create(T entity);
|
||||
T update(T entity);
|
||||
void delete(T entity);
|
||||
String delete(T entity);
|
||||
}
|
Loading…
Reference in New Issue
Block a user