Interface FieldMetamodel

All Superinterfaces:
PropertyMetamodel
All Known Implementing Classes:
NiceFieldMetamodel

public interface FieldMetamodel extends PropertyMetamodel
  • Method Details

    • getFieldModel

      FieldModel getFieldModel()
    • getSqlType

      int getSqlType()
      Returns:
      The SQL type that is expected by the hibernate type which is bound to this field
      See Also: