useway.persistence.causeway-persistence-jdo-provider.3.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of causeway-persistence-jdo-provider Show documentation
Show all versions of causeway-persistence-jdo-provider Show documentation
JDO Provider to be implemented by any actual JDO provider eg. DataNucleus.
The newest version!
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
module org.apache.causeway.persistence.jdo.provider {
exports org.apache.causeway.persistence.jdo.provider.metamodel.facets.object.version;
exports org.apache.causeway.persistence.jdo.provider.persistence;
exports org.apache.causeway.persistence.jdo.provider.metamodel.facets.prop.primarykey;
exports org.apache.causeway.persistence.jdo.provider.metamodel.facets.object.query;
exports org.apache.causeway.persistence.jdo.provider.config;
exports org.apache.causeway.persistence.jdo.provider.entities;
exports org.apache.causeway.persistence.jdo.provider.metamodel.facets.object.datastoreidentity;
exports org.apache.causeway.persistence.jdo.provider.metamodel.facets.object.persistencecapable;
exports org.apache.causeway.persistence.jdo.provider.metamodel.facets.prop.notpersistent;
requires javax.jdo;
requires lombok;
requires org.apache.causeway.applib;
requires org.apache.causeway.commons;
requires org.apache.causeway.core.config;
requires org.apache.causeway.core.metamodel;
requires spring.core;
}