Uses of Interface
com.blazebit.persistence.view.spi.type.BasicUserType
Packages that use BasicUserType
Package
Description
Entity-View extension metamodel.
SPI for implementers of the Blaze-Persistence Entity-View extension.
Type SPI for Blaze-Persistence Entity-View.
-
Uses of BasicUserType in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel that return BasicUserTypeModifier and TypeMethodDescriptionBasicType.getUserType()The user type implementation for this basic type. -
Uses of BasicUserType in com.blazebit.persistence.view.spi
Methods in com.blazebit.persistence.view.spi that return types with arguments of type BasicUserTypeModifier and TypeMethodDescriptionMap<Class<?>,BasicUserType<?>> EntityViewConfiguration.getBasicUserTypes()Returns the currently registered basic user types.Methods in com.blazebit.persistence.view.spi with parameters of type BasicUserTypeModifier and TypeMethodDescriptionEntityViewConfiguration.registerBasicUserType(Class<X> clazz, BasicUserType<X> userType) Registers the given user type for the given class. -
Uses of BasicUserType in com.blazebit.persistence.view.spi.type
Subinterfaces of BasicUserType in com.blazebit.persistence.view.spi.typeModifier and TypeInterfaceDescriptioninterfaceA contract for defining a custom basic type to use with entity views for versions in optimistic concurrency control.Classes in com.blazebit.persistence.view.spi.type that implement BasicUserTypeModifier and TypeClassDescriptionclassA base class for implementing basic user types for non-entity mutable types.classThe default basic user type implementation for immutable types.classThe default basic user type implementation for unknown types.Fields in com.blazebit.persistence.view.spi.type declared as BasicUserTypeModifier and TypeFieldDescriptionstatic final BasicUserType<?>ImmutableBasicUserType.INSTANCEstatic final BasicUserType<?>MutableBasicUserType.INSTANCE