@Generated(value="org.nuiton.jpa.templates.JpaDaoTransformer", date="Wed Sep 11 18:18:21 CEST 2013") public abstract class AbstractStoredArticleJpaDao extends org.nuiton.jpa.api.AbstractJpaDao<StoredArticle> implements StoredArticleDao
| Constructor and Description |
|---|
AbstractStoredArticleJpaDao(javax.persistence.EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
List<StoredArticle> |
findAllByArticle(Article v) |
List<StoredArticle> |
findAllByBatchCode(String v) |
List<StoredArticle> |
findAllByLocation(Location v) |
List<StoredArticle> |
findAllByQuantity(double v) |
List<StoredArticle> |
findAllByReceptionPriority(String v) |
StoredArticle |
findByArticle(Article v) |
StoredArticle |
findByBatchCode(String v) |
StoredArticle |
findByLocation(Location v) |
StoredArticle |
findByQuantity(double v) |
StoredArticle |
findByReceptionPriority(String v) |
protected Class<StoredArticle> |
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, waitfindAllForArticleInBuilding, findAllReceivedForAllSupplier, findAllReceivedForSupplier, findDetachedById, findInReceptionpublic AbstractStoredArticleJpaDao(javax.persistence.EntityManager entityManager)
protected Class<StoredArticle> getEntityClass()
getEntityClass in class org.nuiton.jpa.api.AbstractJpaDao<StoredArticle>public StoredArticle findByQuantity(double v)
public List<StoredArticle> findAllByQuantity(double v)
public StoredArticle findByBatchCode(String v)
public List<StoredArticle> findAllByBatchCode(String v)
public StoredArticle findByReceptionPriority(String v)
public List<StoredArticle> findAllByReceptionPriority(String v)
public StoredArticle findByArticle(Article v)
public List<StoredArticle> findAllByArticle(Article v)
public StoredArticle findByLocation(Location v)
public List<StoredArticle> findAllByLocation(Location v)
findAllByLocation in interface StoredArticleDaoCopyright © 2013 CodeLutin. All rights reserved.