Uses of Record Class
org.seasar.doma.jdbc.entity.EmbeddedType
Packages that use EmbeddedType
Package
Description
Provides classes and interfaces for entity mapping and lifecycle management.
-
Uses of EmbeddedType in org.seasar.doma.jdbc.entity
Methods in org.seasar.doma.jdbc.entity that return EmbeddedTypeModifier and TypeMethodDescriptionEmbeddedType.merge(EmbeddedType parent) Merges this EmbeddedType with a parent EmbeddedType to create a new EmbeddedType instance.Methods in org.seasar.doma.jdbc.entity with parameters of type EmbeddedTypeModifier and TypeMethodDescriptiondefault <ENTITY> List<EntityPropertyType<ENTITY,?>> EmbeddableType.getEmbeddablePropertyTypes(String embeddedPropertyName, Class<ENTITY> entityClass, NamingType namingType, EmbeddedType embeddedType) Deprecated.<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.EmbeddedType.merge(EmbeddedType parent) Merges this EmbeddedType with a parent EmbeddedType to create a new EmbeddedType instance.Constructors in org.seasar.doma.jdbc.entity with parameters of type EmbeddedTypeModifierConstructorDescriptionDefaultPropertyType(Class<ENTITY> entityClass, Supplier<Scalar<BASIC, CONTAINER>> scalarSupplier, String name, String columnName, NamingType namingType, boolean insertable, boolean updatable, boolean quoteRequired, EmbeddedType embeddedType) DefaultPropertyType(Class<ENTITY> entityClass, Supplier<Scalar<BASIC, CONTAINER>> scalarSupplier, PropertyPath path, String columnName, NamingType namingType, boolean insertable, boolean updatable, boolean quoteRequired, EmbeddedType embeddedType)