Type information

Property Description Available for Mapping Type

Default


Basic mapping, ID mapping, and Version mapping

LOB

Specify if the field is mapped to java.sql.Clob or java.sql.Blob.

This field corresponds to the @Lob annotation.

Basic mapping


Temporal

Specifies if this field is one of the following:

  • Date – java.sql.Date

  • Time – java.sql.Time

  • Timestamp – java.sql.Timestamp

This field corresponds to the @Temporal annotation.

Basic mapping, ID mapping, and Version mapping

Enumerated

Specify how to persist enumerated constraints if the String value suits your application requirements or to match an existing database schema.

  • ordinal

  • String

This field corresponds to the @Enumerated annotation.

Basic mapping


Converted

Converter name:

  • None (default) –

  • class-instance –

  • serialized –

Basic mapping, ID mapping, and Version mapping