Package pro.gravit.launchserver.dao.impl
Class HibernateHwidDAOImpl
- java.lang.Object
-
- pro.gravit.launchserver.dao.impl.HibernateHwidDAOImpl
-
-
Constructor Summary
Constructors Constructor Description HibernateHwidDAOImpl(org.hibernate.SessionFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(UserHWID user)java.util.List<UserHWID>findAll()UserHWIDImplfindById(long id)java.util.List<UserHWIDImpl>findHWIDs(pro.gravit.launcher.hwid.HWID hwid)voidsave(UserHWID user)voidupdate(UserHWID user)
-
-
-
Method Detail
-
findHWIDs
public java.util.List<UserHWIDImpl> findHWIDs(pro.gravit.launcher.hwid.HWID hwid)
-
findById
public UserHWIDImpl findById(long id)
-
-