org.hibernate.test.lob
Class LongByteArrayHolder
java.lang.Object
   org.hibernate.test.lob.LongByteArrayHolder
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.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LongByteArrayHolder
public LongByteArrayHolder()
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.