@Repository(value="produceDao") @Lazy public class ProduceDaoImpl extends ProduceDaoBase implements ProduceExtendDao
Produce
TRANSFORM_NONE
Constructor and Description |
---|
ProduceDaoImpl(SessionFactory sessionFactory)
Constructor used by Spring
|
Modifier and Type | Method and Description |
---|---|
ProduceQuantificationMeasurement |
getQuantificationMeasurement(Produce produce,
Integer pmfmId,
boolean createIfNotExists,
Integer recorderDepartmentId) |
ProduceSortingMeasurement |
getSortingMeasurement(Produce produce,
Integer pmfmId,
boolean createIfNotExists,
Integer recorderDepartmentId) |
void |
remove(Collection<Produce> entities)
Removes all entities in the given
entities collection. |
void |
remove(Integer id)
Removes the instance of Produce having the given
identifier from the persistent store. |
void |
remove(Produce produce)
Removes the instance of Produce from the persistent store.
|
calculateFirstResult, create, create, create, create, create, create, create, create, get, get, getPaginationResult, getPrincipal, load, load, loadAll, loadAll, loadAll, loadAll, search, search, search, search, toEntities, toEntity, transformEntities, transformEntity, update, update
convertDatabase2UI, convertUI2DatabaseMandatoryDate, createQuery, dateOfYearWithOneMiliSecond, dateOfYearWithOneMiliSecondInMili, dateWithNoMiliSecond, dateWithNoSecondAndMiliSecond, dateWithNoSecondAndOneMiliSecond, dateWithNoTime, dateWithOneMiliSecond, deleteAll, get, getSession, getSession, getSessionFactory, load, newCreateDate, queryIterator, queryIteratorTyped, queryIteratorWithPage, queryList, queryListTyped, queryUnique, queryUniqueTyped, queryUpdate, setQueryParams, setSessionFactory
@Autowired public ProduceDaoImpl(SessionFactory sessionFactory)
public ProduceQuantificationMeasurement getQuantificationMeasurement(Produce produce, Integer pmfmId, boolean createIfNotExists, Integer recorderDepartmentId)
getQuantificationMeasurement
in interface ProduceExtendDao
public ProduceSortingMeasurement getSortingMeasurement(Produce produce, Integer pmfmId, boolean createIfNotExists, Integer recorderDepartmentId)
getSortingMeasurement
in interface ProduceExtendDao
public void remove(Integer id)
ProduceDaoBase
identifier
from the persistent store.remove
in interface ProduceDao
remove
in class ProduceDaoBase
public void remove(Collection<Produce> entities)
ProduceDaoBase
entities
collection.remove
in interface ProduceDao
remove
in class ProduceDaoBase
public void remove(Produce produce)
ProduceDaoBase
remove
in interface ProduceDao
remove
in class ProduceDaoBase
Copyright © 2012–2014 IFREMER. All rights reserved.