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

com.mysema.query.jpa.JPQLSubQuery Maven / Gradle / Ivy

There is a newer version: 3.7.4
Show newest version
/*
 * Copyright (c) 2010 Mysema Ltd.
 * All rights reserved.
 *
 */
package com.mysema.query.jpa;

import com.mysema.query.QueryMetadata;

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

    public JPQLSubQuery() {
        super();
    }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy