E - @Immutable public class Index<E> extends Object implements Serializable
| 构造器和说明 |
|---|
Index(com.querydsl.sql.RelationalPath<?> entity,
boolean unique,
com.google.common.collect.ImmutableList<? extends com.querydsl.core.types.Path<?>> localColumns,
com.google.common.collect.ImmutableList<Boolean> descs) |
Index(com.querydsl.sql.RelationalPath<?> entity,
boolean unique,
com.querydsl.core.types.Path<?> localColumn,
boolean desc) |
public Index(com.querydsl.sql.RelationalPath<?> entity,
boolean unique,
com.querydsl.core.types.Path<?> localColumn,
boolean desc)
public Index(com.querydsl.sql.RelationalPath<?> entity,
boolean unique,
com.google.common.collect.ImmutableList<? extends com.querydsl.core.types.Path<?>> localColumns,
com.google.common.collect.ImmutableList<Boolean> descs)
Copyright © 2018. All rights reserved.