persistence@glassfish.java.net
Default DDL generation mode?
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Marina Vatkina <
Marina.Vatkina_at_Sun.COM
>
Date
: Tue, 19 Sep 2006 15:53:54 -0700
Hi Peter,
The TopLink JAP extentions page defines the default DDL generation mode as both:
http://www.oracle.com/technology/products/ias/toplink/jpa/resources/toplink-jpa-extensions.html#Java2DBSchemaGen
But the code in the EntityManagerFactoryProvider has anothe default:
public static final String DEFAULT_DDL_GENERATION_MODE = DDL_SQL_SCRIPT_GENERATION;
String ddlGenerationMode = (String)
getConfigPropertyAsString(DDL_GENERATION_MODE, props, DEFAULT_DDL_GENERATION_MODE);
Which one is right?
thanks,
-marina
This message
: [
Message body
]
Next message
:
Michael Bouschen: "Question about delete issue 674"
Previous message
:
Guy Pelletier: "Re: code review for issue #1042"
Next in thread
:
Tom Ware: "Re: Default DDL generation mode?"
Reply
:
Tom Ware: "Re: Default DDL generation mode?"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]