Uses of Interface
com.blazebit.persistence.view.metamodel.MappingConstructor
Packages that use MappingConstructor
-
Uses of MappingConstructor in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel that return MappingConstructorModifier and TypeMethodDescriptionManagedViewType.getConstructor(Class<?>... parameterTypes) Returns the mapping constructor of the entity view specified by the given parameter types.ManagedViewType.getConstructor(String name) Returns the constructor of the entity view specified by the given name.ParameterAttribute.getDeclaringConstructor()Returns the declaring constructor.Methods in com.blazebit.persistence.view.metamodel that return types with arguments of type MappingConstructorModifier and TypeMethodDescriptionManagedViewType.getConstructors()Returns the mapping constructors of the entity view.