org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional
Class AbstractSetEntity
java.lang.Object
org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional.AbstractSetEntity
- Direct Known Subclasses:
- SetEntity
@Entity
public abstract class AbstractSetEntity
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSetEntity
public AbstractSetEntity()
getId
public Integer getId()
setId
public void setId(Integer id)
getEntities
public Set<AbstractContainedEntity> getEntities()
setEntities
public void setEntities(Set<AbstractContainedEntity> entities)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.