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