Uses of Enum
com.blazebit.persistence.view.InverseRemoveStrategy
Packages that use InverseRemoveStrategy
Package
Description
Entity-View extension for the Blaze-Persistence API.
Entity-View extension metamodel.
SPI for implementers of the Blaze-Persistence Entity-View extension.
-
Uses of InverseRemoveStrategy in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view that return InverseRemoveStrategyModifier and TypeMethodDescriptionstatic InverseRemoveStrategyReturns the enum constant of this type with the specified name.static InverseRemoveStrategy[]InverseRemoveStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InverseRemoveStrategy in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel that return InverseRemoveStrategyModifier and TypeMethodDescriptionMethodAttribute.getInverseRemoveStrategy()Returns the inverse remove strategy if this is an inverse mapped attribute. -
Uses of InverseRemoveStrategy in com.blazebit.persistence.view.spi
Methods in com.blazebit.persistence.view.spi that return InverseRemoveStrategyModifier and TypeMethodDescriptionEntityViewMethodAttributeMapping.getInverseRemoveStrategy()Returns the inverse remove strategy to use if this is an inverse mapping.Methods in com.blazebit.persistence.view.spi with parameters of type InverseRemoveStrategyModifier and TypeMethodDescriptionvoidEntityViewMethodAttributeMapping.setInverseRemoveStrategy(InverseRemoveStrategy inverseRemoveStrategy) Sets the inverse remove strategy.