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

org.springframework.hateoas.QCollectionModel Maven / Gradle / Ivy

Go to download

System provides workflow management functions including user, role and data management.

There is a newer version: 6.3.3
Show newest version
package org.springframework.hateoas;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.dsl.PathInits;


/**
 * QCollectionModel is a Querydsl query type for CollectionModel
 */
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
public class QCollectionModel extends BeanPath> {

    private static final long serialVersionUID = 471430445L;

    public static final QCollectionModel collectionModel = new QCollectionModel("collectionModel");

    public final QRepresentationModel _super = new QRepresentationModel(this);

    public final CollectionPath> content = this.>createCollection("content", Object.class, SimplePath.class, PathInits.DIRECT2);

    public final SimplePath fallbackType = createSimple("fallbackType", org.springframework.core.ResolvableType.class);

    public final SimplePath fullType = createSimple("fullType", org.springframework.core.ResolvableType.class);

    //inherited
    public final SimplePath links = _super.links;

    public final SimplePath resolvableType = createSimple("resolvableType", org.springframework.core.ResolvableType.class);

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QCollectionModel(String variable) {
        super((Class) CollectionModel.class, forVariable(variable));
    }

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QCollectionModel(Path path) {
        super((Class) path.getType(), path.getMetadata());
    }

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QCollectionModel(PathMetadata metadata) {
        super((Class) CollectionModel.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy