|
Spring Data Jpa | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mysema.query.types.ExpressionBase<T> com.mysema.query.types.expr.SimpleExpression<T> com.mysema.query.types.path.BeanPath<T> com.mysema.query.types.path.EntityPathBase<AbstractAuditable<?,? extends Serializable>> org.springframework.data.jpa.domain.QAbstractAuditable
@Generated(value="com.mysema.query.codegen.SupertypeSerializer") public class QAbstractAuditable
QAbstractAuditable is a Querydsl query type for AbstractAuditable
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 |
---|
public final QAbstractPersistable _super
public final com.mysema.query.types.path.SimplePath<Object> createdBy
public final com.mysema.query.types.path.DateTimePath<Date> createdDate
public final com.mysema.query.types.path.SimplePath<Serializable> id
public final com.mysema.query.types.path.SimplePath<Object> lastModifiedBy
public final com.mysema.query.types.path.DateTimePath<Date> lastModifiedDate
Constructor Detail |
---|
public QAbstractAuditable(com.mysema.query.types.Path<? extends AbstractAuditable<?,? extends Serializable>> entity)
public QAbstractAuditable(com.mysema.query.types.PathMetadata<?> metadata)
|
Spring Data Jpa | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |