org.hibernate.ejb.test.lob
Class ImageReader_

java.lang.Object
  extended by org.hibernate.ejb.test.lob.ImageReader_

public abstract class ImageReader_
extends Object


Field Summary
static SingularAttribute<ImageReader,Long> id
           
static SingularAttribute<ImageReader,Blob> image
           
 
Constructor Summary
ImageReader_()
           
 
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<ImageReader,Long> id

image

public static volatile SingularAttribute<ImageReader,Blob> image
Constructor Detail

ImageReader_

public ImageReader_()


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