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

io.castled.models.QueryModelPK Maven / Gradle / Ivy

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

import lombok.Getter;
import lombok.Setter;

import java.util.List;

@Getter
@Setter
public class QueryModelPK {
    
    private List primaryKeys;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy