|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Integer) : Boolean in class com.speedment.runtime.config.mapper.integer.IntegerZeroOneToBooleanMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Time) : Integer in class com.speedment.runtime.config.mapper.time.TimeToIntMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Timestamp) : LocalDateTime in class com.speedment.runtime.config.mapper.time.TimestampToLocalDateTimeMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value BigDecimal) : Double in class com.speedment.runtime.config.mapper.bigdecimal.BigDecimalToDouble |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value String) : Locale in class com.speedment.runtime.config.mapper.string.StringToLocaleMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Date) : Integer in class com.speedment.runtime.config.mapper.time.DateToIntMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value T) : T in class com.speedment.runtime.config.mapper.primitive.PrimitiveTypeMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Time) : LocalTime in class com.speedment.runtime.config.mapper.time.TimeToLocalTimeMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Clob) : String in class com.speedment.runtime.config.mapper.largeobject.ClobToStringMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value T) : T in class com.speedment.runtime.internal.config.mapper.IdentityTypeMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value String) : Boolean in class com.speedment.runtime.config.mapper.string.YesNoStringToBooleanMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Date) : Long in class com.speedment.runtime.config.mapper.time.DateToLongMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value String) : Boolean in class com.speedment.runtime.config.mapper.string.TrueFalseStringToBooleanMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Date) : LocalDate in class com.speedment.runtime.config.mapper.time.DateToLocalDateMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Timestamp) : Long in class com.speedment.runtime.config.mapper.time.TimestampToLongMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Timestamp) : Integer in class com.speedment.runtime.config.mapper.time.TimestampToIntMapper |
From |
To |
|
Change Parameter Type entityType : Class<ENTITY> to entityType : Class<?> in method public toJavaType(column Column, entityType Class<?>, value Time) : Long in class com.speedment.runtime.config.mapper.time.TimeToLongMapper |
From |
To |