@Generated(value="org.nuiton.jpa.templates.JpaDaoTransformer", date="Wed Sep 11 18:18:21 CEST 2013") public abstract class AbstractLocationErrorJpaDao extends org.nuiton.jpa.api.AbstractJpaDao<LocationError> implements LocationErrorDao
| Constructor and Description |
|---|
AbstractLocationErrorJpaDao(javax.persistence.EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
List<LocationError> |
findAllByArticle(Article v) |
List<LocationError> |
findAllByLocation(Location v) |
List<LocationError> |
findAllByMagalieUser(MagalieUser v) |
List<LocationError> |
findAllByReportDate(Date v) |
LocationError |
findByArticle(Article v) |
LocationError |
findByLocation(Location v) |
LocationError |
findByMagalieUser(MagalieUser v) |
LocationError |
findByReportDate(Date v) |
protected Class<LocationError> |
getEntityClass() |
contains, createQuery, createQuery, createQuery, createQuery, createQuery, createQuery, findAll, findAll, findAllByProperties, findAllByProperty, findAllContains, findAnyOrNull, findById, findByProperties, findByProperty, findContains, findUnique, findUniqueOrNull, merge, newInstance, persist, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAllLocationsInErrorpublic AbstractLocationErrorJpaDao(javax.persistence.EntityManager entityManager)
protected Class<LocationError> getEntityClass()
getEntityClass in class org.nuiton.jpa.api.AbstractJpaDao<LocationError>public LocationError findByReportDate(Date v)
public List<LocationError> findAllByReportDate(Date v)
public LocationError findByLocation(Location v)
findByLocation in interface LocationErrorDaopublic List<LocationError> findAllByLocation(Location v)
public LocationError findByArticle(Article v)
public List<LocationError> findAllByArticle(Article v)
public LocationError findByMagalieUser(MagalieUser v)
public List<LocationError> findAllByMagalieUser(MagalieUser v)
Copyright © 2013 CodeLutin. All rights reserved.