Uses of Interface
cloud.quinimbus.persistence.api.entity.PropertyContext
Packages that use PropertyContext
Package
Description
-
Uses of PropertyContext in cloud.quinimbus.persistence.api.entity
Methods in cloud.quinimbus.persistence.api.entity with type parameters of type PropertyContextModifier and TypeMethodDescription<T extends PropertyContext>
Optional<T> EmbeddedPropertyHandler.getPropertyContext
(String name, Class<T> type) -
Uses of PropertyContext in cloud.quinimbus.persistence.api.records
Methods in cloud.quinimbus.persistence.api.records that return types with arguments of type PropertyContextModifier and TypeMethodDescriptionOptional
<? extends PropertyContext> RecordPropertyContextHandler.createContext
(Field field) This method should be implemented to analyze the field and create aPropertyContext
if required. -
Uses of PropertyContext in cloud.quinimbus.persistence.api.schema
Fields in cloud.quinimbus.persistence.api.schema with type parameters of type PropertyContextModifier and TypeFieldDescriptionstatic final Map
<String, ? extends PropertyContext> EntityTypeProperty.DEFAULT_CONTEXT
Methods in cloud.quinimbus.persistence.api.schema that return types with arguments of type PropertyContextModifier and TypeMethodDescriptionMap
<String, ? extends PropertyContext> EntityTypeProperty.context()
Returns the value of thecontext
record component.Map
<String, ? extends PropertyContext> EntityTypePropertyBuilder.context()
Return the current value for thecontext
record component in the builderMap
<String, ? extends PropertyContext> EntityTypePropertyBuilder.With.context()
Return the current value for thecontext
record component in the builderMethod parameters in cloud.quinimbus.persistence.api.schema with type arguments of type PropertyContextModifier and TypeMethodDescriptionEntityTypePropertyBuilder.context
(Map<String, ? extends PropertyContext> context) Re-create the internally allocatedMap<String, ? extends PropertyContext>
forcontext
by copying the argumentstatic <T extends EntityTypePropertyType>
EntityTypeProperty<T> EntityTypePropertyBuilder.EntityTypeProperty
(String name, T type, EntityTypeProperty.Structure structure, Map<String, ? extends PropertyContext> context) Static constructor/builder.default EntityTypeProperty
<T> EntityTypePropertyBuilder.With.withContext
(Map<String, ? extends PropertyContext> context) Return a new instance ofEntityTypeProperty
with a new value forcontext
Constructor parameters in cloud.quinimbus.persistence.api.schema with type arguments of type PropertyContextModifierConstructorDescriptionEntityTypeProperty
(String name, T type, EntityTypeProperty.Structure structure, Map<String, ? extends PropertyContext> context) Creates an instance of aEntityTypeProperty
record class.