org.hibernate.test.annotations.query
Class Mark

java.lang.Object
  extended by org.hibernate.test.annotations.query.Mark

@Entity
public class Mark
extends Object

Example of scalar result (not working right now)


Field Summary
 int id
           
 int value
           
 
Constructor Summary
Mark()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

value

public int value
Constructor Detail

Mark

public Mark()


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