Uses of Class
org.sonar.api.database.BaseIdentifiable

Packages that use BaseIdentifiable
org.sonar.api.batch   
org.sonar.api.database.configuration   
org.sonar.api.database.model   
org.sonar.api.resources   
org.sonar.api.rules   
 

Uses of BaseIdentifiable in org.sonar.api.batch
 

Subclasses of BaseIdentifiable in org.sonar.api.batch
 class Event
           
 

Uses of BaseIdentifiable in org.sonar.api.database.configuration
 

Subclasses of BaseIdentifiable in org.sonar.api.database.configuration
 class Property
          IMPORTANT : This class can't be moved to org.sonar.jpa.dao for backward-compatibility reasons.
 

Uses of BaseIdentifiable in org.sonar.api.database.model
 

Subclasses of BaseIdentifiable in org.sonar.api.database.model
 class MeasureData
           
 class ResourceModel
          Class to map resource with hibernate model
 class Snapshot
          A class to map a snapshot with its hibernate model
 class SnapshotSource
           
 class User
           
 

Uses of BaseIdentifiable in org.sonar.api.resources
 

Subclasses of BaseIdentifiable in org.sonar.api.resources
 class ProjectLink
           
 

Uses of BaseIdentifiable in org.sonar.api.rules
 

Subclasses of BaseIdentifiable in org.sonar.api.rules
 class ActiveRuleChange
          A class to map a RuleChange to the hibernate model
 class ActiveRuleParamChange
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.