Class QPin

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<Pin>, com.querydsl.core.types.Expression<Pin>, com.querydsl.core.types.Path<Pin>, Serializable

    @Generated("com.querydsl.codegen.EntitySerializer")
    public class QPin
    extends com.querydsl.core.types.dsl.EntityPathBase<Pin>
    QPin is a Querydsl query type for Pin
    See Also:
    Serialized Form
    • Constructor Detail

      • QPin

        public QPin​(String variable)
      • QPin

        public QPin​(com.querydsl.core.types.Path<? extends Pin> path)
      • QPin

        public QPin​(com.querydsl.core.types.PathMetadata metadata)
      • QPin

        public QPin​(com.querydsl.core.types.PathMetadata metadata,
                    com.querydsl.core.types.dsl.PathInits inits)
      • QPin

        public QPin​(Class<? extends Pin> type,
                    com.querydsl.core.types.PathMetadata metadata,
                    com.querydsl.core.types.dsl.PathInits inits)