Uses of Interface
de.hybris.platform.persistence.property.JDBCValueMappings.ValueWriter
-
Packages that use JDBCValueMappings.ValueWriter Package Description de.hybris.platform.persistence.property de.hybris.platform.task.impl.gateways -
-
Uses of JDBCValueMappings.ValueWriter in de.hybris.platform.persistence.property
Classes in de.hybris.platform.persistence.property that implement JDBCValueMappings.ValueWriter Modifier and Type Class Description static classJDBCValueMappings.AbstractValueReaderWriter<JALO,DB>static classJDBCValueMappings.BlobValueWriterstatic classJDBCValueMappings.DefaultDateTimestampValueReaderWriterstatic classJDBCValueMappings.DefaultIntegerValueReaderWriter<JALO>static classJDBCValueMappings.DefaultLongReaderWriter<JALO>static classJDBCValueMappings.DefaultStringValueReaderWriter<JALO>static classJDBCValueMappings.ItemPropertyValueReaderWriterstatic classJDBCValueMappings.ItemReaderWriterstatic classJDBCValueMappings.PKReaderWriterFields in de.hybris.platform.persistence.property declared as JDBCValueMappings.ValueWriter Modifier and Type Field Description JDBCValueMappings.ValueWriter<PK,?>JDBCValueMappings. PK_WRITERJDBCValueMappings.ValueWriter<java.lang.String,?>JDBCValueMappings. STRING_WRITERMethods in de.hybris.platform.persistence.property that return JDBCValueMappings.ValueWriter Modifier and Type Method Description static <JALO,DB>
JDBCValueMappings.ValueWriter<JALO,DB>JDBCValueMappings. getJDBCValueWriter(java.lang.Class<? extends JALO> javaClass)JDBCValueMappings.ValueWriterJDBCValueMappings. getValueWriter(java.lang.Class<?> javaClass)JDBCValueMappings.ValueWriterTypeInfoMap.PropertyColumnInfo. getValueWriter() -
Uses of JDBCValueMappings.ValueWriter in de.hybris.platform.task.impl.gateways
Fields in de.hybris.platform.task.impl.gateways declared as JDBCValueMappings.ValueWriter Modifier and Type Field Description protected JDBCValueMappings.ValueWriter<java.util.Date,?>DefaultTasksQueueGateway. dateWriterprotected JDBCValueMappings.ValueWriter<java.lang.Integer,?>DefaultTasksQueueGateway. intWriterprotected JDBCValueMappings.ValueWriter<java.lang.Long,?>DefaultTasksQueueGateway. longWriter
-