@Repository(value="fishingOperationDao") @Lazy public class FishingOperationDaoImpl extends FishingOperationDaoBase
Modifier and Type | Field and Description |
---|---|
protected CatchBatchExtendDao |
catchBatchDao |
protected FishingArea2RegulationLocationDao |
fishingArea2RegulationLocationDao |
protected FishingAreaDao |
fishingAreaDao |
protected MeasurementFileExtendDao |
measurementFileDao |
protected OperationVesselAssociationDao |
operationVesselAssociationDao |
protected ProduceExtendDao |
produceDao |
TRANSFORM_NONE
Constructor and Description |
---|
FishingOperationDaoImpl(SessionFactory sessionFactory)
Constructor used by Spring
|
Modifier and Type | Method and Description |
---|---|
void |
remove(Collection<FishingOperation> entities)
Removes all entities in the given
entities collection. |
void |
remove(FishingOperation fishingOperation)
Removes the instance of FishingOperation from the persistent store.
|
calculateFirstResult, create, create, create, create, create, create, create, create, get, get, getPaginationResult, getPrincipal, load, load, loadAll, loadAll, loadAll, loadAll, remove, 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 protected CatchBatchExtendDao catchBatchDao
@Autowired protected OperationVesselAssociationDao operationVesselAssociationDao
@Autowired protected FishingArea2RegulationLocationDao fishingArea2RegulationLocationDao
@Autowired protected FishingAreaDao fishingAreaDao
@Autowired protected MeasurementFileExtendDao measurementFileDao
@Autowired protected ProduceExtendDao produceDao
@Autowired public FishingOperationDaoImpl(SessionFactory sessionFactory)
public void remove(Collection<FishingOperation> entities)
FishingOperationDaoBase
entities
collection.remove
in interface FishingOperationDao
remove
in class FishingOperationDaoBase
public void remove(FishingOperation fishingOperation)
FishingOperationDaoBase
remove
in interface FishingOperationDao
remove
in class FishingOperationDaoBase
Copyright © 2012–2014 IFREMER. All rights reserved.