Module org.seasar.doma.core
Package org.seasar.doma.internal.jdbc.entity
package org.seasar.doma.internal.jdbc.entity
Internal implementation details for the Doma framework.
The classes and interfaces in this package are intended solely for the internal implementation of the Doma framework. They are not part of the public API and may be changed or removed without notice in future releases. Do not use them directly from external code.
-
ClassDescriptionA wrapper interface for accessing and manipulating object fields.PropertyField<ENTITY>Represents a path to a property within an object graph, composed of one or more segments.Represents a single segment within a property path that defines how to access a field.A default property path segment implementation for regular field access.A property path segment implementation for optional field access.