org.hibernate.test.lob
Class LongByteArrayHolder

java.lang.Object
  extended by org.hibernate.test.lob.LongByteArrayHolder

public class LongByteArrayHolder
extends Object

An entity containing data that is materialized into a byte array immediately. The hibernate type mapped for longByteArray determines the SQL type asctually used.


Constructor Summary
LongByteArrayHolder()
           
 
Method Summary
 Long getId()
           
 byte[] getLongByteArray()
           
 void setId(Long id)
           
 void setLongByteArray(byte[] longByteArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongByteArrayHolder

public LongByteArrayHolder()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getLongByteArray

public byte[] getLongByteArray()

setLongByteArray

public void setLongByteArray(byte[] longByteArray)


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