Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add support for spatial data types #328

Open
dodangquan opened this issue Nov 20, 2019 · 1 comment
Open

Feature Request: Add support for spatial data types #328

dodangquan opened this issue Nov 20, 2019 · 1 comment

Comments

@dodangquan
Copy link

dodangquan commented Nov 20, 2019

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;
}
@nakamura-to
Copy link
Member

We have never used spatial data types.
We need helps to support them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants