org.hibernate.test.annotations.quote
Class User

java.lang.Object
  extended by org.hibernate.test.annotations.quote.User
All Implemented Interfaces:
Serializable

@Entity
public class User
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
User()
           
 
Method Summary
 long getId()
           
 Set<Role> getRoles()
           
 void setId(long id)
           
 void setRoles(Set<Role> roles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getRoles

public Set<Role> getRoles()

setRoles

public void setRoles(Set<Role> roles)


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