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

com.oberasoftware.jasdb.api.entitymapper.EntityMetadata Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.oberasoftware.jasdb.api.entitymapper;

import java.util.Map;
import java.util.Optional;

/**
 * @author Renze de Vries
 */
public interface EntityMetadata {
    Class getRawType();

    String getBagName();

    Optional getKeyProperty();

    Map getProperties();

    PropertyMetadata getProperty(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy