|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | + Licensed to the Apache Software Foundation (ASF) under one |
| 5 | + or more contributor license agreements. See the NOTICE file |
| 6 | + distributed with this work for additional information |
| 7 | + regarding copyright ownership. The ASF licenses this file |
| 8 | + to you under the Apache License, Version 2.0 (the |
| 9 | + "License"); you may not use this file except in compliance |
| 10 | + with the License. You may obtain a copy of the License at |
| 11 | +
|
| 12 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +
|
| 14 | + Unless required by applicable law or agreed to in writing, |
| 15 | + software distributed under the License is distributed on an |
| 16 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 17 | + KIND, either express or implied. See the License for the |
| 18 | + specific language governing permissions and limitations |
| 19 | + under the License. |
| 20 | +
|
| 21 | +--> |
| 22 | + |
| 23 | + |
| 24 | +<persistence version="2.0" |
| 25 | + xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 26 | + xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> |
| 27 | + |
| 28 | + <!-- This file is only used for static weaving, nothing more. --> |
| 29 | + <!-- You can find the runtime configuration in the JPAConfig class --> |
| 30 | + <persistence-unit name="jpa-pu" transaction-type="RESOURCE_LOCAL"> |
| 31 | + <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> |
| 32 | + <!-- Fineract core module --> |
| 33 | + <class>org.apache.fineract.accounting.glaccount.domain.GLAccount</class> |
| 34 | + <class>org.apache.fineract.accounting.journalentry.domain.JournalEntry</class> |
| 35 | + <class>org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom</class> |
| 36 | + <class>org.apache.fineract.infrastructure.core.domain.AbstractAuditableWithUTCDateTimeCustom</class> |
| 37 | + <class>org.apache.fineract.infrastructure.codes.domain.Code</class> |
| 38 | + <class>org.apache.fineract.infrastructure.codes.domain.CodeValue</class> |
| 39 | + <class>org.apache.fineract.infrastructure.documentmanagement.domain.Image</class> |
| 40 | + <class>org.apache.fineract.organisation.staff.domain.Staff</class> |
| 41 | + <class>org.apache.fineract.organisation.office.domain.Office</class> |
| 42 | + <class>org.apache.fineract.organisation.office.domain.OrganisationCurrency</class> |
| 43 | + <class>org.apache.fineract.organisation.monetary.domain.ApplicationCurrency</class> |
| 44 | + <class>org.apache.fineract.organisation.holiday.domain.Holiday</class> |
| 45 | + <class>org.apache.fineract.organisation.workingdays.domain.WorkingDays</class> |
| 46 | + <class>org.apache.fineract.portfolio.group.domain.Group</class> |
| 47 | + <class>org.apache.fineract.portfolio.group.domain.GroupLevel</class> |
| 48 | + <class>org.apache.fineract.portfolio.group.domain.StaffAssignmentHistory</class> |
| 49 | + <class>org.apache.fineract.portfolio.group.domain.GroupRole</class> |
| 50 | + <class>org.apache.fineract.portfolio.client.domain.Client</class> |
| 51 | + <class>org.apache.fineract.portfolio.client.domain.ClientIdentifier</class> |
| 52 | + <class>org.apache.fineract.portfolio.rate.domain.Rate</class> |
| 53 | + <class>org.apache.fineract.portfolio.fund.domain.Fund</class> |
| 54 | + <class>org.apache.fineract.portfolio.delinquency.domain.DelinquencyBucket</class> |
| 55 | + <class>org.apache.fineract.portfolio.delinquency.domain.DelinquencyRange</class> |
| 56 | + <class>org.apache.fineract.portfolio.paymenttype.domain.PaymentType</class> |
| 57 | + <class>org.apache.fineract.portfolio.paymentdetail.domain.PaymentDetail</class> |
| 58 | + <class>org.apache.fineract.portfolio.tax.domain.TaxGroup</class> |
| 59 | + <class>org.apache.fineract.portfolio.tax.domain.TaxGroupMappings</class> |
| 60 | + <class>org.apache.fineract.portfolio.tax.domain.TaxComponent</class> |
| 61 | + <class>org.apache.fineract.portfolio.tax.domain.TaxComponentHistory</class> |
| 62 | + <class>org.apache.fineract.portfolio.floatingrates.domain.FloatingRate</class> |
| 63 | + <class>org.apache.fineract.portfolio.floatingrates.domain.FloatingRatePeriod</class> |
| 64 | + <class>org.apache.fineract.portfolio.calendar.domain.Calendar</class> |
| 65 | + <class>org.apache.fineract.portfolio.calendar.domain.CalendarHistory</class> |
| 66 | + <class>org.apache.fineract.portfolio.calendar.domain.CalendarInstance</class> |
| 67 | + <class>org.apache.fineract.useradministration.domain.AppUser</class> |
| 68 | + <class>org.apache.fineract.useradministration.domain.Role</class> |
| 69 | + <class>org.apache.fineract.useradministration.domain.Permission</class> |
| 70 | + <class>org.apache.fineract.useradministration.domain.AppUserClientMapping</class> |
| 71 | + <exclude-unlisted-classes>false</exclude-unlisted-classes> |
| 72 | + <properties> |
| 73 | + <property name="eclipselink.weaving" value="static" /> |
| 74 | + </properties> |
| 75 | + </persistence-unit> |
| 76 | +</persistence> |
0 commit comments