persistence-30.rnc

来自「RESIN 3.2 最新源码」· RNC 代码 · 共 50 行

RNC
50
字号
default namespace j2ee = "http://java.sun.com/xml/ns/persistence"namespace local = ""namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"start = pst30_persistencet_boolean = stringt_class = stringt_jndi = stringpst30_persistence = element persistence {  attribute version { "1.0" },  attribute xsi:schemaLocation { string }?,  pst30_persistence-unit*}pst30_persistence-unit = element persistence-unit {  attribute name { string },  attribute transaction-type { "JTA" | "RESOURCE_LOCAL" }?,  element description { string }?,  element provider { string }?,  element jta-data-source { t_jndi }?,  element non-jta-data-source { t_jndi }?,  element mapping-file { string }*,  element jar-file { string }*,  element class { t_class }*,  element exclude-unlisted-classes { t_boolean }?,  element properties {    element property {      attribute name { string },      attribute value { string }    }*  }?}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?