caoilte wrote:
1) minValue not supported in sequence generation. I have a hack workaround but it is inconvenient. Are there any plans to support it? (I use postgresql)
What do you mean by minValue
caoilte wrote:
1)
@Table(name=""),
name not getting used (in hbm2ddl) for schema export.
? What is the exact issue. Table names (whether default or not) are used by the SchemaExport. The unit test suite does use that.
caoilte wrote:
2)
support for maps. Are these even supported in the EJB 3.0 spec?
Not supported by EJB3 as a non useful feature to map a relational model in a domain model. Anthony is working on the Hibernate implementation.
caoilte wrote:
3)
support for custom types. This might be supported but I can't workout how. The equivalent hbm file is,
<property
name="path"
type="net.sportplan.model.hibernate.LTreeUserType"
>
<column
name="path"
index="path_idx"
sql-type="ltree"
/>
</property>
@Type