org.hibernate.ejb.criteria
Class MultiTypedBasicAttributesEntity

java.lang.Object
  extended by org.hibernate.ejb.criteria.MultiTypedBasicAttributesEntity

@Entity
public class MultiTypedBasicAttributesEntity
extends Object

An entity with multiple attributes of basic type for use in testing using those types/attributes in queries.


Constructor Summary
MultiTypedBasicAttributesEntity()
           
 
Method Summary
 Long getId()
           
 byte[] getSomeBytes()
           
 Byte[] getSomeWrappedBytes()
           
 void setId(Long id)
           
 void setSomeBytes(byte[] someBytes)
           
 void setSomeWrappedBytes(Byte[] someWrappedBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTypedBasicAttributesEntity

public MultiTypedBasicAttributesEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getSomeBytes

public byte[] getSomeBytes()

setSomeBytes

public void setSomeBytes(byte[] someBytes)

getSomeWrappedBytes

public Byte[] getSomeWrappedBytes()

setSomeWrappedBytes

public void setSomeWrappedBytes(Byte[] someWrappedBytes)


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