public class PersistentPropertyPath
extends java.lang.Object
Constructor and Description |
---|
PersistentPropertyPath(java.util.List<Association> associations,
PersistentProperty property,
java.lang.String path)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PersistentEntity> |
findPropertyOwner()
Find the owner of the possible embedded property.
|
java.util.List<Association> |
getAssociations() |
NamingStrategy |
getNamingStrategy()
Get naming strategy for thpe property.
|
java.lang.String |
getPath() |
PersistentProperty |
getProperty() |
public PersistentPropertyPath(java.util.List<Association> associations, @NonNull PersistentProperty property, @NonNull java.lang.String path)
associations
- The associationsproperty
- The propertypath
- The path@NonNull public java.util.List<Association> getAssociations()
@NonNull public PersistentProperty getProperty()
@NonNull public java.lang.String getPath()
public java.util.Optional<PersistentEntity> findPropertyOwner()
public NamingStrategy getNamingStrategy()