Package com.querydsl.core.types
Interface EntityPath<T>
- Type Parameters:
T- entity type
- All Superinterfaces:
Expression<T>,Path<T>,Serializable
- All Known Implementing Classes:
ComparableEntityPath,EntityPathBase,PathBuilder
EntityPath is the common interface for entity path expressions- Author:
- tiwe
-
Method Summary
Modifier and TypeMethodDescriptiongetMetadata(Path<?> property) Returns additional metadata for the given property path or null if none is availableMethods inherited from interface com.querydsl.core.types.Expression
accept, getTypeMethods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Method Details
-
getMetadata
Returns additional metadata for the given property path or null if none is available- Parameters:
property- property path- Returns:
- metadata for property or null
-