Interface EntityPath<T>

Type Parameters:
T - entity type
All Superinterfaces:
Expression<T>, Path<T>, Serializable
All Known Implementing Classes:
ComparableEntityPath, EntityPathBase, PathBuilder

public interface EntityPath<T> extends Path<T>
EntityPath is the common interface for entity path expressions
Author:
tiwe
  • Method Details

    • getMetadata

      Object getMetadata(Path<?> property)
      Returns additional metadata for the given property path or null if none is available
      Parameters:
      property - property path
      Returns:
      metadata for property or null