Class CompositeAttributeAccessor<X,Y>
java.lang.Object
com.blazebit.persistence.impl.util.CompositeAttributeAccessor<X,Y>
- All Implemented Interfaces:
AttributeAccessor<X,Y>
- Since:
- 1.4.1
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescriptiongetNullSafe(X entity) static <X,Y> AttributeAccessor<X, Y> of(ExtendedManagedType<?> type, String path) void
-
Method Details
-
of
-
get
- Specified by:
getin interfaceAttributeAccessor<X,Y>
-
getNullSafe
- Specified by:
getNullSafein interfaceAttributeAccessor<X,Y>
-
set
- Specified by:
setin interfaceAttributeAccessor<X,Y>
-