Spring Data Jpa

org.springframework.data.jpa.domain
Class QAbstractAuditable

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<AbstractAuditable<?,? extends Serializable>>
                  extended by org.springframework.data.jpa.domain.QAbstractAuditable
All Implemented Interfaces:
com.mysema.query.types.EntityPath<AbstractAuditable<?,? extends Serializable>>, com.mysema.query.types.Expression<AbstractAuditable<?,? extends Serializable>>, com.mysema.query.types.Path<AbstractAuditable<?,? extends Serializable>>, Serializable

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

QAbstractAuditable is a Querydsl query type for AbstractAuditable

See Also:
Serialized Form

Field Summary
 QAbstractPersistable _super
           
 com.mysema.query.types.path.SimplePath<Object> createdBy
           
 com.mysema.query.types.path.DateTimePath<Date> createdDate
           
 com.mysema.query.types.path.SimplePath<Serializable> id
           
 com.mysema.query.types.path.SimplePath<Object> lastModifiedBy
           
 com.mysema.query.types.path.DateTimePath<Date> lastModifiedDate
           
 
Fields inherited from class com.mysema.query.types.expr.SimpleExpression
primitive
 
Constructor Summary
QAbstractAuditable(com.mysema.query.types.Path<? extends AbstractAuditable<?,? extends Serializable>> entity)
           
QAbstractAuditable(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

_super

public final QAbstractPersistable _super

createdBy

public final com.mysema.query.types.path.SimplePath<Object> createdBy

createdDate

public final com.mysema.query.types.path.DateTimePath<Date> createdDate

id

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

lastModifiedBy

public final com.mysema.query.types.path.SimplePath<Object> lastModifiedBy

lastModifiedDate

public final com.mysema.query.types.path.DateTimePath<Date> lastModifiedDate
Constructor Detail

QAbstractAuditable

public QAbstractAuditable(com.mysema.query.types.Path<? extends AbstractAuditable<?,? extends Serializable>> entity)

QAbstractAuditable

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

Spring Data Jpa

Copyright © 2011-2012 SpringSource. All Rights Reserved.