All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.celerio-pack.xml Maven / Gradle / Ivy

Go to download

The Celerio Generation Template Pack "JPA backend" contains a set of source code file templates that are interpreted by Celerio code generator in order to generate an application persistence layer.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<celerioPack xmlns="http://www.jaxio.com/schema/celerio">
    <packName value="pack-backend-jpa"/>
    <packDescription value="Backend only: almost pure JPA 2.1 with Hibernate 5, Spring 4.2"/>
    <packDescription2 value="Generates entities, meta model and repositories. Used by front-end packs."/>
    <packCommand value="mvn -Pdb,metadata,gen test"/>
    <packCommandHelp value=""/>
    <projectLink value="https://github.com/jaxio/pack-backend-jpa"/>
    <!-- no context for now
    <celerioTemplateContext>
        <entityContextProperties>
            <entityContextProperty property="rest" subPackage="rest" suffix="Resource"/>
        </entityContextProperties>
    </celerioTemplateContext>
    -->
</celerioPack>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy