| EasyConstructorResultTransformer |
The purpose is simple : provide a simple way to use an AliasToBeanConstructorResultTransformer.
|
| HibernateAdministrationDao |
Dao for no specific workspace.
|
| HibernateAttachmentDao |
|
| HibernateAttachmentListDao |
|
| HibernateAutomatedSuiteDao |
|
| HibernateAutomatedTestDao |
|
| HibernateBoundEntityDao |
|
| HibernateBugTrackerBindingDao |
|
| HibernateBugTrackerDao |
|
| HibernateCampaignDao |
|
| HibernateCampaignDeletionDao |
|
| HibernateCampaignFolderDao |
|
| HibernateCampaignLibraryDao |
|
| HibernateCampaignLibraryNodeDao |
|
| HibernateCampaignTestPlanItemDao |
|
| HibernateCustomCustomChartBindingDao |
|
| HibernateCustomCustomFieldBindingDao |
|
| HibernateCustomCustomFieldBindingDao.NewBindingPosition |
|
| HibernateCustomCustomFieldDao |
|
| HibernateCustomCustomReportDashboardDao |
|
| HibernateCustomCustomReportFolderDao |
|
| HibernateCustomCustomReportLibraryDao |
|
| HibernateCustomCustomReportLibraryNodeDao |
|
| HibernateCustomFieldDeletionDao |
|
| HibernateCustomFieldValueDao |
|
| HibernateCustomMilestoneDao |
|
| HibernateDao<ENTITY_TYPE> |
To implement an Hibernate DAO, subclass this class, annotate it with @Repository and work with the Hibernate session
provided by HibernateDao.currentSession()
|
| HibernateDatasetDao |
|
| HibernateDeletionDao |
|
| HibernateDenormalizedFieldValueDeletionDao |
|
| HibernateEntityDao<ENTITY_TYPE> |
|
| HibernateExecutionDao |
|
| HibernateExecutionStepDao |
|
| HibernateGenericProjectDao |
|
| HibernateInfoListDao |
|
| HibernateInfoListItemDao |
|
| HibernateIssueDao |
|
| HibernateIterationDao |
|
| HibernateLibraryDao<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>,NODE extends org.squashtest.tm.domain.library.LibraryNode> |
Superclass for DAOs of Library objects.
|
| HibernateMilestoneDao |
|
| HibernateObjectDao |
Dao to use when you need to do simple actions with entities of unknown type.
|
| HibernateParameterDao |
|
| HibernatePartyDao |
|
| HibernateProjectDao |
|
| HibernateProjectFilterDao |
DAO for org.squashtest.tm.domain.projectfilter.ProjectFilter
|
| HibernateRequirementDao |
|
| HibernateRequirementDeletionDao |
|
| HibernateRequirementFolderDao |
|
| HibernateRequirementLibraryDao |
|
| HibernateRequirementLibraryNodeDao |
|
| HibernateRequirementVersionCoverageDao |
|
| HibernateRequirementVersionDao |
|
| HibernateTeamDao |
|
| HibernateTestAutomationProjectDao |
|
| HibernateTestAutomationServerDao |
|
| HibernateTestCaseDao |
DAO for org.squashtest.tm.domain.testcase.TestCase
|
| HibernateTestCaseDeletionDao |
|
| HibernateTestCaseFolderDao |
|
| HibernateTestCaseLibraryDao |
|
| HibernateTestCaseLibraryNodeDao |
|
| HibernateTestStepDao |
|
| HibernateTestSuiteDao |
|
| HibernateUserDao |
|
| HibernateUsersGroupDao |
|
| LevelImplementorSorter |
|
| NativeQueries |
thanks to the Hibernate support to pure scalar native queries, let's create another query respository.
|
| SetLibraryIdsCallback |
|
| SqLIdResultTransformer |
|