public class QWhereEntity extends Object implements WhereEntity<com.querydsl.core.types.EntityPath<?>>
| Constructor and Description |
|---|
QWhereEntity(com.querydsl.core.types.EntityPath<?> entity,
String field) |
| Modifier and Type | Method and Description |
|---|---|
com.querydsl.core.types.EntityPath<?> |
getEntity() |
String |
getField() |
public QWhereEntity(com.querydsl.core.types.EntityPath<?> entity,
String field)
public com.querydsl.core.types.EntityPath<?> getEntity()
getEntity in interface WhereEntity<com.querydsl.core.types.EntityPath<?>>public String getField()
getField in interface WhereEntity<com.querydsl.core.types.EntityPath<?>>Copyright © 2017. All rights reserved.