@Generated(value="com.mysema.query.codegen.SupertypeSerializer") public class QAbstractAuditableEntity extends com.mysema.query.types.path.EntityPathBase<AbstractAuditableEntity<?>>
| Modifier and Type | Field and Description |
|---|---|
QAbstractEntity |
_super |
static QAbstractAuditableEntity |
abstractAuditableEntity |
com.mysema.query.types.path.StringPath |
changedBy |
com.mysema.query.types.path.DateTimePath<Date> |
changedOn |
com.mysema.query.types.path.StringPath |
createdBy |
com.mysema.query.types.path.DateTimePath<Date> |
createdOn |
com.mysema.query.types.path.NumberPath<Integer> |
version |
| Constructor and Description |
|---|
QAbstractAuditableEntity(com.mysema.query.types.Path<? extends AbstractAuditableEntity> path) |
QAbstractAuditableEntity(com.mysema.query.types.PathMetadata<?> metadata) |
QAbstractAuditableEntity(String variable) |
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyas, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final QAbstractAuditableEntity abstractAuditableEntity
public final QAbstractEntity _super
public final com.mysema.query.types.path.StringPath changedBy
public final com.mysema.query.types.path.DateTimePath<Date> changedOn
public final com.mysema.query.types.path.StringPath createdBy
public final com.mysema.query.types.path.DateTimePath<Date> createdOn
public final com.mysema.query.types.path.NumberPath<Integer> version
public QAbstractAuditableEntity(String variable)
public QAbstractAuditableEntity(com.mysema.query.types.Path<? extends AbstractAuditableEntity> path)
public QAbstractAuditableEntity(com.mysema.query.types.PathMetadata<?> metadata)
Copyright © 2017 Open Circle Solutions. All rights reserved.