com.wizarius.orm.database.connection.ConnectionParameter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wizarius-orm Show documentation
Show all versions of wizarius-orm Show documentation
Java orm for Postgres or Mysql with migration system and connection pool
The newest version!
package com.wizarius.orm.database.connection;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* @author Vladyslav Shyshkin on 09.04.17.
*/
@Getter
@AllArgsConstructor
public class ConnectionParameter {
private final String key;
private final String value;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy