Uses of Interface
org.seasar.doma.jdbc.entity.Property
Packages that use Property
Package
Description
Internal implementation details for the Doma framework.
Provides classes that execute SQL statements and handle the results.
Provides metamodels used to build the criteria query statements.
Provides classes and interfaces for entity mapping and lifecycle management.
-
Uses of Property in org.seasar.doma.internal.jdbc.command
Methods in org.seasar.doma.internal.jdbc.command that return PropertyModifier and TypeMethodDescriptionMappingSupport.Prop.property()Returns the value of thepropertyrecord component.Constructors in org.seasar.doma.internal.jdbc.command with parameters of type PropertyModifierConstructorDescriptionProp(MappingSupport.PropType propType, Property<Object, ?> property, Object rawValue) Creates an instance of aProprecord class. -
Uses of Property in org.seasar.doma.jdbc.criteria.command
Methods in org.seasar.doma.jdbc.criteria.command that return types with arguments of type PropertyConstructor parameters in org.seasar.doma.jdbc.criteria.command with type arguments of type Property -
Uses of Property in org.seasar.doma.jdbc.criteria.metamodel
Method parameters in org.seasar.doma.jdbc.criteria.metamodel with type arguments of type Property -
Uses of Property in org.seasar.doma.jdbc.entity
Classes in org.seasar.doma.jdbc.entity that implement PropertyMethods in org.seasar.doma.jdbc.entity that return PropertyModifier and TypeMethodDescriptionDefaultPropertyType.createProperty()EntityPropertyType.createProperty()Creates a property instance for this property type.Loads the value from the entity into this property.Saves the current value of this property to the given entity instance.Method parameters in org.seasar.doma.jdbc.entity with type arguments of type PropertyModifier and TypeMethodDescriptiondefault <ENTITY> EMBEDDABLEEmbeddableType.newEmbeddable(String embeddedPropertyName, Map<String, Property<ENTITY, ?>> __args) Deprecated.<ENTITY> EMBEDDABLEEmbeddableType.newEmbeddable(String embeddedPropertyName, Map<String, Property<ENTITY, ?>> __args, boolean optional) Creates a new instance of the entity class.