org.springframework.hateoas.QRepresentationModel 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;
/**
* QRepresentationModel is a Querydsl query type for RepresentationModel
*/
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
public class QRepresentationModel extends BeanPath> {
private static final long serialVersionUID = 209059678L;
public static final QRepresentationModel representationModel = new QRepresentationModel("representationModel");
public final SimplePath links = createSimple("links", Links.class);
@SuppressWarnings({"all", "rawtypes", "unchecked"})
public QRepresentationModel(String variable) {
super((Class) RepresentationModel.class, forVariable(variable));
}
@SuppressWarnings({"all", "rawtypes", "unchecked"})
public QRepresentationModel(Path extends RepresentationModel> path) {
super((Class) path.getType(), path.getMetadata());
}
@SuppressWarnings({"all", "rawtypes", "unchecked"})
public QRepresentationModel(PathMetadata metadata) {
super((Class) RepresentationModel.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy