Skip to content

Feature Request: Add support for spatial data types #328

Open
@dodangquan

Description

@dodangquan

Feature Requests

Please consider supporting database spatial data types (MySQL spatial or PostGIS).

Example:

@Getter
@Setter
@Entity(listener = SampleEntityListener.class)
@Table(name = "SAMPLE")
public class SampleEntity {

    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    @Column(name = "ID")
    private Long id;

    @Column(name = "POLY")
    private org.locationtech.jts.geom.Polygon poly;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions