org.jboss.seam.rest.examples.tasks.resource
Class AbstractEntityResource
java.lang.Object
org.jboss.seam.rest.examples.tasks.resource.AbstractEntityResource
- Direct Known Subclasses:
- CategoryResource, TaskResource
public abstract class AbstractEntityResource
- extends Object
Common methods for entity resources
- Author:
- Jozef Hartinger
|
Field Summary |
protected javax.persistence.EntityManager |
em
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
AbstractEntityResource
public AbstractEntityResource()
loadCategory
protected Category loadCategory(String name)
- Return category based on its name.
Copyright © 2011 Seam Framework. All Rights Reserved.