@ParametersAreNonnullByDefault
Interface | Description |
---|---|
BaseDao<T> |
Interface that supports basic CRUD operations.
|
BaseService<O extends Identifiable> |
Interface that supports basic CRUD operations.
|
BaseVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Created by tesarst on 01/06/17.
|
BaseVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Created by tesarst on 01/06/17.
|
BrowsingDao<T> |
Support for paging through the data.
|
ExpressionExperimentPrePersistService |
Sets up the array designs before saving an experiment.
|
FilteringDao<O extends Identifiable> |
Interface for DAO that provide filtering capabilities on their entity using
ObjectFilter . |
FilteringService<O extends Identifiable> | |
FilteringVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Interface for VO-enabled DAO with filtering capabilities.
|
FilteringVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Interface VO-enabled service with filtering capabilities.
|
TableMaintenanceUtil |
Class | Description |
---|---|
AbstractCriteriaFilteringVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Partial implementation of
FilteringVoEnabledDao based on the Hibernate Criteria API. |
AbstractDao<T extends Identifiable> |
AbstractDao can find the generic type at runtime and simplify the code implementation of the BaseDao interface
|
AbstractFilteringVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Base implementation for
FilteringVoEnabledDao . |
AbstractFilteringVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Base implementation for
FilteringVoEnabledService . |
AbstractFilteringVoEnabledService.ObjectFilterPropertyMeta | |
AbstractQueryFilteringVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Partial implementation of
FilteringVoEnabledDao based on the Hibernate Query API. |
AbstractService<O extends Identifiable> |
Base for all services handling DAO access.
|
AbstractVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Created by tesarst on 01/06/17.
|
AbstractVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>> |
Created by tesarst on 01/06/17.
|
ExpressionExperimentPrePersistServiceImpl |
Sets up the array designs, put the designelements in the data vectors.
|
TableMaintenanceUtilImpl |
Functions for maintaining the database.
|
Enum | Description |
---|---|
AbstractQueryFilteringVoEnabledDao.QueryHint |
Enumeration of hints that can be used to tune HQL queries.
|
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.