com.openthinks.libs.sql.Versions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openlibs.sql Show documentation
Show all versions of openlibs.sql Show documentation
The lib of java database ORM simple implementation.
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.
*
* @Title: Versions.java
* @Package openthinks.libs.sql
* @Description: TODO
* @author [email protected]
* @date Aug 20, 2015
* @version V1.0
*/
package com.openthinks.libs.sql;
import com.openthinks.libs.sql.lang.Configurator.Dialect;
import com.openthinks.libs.utilities.version.AppVersion;
import com.openthinks.libs.utilities.version.VersionCenter;
/**
* openthinks.libs.sql version class
* @author [email protected]
*
*/
@AppVersion("2.0")
public class Versions extends VersionCenter {
/**
* add Derby database {@link Dialect#DERBY}
*/
String v_2_0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy