Uses of Interface
nl.datasteel.crudcraft.projection.mapping.ProjectionMetadata
Packages that use ProjectionMetadata
Package
Description
-
Uses of ProjectionMetadata in nl.datasteel.crudcraft.projection.impl
Methods in nl.datasteel.crudcraft.projection.impl with parameters of type ProjectionMetadataModifier and TypeMethodDescriptionstatic <T,D> void CollectionHydrator.hydrateCollections(Class<T> entityType, ProjectionMetadata<D> metadata, Map<Object, D> dtoMap, CollectionHydrator.RowFetcher fetcher) Hydrates collection attributes in the DTO map by fetching the necessary data from the database. -
Uses of ProjectionMetadata in nl.datasteel.crudcraft.projection.mapping
Methods in nl.datasteel.crudcraft.projection.mapping that return ProjectionMetadataModifier and TypeMethodDescription<D> ProjectionMetadata<D> GeneratedProjectionMetadataRegistry.getMetadata(Class<D> dtoType) <D> ProjectionMetadata<D> ProjectionMetadataRegistry.getMetadata(Class<D> dtoType) Retrieves the metadata for a given DTO type.<D> ProjectionMetadata<D> SimpleProjectionMetadataRegistry.getMetadata(Class<D> dtoType) Retrieves the metadata for a given DTO type.ProjectionMetadata.Attribute.nested()Metadata for nested DTO projections, ornullfor simple fields.Methods in nl.datasteel.crudcraft.projection.mapping with parameters of type ProjectionMetadataModifier and TypeMethodDescription<D> voidSimpleProjectionMetadataRegistry.register(ProjectionMetadata<D> projectionMetadata) Registers new projection metadata.