Uses of Interface
de.hybris.platform.persistence.property.JDBCValueMappings.ValueWriter
Packages that use JDBCValueMappings.ValueWriter
-
Uses of JDBCValueMappings.ValueWriter in de.hybris.platform.persistence.property
Classes in de.hybris.platform.persistence.property that implement JDBCValueMappings.ValueWriterModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in de.hybris.platform.persistence.property declared as JDBCValueMappings.ValueWriterModifier and TypeFieldDescriptionfinal JDBCValueMappings.ValueWriter<PK,?> JDBCValueMappings.PK_WRITERfinal JDBCValueMappings.ValueWriter<String,?> JDBCValueMappings.STRING_WRITERMethods in de.hybris.platform.persistence.property that return JDBCValueMappings.ValueWriterModifier and TypeMethodDescriptionstatic <JALO,DB> JDBCValueMappings.ValueWriter<JALO, DB> JDBCValueMappings.getJDBCValueWriter(Class<? extends JALO> javaClass) JDBCValueMappings.getValueWriter(Class<?> javaClass) TypeInfoMap.PropertyColumnInfo.getValueWriter() -
Uses of JDBCValueMappings.ValueWriter in de.hybris.platform.task.impl.gateways
Fields in de.hybris.platform.task.impl.gateways declared as JDBCValueMappings.ValueWriterModifier and TypeFieldDescriptionprotected final JDBCValueMappings.ValueWriter<Date,?> DefaultTasksQueueGateway.dateWriterprotected final JDBCValueMappings.ValueWriter<Integer,?> DefaultTasksQueueGateway.intWriterprotected final JDBCValueMappings.ValueWriter<Long,?> DefaultTasksQueueGateway.longWriter