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

com.mysema.query.jpa.impl.JPASubQuery Maven / Gradle / Ivy

/*
 * Copyright (c) 2010 Mysema Ltd.
 * All rights reserved.
 *
 */
package com.mysema.query.jpa.impl;

import com.mysema.query.QueryMetadata;
import com.mysema.query.jpa.AbstractJPQLSubQuery;
import com.mysema.query.jpa.JPQLCommonQuery;

/**
 * JPASubQuery is a subquery class for JPA
 *
 * @author tiwe
 *
 */
public final class JPASubQuery extends AbstractJPQLSubQuery implements JPQLCommonQuery{

    public JPASubQuery() {
        super();
    }

    public JPASubQuery(QueryMetadata metadata) {
        super(metadata);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy