Package com.onec.spring
package com.onec.spring
-
ClassDescriptionPublish side of cross-node live-UI sync: forwards every locally-originated
EntityChangedEventonto theClusterEventBusso peer nodes can fan it out to their own SSE clients.Spring Data JDBC converters that bridge our value-object types (Refand framework enums) and the UUID columns emitted by the schema generator.Marks freshly-loaded aggregates as not-new so that a subsequentrepository.save(...)issues an UPDATE rather than an INSERT.Excludes Spring Boot's default JdbcRepositoriesAutoConfiguration since OnecRepositoriesAutoConfiguration handles JDBC repos with proper RegisterRepository exclusion.AMappingJdbcConverterthat fixes how framework enums map onto their database column type.Schema lifecycle configuration (onec.schema.*).Security-related configuration (onec.security.*).Replaces Spring Boot's JdbcRepositoriesAutoConfiguration with one that excludes RegisterRepository subtypes, and enables register repo scanning separately.RegisterRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,UUID>, S, UUID> Scans for RegisterRepository interfaces and ensures they are registered with RegisterRepositoryFactoryBean, replacing any JDBC-created definitions.