Message from discussion
How to use custom IdGenerator (IdType.GENERATOR)?
Received: by 10.224.39.70 with SMTP id f6mr9238417qae.2.1336427758260;
Mon, 07 May 2012 14:55:58 -0700 (PDT)
X-BeenThere: ebean@googlegroups.com
Received: by 10.224.174.206 with SMTP id u14ls3392428qaz.8.gmail; Mon, 07 May
2012 14:55:57 -0700 (PDT)
Received: by 10.224.173.206 with SMTP id q14mr716017qaz.0.1336427757879;
Mon, 07 May 2012 14:55:57 -0700 (PDT)
Received: by 10.224.21.143 with SMTP id j15msqab;
Mon, 7 May 2012 13:35:06 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.68.134 with SMTP id w6mr108666vdt.6.1336422906066; Mon, 07
May 2012 13:35:06 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
spreiter...@gmail.com designates internal as permitted sender)
smtp.mail=spreiter...@gmail.com; dkim=pass
header...@gmail.com
Received: by c36g2000vbu.googlegroups.com with HTTP; Mon, 7 May 2012 13:35:06
-0700 (PDT)
Date: Mon, 7 May 2012 13:35:06 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19
(KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19,gzip(gfe)
Message-ID: <8a0e32ef-e6ea-498b-aab3-c0ea4a1b5be9@c36g2000vbu.googlegroups.com>
Subject: How to use custom IdGenerator (IdType.GENERATOR)?
From: Heinrich Spreiter <spreiter...@gmail.com>
To: Ebean ORM <ebean@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Hello
I've created a custom IdGenerator but I have yet to find a way to use
it for my entities. Is there an annotation or configuration that I can
use?
I use ebean 2.7.3.
Thanks!