hbm2ddl
How to prevent hbm2ddl from importing init sqls?
Precondition: There is an import.sql file in my 开发者_JS百科classpath. The property \"hibernate.hbm2ddl.auto\" is set to \"create\".[详细]
2023-02-18 23:24 分类:问答Column without member
Using Hibernate we\'re trying to have it create an additional column to an abstract class - but we can\'t add a new m开发者_运维技巧ember to this class (memory consumption in large scale). We need to[详细]
2023-02-13 18:52 分类:问答Using hbm2ddl when model and EM are in different projects
I have a locally-created jar file containing hibernate-annotated entities.I also have a separate project which references this jar.[详细]
2023-02-12 09:00 分类:问答Does hbm2ddl.auto=update not honor different DB users, maybe?
We are encountering strange hibernate behavior with hbm2ddl.auto set to update. In our test setup, we have two database users, one containing the tables for our beta application, the other one 开发者[详细]
2023-02-06 17:47 分类:问答Why does hbm2ddl.SchemaExport not run here?
Trying to play around with IInterceptor in NHibernate 2.1.2.4000 I\'ve got the following bit of test code:[详细]
2023-02-05 08:31 分类:问答Update database schema with hibernate
<property name=\"hibernate.hbm2ddl.auto\">update&l开发者_运维技巧t;/property> i can create my database schema, it automatically add properties, constraint, key etc...[详细]
2023-02-02 04:26 分类:问答ClassNotFoundException javax.mail.internet.AddressException when running hibernate3:hbm2ddl
So I\'m having trouble with log4j and hbm2ddl. When I put an SMTPAppender in my log4j.xml I get this ClaasNotFoundException.[详细]
2023-02-02 02:33 分类:问答How to create two-column unique key constrain with HBM mapping?
I have a hibernate mapping: <properties name=\"lrt_bps_bpr_acs_uk\" unique=\"true\"> <many-to-one name=\"activitySummary\" column=\"bps_acs_id\" class=\"xyz.ActivitySummary\"[详细]
2023-01-30 06:53 分类:问答HBM2DDL -- Create a database view instead of a Table?
All, Is there some setting that I can tell hbm2ddl to run a view creation statement instead of create a table when generating the database schema?[详细]
2023-01-22 09:00 分类:问答How to create tables with hibernate recomandations
I\'m relatively new to hibernate technology, and want to create an application with that. I have read that is not recomanded to use \"hibernate\'s creation tabels\" option (hibernate.hbm2ddl.auto) for[详细]
2023-01-21 23:54 分类:问答