Uses of Interface
com.blazebit.persistence.view.spi.EntityViewAttributeMapping
Packages that use EntityViewAttributeMapping
Package
Description
SPI for implementers of the Blaze-Persistence Entity-View extension.
-
Uses of EntityViewAttributeMapping in com.blazebit.persistence.view.spi
Subinterfaces of EntityViewAttributeMapping in com.blazebit.persistence.view.spiModifier and TypeInterfaceDescriptioninterfaceMapping of an entity view method attribute.interfaceMapping of an entity view constructor parameter attribute.Methods in com.blazebit.persistence.view.spi that return EntityViewAttributeMappingModifier and TypeMethodDescriptionEntityViewMapping.getIdAttribute()Returns the id attribute mapping of this entity view mapping ornullif there is none.EntityViewMapping.getVersionAttribute()Returns the version attribute mapping of this entity view mapping ornullif ther is none.Methods in com.blazebit.persistence.view.spi that return types with arguments of type EntityViewAttributeMappingModifier and TypeMethodDescriptionEntityViewMapping.getAttributes()Returns the attribute mappings defined for this entity view mapping.Methods in com.blazebit.persistence.view.spi with parameters of type EntityViewAttributeMappingModifier and TypeMethodDescriptionvoidEntityViewMapping.setIdAttribute(EntityViewAttributeMapping idAttribute) Set the id attribute mapping of this entity view mapping.voidEntityViewMapping.setVersionAttribute(EntityViewAttributeMapping versionAttribute) Set the version attribute mapping of this entity view mapping.