Class EntityWithNonIdAttributeNamedId
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
-
@Entity public class EntityWithNonIdAttributeNamedId extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntityWithNonIdAttributeNamedId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
java.lang.Integer
getPk()
void
setId(java.lang.String id)
void
setPk(java.lang.Integer pk)
-