← Back to Stormify Documentation

UnmatchedColumnPolicy

Controls how Stormify reacts when a ResultSet column has no matching field on the target entity — typical when the database has extra columns the entity does not declare (audit columns, trigger-populated fields, legacy leftovers).

Entries

Link copied to clipboard

Throws SQLException on the first unmatched column.

Link copied to clipboard

Logs a warning for every unmatched column and continues.

Link copied to clipboard

Silently skips unmatched columns. No log output. Default.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.