META-INF.beangle.orm.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beangle-ems-core Show documentation
Show all versions of beangle-ems-core Show documentation
The Beangle EMS Application
<?xml version="1.0" encoding="UTF-8"?> <orm> <mapping class="org.beangle.ems.core.oa.model.DefaultMapping"/> <mapping class="org.beangle.ems.core.config.model.DefaultMapping"/> <mapping class="org.beangle.ems.core.security.model.DefaultMapping"/> <mapping class="org.beangle.ems.core.user.model.DefaultMapping"/> <mapping class="org.beangle.ems.core.blob.model.DefaultMapping"/> <mapping class="org.beangle.ems.core.log.model.DefaultMapping"/> <naming> <profile package = "org.beangle.ems.core" schema="ems" pluralize="true"> <profile package = "config" prefix="cfg_"/> <profile package = "user" prefix="usr_"/> <profile package = "oa" prefix="oa_"/> <profile package = "security" prefix="se_"> <annotation class="org.beangle.data.model.annotation.log" pluralize="true" schema="log" prefix="ems_"/> </profile> <profile package = "blob" prefix="blb_"/> <profile package = "log" prefix="log_"> <annotation class="org.beangle.data.model.annotation.log" pluralize="true" schema="log" prefix="ems_"/> </profile> </profile> </naming> </orm>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy