org.hibernate.test.annotations.embedded
Class FavoriteThings

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.FavoriteThings

@Entity
public class FavoriteThings
extends Object

Has collection of embeddable objects inside embeddable objects for testing HHH-4598


Constructor Summary
FavoriteThings()
           
 
Method Summary
 int getId()
           
 InternetFavorites getWeb()
           
 void setId(int id)
           
 void setWeb(InternetFavorites web)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FavoriteThings

public FavoriteThings()
Method Detail

getWeb

public InternetFavorites getWeb()

setWeb

public void setWeb(InternetFavorites web)

getId

public int getId()

setId

public void setId(int id)


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