Uses of Interface
org.seasar.doma.internal.jdbc.entity.PropertyPathSegment
Packages that use PropertyPathSegment
Package
Description
Internal implementation details for the Doma framework.
-
Uses of PropertyPathSegment in org.seasar.doma.internal.jdbc.entity
Classes in org.seasar.doma.internal.jdbc.entity that implement PropertyPathSegmentModifier and TypeClassDescriptionstatic final recordA default property path segment implementation for regular field access.static final recordA property path segment implementation for optional field access.Methods in org.seasar.doma.internal.jdbc.entity that return types with arguments of type PropertyPathSegmentModifier and TypeMethodDescriptionList<? extends PropertyPathSegment>PropertyPath.segments()Returns the value of thesegmentsrecord component.Methods in org.seasar.doma.internal.jdbc.entity with parameters of type PropertyPathSegmentModifier and TypeMethodDescriptionstatic PropertyPathPropertyPath.combine(PropertyPath path, PropertyPathSegment segment) Creates a new property path by combining an existing path with an additional segment.Constructor parameters in org.seasar.doma.internal.jdbc.entity with type arguments of type PropertyPathSegmentModifierConstructorDescriptionPropertyPath(List<? extends PropertyPathSegment> segments) Creates an instance of aPropertyPathrecord class.