org.hibernate.test.annotations.collectionelement.embeddables.withcustomenumdef
Class Query

java.lang.Object
  extended by org.hibernate.test.annotations.collectionelement.embeddables.withcustomenumdef.Query

@Entity
public class Query
extends Object


Constructor Summary
Query()
           
Query(Location... locations)
           
 
Method Summary
 Long getId()
           
 Set<Location> getIncludedLocations()
           
 void setId(Long id)
           
 void setIncludedLocations(Set<Location> includedLocations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query()

Query

public Query(Location... locations)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getIncludedLocations

public Set<Location> getIncludedLocations()

setIncludedLocations

public void setIncludedLocations(Set<Location> includedLocations)


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