@Transactional public class FriendLogDAO extends Object
FriendLog| 限定符和类型 | 字段和说明 |
|---|---|
static String |
IP |
static String |
OTHER |
static String |
SELF |
static String |
STATE |
static String |
TIME |
| 构造器和说明 |
|---|
FriendLogDAO() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
attachClean(FriendLog instance) |
void |
attachDirty(FriendLog instance) |
void |
delete(FriendLog persistentInstance) |
List |
findAll() |
List<FriendLog> |
findByExample(FriendLog instance) |
FriendLog |
findById(Integer id) |
List<FriendLog> |
findByIp(Object ip) |
List<FriendLog> |
findByOther(Object other) |
List |
findByProperty(String propertyName,
Object value) |
List<FriendLog> |
findBySelf(Object self) |
List<FriendLog> |
findByState(Object state) |
List<FriendLog> |
findByTime(Object time) |
static FriendLogDAO |
getFromApplicationContext(org.springframework.context.ApplicationContext ctx) |
FriendLog |
merge(FriendLog detachedInstance) |
void |
save(FriendLog transientInstance) |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory) |
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
public void save(FriendLog transientInstance)
public void delete(FriendLog persistentInstance)
public List findAll()
public void attachDirty(FriendLog instance)
public void attachClean(FriendLog instance)
public static FriendLogDAO getFromApplicationContext(org.springframework.context.ApplicationContext ctx)