Uses of Class
com.blazebit.persistence.view.spi.EntityViewAttributeMapping.ElementCollectionBehavior
Package | Description |
---|---|
com.blazebit.persistence.view.spi |
SPI for implementers of the Blaze-Persistence Entity-View extension.
|
-
Uses of EntityViewAttributeMapping.ElementCollectionBehavior in com.blazebit.persistence.view.spi
Methods in com.blazebit.persistence.view.spi that return EntityViewAttributeMapping.ElementCollectionBehavior Modifier and Type Method Description EntityViewAttributeMapping.ElementCollectionBehavior
EntityViewAttributeMapping. getElementCollectionBehavior()
Returns the behavior of a plural attribute element collection if the attribute is a multi-collection, ornull
otherwise.static EntityViewAttributeMapping.ElementCollectionBehavior
EntityViewAttributeMapping.ElementCollectionBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityViewAttributeMapping.ElementCollectionBehavior[]
EntityViewAttributeMapping.ElementCollectionBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.