
META-INF.orm.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of framework-persistence Show documentation
Show all versions of framework-persistence Show documentation
Persistence do PerolaSoftware Framework
<?xml version="1.0" encoding="UTF-8" ?> <entity-mappings xmlns="http://xmlns.jcp.org/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence/orm http://xmlns.jcp.org/xml/ns/persistence/orm_2_1.xsd" version="2.1"> <converter class="br.com.perolasoftware.framework.jpa.converters.AddressTypeConverter" auto-apply="true" /> <converter class="br.com.perolasoftware.framework.jpa.converters.PhoneTypeConverter" auto-apply="true" /> <converter class="br.com.perolasoftware.framework.jpa.converters.SexTypeConverter" auto-apply="true" /> </entity-mappings>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy