Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:EclipseLink/UserGuide/JPA/Advanced JPA Development/Schema Generation/Appending strings to CREATE TABLE statements

[1]

The following sentences are derived from Bug 214519. (In fact it seems to be the reason for submitting the bug.)

"This can be useful, for example, to create tables that are transactional, by appending engine=InnoDB to the end of the creation statement. This specifies that the MySQL InnoDB storage engine will be used."

Should I leave that in? It looks like that is the default engine in MySQL 5.5, so maybe it isn't a good example anymore.

[2]

The spec says "org.eclipse.persistence.sessions.Project will have a public set/getDefaultTableCreationSuffix accessors to allow setting a default in native EclipseLink projects." but I don't wee those accessors in the Javadoc. Do they exist? Should they be documented in this topic?

Copyright © Eclipse Foundation, Inc. All Rights Reserved.