Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *updated* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiMjE4OWExZmE3...
) / Improvement (
https://hibernate.atlassian.net/browse/HHH-15989?atlOrigin=eyJpIjoiMjE4OW...
) HHH-15989 (
https://hibernate.atlassian.net/browse/HHH-15989?atlOrigin=eyJpIjoiMjE4OW...
) In-line Hibernate settings for sequence and table id generators into mapping XSD (
https://hibernate.atlassian.net/browse/HHH-15989?atlOrigin=eyJpIjoiMjE4OW...
)
Change By: Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
In-line Hibernate settings for sequence and table id generators, as opposed to a “Map” of
config.
E.g.
{noformat}<xsd:complexType name="sequence-generator">
<!- Standard JPA attributes -->
<xsd:attribute name="name" type="xsd:string"
use="required"/>
<xsd:attribute name="sequence-name" type="xsd:string"/>
<xsd:attribute name="catalog" type="xsd:string"/>
<xsd:attribute name="schema" type="xsd:string"/>
<xsd:attribute name="initial-value" type="xsd:int"/>
<xsd:attribute name="allocation-size" type="xsd:int"/>
<!-- Extension attributes -->
<xsd:attribute name="per-entity" type="xsd:boolean"/>
<xsd:attribute name="per-entity-suffix" type="xsd:string"/>
<xsd:attribute name="optizer" type="xsd:string"/>
<xsd:attribute name="force-as-table" type="xsd:boolean"/>
<xsd:attribute name="table-value-column" type="xsd:string"/>
</xsd:complexType name="sequence-generator">{noformat}
(
https://hibernate.atlassian.net/browse/HHH-15989#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-15989#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100223- sha1:038ca59 )