Package com.kenshoo.pl.entity.internal
Class VirtualEntityFieldImpl<E extends EntityType<E>,T>
- java.lang.Object
-
- com.kenshoo.pl.entity.internal.EntityFieldImpl<E,T>
-
- com.kenshoo.pl.entity.internal.VirtualEntityFieldImpl<E,T>
-
- All Implemented Interfaces:
EntityField<E,T>
public class VirtualEntityFieldImpl<E extends EntityType<E>,T> extends EntityFieldImpl<E,T>
-
-
Constructor Summary
Constructors Constructor Description VirtualEntityFieldImpl(EntityType<E> entityType, EntityFieldDbAdapter<T> dbAdapter, ValueConverter<T,java.lang.String> stringValueConverter, EntityValueEqualityFunction<T> valueEqualityFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisVirtual()-
Methods inherited from class com.kenshoo.pl.entity.internal.EntityFieldImpl
equals, getDbAdapter, getEntityType, getStringValueConverter, hashCode, toString, valuesEqual
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.kenshoo.pl.entity.EntityField
eq, getValueClass, in, isNull
-
-
-
-
Constructor Detail
-
VirtualEntityFieldImpl
public VirtualEntityFieldImpl(EntityType<E> entityType, EntityFieldDbAdapter<T> dbAdapter, ValueConverter<T,java.lang.String> stringValueConverter, EntityValueEqualityFunction<T> valueEqualityFunction)
-
-