public abstract class JPAUpdateDetails<T> extends Object
| Constructor and Description |
|---|
JPAUpdateDetails(com.querydsl.core.types.EntityPath<T> entityPath) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.querydsl.jpa.impl.JPAUpdateClause |
completeUpdate(com.querydsl.jpa.impl.JPAUpdateClause update) |
com.querydsl.core.types.EntityPath<T> |
getEntityPath() |
public JPAUpdateDetails(com.querydsl.core.types.EntityPath<T> entityPath)
public com.querydsl.core.types.EntityPath<T> getEntityPath()
public abstract com.querydsl.jpa.impl.JPAUpdateClause completeUpdate(com.querydsl.jpa.impl.JPAUpdateClause update)
Copyright © 2020. All rights reserved.