org.hibernate.test.annotations.idclassgeneratedvalue
Class Multiple
java.lang.Object
org.hibernate.test.annotations.idclassgeneratedvalue.Multiple
- All Implemented Interfaces:
- Serializable
@Entity
public class Multiple
- extends Object
- implements Serializable
An Entity containing a composite key with two generated values.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Multiple
public Multiple()
Multiple
public Multiple(Long id3,
int quantity)
getId1
public Long getId1()
getId2
public Long getId2()
getId3
public Long getId3()
getQuantity
public int getQuantity()
setQuantity
public void setQuantity(int quantity)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.