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.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
          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 AsyncMeasureSnapshot
          Class to map an aysync measure with hibernate model
 class MeasureData
           
 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
           
 class User
           
 

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
 

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
           
 class RulesCategory
          Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
 

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-2011 SonarSource. All Rights Reserved.