org.squashtest.csp.tm.internal.repository.hibernate
Class NativeQueries

java.lang.Object
  extended by org.squashtest.csp.tm.internal.repository.hibernate.NativeQueries

public final class NativeQueries
extends Object

thanks to the Hibernate support to pure scalar native queries, let's create another query respository.

Author:
bsiri

Field Summary
static String ATTACHMENT_LIST_SQL_REMOVE_FROM_ATTACHMENT_LIST_CONTENT
           
static String CAMPAIGN_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER
           
static String CAMPAIGN_FOLDER_SQL_FIND_PAIRED_CONTENT_FOR_FOLDERS
           
static String campaign_sql_remove
           
static String campaign_sql_removeFromFolder
           
static String campaign_sql_removeFromLibrary
           
static String campaignFolder_sql_remove
           
static String campaignLibraryNode_findSortedParentNames
           
static String campaignLibraryNode_sql_remove
           
static String REQUIREMENT_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER
           
static String REQUIREMENT_FOLDER_SQL_FIND_PAIRED_COTENT_FOR_FOLDERS
           
static String REQUIREMENT_FOLDER_SQL_REMOVE
           
static String requirement_set_null_requirement_version
           
static String requirement_sql_remove
           
static String REQUIREMENT_SQL_REMOVE_FROM_FOLDER
           
static String REQUIREMENT_SQL_REMOVE_FROM_LIBRARY
           
static String requirement_sql_removeFromVerifiedRequirementLists
           
static String REQUIREMENT_VERSION_FIND_ID_FROM_REQUIREMENT
           
static String requirement_version_sql_remove
           
static String requirementLibraryNode_findSortedParentNames
           
static String requirementLibraryNode_sql_remove
           
static String resource_sql_remove
           
static String TEST_CASE_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER
           
static String TEST_CASE_FOLDER_SQL_FIND_PAIRED_CONTENT_FOR_FOLDERS
           
static String testCase_sql_getCallingCampaignItemTestPlanOrderOffset
           
static String testCase_sql_getCallingIterationItemTestPlanOrderOffset
           
static String testCase_sql_remove
           
static String testCase_sql_removeCallingCampaignItemTestPlan
           
static String testCase_sql_removeCallingIterationItemTestPlan
           
static String testCase_sql_removeCallingIterationItemTestPlanFromList
           
static String testCase_sql_removeFromFolder
           
static String testCase_sql_removeFromLibrary
           
static String testCase_sql_removeTestStepFromList
           
static String testCase_sql_removeVerifyingTestCaseList
           
static String testCase_sql_selectCallingIterationItemTestPlanHavingExecutions
           
static String testCase_sql_selectCallingIterationItemTestPlanHavingNoExecutions
           
static String testCase_sql_setNullCallingExecutions
           
static String testCase_sql_setNullCallingExecutionSteps
           
static String testCase_sql_setNullCallingIterationItemTestPlanHavingExecutions
           
static String testCase_sql_updateCallingCampaignItemTestPlan
           
static String testCase_sql_updateCallingIterationItemTestPlanOrder
           
static String testCaseFolder_sql_remove
           
static String testCaseLibraryNode_findSortedParentNames
           
static String testCaseLibraryNode_sql_remove
           
static String testStep_sql_removeActionSteps
           
static String testStep_sql_removeCallSteps
           
static String testStep_sql_removeTestSteps
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTACHMENT_LIST_SQL_REMOVE_FROM_ATTACHMENT_LIST_CONTENT

public static final String ATTACHMENT_LIST_SQL_REMOVE_FROM_ATTACHMENT_LIST_CONTENT
See Also:
Constant Field Values

TEST_CASE_FOLDER_SQL_FIND_PAIRED_CONTENT_FOR_FOLDERS

public static final String TEST_CASE_FOLDER_SQL_FIND_PAIRED_CONTENT_FOR_FOLDERS
See Also:
Constant Field Values

TEST_CASE_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER

public static final String TEST_CASE_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER
See Also:
Constant Field Values

REQUIREMENT_FOLDER_SQL_FIND_PAIRED_COTENT_FOR_FOLDERS

public static final String REQUIREMENT_FOLDER_SQL_FIND_PAIRED_COTENT_FOR_FOLDERS
See Also:
Constant Field Values

REQUIREMENT_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER

public static final String REQUIREMENT_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER
See Also:
Constant Field Values

CAMPAIGN_FOLDER_SQL_FIND_PAIRED_CONTENT_FOR_FOLDERS

public static final String CAMPAIGN_FOLDER_SQL_FIND_PAIRED_CONTENT_FOR_FOLDERS
See Also:
Constant Field Values

CAMPAIGN_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER

public static final String CAMPAIGN_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER
See Also:
Constant Field Values

testCase_sql_remove

public static final String testCase_sql_remove
See Also:
Constant Field Values

testCaseLibraryNode_sql_remove

public static final String testCaseLibraryNode_sql_remove
See Also:
Constant Field Values

testCaseFolder_sql_remove

public static final String testCaseFolder_sql_remove
See Also:
Constant Field Values

testCase_sql_removeFromFolder

public static final String testCase_sql_removeFromFolder
See Also:
Constant Field Values

testCase_sql_removeFromLibrary

public static final String testCase_sql_removeFromLibrary
See Also:
Constant Field Values

testStep_sql_removeActionSteps

public static final String testStep_sql_removeActionSteps
See Also:
Constant Field Values

testStep_sql_removeCallSteps

public static final String testStep_sql_removeCallSteps
See Also:
Constant Field Values

testStep_sql_removeTestSteps

public static final String testStep_sql_removeTestSteps
See Also:
Constant Field Values

REQUIREMENT_VERSION_FIND_ID_FROM_REQUIREMENT

public static final String REQUIREMENT_VERSION_FIND_ID_FROM_REQUIREMENT
See Also:
Constant Field Values

requirement_set_null_requirement_version

public static final String requirement_set_null_requirement_version
See Also:
Constant Field Values

requirement_version_sql_remove

public static final String requirement_version_sql_remove
See Also:
Constant Field Values

resource_sql_remove

public static final String resource_sql_remove
See Also:
Constant Field Values

requirement_sql_remove

public static final String requirement_sql_remove
See Also:
Constant Field Values

requirementLibraryNode_sql_remove

public static final String requirementLibraryNode_sql_remove
See Also:
Constant Field Values

REQUIREMENT_FOLDER_SQL_REMOVE

public static final String REQUIREMENT_FOLDER_SQL_REMOVE
See Also:
Constant Field Values

REQUIREMENT_SQL_REMOVE_FROM_FOLDER

public static final String REQUIREMENT_SQL_REMOVE_FROM_FOLDER
See Also:
Constant Field Values

REQUIREMENT_SQL_REMOVE_FROM_LIBRARY

public static final String REQUIREMENT_SQL_REMOVE_FROM_LIBRARY
See Also:
Constant Field Values

campaign_sql_remove

public static final String campaign_sql_remove
See Also:
Constant Field Values

campaignLibraryNode_sql_remove

public static final String campaignLibraryNode_sql_remove
See Also:
Constant Field Values

campaignFolder_sql_remove

public static final String campaignFolder_sql_remove
See Also:
Constant Field Values

campaign_sql_removeFromFolder

public static final String campaign_sql_removeFromFolder
See Also:
Constant Field Values

campaign_sql_removeFromLibrary

public static final String campaign_sql_removeFromLibrary
See Also:
Constant Field Values

testCase_sql_getCallingCampaignItemTestPlanOrderOffset

public static final String testCase_sql_getCallingCampaignItemTestPlanOrderOffset
See Also:
Constant Field Values

testCase_sql_updateCallingCampaignItemTestPlan

public static final String testCase_sql_updateCallingCampaignItemTestPlan
See Also:
Constant Field Values

testCase_sql_removeCallingCampaignItemTestPlan

public static final String testCase_sql_removeCallingCampaignItemTestPlan
See Also:
Constant Field Values

testCase_sql_selectCallingIterationItemTestPlanHavingExecutions

public static final String testCase_sql_selectCallingIterationItemTestPlanHavingExecutions
See Also:
Constant Field Values

testCase_sql_selectCallingIterationItemTestPlanHavingNoExecutions

public static final String testCase_sql_selectCallingIterationItemTestPlanHavingNoExecutions
See Also:
Constant Field Values

testCase_sql_setNullCallingIterationItemTestPlanHavingExecutions

public static final String testCase_sql_setNullCallingIterationItemTestPlanHavingExecutions
See Also:
Constant Field Values

testCase_sql_getCallingIterationItemTestPlanOrderOffset

public static final String testCase_sql_getCallingIterationItemTestPlanOrderOffset
See Also:
Constant Field Values

testCase_sql_updateCallingIterationItemTestPlanOrder

public static final String testCase_sql_updateCallingIterationItemTestPlanOrder
See Also:
Constant Field Values

testCase_sql_removeCallingIterationItemTestPlanFromList

public static final String testCase_sql_removeCallingIterationItemTestPlanFromList
See Also:
Constant Field Values

testCase_sql_removeCallingIterationItemTestPlan

public static final String testCase_sql_removeCallingIterationItemTestPlan
See Also:
Constant Field Values

testCase_sql_setNullCallingExecutions

public static final String testCase_sql_setNullCallingExecutions
See Also:
Constant Field Values

testCase_sql_setNullCallingExecutionSteps

public static final String testCase_sql_setNullCallingExecutionSteps
See Also:
Constant Field Values

testCase_sql_removeVerifyingTestCaseList

public static final String testCase_sql_removeVerifyingTestCaseList
See Also:
Constant Field Values

testCase_sql_removeTestStepFromList

public static final String testCase_sql_removeTestStepFromList
See Also:
Constant Field Values

requirement_sql_removeFromVerifiedRequirementLists

public static final String requirement_sql_removeFromVerifiedRequirementLists
See Also:
Constant Field Values

campaignLibraryNode_findSortedParentNames

public static final String campaignLibraryNode_findSortedParentNames
See Also:
Constant Field Values

testCaseLibraryNode_findSortedParentNames

public static final String testCaseLibraryNode_findSortedParentNames
See Also:
Constant Field Values

requirementLibraryNode_findSortedParentNames

public static final String requirementLibraryNode_findSortedParentNames
See Also:
Constant Field Values


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.