All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bonitasoft.engine.bar.hibernate.bar.queries.hbm.xml Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version




    
        SELECT bar
        FROM org.bonitasoft.engine.bar.SBARResourceLight AS bar
        WHERE bar.processDefinitionId= :processDefinitionId
        AND bar.type = :type
    
    
        SELECT bar
        FROM org.bonitasoft.engine.bar.SBARResource AS bar
        WHERE bar.processDefinitionId= :processDefinitionId
        AND bar.type = :type
    
    
        SELECT count(bar)
        FROM org.bonitasoft.engine.bar.SBARResource AS bar
        WHERE bar.processDefinitionId= :processDefinitionId
        AND bar.type = :type
    

    
        SELECT bar
        FROM org.bonitasoft.engine.bar.SBARResource AS bar
        WHERE bar.processDefinitionId= :processDefinitionId
        AND bar.type = :type
        AND bar.name = :name
    






© 2015 - 2025 Weber Informatics LLC | Privacy Policy