Uses of Class
org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
-
Packages that use EntityWithAggregateId.Key Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of EntityWithAggregateId.Key in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return EntityWithAggregateId.Key Modifier and Type Method Description EntityWithAggregateId.Key
EntityWithAggregateId. getKey()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type EntityWithAggregateId.Key Modifier and Type Method Description void
EntityWithAggregateId. setKey(EntityWithAggregateId.Key key)
Constructors in org.hibernate.testing.orm.domain.gambit with parameters of type EntityWithAggregateId.Key Constructor Description EntityWithAggregateId(EntityWithAggregateId.Key key, String data)
-