public abstract class HibernateDeleteDetails<T> extends Object
| Constructor and Description |
|---|
HibernateDeleteDetails(com.querydsl.core.types.EntityPath<T> entityPath) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.querydsl.jpa.hibernate.HibernateDeleteClause |
completeDelete(com.querydsl.jpa.hibernate.HibernateDeleteClause delete) |
com.querydsl.core.types.EntityPath<T> |
getEntityPath() |
public HibernateDeleteDetails(com.querydsl.core.types.EntityPath<T> entityPath)
public com.querydsl.core.types.EntityPath<T> getEntityPath()
public abstract com.querydsl.jpa.hibernate.HibernateDeleteClause completeDelete(com.querydsl.jpa.hibernate.HibernateDeleteClause delete)
Copyright © 2020. All rights reserved.