Package io.micronaut.data.model
Class PersistentAssociationPath
java.lang.Object
io.micronaut.data.model.PersistentPropertyPath
io.micronaut.data.model.PersistentAssociationPath
The association path representation.
- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
Constructor Summary
ConstructorDescriptionPersistentAssociationPath
(List<Association> associations, Association association) PersistentAssociationPath
(List<Association> associations, Association association, String path) -
Method Summary
Methods inherited from class io.micronaut.data.model.PersistentPropertyPath
findNamingStrategy, findPropertyOwner, getArrayPath, getAssociations, getNamingStrategy, getPath, getPropertyValue, of, of, setPropertyValue
-
Constructor Details
-
PersistentAssociationPath
-
PersistentAssociationPath
public PersistentAssociationPath(List<Association> associations, Association association, String path)
-
-
Method Details
-
getProperty
- Overrides:
getProperty
in classPersistentPropertyPath
- Returns:
- The property
-
getAssociation
-