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 SummaryConstructorsConstructorDescriptionPersistentAssociationPath(List<Association> associations, Association association) PersistentAssociationPath(List<Association> associations, Association association, String path) 
- 
Method SummaryMethods inherited from class io.micronaut.data.model.PersistentPropertyPathfindNamingStrategy, findPropertyOwner, getArrayPath, getAssociations, getNamingStrategy, getPath, getPropertyValue, of, of, setPropertyValue
- 
Constructor Details- 
PersistentAssociationPath
- 
PersistentAssociationPathpublic PersistentAssociationPath(List<Association> associations, Association association, String path) 
 
- 
- 
Method Details- 
getProperty- Overrides:
- getPropertyin class- PersistentPropertyPath
- Returns:
- The property
 
- 
getAssociation
 
-