All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.castled.dtos.querymodel.SqlQueryModelDetails Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.castled.dtos.querymodel;

import io.castled.models.QueryModelType;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class SqlQueryModelDetails extends QueryModelDetails {

    private String sourceQuery;

    public SqlQueryModelDetails() {
        super(QueryModelType.SQL);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy