@Generated(value="com.mysema.query.sql.codegen.MetaDataSerializer") public class QSchemaVersion extends com.mysema.query.sql.RelationalPathBase<QSchemaVersion>
| Modifier and Type | Field and Description |
|---|---|
com.mysema.query.types.path.NumberPath<Integer> |
checksum |
com.mysema.query.types.path.StringPath |
description |
com.mysema.query.types.path.NumberPath<Integer> |
executionTime |
com.mysema.query.types.path.StringPath |
installedBy |
com.mysema.query.types.path.DateTimePath<Timestamp> |
installedOn |
com.mysema.query.types.path.NumberPath<Integer> |
installedRank |
static QSchemaVersion |
schemaVersion |
com.mysema.query.sql.PrimaryKey<QSchemaVersion> |
schemaVersionPk |
com.mysema.query.types.path.StringPath |
script |
com.mysema.query.types.path.BooleanPath |
success |
com.mysema.query.types.path.StringPath |
type |
com.mysema.query.types.path.StringPath |
version |
com.mysema.query.types.path.NumberPath<Integer> |
versionRank |
| Constructor and Description |
|---|
QSchemaVersion(com.mysema.query.types.Path<? extends QSchemaVersion> path) |
QSchemaVersion(com.mysema.query.types.PathMetadata<?> metadata) |
QSchemaVersion(String variable) |
QSchemaVersion(String variable,
String schema,
String table) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata() |
add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, neaccept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyas, as, eqAll, eqAny, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final QSchemaVersion schemaVersion
public final com.mysema.query.types.path.NumberPath<Integer> checksum
public final com.mysema.query.types.path.StringPath description
public final com.mysema.query.types.path.NumberPath<Integer> executionTime
public final com.mysema.query.types.path.StringPath installedBy
public final com.mysema.query.types.path.DateTimePath<Timestamp> installedOn
public final com.mysema.query.types.path.NumberPath<Integer> installedRank
public final com.mysema.query.types.path.StringPath script
public final com.mysema.query.types.path.BooleanPath success
public final com.mysema.query.types.path.StringPath type
public final com.mysema.query.types.path.StringPath version
public final com.mysema.query.types.path.NumberPath<Integer> versionRank
public final com.mysema.query.sql.PrimaryKey<QSchemaVersion> schemaVersionPk
public QSchemaVersion(String variable)
public QSchemaVersion(com.mysema.query.types.Path<? extends QSchemaVersion> path)
public QSchemaVersion(com.mysema.query.types.PathMetadata<?> metadata)
Copyright © 2014. All rights reserved.