Package io.micronaut.data.model
Class PersistentAssociationPath
- java.lang.Object
-
- io.micronaut.data.model.PersistentPropertyPath
-
- io.micronaut.data.model.PersistentAssociationPath
-
public final class PersistentAssociationPath extends PersistentPropertyPath
The association path representation.- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
-
Constructor Summary
Constructors Constructor Description PersistentAssociationPath(java.util.List<Association> associations, Association association)
PersistentAssociationPath(java.util.List<Association> associations, Association association, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Association
getAssociation()
Association
getProperty()
-
Methods inherited from class io.micronaut.data.model.PersistentPropertyPath
findPropertyOwner, getArrayPath, getAssociations, getNamingStrategy, getPath, getPropertyValue, of, of, setPropertyValue
-
-
-
-
Constructor Detail
-
PersistentAssociationPath
public PersistentAssociationPath(java.util.List<Association> associations, Association association)
-
PersistentAssociationPath
public PersistentAssociationPath(java.util.List<Association> associations, Association association, java.lang.String path)
-
-
Method Detail
-
getProperty
public Association getProperty()
- Overrides:
getProperty
in classPersistentPropertyPath
- Returns:
- The property
-
getAssociation
public Association getAssociation()
-
-