public class DefaultQueryDslCommodity extends Object implements QueryDsl
QueryDsl commodity implementation.| Constructor and Description |
|---|
DefaultQueryDslCommodity(com.holonplatform.datastore.jpa.context.JpaOperationContext operationContext) |
| Modifier and Type | Method and Description |
|---|---|
JpaDeleteClause |
delete(com.querydsl.core.types.EntityPath<?> entity)
Create a new DELETE clause.
|
DefaultJpaQuery<?> |
query()
Create a new query.
|
JpaUpdateClause |
update(com.querydsl.core.types.EntityPath<?> entity)
Create a new UPDATE clause.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, from, select, select, selectDistinct, selectDistinct, selectFrom, selectOne, selectZeropublic DefaultQueryDslCommodity(com.holonplatform.datastore.jpa.context.JpaOperationContext operationContext)
public DefaultJpaQuery<?> query()
QueryDslpublic JpaUpdateClause update(com.querydsl.core.types.EntityPath<?> entity)
QueryDslpublic JpaDeleteClause delete(com.querydsl.core.types.EntityPath<?> entity)
QueryDslCopyright © 2019 The Holon Platform. All rights reserved.