Top "Schemaexport" questions

Syntax Error in SQL Statement with H2

I have an error while some sql statements in H2 database. Those sql statements come from a Hibernate SchemaExport : Here …

hibernate jdbc h2 schemaexport
Setting string to be sql type of "varchar" instead of "nvarchar"

I have the following mapping: public class LogEntryMap { public LogEntryMap() { Map.Id(x => x.Id).GeneratedBy.Identity(); Map(x =&…

fluent-nhibernate schemaexport
Hibernate one to many mapping error - mappedBy reference an unknown target entity property error

I am trying to test one to many mapping by creating tables from domain objects but I see the error …

database hibernate mapping one-to-many schemaexport