Class MutableBasicUserType<X>

java.lang.Object
com.blazebit.persistence.view.spi.type.AbstractMutableBasicUserType<X>
com.blazebit.persistence.view.spi.type.MutableBasicUserType<X>
Type Parameters:
X - The type of the user type
All Implemented Interfaces:
BasicUserType<X>, BasicUserTypeStringSupport<X>

public class MutableBasicUserType<X>
extends AbstractMutableBasicUserType<X>
The default basic user type implementation for unknown types.
Since:
1.2.0
Author:
Christian Beikov