LOB Types
  • The @Lob annotation specifies that a property should be persisted as a database large object (LOB)
  • LOB type inferred from property type (non-String/character data stored as BLOB)
@Lob Annotation Example