Package com.kenshoo.pl.entity
Interface PrototypedEntityField<E extends EntityType<E>,T>
-
- All Superinterfaces:
EntityField<E,T>
- All Known Implementing Classes:
PrototypedEntityFieldImpl
public interface PrototypedEntityField<E extends EntityType<E>,T> extends EntityField<E,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityFieldPrototype<T>getEntityFieldPrototype()-
Methods inherited from interface com.kenshoo.pl.entity.EntityField
eq, getDbAdapter, getEntityType, getStringValueConverter, getValueClass, in, isNull, isVirtual, valuesEqual
-
-
-
-
Method Detail
-
getEntityFieldPrototype
EntityFieldPrototype<T> getEntityFieldPrototype()
-
-