From 967b4de784535170cbcbcba3da7a84cfb91755dd Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Fri, 21 Oct 2016 02:42:25 +1300 Subject: [PATCH] #239 - Support Geometric types of Postgres --- src/main/java/com/avaje/ebean/plugin/ExtraTypeFactory.java | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/main/java/com/avaje/ebean/plugin/ExtraTypeFactory.java diff --git a/src/main/java/com/avaje/ebean/plugin/ExtraTypeFactory.java b/src/main/java/com/avaje/ebean/plugin/ExtraTypeFactory.java new file mode 100644 index 000000000..ff501fb1c --- /dev/null +++ b/src/main/java/com/avaje/ebean/plugin/ExtraTypeFactory.java @@ -0,0 +1,4 @@ +package com.avaje.ebean.plugin; + +public class ExtraTypeFactory { +}