io.katharsis.jpa.internal.meta.impl.MetaMappedSuperclassImpl Maven / Gradle / Ivy
package io.katharsis.jpa.internal.meta.impl;
import java.lang.reflect.Type;
public class MetaMappedSuperclassImpl extends AbstractMetaEntityImpl{
public MetaMappedSuperclassImpl(Class> implClass, Type implType, MetaDataObjectImpl superType) {
super(implClass, implType, superType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy