
org.springframework.data.jpa.domain.QGenericPersistable Maven / Gradle / Ivy
package org.springframework.data.jpa.domain;
import static com.querydsl.core.types.PathMetadataFactory.*;
import com.querydsl.core.types.dsl.*;
import com.querydsl.core.types.PathMetadata;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
/**
* QGenericPersistable is a Querydsl query type for GenericPersistable
*/
@Generated("com.querydsl.codegen.SupertypeSerializer")
public class QGenericPersistable extends EntityPathBase> {
private static final long serialVersionUID = 1578106001L;
public static final QGenericPersistable genericPersistable = new QGenericPersistable("genericPersistable");
public final QAbstractSerializable _super = new QAbstractSerializable(this);
@SuppressWarnings({"all", "rawtypes", "unchecked"})
public QGenericPersistable(String variable) {
super((Class) GenericPersistable.class, forVariable(variable));
}
@SuppressWarnings({"all", "rawtypes", "unchecked"})
public QGenericPersistable(Path extends GenericPersistable> path) {
super((Class) path.getType(), path.getMetadata());
}
@SuppressWarnings({"all", "rawtypes", "unchecked"})
public QGenericPersistable(PathMetadata metadata) {
super((Class) GenericPersistable.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy