org.hibernate.ejb.test.exception
Class Instrument_

java.lang.Object
  extended by org.hibernate.ejb.test.exception.Instrument_

public abstract class Instrument_
extends Object


Field Summary
static SingularAttribute<Instrument,Integer> id
           
static SingularAttribute<Instrument,String> name
           
static SingularAttribute<Instrument,Instrument.Type> type
           
 
Constructor Summary
Instrument_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public static volatile SingularAttribute<Instrument,Integer> id

name

public static volatile SingularAttribute<Instrument,String> name

type

public static volatile SingularAttribute<Instrument,Instrument.Type> type
Constructor Detail

Instrument_

public Instrument_()


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