|
Change Parameter Type fkFormatter : EntityFormatter<FK_ENTITY,?> to fkFormatter : Encoder<FK_ENTITY,?,OUTPUT_TYPE> in method public put(field StringReferenceForeignKeyField<ENTITY,FK_ENTITY>, fkFormatter Encoder<FK_ENTITY,?,OUTPUT_TYPE>) : R in class com.speedment.core.encoder.Encoder |
From |
To |
|
Change Parameter Type provider : Supplier<Project> to provider : Function<Speedment,Project> in method public setSupplier(provider Function<Speedment,Project>) : void in class com.speedment.api.config.Project |
From |
To |
|
Change Parameter Type speedment : Speedment to speedment : SpeedmentImpl in method public EntityManagerImpl(speedment SpeedmentImpl) in class com.speedment.core.platform.component.impl.EntityManagerImpl |
From |
To |
|
Change Parameter Type speedment : Speedment to speedment : SpeedmentImpl in method public MySqlDbmsHandler(speedment SpeedmentImpl, dbms Dbms) in class com.speedment.core.db.impl.vendor.MySqlDbmsHandler |
From |
To |
|
Change Parameter Type provider : Supplier<Dbms> to provider : Function<Speedment,Dbms> in method public setSupplier(provider Function<Speedment,Dbms>) : void in class com.speedment.api.config.Dbms |
From |
To |
|
Change Parameter Type builder : EntityFormatter<FK_ENTITY,?> to builder : Encoder<FK_ENTITY,?,String> in method public put(field StringReferenceForeignKeyField<ENTITY,FK_ENTITY>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Parameter Type speedment : Speedment to speedment : SpeedmentImpl in method public DbmsHandlerComponentImpl(speedment SpeedmentImpl) in class com.speedment.core.platform.component.impl.DbmsHandlerComponentImpl |
From |
To |
|
Change Parameter Type formatter : JsonFormatter<T> to formatter : JsonEncoder<T> in method public toJson(formatter JsonEncoder<T>) : Collector<T,?,String> in class com.speedment.core.stream.CollectorUtil |
From |
To |
|
Change Parameter Type fkFormatter : EntityFormatter<FK_ENTITY,?> to fkFormatter : Encoder<FK_ENTITY,?,OUTPUT_TYPE> in method public putStreamer(label String, streamer Function<ENTITY,Stream<FK_ENTITY>>, fkFormatter Encoder<FK_ENTITY,?,OUTPUT_TYPE>) : R in class com.speedment.core.encoder.Encoder |
From |
To |
|
Change Parameter Type builder : EntityFormatter<FK_ENTITY,?> to builder : Encoder<FK_ENTITY,?,String> in method public putStreamer(label String, streamer Function<ENTITY,Stream<FK_ENTITY>>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Parameter Type speedment : Speedment to speedment : SpeedmentImpl in method public AbstractRelationalDbmsHandler(speedment SpeedmentImpl, dbms Dbms) in class com.speedment.core.db.impl.AbstractRelationalDbmsHandler |
From |
To |
|
Change Parameter Type speedment : Speedment to speedment : SpeedmentImpl in method public AbstractBaseEntity(speedment SpeedmentImpl) in class com.speedment.core.entity.impl.AbstractBaseEntity |
From |
To |
|
Change Parameter Type builder : EntityFormatter<FK_ENTITY,?> to builder : Encoder<FK_ENTITY,?,String> in method public put(label String, getter Function<ENTITY,FK_ENTITY>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Parameter Type builder : EntityFormatter<FK_ENTITY,?> to builder : Encoder<FK_ENTITY,?,String> in method public put(field ComparableReferenceForeignKeyField<ENTITY,T,FK_ENTITY>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Parameter Type fkFormatter : EntityFormatter<FK_ENTITY,?> to fkFormatter : Encoder<FK_ENTITY,?,OUTPUT_TYPE> in method public put(field ReferenceForeignKeyField<ENTITY,T,FK_ENTITY>, fkFormatter Encoder<FK_ENTITY,?,OUTPUT_TYPE>) : R in class com.speedment.core.encoder.Encoder |
From |
To |
|
Change Parameter Type fkMapper : Function<FK_ENTITY,String> to fkMapper : Function<FK_ENTITY,OUTPUT_TYPE> in method public putStreamer(label String, streamer Function<ENTITY,Stream<FK_ENTITY>>, fkMapper Function<FK_ENTITY,OUTPUT_TYPE>) : R in class com.speedment.core.encoder.Encoder |
From |
To |
|
Change Parameter Type typeInfo : TypeInfo to typeInfo : SqlTypeInfo in method public apply(dbms Dbms, typeInfo SqlTypeInfo) : Class<?> in class com.speedment.core.platform.component.SqlTypeMapperComponent |
From |
To |
|
Change Parameter Type speedment : Speedment to speedment : SpeedmentImpl in method public AbstractSqlManager(speedment SpeedmentImpl) in class com.speedment.core.manager.sql.AbstractSqlManager |
From |
To |
|
Change Parameter Type typeInfo : TypeInfo to typeInfo : SqlTypeInfo in method public apply(dbms Dbms, typeInfo SqlTypeInfo) : Class<?> in class com.speedment.core.platform.component.impl.SqlTypeMapperComponentImpl |
From |
To |
|
Change Parameter Type speedment : Speedment to speedment : SpeedmentImpl in method public get(speedment SpeedmentImpl) : EntityManager in class com.speedment.core.platform.component.EntityManager |
From |
To |
|
Change Parameter Type fkFormatter : EntityFormatter<FK_ENTITY,?> to fkFormatter : Encoder<FK_ENTITY,?,OUTPUT_TYPE> in method public put(field ComparableReferenceForeignKeyField<ENTITY,T,FK_ENTITY>, fkFormatter Encoder<FK_ENTITY,?,OUTPUT_TYPE>) : R in class com.speedment.core.encoder.Encoder |
From |
To |
|
Change Parameter Type builder : EntityFormatter<FK_ENTITY,?> to builder : Encoder<FK_ENTITY,?,String> in method public put(field ReferenceForeignKeyField<ENTITY,T,FK_ENTITY>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Parameter Type fkFormatter : EntityFormatter<FK_ENTITY,?> to fkFormatter : Encoder<FK_ENTITY,?,OUTPUT_TYPE> in method public put(label String, getter Function<ENTITY,FK_ENTITY>, fkFormatter Encoder<FK_ENTITY,?,OUTPUT_TYPE>) : R in class com.speedment.core.encoder.Encoder |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleFilterAction moved to com.speedment.core.stream.builder.action.doubles.DoubleFilterAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.IntStreamBuilder moved to com.speedment.core.stream.builder.IntStreamBuilder |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntFlatMapAction moved to com.speedment.core.stream.builder.action.ints.IntFlatMapAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleMapToObjAction moved to com.speedment.core.stream.builder.action.doubles.DoubleMapToObjAction |
From |
To |
|
Move Class com.speedment.core.config.model.impl.IndexImpl moved to com.speedment.core.config.impl.IndexImpl |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntMapToLongAction moved to com.speedment.core.stream.builder.action.ints.IntMapToLongAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleSortedAction moved to com.speedment.core.stream.builder.action.doubles.DoubleSortedAction |
From |
To |
|
Move Class com.speedment.core.config.model.impl.IndexColumnImpl moved to com.speedment.core.config.impl.IndexColumnImpl |
From |
To |
|
Move Class com.speedment.util.stream.OptionalUtil moved to com.speedment.core.stream.OptionalUtil |
From |
To |
|
Move Class com.speedment.util.stream.builder.streamterminator.LongStreamTerminator moved to com.speedment.core.stream.builder.streamterminator.LongStreamTerminator |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleLimitAction moved to com.speedment.core.stream.builder.action.doubles.DoubleLimitAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.FlatMapAction moved to com.speedment.core.stream.builder.action.reference.FlatMapAction |
From |
To |
|
Move Class com.speedment.core.config.model.parameters.OrderTypeable moved to com.speedment.api.config.aspects.OrderTypeable |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongLimitAction moved to com.speedment.core.stream.builder.action.longs.LongLimitAction |
From |
To |
|
Move Class com.speedment.core.config.model.impl.PrimaryKeyColumnImpl moved to com.speedment.core.config.impl.PrimaryKeyColumnImpl |
From |
To |
|
Move Class com.speedment.util.stream.builder.streamterminator.IntStreamTerminator moved to com.speedment.core.stream.builder.streamterminator.IntStreamTerminator |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.MapAction moved to com.speedment.core.stream.builder.action.reference.MapAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.MapToIntAction moved to com.speedment.core.stream.builder.action.reference.MapToIntAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.ReferenceStreamBuilder moved to com.speedment.core.stream.builder.ReferenceStreamBuilder |
From |
To |
|
Move Class com.speedment.util.java.JavaLanguage moved to com.speedment.util.JavaLanguage |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.SortedAction moved to com.speedment.core.stream.builder.action.reference.SortedAction |
From |
To |
|
Move Class com.speedment.core.config.model.parameters.StorageEngineTypeable moved to com.speedment.api.config.aspects.StorageEngineTypeable |
From |
To |
|
Move Class com.speedment.core.config.model.impl.utils.GroovyParser moved to com.speedment.core.config.impl.utils.GroovyParser |
From |
To |
|
Move Class com.speedment.util.stream.StreamUtil moved to com.speedment.core.stream.StreamUtil |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongSkipAction moved to com.speedment.core.stream.builder.action.longs.LongSkipAction |
From |
To |
|
Move Class com.speedment.core.config.model.ProjectManager.Holder moved to com.speedment.api.config.Schema.Holder |
From |
To |
|
Move Class com.speedment.core.config.model.parameters.ColumnCompressionTypeable moved to com.speedment.api.config.aspects.ColumnCompressionTypeable |
From |
To |
|
Move Class com.speedment.core.config.model.Schema moved to com.speedment.api.config.Schema |
From |
To |
|
Move Class com.speedment.util.stream.builder.BaseStreamBuilder moved to com.speedment.core.stream.builder.BaseStreamBuilder |
From |
To |
|
Move Class com.speedment.util.stream.Streamable moved to com.speedment.core.stream.Streamable |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleSkipAction moved to com.speedment.core.stream.builder.action.doubles.DoubleSkipAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.Verb moved to com.speedment.core.stream.builder.action.Verb |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongMapToIntAction moved to com.speedment.core.stream.builder.action.longs.LongMapToIntAction |
From |
To |
|
Move Class com.speedment.stat.Statistics moved to com.speedment.util.Statistics |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.FlatMapToIntAction moved to com.speedment.core.stream.builder.action.reference.FlatMapToIntAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.streamterminator.ReferenceStreamTerminator moved to com.speedment.core.stream.builder.streamterminator.ReferenceStreamTerminator |
From |
To |
|
Move Class com.speedment.core.config.model.impl.AbstractConfigEntity moved to com.speedment.core.config.impl.AbstractConfigEntity |
From |
To |
|
Move Class com.speedment.core.config.model.impl.AbstractOrdinalConfigEntity moved to com.speedment.core.config.impl.AbstractOrdinalConfigEntity |
From |
To |
|
Move Class com.speedment.core.config.model.parameters.DbmsType moved to com.speedment.api.config.parameters.DbmsType |
From |
To |
|
Move Class com.speedment.core.config.model.impl.ProjectImpl moved to com.speedment.core.config.impl.ProjectImpl |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.MapToDoubleAction moved to com.speedment.core.stream.builder.action.reference.MapToDoubleAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.PeekAction moved to com.speedment.core.stream.builder.action.reference.PeekAction |
From |
To |
|
Move Class com.speedment.util.version.SpeedmentVersionTest moved to com.speedment.core.runtime.SpeedmentVersionTest |
From |
To |
|
Move Class com.speedment.util.stream.builder.pipeline.Pipeline moved to com.speedment.core.stream.builder.pipeline.Pipeline |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntMapAction moved to com.speedment.core.stream.builder.action.ints.IntMapAction |
From |
To |
|
Move Class com.speedment.core.config.model.aspects.Parent moved to com.speedment.api.config.aspects.Parent |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.LimitAction moved to com.speedment.core.stream.builder.action.reference.LimitAction |
From |
To |
|
Move Class com.speedment.core.config.model.Dbms moved to com.speedment.api.config.Dbms |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntBoxedAction moved to com.speedment.core.stream.builder.action.ints.IntBoxedAction |
From |
To |
|
Move Class com.speedment.core.config.model.Table moved to com.speedment.api.config.Table |
From |
To |
|
Move Class com.speedment.util.stream.builder.streamterminator.DoubleStreamTerminator moved to com.speedment.core.stream.builder.streamterminator.DoubleStreamTerminator |
From |
To |
|
Move Class com.speedment.core.config.model.ForeignKey moved to com.speedment.api.config.ForeignKey |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.DistinctAction moved to com.speedment.core.stream.builder.action.reference.DistinctAction |
From |
To |
|
Move Class com.speedment.core.field.Field moved to com.speedment.api.field.Field |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.MapToLongAction moved to com.speedment.core.stream.builder.action.reference.MapToLongAction |
From |
To |
|
Move Class com.speedment.core.config.model.ConfigUtil moved to com.speedment.core.config.impl.utils.ConfigUtil |
From |
To |
|
Move Class com.speedment.core.config.model.impl.DbmsImpl moved to com.speedment.core.config.impl.DbmsImpl |
From |
To |
|
Move Class com.speedment.core.config.model.impl.ForeignKeyImpl moved to com.speedment.core.config.impl.ForeignKeyImpl |
From |
To |
|
Move Class com.speedment.core.config.model.aspects.Enableable moved to com.speedment.api.config.aspects.Enableable |
From |
To |
|
Move Class com.speedment.util.stream.builder.pipeline.IntPipeline moved to com.speedment.core.stream.builder.pipeline.IntPipeline |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.StandardBasicAction moved to com.speedment.core.stream.builder.action.StandardBasicAction |
From |
To |
|
Move Class com.speedment.core.config.model.impl.AbstractNamedConfigEntity moved to com.speedment.core.config.impl.AbstractNamedConfigEntity |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntPeekAction moved to com.speedment.core.stream.builder.action.ints.IntPeekAction |
From |
To |
|
Move Class com.speedment.core.config.model.parameters.FieldStorageTypeable moved to com.speedment.api.config.aspects.FieldStorageTypeable |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ActionProperty moved to com.speedment.core.stream.builder.action.ActionProperty |
From |
To |
|
Move Class com.speedment.core.config.model.aspects.Child moved to com.speedment.api.config.aspects.Child |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.FlatMapToDoubleAction moved to com.speedment.core.stream.builder.action.reference.FlatMapToDoubleAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.pipeline.DoublePipeline moved to com.speedment.core.stream.builder.pipeline.DoublePipeline |
From |
To |
|
Move Class com.speedment.core.config.model.Project moved to com.speedment.api.config.Project |
From |
To |
|
Move Class com.speedment.stat.Hash moved to com.speedment.util.Hash |
From |
To |
|
Move Class com.speedment.util.stream.builder.pipeline.ReferencePipeline moved to com.speedment.core.stream.builder.pipeline.ReferencePipeline |
From |
To |
|
Move Class com.speedment.util.stream.builder.StreamType moved to com.speedment.core.stream.builder.StreamType |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongDistinctAction moved to com.speedment.core.stream.builder.action.longs.LongDistinctAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntAsDoubleAction moved to com.speedment.core.stream.builder.action.ints.IntAsDoubleAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleBoxedAction moved to com.speedment.core.stream.builder.action.doubles.DoubleBoxedAction |
From |
To |
|
Move Class com.speedment.core.config.model.impl.ChildHolder moved to com.speedment.core.config.impl.ChildHolder |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntMapToDoubleAction moved to com.speedment.core.stream.builder.action.ints.IntMapToDoubleAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntSortedAction moved to com.speedment.core.stream.builder.action.ints.IntSortedAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntAsLongAction moved to com.speedment.core.stream.builder.action.ints.IntAsLongAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntMapToObjAction moved to com.speedment.core.stream.builder.action.ints.IntMapToObjAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.pipeline.BasePipeline moved to com.speedment.core.stream.builder.pipeline.BasePipeline |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntSkipAction moved to com.speedment.core.stream.builder.action.ints.IntSkipAction |
From |
To |
|
Move Class com.speedment.core.config.model.Index moved to com.speedment.api.config.Index |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongMapToObjAction moved to com.speedment.core.stream.builder.action.longs.LongMapToObjAction |
From |
To |
|
Move Class com.speedment.core.manager.Manager moved to com.speedment.api.Manager |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleMapToIntAction moved to com.speedment.core.stream.builder.action.doubles.DoubleMapToIntAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongMapToDoubleAction moved to com.speedment.core.stream.builder.action.longs.LongMapToDoubleAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongFlatMapAction moved to com.speedment.core.stream.builder.action.longs.LongFlatMapAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.BasicAction moved to com.speedment.core.stream.builder.action.BasicAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntFilterAction moved to com.speedment.core.stream.builder.action.ints.IntFilterAction |
From |
To |
|
Move Class com.speedment.core.config.model.impl.SchemaImpl moved to com.speedment.core.config.impl.SchemaImpl |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoublePeekAction moved to com.speedment.core.stream.builder.action.doubles.DoublePeekAction |
From |
To |
|
Move Class com.speedment.core.config.model.IndexColumn moved to com.speedment.api.config.IndexColumn |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongFilterAction moved to com.speedment.core.stream.builder.action.longs.LongFilterAction |
From |
To |
|
Move Class com.speedment.util.stream.CollectorUtil moved to com.speedment.core.stream.CollectorUtil |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongPeekAction moved to com.speedment.core.stream.builder.action.longs.LongPeekAction |
From |
To |
|
Move Class com.speedment.core.config.model.impl.ForeignKeyColumnImpl moved to com.speedment.core.config.impl.ForeignKeyColumnImpl |
From |
To |
|
Move Class com.speedment.util.stream.builder.DoubleStreamBuilder moved to com.speedment.core.stream.builder.DoubleStreamBuilder |
From |
To |
|
Move Class com.speedment.core.config.model.aspects.Nameable moved to com.speedment.api.config.aspects.Nameable |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.SkipAction moved to com.speedment.core.stream.builder.action.reference.SkipAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.Property moved to com.speedment.core.stream.builder.action.Property |
From |
To |
|
Move Class com.speedment.core.config.model.aspects.Node moved to com.speedment.api.config.Node |
From |
To |
|
Move Class com.speedment.util.stream.builder.streamterminator.pluggable.PluggableStreamTerminator moved to com.speedment.core.stream.builder.streamterminator.pluggable.PluggableStreamTerminator |
From |
To |
|
Move Class com.speedment.core.config.model.impl.TableImpl moved to com.speedment.core.config.impl.TableImpl |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongBoxedAction moved to com.speedment.core.stream.builder.action.longs.LongBoxedAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleMapAction moved to com.speedment.core.stream.builder.action.doubles.DoubleMapAction |
From |
To |
|
Move Class com.speedment.core.config.model.ForeignKeyColumn moved to com.speedment.api.config.ForeignKeyColumn |
From |
To |
|
Move Class com.speedment.util.stream.builder.streamterminator.StreamTerminator moved to com.speedment.core.stream.builder.streamterminator.StreamTerminator |
From |
To |
|
Move Class com.speedment.util.transaction.MetadataUtil moved to com.speedment.util.MetadataUtil |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleDistinctAction moved to com.speedment.core.stream.builder.action.doubles.DoubleDistinctAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.pipeline.LongPipeline moved to com.speedment.core.stream.builder.pipeline.LongPipeline |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.FlatMapToLongAction moved to com.speedment.core.stream.builder.action.reference.FlatMapToLongAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntDistinctAction moved to com.speedment.core.stream.builder.action.ints.IntDistinctAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.Statement moved to com.speedment.core.stream.builder.action.Statement |
From |
To |
|
Move Class com.speedment.util.stream.builder.streamterminator.BaseStreamTerminator moved to com.speedment.core.stream.builder.streamterminator.BaseStreamTerminator |
From |
To |
|
Move Class com.speedment.core.config.model.impl.utils.MethodsParser moved to com.speedment.core.config.impl.utils.MethodsParser |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleMapToLongAction moved to com.speedment.core.stream.builder.action.doubles.DoubleMapToLongAction |
From |
To |
|
Move Class com.speedment.gui.Settings moved to com.speedment.util.Settings |
From |
To |
|
Move Class com.speedment.core.config.model.Column moved to com.speedment.api.config.Column |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.reference.FilterAction moved to com.speedment.core.stream.builder.action.reference.FilterAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongSortedAction moved to com.speedment.core.stream.builder.action.longs.LongSortedAction |
From |
To |
|
Move Class com.speedment.util.java.sql.SqlUtil moved to com.speedment.util.sql.SqlUtil |
From |
To |
|
Move Class com.speedment.core.config.model.aspects.Ordinable moved to com.speedment.api.config.aspects.Ordinable |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.ints.IntLimitAction moved to com.speedment.core.stream.builder.action.ints.IntLimitAction |
From |
To |
|
Move Class com.speedment.core.config.model.impl.ColumnImpl moved to com.speedment.core.config.impl.ColumnImpl |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongMapAction moved to com.speedment.core.stream.builder.action.longs.LongMapAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.Action moved to com.speedment.core.stream.builder.action.Action |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.doubles.DoubleFlatMapAction moved to com.speedment.core.stream.builder.action.doubles.DoubleFlatMapAction |
From |
To |
|
Move Class com.speedment.util.stream.builder.LongStreamBuilder moved to com.speedment.core.stream.builder.LongStreamBuilder |
From |
To |
|
Move Class com.speedment.core.config.model.PrimaryKeyColumn moved to com.speedment.api.config.PrimaryKeyColumn |
From |
To |
|
Move Class com.speedment.util.stream.builder.action.longs.LongAsDoubleAction moved to com.speedment.core.stream.builder.action.longs.LongAsDoubleAction |
From |
To |
|
Move Class com.speedment.core.config.model.parameters.DbmsTypeable moved to com.speedment.api.config.aspects.DbmsTypeable |
From |
To |
|
Move Class com.speedment.util.version.SpeedmentVersion moved to com.speedment.SpeedmentVersion |
From |
To |
|
Move Class com.speedment.core.config.model.impl.ProjectManagerImpl moved to com.speedment.core.config.impl.ProjectManagerImpl |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public putDouble(label String, getter ToDoubleFunction<ENTITY>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public noneOf(manager Manager<ENTITY>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(field StringReferenceForeignKeyField<ENTITY,FK_ENTITY>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(field ReferenceField<ENTITY,T>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(field ComparableReferenceForeignKeyField<ENTITY,T,FK_ENTITY>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(field ReferenceForeignKeyField<ENTITY,T,FK_ENTITY>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(field IntField<ENTITY>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(label String, getter Function<ENTITY,T>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(label String, getter Function<ENTITY,FK_ENTITY>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type Speedment to SpeedmentImpl in method protected getSpeedment_() : SpeedmentImpl in class com.speedment.core.entity.impl.AbstractBaseEntity |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public remove(field ReferenceField<ENTITY,T>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public of(manager Manager<ENTITY>, fields Field<ENTITY>...) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public putStreamer(label String, streamer Function<ENTITY,Stream<FK_ENTITY>>, builder Encoder<FK_ENTITY,?,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public remove(label String) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public putStreamer(label String, streamer Function<ENTITY,Stream<FK_ENTITY>>, formatter Function<FK_ENTITY,String>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(field LongField<ENTITY>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public putInt(label String, getter ToIntFunction<ENTITY>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public putLong(label String, getter ToLongFunction<ENTITY>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type TypeInfo to SqlTypeInfo in method public from(rs ResultSet) : SqlTypeInfo in class com.speedment.util.sql.SqlTypeInfo |
From |
To |
|
Change Return Type String to OUTPUT_TYPE in method public apply(entity ENTITY) : OUTPUT_TYPE in class com.speedment.core.encoder.Encoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public put(field DoubleField<ENTITY>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |
|
Change Return Type JsonFormatter<ENTITY> to JsonEncoder<ENTITY> in method public allOf(manager Manager<ENTITY>) : JsonEncoder<ENTITY> in class com.speedment.core.encoder.JsonEncoder |
From |
To |