org.hibernate.ejb.criteria.basic
Class Wall_

java.lang.Object
  extended by org.hibernate.ejb.criteria.basic.Wall_

public abstract class Wall_
extends Object


Field Summary
static SingularAttribute<Wall,String> color
           
static SingularAttribute<Wall,Long> height
           
static SingularAttribute<Wall,Long> id
           
static SingularAttribute<Wall,Wall> left
           
static SingularAttribute<Wall,Wall> right
           
static SingularAttribute<Wall,Long> width
           
 
Constructor Summary
Wall_()
           
 
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<Wall,Long> id

height

public static volatile SingularAttribute<Wall,Long> height

color

public static volatile SingularAttribute<Wall,String> color

width

public static volatile SingularAttribute<Wall,Long> width

left

public static volatile SingularAttribute<Wall,Wall> left

right

public static volatile SingularAttribute<Wall,Wall> right
Constructor Detail

Wall_

public Wall_()


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