Uses of Interface
de.hybris.platform.persistence.property.JDBCValueMappings.ValueReader
-
Packages that use JDBCValueMappings.ValueReader Package Description de.hybris.platform.persistence.property -
-
Uses of JDBCValueMappings.ValueReader in de.hybris.platform.persistence.property
Classes in de.hybris.platform.persistence.property that implement JDBCValueMappings.ValueReader 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.ValueReader Modifier and Type Field Description JDBCValueMappings.ValueReader<PK,?>JDBCValueMappings. PK_READERJDBCValueMappings.ValueReader<java.lang.String,?>JDBCValueMappings. STRING_READERMethods in de.hybris.platform.persistence.property that return JDBCValueMappings.ValueReader Modifier and Type Method Description static <JALO,DB>
JDBCValueMappings.ValueReader<JALO,DB>JDBCValueMappings. getJDBCValueReader(java.lang.Class<? extends JALO> javaClass)JDBCValueMappings.ValueReaderJDBCValueMappings. getValueReader(java.lang.Class<?> javaClass)JDBCValueMappings.ValueReaderTypeInfoMap.PropertyColumnInfo. getValueReader()
-