I got an error about java.util.Vector

I dont know what an error
it happened when used datamanager.save

Unsupported entity type class java.util.Vector io.jmix.core.entity.EntityPreconditions.checkEntityType(EntityPreconditions.java:25) io.jmix.core.entity.EntitySystemAccess.getEntityEntry(EntitySystemAccess.java:33) io.jmix.core.entity.EntityValues.getId(EntityValues.java:42)
io.jmix.core.EntitySet.optional(EntitySet.java:94)
io.jmix.core.impl.UnconstrainedDataManagerImpl.save(UnconstrainedDataManagerImpl.java:136)

Regards,
George

Please make sure the entity you are going to save is descendant of io.jmix.core.Entity

Actually, io.jmix.core.Entity is added to the class at build time and doesn’t have to be in the source code.
But anyway, something is wrong with your entity class or build scripts.

the entity is created by jmix and idk how to fix it
it’s not happened every time

Set breakpoint to io.jmix.core.impl.UnconstrainedDataManagerImpl.save(UnconstrainedDataManagerImpl.java:136)

and look what value is in the entity id.

ok i will check it