Uses of Interface
com.blazebit.persistence.view.spi.EntityViewMapping
Packages that use EntityViewMapping
Package
Description
SPI for implementers of the Blaze-Persistence Entity-View extension.
-
Uses of EntityViewMapping in com.blazebit.persistence.view.spi
Methods in com.blazebit.persistence.view.spi that return EntityViewMappingModifier and TypeMethodDescriptionEntityViewConfiguration.createEntityViewMapping(Class<?> clazz) Creates an entity view mapping based on the given annotated class that can be further refined and finally added.EntityViewAttributeMapping.getDeclaringView()Returns the mapping of the view declaring this attribute.EntityViewConstructorMapping.getDeclaringView()Returns the mapping of the view declaring this constructor.Methods in com.blazebit.persistence.view.spi that return types with arguments of type EntityViewMappingModifier and TypeMethodDescriptionEntityViewConfiguration.getEntityViewMappings()Returns the currently registered entity view mappings.