public abstract class

JiraRelationalPathBase

extends RelationalPathBase<T>
java.lang.Object
   ↳ com.mysema.query.types.expr.DslExpression<T>
     ↳ com.mysema.query.types.expr.SimpleExpression<T>
       ↳ com.mysema.query.types.path.BeanPath<T>
         ↳ com.mysema.query.sql.RelationalPathBase<T>
           ↳ com.atlassian.jira.model.querydsl.JiraRelationalPathBase<T>
Known Direct Subclasses

Class Overview

A base class for all the JIRA Q objects to extend.

We do this so we can dynamically add in the configured schema name.

Summary

[Expand]
Inherited Fields
From class com.mysema.query.types.expr.DslExpression
Public Constructors
JiraRelationalPathBase(Class<? extends T> type, String alias, String tableName)
Public Methods
abstract String getEntityName()
NumberPath<Long> getNumericIdPath()
SchemaAndTable getSchemaAndTable()
String getSchemaName()
boolean hasNumericId()
[Expand]
Inherited Methods
From class com.mysema.query.sql.RelationalPathBase
From class com.mysema.query.types.path.BeanPath
From class com.mysema.query.types.expr.SimpleExpression
From class com.mysema.query.types.expr.DslExpression
From class java.lang.Object
From interface com.mysema.query.sql.RelationalPath
From interface com.mysema.query.types.EntityPath
From interface com.mysema.query.types.Expression
From interface com.mysema.query.types.Path
From interface com.mysema.query.types.ProjectionRole

Public Constructors

public JiraRelationalPathBase (Class<? extends T> type, String alias, String tableName)

Public Methods

public abstract String getEntityName ()

public NumberPath<Long> getNumericIdPath ()

public SchemaAndTable getSchemaAndTable ()

public String getSchemaName ()

public boolean hasNumericId ()