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

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

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

import com.mysema.query.QueryMetadata;

/**
 * HQLSubQuery 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 - 2025 Weber Informatics LLC | Privacy Policy