Class PersistentPropertyPath

java.lang.Object
io.micronaut.data.model.PersistentPropertyPath
Direct Known Subclasses:
PersistentAssociationPath

public class PersistentPropertyPath extends Object
The property path representation.
Since:
2.4.0
Author:
Denis Stepanov
  • Constructor Details

    • PersistentPropertyPath

      public PersistentPropertyPath(@NonNull @NonNull PersistentProperty property)
      Default constructor.
      Parameters:
      property - The property
    • PersistentPropertyPath

      public PersistentPropertyPath(@NonNull @NonNull List<Association> associations, @NonNull @NonNull PersistentProperty property)
      Default constructor.
      Parameters:
      associations - The associations
      property - The property
    • PersistentPropertyPath

      public PersistentPropertyPath(@NonNull @NonNull List<Association> associations, @NonNull @NonNull PersistentProperty property, @Nullable @Nullable String path)
      Default constructor.
      Parameters:
      associations - The associations
      property - The property
      path - The path
  • Method Details