Uses of Interface
com.blazebit.persistence.view.ConvertOperationBuilder
Packages that use ConvertOperationBuilder
Package
Description
Entity-View extension for the Blaze-Persistence API.
-
Uses of ConvertOperationBuilder in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view that return ConvertOperationBuilderModifier and TypeMethodDescriptionConvertOperationBuilder.convertAttribute(String attributePath, Class<?> attributeViewClass, ConvertOption... convertOptions) Specifies that the attribute object should use the given view type class and convert options.ConvertOperationBuilder.convertAttribute(String attributePath, Class<?> attributeViewClass, String constructorName, ConvertOption... convertOptions) Specifies that the attribute object should use the given view type class and convert options.<T> ConvertOperationBuilder<T>EntityViewManager.convertWith(Object source, Class<T> entityViewClass, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> ConvertOperationBuilder<T>EntityViewManager.convertWith(Object source, Class<T> entityViewClass, String constructorName, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> ConvertOperationBuilder<T>EntityViewManager.convertWith(Object source, Class<T> entityViewClass, String constructorName, Map<String, Object> optionalParameters, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> ConvertOperationBuilder<T>EntityViewManager.convertWith(Object source, Class<T> entityViewClass, Map<String, Object> optionalParameters, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> ConvertOperationBuilder<T>SerializableEntityViewManager.convertWith(Object source, Class<T> entityViewClass, ConvertOption... convertOptions) <T> ConvertOperationBuilder<T>SerializableEntityViewManager.convertWith(Object source, Class<T> entityViewClass, String constructorName, ConvertOption... convertOptions) <T> ConvertOperationBuilder<T>SerializableEntityViewManager.convertWith(Object source, Class<T> entityViewClass, String constructorName, Map<String, Object> optionalParameters, ConvertOption... convertOptions) <T> ConvertOperationBuilder<T>SerializableEntityViewManager.convertWith(Object source, Class<T> entityViewClass, Map<String, Object> optionalParameters, ConvertOption... convertOptions) ConvertOperationBuilder.excludeAttribute(String attributePath) Specifies that the given attribute should not be converted into the target view.ConvertOperationBuilder.excludeAttributes(String... attributePaths) Specifies that the given attributes should not be converted into the target view.