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

io.katharsis.jpa.internal.meta.impl.MetaEntityImpl Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.katharsis.jpa.internal.meta.impl;

import java.lang.reflect.Type;

import io.katharsis.jpa.internal.meta.MetaEntity;

public class MetaEntityImpl extends AbstractMetaEntityImpl implements MetaEntity {

	public MetaEntityImpl(Class implClass, Type implType, MetaDataObjectImpl superType) {
		super(implClass, implType, superType);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy