Spring Data Jpa

org.springframework.data.jpa.domain
Class QAbstractPersistable

java.lang.Object
  extended by com.mysema.query.types.ExpressionBase<T>
      extended by com.mysema.query.types.expr.SimpleExpression<T>
          extended by com.mysema.query.types.path.BeanPath<T>
              extended by com.mysema.query.types.path.EntityPathBase<AbstractPersistable<? extends Serializable>>
                  extended by org.springframework.data.jpa.domain.QAbstractPersistable
All Implemented Interfaces:
com.mysema.query.types.EntityPath<AbstractPersistable<? extends Serializable>>, com.mysema.query.types.Expression<AbstractPersistable<? extends Serializable>>, com.mysema.query.types.Path<AbstractPersistable<? extends Serializable>>, Serializable

@Generated(value="com.mysema.query.codegen.SupertypeSerializer")
public class QAbstractPersistable
extends com.mysema.query.types.path.EntityPathBase<AbstractPersistable<? extends Serializable>>

QAbstractPersistable is a Querydsl query type for AbstractPersistable

See Also:
Serialized Form

Field Summary
 com.mysema.query.types.path.SimplePath<Serializable> id
           
 
Fields inherited from class com.mysema.query.types.expr.SimpleExpression
primitive
 
Constructor Summary
QAbstractPersistable(com.mysema.query.types.Path<? extends AbstractPersistable<? extends Serializable>> entity)
           
QAbstractPersistable(com.mysema.query.types.PathMetadata<?> metadata)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.types.path.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, equals, forProperty, getAnnotatedElement, getMetadata, getRoot, hashCode, instanceOf
 
Methods inherited from class com.mysema.query.types.expr.SimpleExpression
as, as, count, countDistinct, eq, eq, in, in, in, isNotNull, isNull, ne, ne, notIn, notIn, notIn, when, when
 
Methods inherited from class com.mysema.query.types.ExpressionBase
getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.types.Path
getAnnotatedElement, getMetadata, getRoot
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 

Field Detail

id

public final com.mysema.query.types.path.SimplePath<Serializable> id
Constructor Detail

QAbstractPersistable

public QAbstractPersistable(com.mysema.query.types.Path<? extends AbstractPersistable<? extends Serializable>> entity)

QAbstractPersistable

public QAbstractPersistable(com.mysema.query.types.PathMetadata<?> metadata)

Spring Data Jpa

Copyright © 2011-2012 SpringSource. All Rights Reserved.