Class EntityWithAggregateId
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntityWithAggregateId.Key
-
Constructor Summary
Constructors Constructor Description EntityWithAggregateId()
EntityWithAggregateId(EntityWithAggregateId.Key key, String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData()
EntityWithAggregateId.Key
getKey()
void
setData(String data)
void
setKey(EntityWithAggregateId.Key key)
-
-
-
Constructor Detail
-
EntityWithAggregateId
public EntityWithAggregateId()
-
EntityWithAggregateId
public EntityWithAggregateId(EntityWithAggregateId.Key key, String data)
-
-
Method Detail
-
getKey
public EntityWithAggregateId.Key getKey()
-
setKey
public void setKey(EntityWithAggregateId.Key key)
-
getData
public String getData()
-
setData
public void setData(String data)
-
-