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.measures   
org.sonar.api.profiles   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.api.security   
 

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
           
 

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

Subclasses of BaseIdentifiable in org.sonar.api.database.model
 class AsyncMeasureSnapshot
          Class to map an aysync measure with hibernate model
 class MeasureData
           
 class MeasureModel
          This class is the Hibernate model to store a measure in the DB
 class ResourceModel
          Class to map resource with hibernate model
 class RuleFailureModel
           
 class Snapshot
          A class to map a snapshot with its hibernate model
 class SnapshotSource
           
 

Uses of BaseIdentifiable in org.sonar.api.measures
 

Subclasses of BaseIdentifiable in org.sonar.api.measures
 class Metric
           
 

Uses of BaseIdentifiable in org.sonar.api.profiles
 

Subclasses of BaseIdentifiable in org.sonar.api.profiles
 class Alert
          Class to map alerts with hibernate model
 class RulesProfile
          Class to map rules profile with hibernate model
 

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 ActiveRule
          A class to map an ActiveRule to the hibernate model
 class ActiveRuleParam
           
 class Rule
          A class to map rules with Hibernate model
 class RuleParam
           
 class RulesCategory
          A class to hold rules category
 

Uses of BaseIdentifiable in org.sonar.api.security
 

Subclasses of BaseIdentifiable in org.sonar.api.security
 class GroupRole
           
 class UserRole
          This JPA model maps the table user_roles
 



Copyright © 2009 SonarSource SA. All Rights Reserved.