Class EntityGraphQueryHint
java.lang.Object
com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraphQueryHint
- Author:
- Réda Housni Alaoui
-
Constructor Summary
ConstructorsConstructorDescriptionEntityGraphQueryHint(EntityGraphType type, javax.persistence.EntityGraph<?> entityGraph) EntityGraphQueryHint(EntityGraphType type, javax.persistence.EntityGraph<?> entityGraph, boolean failIfInapplicable) -
Method Summary
-
Constructor Details
-
EntityGraphQueryHint
-
EntityGraphQueryHint
public EntityGraphQueryHint(EntityGraphType type, javax.persistence.EntityGraph<?> entityGraph, boolean failIfInapplicable) - Parameters:
failIfInapplicable- true if anInapplicableEntityGraphExceptionmust be thrown if this entity graph cannot be applied.
-
-
Method Details
-
type
-
entityGraph
public javax.persistence.EntityGraph<?> entityGraph() -
failIfInapplicable
public boolean failIfInapplicable()- Returns:
- true if an
InapplicableEntityGraphExceptionmust be thrown if this entity graph cannot be applied.
-