@ApplicationScoped public class StaticUserServiceImpl extends Object implements UserService
public List<User> findAll()
findAll in interface UserServicepublic User findById(long id)
findById in interface UserServicepublic List<User> findByName(String name)
findByName in interface UserServicepublic void save(User user)
save in interface UserServicepublic void remove(User user)
remove in interface UserServiceCopyright © 2014. All Rights Reserved.