Skip to content

Deprecate all ArrayTypes, with the exception of the EnumArrayType #823

@vladmihalcea

Description

@vladmihalcea

Other than the EnumArrayType, all the other ArrayTypes are no longer needed since Hibernate supports them natively.

Since the Hibernate native Types don't support multi-dimensional arrays, except for the byte[][], we could create a MultiDimensionalArrayType that can provide this functionality, which is now supported by the StringArrayType, IntArrayType, and so on and so forth.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions