Uses of Record Class
org.seasar.doma.internal.jdbc.entity.PropertyPath
Packages that use PropertyPath
Package
Description
Internal implementation details for the Doma framework.
Provides classes and interfaces for entity mapping and lifecycle management.
-
Uses of PropertyPath in org.seasar.doma.internal.jdbc.entity
Methods in org.seasar.doma.internal.jdbc.entity that return PropertyPathModifier and TypeMethodDescriptionstatic PropertyPathPropertyPath.combine(PropertyPath path, PropertyPathSegment segment) Creates a new property path by combining an existing path with an additional segment.static PropertyPathCreates a property path from a dot-separated string representation.Methods in org.seasar.doma.internal.jdbc.entity with parameters of type PropertyPathModifier and TypeMethodDescriptionstatic PropertyPathPropertyPath.combine(PropertyPath path, PropertyPathSegment segment) Creates a new property path by combining an existing path with an additional segment.Constructors in org.seasar.doma.internal.jdbc.entity with parameters of type PropertyPath -
Uses of PropertyPath in org.seasar.doma.jdbc.entity
Fields in org.seasar.doma.jdbc.entity declared as PropertyPathMethods in org.seasar.doma.jdbc.entity with parameters of type PropertyPathModifier and TypeMethodDescription<ENTITY> List<EntityPropertyType<ENTITY,?>> EmbeddableType.getEmbeddablePropertyTypes(PropertyPath embeddedPropertyPath, Class<ENTITY> entityClass, NamingType namingType, EmbeddedType embeddedType) Returns a list of entity property types for the embeddable properties using a property path.Constructors in org.seasar.doma.jdbc.entity with parameters of type PropertyPathModifierConstructorDescriptionDefaultPropertyType(Class<ENTITY> entityClass, Supplier<Scalar<BASIC, CONTAINER>> scalarSupplier, PropertyPath path, String columnName, NamingType namingType, boolean insertable, boolean updatable, boolean quoteRequired, EmbeddedType embeddedType) EmbeddedPropertyType(PropertyPath path, Class<ENTITY> entityClass, List<EntityPropertyType<ENTITY, ?>> embeddablePropertyType, boolean optional)