com.ivanceras.db.shared.DAOArray Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orm Show documentation
Show all versions of orm Show documentation
ORM - Core Library for Database
package com.ivanceras.db.shared;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import com.ivanceras.db.shared.exception.DAOArrayException;
public class DAOArray {
String modelName;
String[] attributes;
List