Class Image
- java.lang.Object
-
- org.hibernate.testing.orm.domain.userguide.Image
-
-
Constructor Summary
Constructors Constructor Description Image()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContent()
Long
getId()
void
setContent(byte[] content)
void
setId(Long id)
-