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

io.github.ashwithpoojary98.Include Maven / Gradle / Ivy

The newest version!
package io.github.ashwithpoojary98;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data
@AllArgsConstructor
public class Include {

    private String name;

    private Query query;

    private String foreignKey;

    private String localKey;

    private boolean isMany;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy