alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Spring Framework example source code file (toplink-project.mwp)

This example Spring Framework source code file (toplink-project.mwp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Spring Framework tags/keywords

ejb, ejb, utf-8, utf-8

The Spring Framework toplink-project.mwp source code

<?xml version="1.0" encoding="UTF-8"?>
<project type="relational">
   <name>toplink-project
   <product-version>10.1.3.0.0
   <schema-version>6.0
   <class-repository>
      <classpath-entries>
         <entry>../.classes
      </classpath-entries>
      <user-type-names>
         <name>org.springframework.samples.petclinic.BaseEntity
         <name>org.springframework.samples.petclinic.Clinic
         <name>org.springframework.samples.petclinic.NamedEntity
         <name>org.springframework.samples.petclinic.Owner
         <name>org.springframework.samples.petclinic.Person
         <name>org.springframework.samples.petclinic.Pet
         <name>org.springframework.samples.petclinic.PetType
         <name>org.springframework.samples.petclinic.Specialty
         <name>org.springframework.samples.petclinic.Vet
         <name>org.springframework.samples.petclinic.Visit
      </user-type-names>
   </class-repository>
   <descriptor-names>
      <descriptor-name>org.springframework.samples.petclinic.Owner
      <descriptor-name>org.springframework.samples.petclinic.Pet
      <descriptor-name>org.springframework.samples.petclinic.PetType
      <descriptor-name>org.springframework.samples.petclinic.Specialty
      <descriptor-name>org.springframework.samples.petclinic.Vet
      <descriptor-name>org.springframework.samples.petclinic.Visit
   </descriptor-names>
   <defaults-policy type="relational">
      <use-method-accessing>false
      <caching-policy>
         <cache-expiry/>
      </caching-policy>
      <cache-all-statements>false
      <bind-all-parameters>false
   </defaults-policy>
   <ejb-policy>
      <ejb-persistence-type>No EJB
   </ejb-policy>
   <deployment-xml-file>../src/toplink-mappings.xml
   <table-repository>
      <platform-name>HSQL
      <login-infos>
         <login-info>
            <name>sa
            <driver-class>org.hsqldb.jdbcDriver
            <url>jdbc:hsqldb:hsql://localhost:9001
            <user-name>sa
         </login-info>
      </login-infos>
      <deployment-login-spec-handle>
         <login-spec-name>sa
      </deployment-login-spec-handle>
      <development-login-spec-handle>
         <login-spec-name>sa
      </development-login-spec-handle>
      <table-names>
         <name>OWNERS
         <name>PETS
         <name>SPECIALTIES
         <name>TYPES
         <name>VET_SPECIALTIES
         <name>VETS
         <name>VISITS
      </table-names>
   </table-repository>
   <sequencing>
      <preallocation-size>50
      <sequencing-type>Use native sequencing
   </sequencing>
   <table-generation>
      <default-primary-key-name>ID
      <primary-key-search-pattern>*ID
   </table-generation>
</project>

Other Spring Framework examples (source code examples)

Here is a short list of links related to this Spring Framework toplink-project.mwp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.