601
601
<xsd : attribute name =" access" type =" orm:access-type" />
602
602
<!-- hbm: Hibernate's pluggable accessor spi -->
603
603
<xsd : attribute name =" attribute-accessor" type =" xsd:string" />
604
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
604
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
605
605
</xsd : complexType >
606
606
607
607
<xsd : group name =" basic-type-group" >
1027
1027
<xsd : attribute name =" fetch-mode" type =" orm:plural-fetch-mode" />
1028
1028
<xsd : attribute name =" access" type =" orm:access-type" />
1029
1029
<xsd : attribute name =" attribute-accessor" type =" xsd:string" />
1030
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
1030
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
1031
1031
<xsd : attribute name =" classification" type =" orm:limited-collection-classification-enum" />
1032
1032
</xsd : complexType >
1033
1033
1109
1109
<xsd : attribute name =" name" type =" xsd:string" use =" required" />
1110
1110
<xsd : attribute name =" access" type =" orm:access-type" />
1111
1111
<xsd : attribute name =" attribute-accessor" type =" xsd:string" />
1112
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
1112
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
1113
1113
</xsd : complexType >
1114
1114
1115
1115
<!-- **************************************************** -->
1614
1614
<xsd : attribute name =" orphan-removal" type =" xsd:boolean" />
1615
1615
<xsd : attribute name =" classification" type =" orm:limited-collection-classification-enum" />
1616
1616
<xsd : attribute name =" not-found" type =" orm:not-found-enum" />
1617
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
1617
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
1618
1618
</xsd : complexType >
1619
1619
1620
1620
<!-- **************************************************** -->
1661
1661
<xsd : attribute name =" optional" type =" xsd:boolean" />
1662
1662
<xsd : attribute name =" access" type =" orm:access-type" />
1663
1663
<xsd : attribute name =" attribute-accessor" type =" xsd:string" />
1664
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
1664
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
1665
1665
<xsd : attribute name =" maps-id" type =" xsd:string" />
1666
1666
<xsd : attribute name =" id" type =" xsd:boolean" />
1667
1667
<xsd : attribute name =" not-found" type =" orm:not-found-enum" />
2057
2057
<xsd : attribute name =" orphan-removal" type =" xsd:boolean" />
2058
2058
<xsd : attribute name =" classification" type =" orm:limited-collection-classification-enum" />
2059
2059
<xsd : attribute name =" not-found" type =" orm:not-found-enum" />
2060
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
2060
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
2061
2061
</xsd : complexType >
2062
2062
2063
2063
<!-- **************************************************** -->
2113
2113
<xsd : attribute name =" optional" type =" xsd:boolean" />
2114
2114
<xsd : attribute name =" access" type =" orm:access-type" />
2115
2115
<xsd : attribute name =" attribute-accessor" type =" xsd:string" />
2116
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
2116
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
2117
2117
<xsd : attribute name =" mapped-by" type =" xsd:string" />
2118
2118
<xsd : attribute name =" orphan-removal" type =" xsd:boolean" />
2119
2119
<xsd : attribute name =" maps-id" type =" xsd:string" />
3139
3139
<xsd : attribute name =" fetch" type =" orm:fetch-type" />
3140
3140
<xsd : attribute name =" fetch-mode" type =" orm:singular-fetch-mode" />
3141
3141
<xsd : attribute name =" optional" type =" xsd:boolean" />
3142
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
3142
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
3143
3143
</xsd : complexType >
3144
3144
3145
3145
<xsd : complexType name =" any-discriminator" >
3208
3208
<xsd : attribute name =" fetch-mode" type =" orm:plural-fetch-mode" />
3209
3209
<xsd : attribute name =" access" type =" orm:access-type" />
3210
3210
<xsd : attribute name =" attribute-accessor" type =" xsd:string" />
3211
- <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" default = " true " />
3211
+ <xsd : attribute name =" optimistic-lock" type =" xsd:boolean" />
3212
3212
<xsd : attribute name =" classification" type =" orm:limited-collection-classification-enum" />
3213
3213
</xsd : complexType >
3214
3214
3532
3532
<xsd : attribute name =" type" use =" required" type =" xsd:string" />
3533
3533
</xsd : complexType >
3534
3534
3535
- </xsd : schema >
3535
+ </xsd : schema >
0 commit comments