Class EntityWithNotAggregateId
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntityWithNotAggregateId.PK
-
Constructor Summary
Constructors Constructor Description EntityWithNotAggregateId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData()
EntityWithNotAggregateId.PK
getId()
void
setData(String data)
void
setId(EntityWithNotAggregateId.PK id)
-
-
-
Method Detail
-
getId
public EntityWithNotAggregateId.PK getId()
-
setId
public void setId(EntityWithNotAggregateId.PK id)
-
getData
public String getData()
-
setData
public void setData(String data)
-
-