Uses of Class
org.hibernate.ejb.test.association.Incident

Packages that use Incident
org.hibernate.ejb.test.association   
 

Uses of Incident in org.hibernate.ejb.test.association
 

Fields in org.hibernate.ejb.test.association with type parameters of type Incident
static SingularAttribute<Incident,String> Incident_.id
           
static SingularAttribute<IncidentStatus,Incident> IncidentStatus_.incident
           
static SingularAttribute<Incident,IncidentStatus> Incident_.incidentStatus
           
 

Methods in org.hibernate.ejb.test.association that return Incident
 Incident IncidentStatus.getIncident()
           
 

Methods in org.hibernate.ejb.test.association with parameters of type Incident
 void IncidentStatus.setIncident(Incident incident)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.