org.springframework.hateoas.QCollectionModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of application-engine Show documentation
Show all versions of application-engine Show documentation
System provides workflow management functions including user, role and data management.
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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy