Runtime class codes are 15728640..15728805 (165 tables in total) . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v4.0.0) 2026-02-27T00:58:55.549-06:00 INFO 47194 --- [ main] i.g.m.v.cfbam.cfbamjpatest.CFBamJpaTest : Starting CFBamJpaTest v3.1 using Java 17.0.17 with PID 47194 (/opt/mcf/v3_1/java/bin-v3_1/io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar started by msobkow in /opt/mcf/v3_1/java/bin-v3_1) 2026-02-27T00:58:55.552-06:00 INFO 47194 --- [ main] i.g.m.v.cfbam.cfbamjpatest.CFBamJpaTest : No active profile set, falling back to 1 default profile: "default" 2026-02-27T00:58:56.029-06:00 INFO 47194 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-02-27T00:58:56.105-06:00 INFO 47194 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 71 ms. Found 21 JPA repository interfaces. 2026-02-27T00:58:56.107-06:00 INFO 47194 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-02-27T00:58:56.149-06:00 INFO 47194 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 40 ms. Found 9 JPA repository interfaces. 2026-02-27T00:58:56.149-06:00 INFO 47194 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-02-27T00:58:56.447-06:00 INFO 47194 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 296 ms. Found 136 JPA repository interfaces. 2026-02-27T00:58:56.851-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.HikariDataSource : CFSec31HikariCP - Starting... 2026-02-27T00:58:57.080-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.pool.HikariPool : CFSec31HikariCP - Added connection org.postgresql.jdbc.PgConnection@35efd12c 2026-02-27T00:58:57.082-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.HikariDataSource : CFSec31HikariCP - Start completed. Creating cfsec31EntityManagerFactory with properties: hibernate.format_sql = true hibernate.hbm2ddl.auto = update hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect jakarta.persistence.unitName = cfsec31PU hibernate.connection_pool_size = 10 jakarta.persistence.schema-generation.drop-source = metadata hibernate.default_schema = cfsec31 jakarta.persistence.jdbc.url = jdbc:postgresql://192.168.7.128:5432/cfsecdb jakarta.persistence.jdbc.user = postgres hibernate.show_sql = true jakarta.persistence.create-database-schemas = true jakarta.persistence.jdbc.password = mypassword jakarta.persistence.schema-generation.create-source = metadata 2026-02-27T00:58:57.146-06:00 INFO 47194 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: cfsec31PU] 2026-02-27T00:58:57.201-06:00 INFO 47194 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 7.1.8.Final 2026-02-27T00:58:57.530-06:00 INFO 47194 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-02-27T00:58:57.549-06:00 WARN 47194 --- [ main] org.hibernate.orm.connections.pooling : HHH10001002: Using built-in connection pool (not intended for production use) 2026-02-27T00:58:57.616-06:00 WARN 47194 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2026-02-27T00:58:57.624-06:00 INFO 47194 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [jdbc:postgresql://192.168.7.128:5432/cfsecdb] Database driver: PostgreSQL JDBC Driver Database dialect: PostgreSQLDialect Database version: 18.3 Default catalog/schema: cfsecdb/public Autocommit mode: false Isolation level: READ_COMMITTED JDBC fetch size: none Pool: DriverManagerConnectionProviderImpl Minimum pool size: 1 Maximum pool size: 20 2026-02-27T00:58:58.572-06:00 INFO 47194 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-02-27T00:58:58.721-06:00 INFO 47194 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'cfsec31PU' 2026-02-27T00:58:58.744-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.HikariDataSource : CFInt31HikariCP - Starting... 2026-02-27T00:58:58.758-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.pool.HikariPool : CFInt31HikariCP - Added connection org.postgresql.jdbc.PgConnection@4faf32a7 2026-02-27T00:58:58.758-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.HikariDataSource : CFInt31HikariCP - Start completed. Creating cfint31EntityManagerFactory with properties: hibernate.format_sql = true hibernate.hbm2ddl.auto = create hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect jakarta.persistence.unitName = cfint31PU hibernate.connection_pool_size = 10 jakarta.persistence.schema-generation.drop-source = metadata hibernate.default_schema = cfint31 jakarta.persistence.jdbc.url = jdbc:postgresql://192.168.7.128:5432/cfintdb jakarta.persistence.jdbc.user = postgres hibernate.show_sql = true jakarta.persistence.create-database-schemas = true jakarta.persistence.jdbc.password = mypassword jakarta.persistence.schema-generation.create-source = metadata 2026-02-27T00:58:58.772-06:00 INFO 47194 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: cfint31PU] 2026-02-27T00:58:58.790-06:00 INFO 47194 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-02-27T00:58:58.790-06:00 WARN 47194 --- [ main] org.hibernate.orm.connections.pooling : HHH10001002: Using built-in connection pool (not intended for production use) 2026-02-27T00:58:58.820-06:00 WARN 47194 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2026-02-27T00:58:58.822-06:00 INFO 47194 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [jdbc:postgresql://192.168.7.128:5432/cfintdb] Database driver: PostgreSQL JDBC Driver Database dialect: PostgreSQLDialect Database version: 18.3 Default catalog/schema: cfintdb/public Autocommit mode: false Isolation level: READ_COMMITTED JDBC fetch size: none Pool: DriverManagerConnectionProviderImpl Minimum pool size: 1 Maximum pool size: 20 2026-02-27T00:58:58.971-06:00 INFO 47194 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: set client_min_messages = WARNING Hibernate: alter table if exists CFInt31.licn drop constraint if exists FKqaukfcum05vfg031upgekfdd8 Hibernate: alter table if exists CFInt31.mjvrdef drop constraint if exists FK2xse4wmwv8gqi2f1tih7fuo9 Hibernate: alter table if exists CFInt31.mnvrdef drop constraint if exists FK497tt1seojjikgmretf4car25 Hibernate: alter table if exists CFInt31.sprjdef drop constraint if exists FKiyb5wdqxo5p5l40rnvxpx8upb Hibernate: alter table if exists CFInt31.tdomdef drop constraint if exists FKldxcsueipsyns9svvt2sy3p0t Hibernate: alter table if exists CFInt31.tprjdef drop constraint if exists FK1pl1r5iiaxp8yvx0gx4lgavw4 Hibernate: drop table if exists CFInt31.licn cascade Hibernate: drop table if exists CFInt31.MimeType cascade Hibernate: drop table if exists CFInt31.MimeType_h cascade Hibernate: drop table if exists CFInt31.mjvrdef cascade Hibernate: drop table if exists CFInt31.mjvrdef_h cascade Hibernate: drop table if exists CFInt31.mnvrdef cascade Hibernate: drop table if exists CFInt31.mnvrdef_h cascade Hibernate: drop table if exists CFInt31.sprjdef cascade Hibernate: drop table if exists CFInt31.sprjdef_h cascade Hibernate: drop table if exists CFInt31.tdomdef cascade Hibernate: drop table if exists CFInt31.tdomdef_h cascade Hibernate: drop table if exists CFInt31.tlddef cascade Hibernate: drop table if exists CFInt31.tlddef_h cascade Hibernate: drop table if exists CFInt31.tprjdef cascade Hibernate: drop table if exists CFInt31.tprjdef_h cascade Hibernate: drop table if exists CFInt31.URLProto cascade Hibernate: drop table if exists CFInt31.URLProto_h cascade Hibernate: drop sequence if exists CFInt31.MimeTypeIdGenSeq Hibernate: drop sequence if exists CFInt31.URLProtoIdGenSeq Hibernate: drop schema CFInt31 2026-02-27T00:58:58.986-06:00 WARN 47194 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL " drop schema CFInt31" via JDBC [ERROR: schema "cfint31" does not exist] org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " drop schema CFInt31" via JDBC [ERROR: schema "cfint31" does not exist] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:93) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlString(Helper.java:222) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlStrings(Helper.java:208) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropSchemasAndCatalogs(SchemaDropperImpl.java:440) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:228) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:185) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:155) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:115) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:225) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.lambda$process$5(SchemaManagementToolCoordinator.java:142) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at java.base/java.util.HashMap.forEach(HashMap.java:1421) ~[na:na] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:139) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryObserverForSchemaExport.sessionFactoryCreated(SessionFactoryObserverForSchemaExport.java:35) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryObserverChain.sessionFactoryCreated(SessionFactoryObserverChain.java:33) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:350) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:436) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1459) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:66) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:433) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:416) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:409) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1864) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1813) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:966) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:620) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:454) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-4.0.0.jar!/:4.0.0] at io.github.msobkow.v3_1.cfbam.cfbamjpatest.CFBamJpaTest.main(CFBamJpaTest.java:223) ~[!/:3.1] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[na:na] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:106) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] Caused by: org.postgresql.util.PSQLException: ERROR: schema "cfint31" does not exist at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2736) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2421) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:525) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:435) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:357) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:342) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:318) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:313) ~[postgresql-42.7.8.jar!/:42.7.8] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:79) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] ... 42 common frames omitted Hibernate: drop schema cfint31 2026-02-27T00:58:58.989-06:00 WARN 47194 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL " drop schema cfint31" via JDBC [ERROR: schema "cfint31" does not exist] org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " drop schema cfint31" via JDBC [ERROR: schema "cfint31" does not exist] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:93) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlString(Helper.java:222) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlStrings(Helper.java:208) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropSchemasAndCatalogs(SchemaDropperImpl.java:440) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:228) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:185) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:155) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:115) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:225) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.lambda$process$5(SchemaManagementToolCoordinator.java:142) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at java.base/java.util.HashMap.forEach(HashMap.java:1421) ~[na:na] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:139) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryObserverForSchemaExport.sessionFactoryCreated(SessionFactoryObserverForSchemaExport.java:35) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryObserverChain.sessionFactoryCreated(SessionFactoryObserverChain.java:33) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:350) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:436) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1459) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:66) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:433) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:416) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:409) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1864) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1813) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:966) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:620) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:454) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-4.0.0.jar!/:4.0.0] at io.github.msobkow.v3_1.cfbam.cfbamjpatest.CFBamJpaTest.main(CFBamJpaTest.java:223) ~[!/:3.1] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[na:na] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:106) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] Caused by: org.postgresql.util.PSQLException: ERROR: schema "cfint31" does not exist at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2736) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2421) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:525) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:435) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:357) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:342) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:318) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:313) ~[postgresql-42.7.8.jar!/:42.7.8] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:79) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] ... 42 common frames omitted Hibernate: create schema CFInt31 Hibernate: create schema cfint31 2026-02-27T00:58:58.993-06:00 WARN 47194 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL " create schema cfint31" via JDBC [ERROR: schema "cfint31" already exists] org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " create schema cfint31" via JDBC [ERROR: schema "cfint31" already exists] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:93) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlString(Helper.java:222) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlStrings(Helper.java:208) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.createSchemasAndCatalogs(SchemaCreatorImpl.java:547) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.createFromMetadata(SchemaCreatorImpl.java:222) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.performCreation(SchemaCreatorImpl.java:160) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:130) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:106) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:237) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.lambda$process$5(SchemaManagementToolCoordinator.java:142) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at java.base/java.util.HashMap.forEach(HashMap.java:1421) ~[na:na] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:139) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryObserverForSchemaExport.sessionFactoryCreated(SessionFactoryObserverForSchemaExport.java:35) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryObserverChain.sessionFactoryCreated(SessionFactoryObserverChain.java:33) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:350) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:436) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1459) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:66) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:433) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:416) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:409) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1864) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1813) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:966) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:620) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:454) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-4.0.0.jar!/:4.0.0] at io.github.msobkow.v3_1.cfbam.cfbamjpatest.CFBamJpaTest.main(CFBamJpaTest.java:223) ~[!/:3.1] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[na:na] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:106) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] Caused by: org.postgresql.util.PSQLException: ERROR: schema "cfint31" already exists at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2736) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2421) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:525) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:435) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:357) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:342) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:318) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:313) ~[postgresql-42.7.8.jar!/:42.7.8] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:79) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] ... 42 common frames omitted Hibernate: create sequence CFInt31.MimeTypeIdGenSeq minvalue 0 start with 0 increment by 1 Hibernate: create sequence CFInt31.URLProtoIdGenSeq minvalue 0 start with 0 increment by 1 Hibernate: create table CFInt31.licn ( requiredRevision integer not null, Id bytea not null, TenantId bytea not null, TopDomainId bytea not null, safe_name varchar(64) not null, descr varchar(1024), EmbeddedText varchar(8000), FullTxt varchar(8000), constraint LicenseIdIdx primary key (Id), constraint LicenseUNameIdx unique (TopDomainId, safe_name) ) Hibernate: create table CFInt31.MimeType ( MimeTypeId integer not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, UpdatedByUserId bytea not null, FileTypes varchar(128), safe_name varchar(128) not null, constraint MimeTypeIdIdx primary key (MimeTypeId), constraint MimeTypeUNameIdx unique (safe_name) ) Hibernate: create table CFInt31.MimeType_h ( MimeTypeId integer not null, auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, FileTypes varchar(128), safe_name varchar(128) not null, constraint MimeTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, MimeTypeId), constraint MimeTypeUNameIdx_h unique (safe_name) ) Hibernate: create table CFInt31.mjvrdef ( requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, SubProjectId bytea not null, TenantId bytea not null, UpdatedByUserId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint MajorVersionIdIdx primary key (Id), constraint MajorVersionNameIdx unique (SubProjectId, safe_name) ) Hibernate: create table CFInt31.mjvrdef_h ( auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, SubProjectId bytea not null, TenantId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint MajorVersionIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint MajorVersionNameIdx_h unique (SubProjectId, safe_name) ) Hibernate: create table CFInt31.mnvrdef ( requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, MajorVersionId bytea not null, TenantId bytea not null, UpdatedByUserId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint MinorVersionIdIdx primary key (Id), constraint MinorVersionNameIdx unique (MajorVersionId, safe_name) ) Hibernate: create table CFInt31.mnvrdef_h ( auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, MajorVersionId bytea not null, TenantId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint MinorVersionIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint MinorVersionNameIdx_h unique (MajorVersionId, safe_name) ) Hibernate: create table CFInt31.sprjdef ( requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, TopProjectId bytea not null, UpdatedByUserId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint SubProjectIdIdx primary key (Id), constraint SubProjectNameIdx unique (TopProjectId, safe_name) ) Hibernate: create table CFInt31.sprjdef_h ( auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, TopProjectId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint SubProjectIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint SubProjectNameIdx_h unique (TopProjectId, safe_name) ) Hibernate: create table CFInt31.tdomdef ( requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, TldId bytea not null, UpdatedByUserId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint TopDomainIdIdx primary key (Id), constraint TopDomNameIdx unique (TldId, safe_name) ) Hibernate: create table CFInt31.tdomdef_h ( auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, TldId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint TopDomainIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint TopDomNameIdx_h unique (TldId, safe_name) ) Hibernate: create table CFInt31.tlddef ( requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, UpdatedByUserId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint TldIdIdx primary key (Id), constraint TldNameIdx unique (safe_name) ) Hibernate: create table CFInt31.tlddef_h ( auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint TldIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint TldNameIdx_h unique (safe_name) ) Hibernate: create table CFInt31.tprjdef ( requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, TopDomainId bytea not null, UpdatedByUserId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint TopProjectIdIdx primary key (Id), constraint TopProjectNameIdx unique (TopDomainId, safe_name) ) Hibernate: create table CFInt31.tprjdef_h ( auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, TopDomainId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(64) not null, descr varchar(1024), constraint TopProjectIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint TopProjectNameIdx_h unique (TopDomainId, safe_name) ) Hibernate: create table CFInt31.URLProto ( IsSecure boolean not null, URLProtocolId integer not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, safe_name varchar(16) not null, CreatedByUserId bytea not null, UpdatedByUserId bytea not null, Description varchar(50) not null, constraint URLProtocolIdIdx primary key (URLProtocolId), constraint URLProtocolUNameIdx unique (safe_name) ) Hibernate: create table CFInt31.URLProto_h ( IsSecure boolean not null, URLProtocolId integer not null, auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, safe_name varchar(16) not null, CreatedByUserId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, Description varchar(50) not null, constraint URLProtocolIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, URLProtocolId), constraint URLProtocolUNameIdx_h unique (safe_name) ) Hibernate: create index LicenseTenantIdx on CFInt31.licn (TenantId) Hibernate: create index LicenseTopDomainIdx on CFInt31.licn (TopDomainId) Hibernate: create index MajorVersionTenantIdx on CFInt31.mjvrdef (TenantId) Hibernate: create index MajorVersionSubProjectIdx on CFInt31.mjvrdef (SubProjectId) Hibernate: create index MajorVersionTenantIdx_h on CFInt31.mjvrdef_h (TenantId) Hibernate: create index MajorVersionSubProjectIdx_h on CFInt31.mjvrdef_h (SubProjectId) Hibernate: create index MinorVersionTenantIdx on CFInt31.mnvrdef (TenantId) Hibernate: create index MinorVersionMajorVersionIdx on CFInt31.mnvrdef (MajorVersionId) Hibernate: create index MinorVersionTenantIdx_h on CFInt31.mnvrdef_h (TenantId) Hibernate: create index MinorVersionMajorVersionIdx_h on CFInt31.mnvrdef_h (MajorVersionId) Hibernate: create index SubProjectTenantIdx on CFInt31.sprjdef (TenantId) Hibernate: create index SubProjectTopProjectIdx on CFInt31.sprjdef (TopProjectId) Hibernate: create index SubProjectTenantIdx_h on CFInt31.sprjdef_h (TenantId) Hibernate: create index SubProjectTopProjectIdx_h on CFInt31.sprjdef_h (TopProjectId) Hibernate: create index TopDomainTenantIdx on CFInt31.tdomdef (TenantId) Hibernate: create index TopDomainTldIdx on CFInt31.tdomdef (TldId) Hibernate: create index TopDomainTenantIdx_h on CFInt31.tdomdef_h (TenantId) Hibernate: create index TopDomainTldIdx_h on CFInt31.tdomdef_h (TldId) Hibernate: create index TldTenantIdx on CFInt31.tlddef (TenantId) Hibernate: create index TldTenantIdx_h on CFInt31.tlddef_h (TenantId) Hibernate: create index TopProjectTenantIdx on CFInt31.tprjdef (TenantId) Hibernate: create index TopProjectTopDomainIdx on CFInt31.tprjdef (TopDomainId) Hibernate: create index TopProjectTenantIdx_h on CFInt31.tprjdef_h (TenantId) Hibernate: create index TopProjectTopDomainIdx_h on CFInt31.tprjdef_h (TopDomainId) Hibernate: create index URLProtocolIsSecureIdx on CFInt31.URLProto (IsSecure) Hibernate: create index URLProtocolIsSecureIdx_h on CFInt31.URLProto_h (IsSecure) Hibernate: alter table if exists CFInt31.licn add constraint FKqaukfcum05vfg031upgekfdd8 foreign key (TopDomainId) references CFInt31.tdomdef Hibernate: alter table if exists CFInt31.mjvrdef add constraint FK2xse4wmwv8gqi2f1tih7fuo9 foreign key (SubProjectId) references CFInt31.sprjdef Hibernate: alter table if exists CFInt31.mnvrdef add constraint FK497tt1seojjikgmretf4car25 foreign key (MajorVersionId) references CFInt31.mjvrdef Hibernate: alter table if exists CFInt31.sprjdef add constraint FKiyb5wdqxo5p5l40rnvxpx8upb foreign key (TopProjectId) references CFInt31.tprjdef Hibernate: alter table if exists CFInt31.tdomdef add constraint FKldxcsueipsyns9svvt2sy3p0t foreign key (TldId) references CFInt31.tlddef Hibernate: alter table if exists CFInt31.tprjdef add constraint FK1pl1r5iiaxp8yvx0gx4lgavw4 foreign key (TopDomainId) references CFInt31.tdomdef 2026-02-27T00:58:59.071-06:00 INFO 47194 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'cfint31PU' 2026-02-27T00:58:59.075-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.HikariDataSource : CFBam31HikariCP - Starting... 2026-02-27T00:58:59.084-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.pool.HikariPool : CFBam31HikariCP - Added connection org.postgresql.jdbc.PgConnection@6241ef96 2026-02-27T00:58:59.084-06:00 INFO 47194 --- [ main] com.zaxxer.hikari.HikariDataSource : CFBam31HikariCP - Start completed. Creating cfbam31EntityManagerFactory with properties: hibernate.format_sql = true hibernate.hbm2ddl.auto = create hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect jakarta.persistence.unitName = cfbam31PU hibernate.connection_pool_size = 10 jakarta.persistence.schema-generation.drop-source = metadata hibernate.default_schema = cfbam31 jakarta.persistence.jdbc.url = jdbc:postgresql://192.168.7.128:5432/cfbamdb jakarta.persistence.jdbc.user = postgres hibernate.show_sql = true jakarta.persistence.create-database-schemas = true jakarta.persistence.jdbc.password = mypassword jakarta.persistence.schema-generation.create-source = metadata 2026-02-27T00:58:59.096-06:00 INFO 47194 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: cfbam31PU] 2026-02-27T00:58:59.155-06:00 INFO 47194 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-02-27T00:58:59.155-06:00 WARN 47194 --- [ main] org.hibernate.orm.connections.pooling : HHH10001002: Using built-in connection pool (not intended for production use) 2026-02-27T00:58:59.177-06:00 WARN 47194 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2026-02-27T00:58:59.179-06:00 INFO 47194 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [jdbc:postgresql://192.168.7.128:5432/cfbamdb] Database driver: PostgreSQL JDBC Driver Database dialect: PostgreSQLDialect Database version: 18.3 Default catalog/schema: cfbamdb/public Autocommit mode: false Isolation level: READ_COMMITTED JDBC fetch size: none Pool: DriverManagerConnectionProviderImpl Minimum pool size: 1 Maximum pool size: 20 2026-02-27T00:59:01.099-06:00 INFO 47194 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: set client_min_messages = WARNING Hibernate: alter table if exists CFBam31.atomdef drop constraint if exists FKpcsdam2f8ibi5kxkheos2ib3w Hibernate: alter table if exists CFBam31.atomdef_h drop constraint if exists FKqa4ne45tddc05alynlbdg3i4h Hibernate: alter table if exists CFBam31.blbcol drop constraint if exists FKjrydcgoukdhq4xbwbp5lxpo32 Hibernate: alter table if exists CFBam31.blbcol_h drop constraint if exists FK1ojavf03x3mpfviuwdi6ugtf1 Hibernate: alter table if exists CFBam31.blbdef drop constraint if exists FKj4q8ewlgk9bx5rpfr5vegxnko Hibernate: alter table if exists CFBam31.blbdef_h drop constraint if exists FKevivxo51ukyr0me90h1fsdxmu Hibernate: alter table if exists CFBam31.blbtyp drop constraint if exists FK7ps5u88q60lw6q3g35smaxv8t Hibernate: alter table if exists CFBam31.blbtyp_h drop constraint if exists FKmj4g269r5go8ncwlss4816jst Hibernate: alter table if exists CFBam31.boolcol drop constraint if exists FKgwu0ipgllhmw0tgujxksmq9ys Hibernate: alter table if exists CFBam31.boolcol_h drop constraint if exists FKnqnrpl6sqnd1d6yfnih9d1xtd Hibernate: alter table if exists CFBam31.booldef drop constraint if exists FKhgnl1oouvmlprwdjpa3ho0k3s Hibernate: alter table if exists CFBam31.booldef_h drop constraint if exists FKrixccphvv05gy4bkb85nem4cu Hibernate: alter table if exists CFBam31.booltyp drop constraint if exists FKg3loe1d1qmq557ilto1weag86 Hibernate: alter table if exists CFBam31.booltyp_h drop constraint if exists FKhfh2xbhocxptk47es81kxmlyo Hibernate: alter table if exists CFBam31.chain_def drop constraint if exists FKd7nnh4w9mskrsmuqsal9lfikt Hibernate: alter table if exists CFBam31.chain_def drop constraint if exists FKinrp9on6077huhtk066gdj2r8 Hibernate: alter table if exists CFBam31.chain_def drop constraint if exists FK6d24thq0oyy9m4u2otvqqg5dv Hibernate: alter table if exists CFBam31.chain_def drop constraint if exists FKfveenilgunncntgb7xhd4ldjd Hibernate: alter table if exists CFBam31.clr_dep drop constraint if exists FKoiq8tr8irbyxyowruf40qpq2b Hibernate: alter table if exists CFBam31.clr_dep drop constraint if exists FK69wcwxphpbh28klikv5x0km6l Hibernate: alter table if exists CFBam31.clr_dep drop constraint if exists FK4fle8n3j6uobh259u2dwuondp Hibernate: alter table if exists CFBam31.clr_dep_h drop constraint if exists FKnas96wam9s5bxapo6i44fhetw Hibernate: alter table if exists CFBam31.clr_topdep drop constraint if exists FKqn4wxpb8cp65q1a8lxg9xnoe0 Hibernate: alter table if exists CFBam31.clr_topdep drop constraint if exists FKdkuji8k548fqqd1pjjt9dc24y Hibernate: alter table if exists CFBam31.clr_topdep drop constraint if exists FKneuiy3rn83osmce5bcepv6615 Hibernate: alter table if exists CFBam31.clr_topdep drop constraint if exists FK2033rkglw3btqjqfbuq25bn9t Hibernate: alter table if exists CFBam31.clr_topdep_h drop constraint if exists FKmp8r4v4fiphwys35fr2s9cjbh Hibernate: alter table if exists CFBam31.clrsubdep1 drop constraint if exists FKsb9dblkmxa5mq4eiq29u9mivc Hibernate: alter table if exists CFBam31.clrsubdep1 drop constraint if exists FKdt5eryiir77muhjals06n8rxh Hibernate: alter table if exists CFBam31.clrsubdep1_h drop constraint if exists FKlxnlikmnqdb5rtlmrtcq2mjpg Hibernate: alter table if exists CFBam31.clrsubdep2 drop constraint if exists FKsu5wbdwlrx152md5fw6o04q8b Hibernate: alter table if exists CFBam31.clrsubdep2 drop constraint if exists FKqtp9p9k8ngx3ll7t9nw87p34e Hibernate: alter table if exists CFBam31.clrsubdep2_h drop constraint if exists FKo1pwu7gg6q6x68tr6sxtdah2r Hibernate: alter table if exists CFBam31.clrsubdep3 drop constraint if exists FK1e7acwqfw88110e1hb0avam80 Hibernate: alter table if exists CFBam31.clrsubdep3 drop constraint if exists FK7p0cwkha4icrhpecb2ks9x4js Hibernate: alter table if exists CFBam31.clrsubdep3_h drop constraint if exists FKe4n2onfacqcu3mifrwx7gj9vo Hibernate: alter table if exists CFBam31.dbk128col drop constraint if exists FK2a7xvbd2xapi9kebndx1ytut4 Hibernate: alter table if exists CFBam31.dbk128col_h drop constraint if exists FK558u8gs5qpklwvtkjk05qwusc Hibernate: alter table if exists CFBam31.dbk128def drop constraint if exists FKcfx24f6621l5bptuhtqbk0uoc Hibernate: alter table if exists CFBam31.dbk128def_h drop constraint if exists FKojmfi01li9by48c0ykup1u4dq Hibernate: alter table if exists CFBam31.dbk128typ drop constraint if exists FKqt9w7haue30nievkfucarhg0w Hibernate: alter table if exists CFBam31.dbk128typ_h drop constraint if exists FKoa175j7riuvq7eb41qjwf101g Hibernate: alter table if exists CFBam31.dbk160col drop constraint if exists FK5ad6hy9k4ggaexwgxxfpvkpi3 Hibernate: alter table if exists CFBam31.dbk160col_h drop constraint if exists FKlnil6ib7l12s3t0r1yykljty8 Hibernate: alter table if exists CFBam31.dbk160def drop constraint if exists FKcobotn0c5bhvmxnu2m4qx0t66 Hibernate: alter table if exists CFBam31.dbk160def_h drop constraint if exists FKj7lb8cnn3x796iv409en3rkbn Hibernate: alter table if exists CFBam31.dbk160typ drop constraint if exists FKl1y4rfmyor9h2i1dvcbibbvyo Hibernate: alter table if exists CFBam31.dbk160typ_h drop constraint if exists FK9do1k1bl0sa21dx73rfw4btsb Hibernate: alter table if exists CFBam31.dbk224col drop constraint if exists FK6bce2vxk4tovvvglncg4qx5ob Hibernate: alter table if exists CFBam31.dbk224col_h drop constraint if exists FK3ybs891vt0mohga10drgrj9ea Hibernate: alter table if exists CFBam31.dbk224def drop constraint if exists FKk0apbebp9pg5kp6jq8owlln7u Hibernate: alter table if exists CFBam31.dbk224def_h drop constraint if exists FKq4rdrptaj4gp51h6jvsj8cab Hibernate: alter table if exists CFBam31.dbk224typ drop constraint if exists FK2xafo3piw1gski5cjpwt5jlnt Hibernate: alter table if exists CFBam31.dbk224typ_h drop constraint if exists FKdxul86jd1lwn2fj45okkdpo5w Hibernate: alter table if exists CFBam31.dbk256col drop constraint if exists FK181oqm1lvmfntemmo3rgs5d4s Hibernate: alter table if exists CFBam31.dbk256col_h drop constraint if exists FKr2dlk7hpjrc0brl3a0x1lp1b5 Hibernate: alter table if exists CFBam31.dbk256def drop constraint if exists FKfjuwkltsgnnsec3snilomsnpk Hibernate: alter table if exists CFBam31.dbk256def_h drop constraint if exists FK3bwxfona7ulfomlc0uhlc7l2m Hibernate: alter table if exists CFBam31.dbk256typ drop constraint if exists FKo5to5u4jgmplwn9l8tnol1pj0 Hibernate: alter table if exists CFBam31.dbk256typ_h drop constraint if exists FKadvjxaqtxm4d6iw8kk4d0dqyx Hibernate: alter table if exists CFBam31.dbk384col drop constraint if exists FKh9i4lylunrtnrw0uptklmofpf Hibernate: alter table if exists CFBam31.dbk384col_h drop constraint if exists FKeajvf3ds3egf2k452f837daw Hibernate: alter table if exists CFBam31.dbk384def drop constraint if exists FKj1h71o9chakcvuekfg2xaku1e Hibernate: alter table if exists CFBam31.dbk384def_h drop constraint if exists FKh9aobibkxir8onjtq2pof8km3 Hibernate: alter table if exists CFBam31.dbk384typ drop constraint if exists FKontv5uwrh8m51nv9k10tnnvv1 Hibernate: alter table if exists CFBam31.dbk384typ_h drop constraint if exists FKefu1byk9vx0jkd2pw7cic3gfy Hibernate: alter table if exists CFBam31.dbk512col drop constraint if exists FK6bl3fbbr7mmk9lvk87l03ae0l Hibernate: alter table if exists CFBam31.dbk512col_h drop constraint if exists FKtgx35qgrlro1ofxn83t82gr81 Hibernate: alter table if exists CFBam31.dbk512def drop constraint if exists FKbna2j3xra8uoanudnmfmtlc6i Hibernate: alter table if exists CFBam31.dbk512def_h drop constraint if exists FKgip2npp37idl6pegvs2qnmjc7 Hibernate: alter table if exists CFBam31.dbk512typ drop constraint if exists FK8vs8s64e8tb8d8v7fvfk6ocyf Hibernate: alter table if exists CFBam31.dbk512typ_h drop constraint if exists FKdua649pwcoo3cbey6hoohvo4h Hibernate: alter table if exists CFBam31.dblcol drop constraint if exists FKbcdxohcowwkjgfavtpj39as85 Hibernate: alter table if exists CFBam31.dblcol_h drop constraint if exists FKev68tox58gvmq47ysrsvqupkc Hibernate: alter table if exists CFBam31.dbldef drop constraint if exists FKgvcoe4b2n87cdk6qahjom969m Hibernate: alter table if exists CFBam31.dbldef_h drop constraint if exists FKluytisydf3nap855kkypslq32 Hibernate: alter table if exists CFBam31.dbltyp drop constraint if exists FKpifb1aq92fe4msm9r0rna1e27 Hibernate: alter table if exists CFBam31.dbltyp_h drop constraint if exists FKgebt7x2jgwbjgvnsqq0oagj26 Hibernate: alter table if exists CFBam31.del_dep drop constraint if exists FKh0kief8ve1f6t29hrjc1nejey Hibernate: alter table if exists CFBam31.del_dep drop constraint if exists FKeashy10akejh9ruh89h29qsw0 Hibernate: alter table if exists CFBam31.del_dep drop constraint if exists FKtt9yfoxvoencyiti0qxmad82 Hibernate: alter table if exists CFBam31.del_dep_h drop constraint if exists FKh3551jqdnbfwe96ll1vmc2b8y Hibernate: alter table if exists CFBam31.del_topdep drop constraint if exists FKa9qi436vxpjvysmkkb36di3pm Hibernate: alter table if exists CFBam31.del_topdep drop constraint if exists FK18fy6i7yxtdfbg338vwveg0cb Hibernate: alter table if exists CFBam31.del_topdep drop constraint if exists FK802cfc9x6l5n7k594isc2xg6d Hibernate: alter table if exists CFBam31.del_topdep drop constraint if exists FKfar5mu59re2mpqnpwwyqn1y2j Hibernate: alter table if exists CFBam31.del_topdep_h drop constraint if exists FKi8chk9rli0a09rq4ptlx5xdh9 Hibernate: alter table if exists CFBam31.delsubdep1 drop constraint if exists FK45cjddly15xb2nv2a7xj0e3rd Hibernate: alter table if exists CFBam31.delsubdep1 drop constraint if exists FKh43aa2hwlqxa4pfbbm3fumsve Hibernate: alter table if exists CFBam31.delsubdep1_h drop constraint if exists FKgyb0j2tvc4vs58u9vc5fw47l6 Hibernate: alter table if exists CFBam31.delsubdep2 drop constraint if exists FK5q7uut8cqvi6g7mokwbro3sne Hibernate: alter table if exists CFBam31.delsubdep2 drop constraint if exists FK3s5l0kydajttwgqtkqmieq55a Hibernate: alter table if exists CFBam31.delsubdep2_h drop constraint if exists FKt8ggejhdptw597xmou4aigcjy Hibernate: alter table if exists CFBam31.delsubdep3 drop constraint if exists FK4ia0b5gj3cjthy3cy27owkilq Hibernate: alter table if exists CFBam31.delsubdep3 drop constraint if exists FK6xb0xfw2ovikr3eavrn67vmyh Hibernate: alter table if exists CFBam31.delsubdep3_h drop constraint if exists FK3lals7g410iaocmqjxjiiuk8v Hibernate: alter table if exists CFBam31.dtcol drop constraint if exists FKplx1sglq8edurlpxy4m7965yo Hibernate: alter table if exists CFBam31.dtcol_h drop constraint if exists FKklssn7ofg09dq1lrh7h4ejywg Hibernate: alter table if exists CFBam31.dtdef drop constraint if exists FK81gfqa6a2ul8nytb5f8pr46sv Hibernate: alter table if exists CFBam31.dtdef_h drop constraint if exists FKrfeqhbyfx3tqcihyf2yga8oyj Hibernate: alter table if exists CFBam31.dttyp drop constraint if exists FK5hctmgt45r0tb0jtp61u5gwhg Hibernate: alter table if exists CFBam31.dttyp_h drop constraint if exists FKq89va42wp5iquvkdpx07q9qfy Hibernate: alter table if exists CFBam31.dzcol drop constraint if exists FKb8hl95rrm09acgxogwx83pboi Hibernate: alter table if exists CFBam31.dzcol_h drop constraint if exists FKas3klv0xu0x1yll3lkuoqkcqd Hibernate: alter table if exists CFBam31.dzdef drop constraint if exists FKekwon10do75ly3olc65n6lko1 Hibernate: alter table if exists CFBam31.dzdef_h drop constraint if exists FKkgikdxcn76p4672qo9ieryayx Hibernate: alter table if exists CFBam31.dztyp drop constraint if exists FKtlq7jlokvnmtfyrqtoqcuwvx1 Hibernate: alter table if exists CFBam31.dztyp_h drop constraint if exists FKfjss6q587g9wykban4mg0dll2 Hibernate: alter table if exists CFBam31.enum_tag drop constraint if exists FKj3t2hbj348hs7s1hkfnc1qdlw Hibernate: alter table if exists CFBam31.enum_tag drop constraint if exists FKrndc41k634614gdedw49ig0pk Hibernate: alter table if exists CFBam31.enum_tag drop constraint if exists FKjwiij98seq855vbp73dpfl0g2 Hibernate: alter table if exists CFBam31.enum_tag drop constraint if exists FK62eaihppgxarb3ab5kxsjq04v Hibernate: alter table if exists CFBam31.enumdef drop constraint if exists FKg386y0con2ybrlxjreoeahu7j Hibernate: alter table if exists CFBam31.enumdef_h drop constraint if exists FKsl7ghdojvssldgp5hbxshcg08 Hibernate: alter table if exists CFBam31.enumtyp drop constraint if exists FK1w5cnvacw9t9chcx5xn34r232 Hibernate: alter table if exists CFBam31.enumtyp_h drop constraint if exists FKja27b2tda1j0y4n98wk4wjkld Hibernate: alter table if exists CFBam31.fltcol drop constraint if exists FKnaorhmcc9bwr2l4qdmxu0gkgu Hibernate: alter table if exists CFBam31.fltcol_h drop constraint if exists FKtaicq81ay94hqgnu7nbhi64iy Hibernate: alter table if exists CFBam31.fltdef drop constraint if exists FKr34tokid4h88lmf1gu3n9qvqy Hibernate: alter table if exists CFBam31.fltdef_h drop constraint if exists FKatgbliee3cu44e6m17lhmjvak Hibernate: alter table if exists CFBam31.flttyp drop constraint if exists FKgg2ne2uwwas3fn3ty30xgfv9o Hibernate: alter table if exists CFBam31.flttyp_h drop constraint if exists FK4pwtjkdmk0a2y26ue50up37p0 Hibernate: alter table if exists CFBam31.idg16 drop constraint if exists FK74ykwlx4soseito6yvb868jbb Hibernate: alter table if exists CFBam31.idg16_h drop constraint if exists FK3dsnb4pqu75e8f4pyt6s6lyoh Hibernate: alter table if exists CFBam31.idg32 drop constraint if exists FK4qhbnjte7hiy9cwc2useip3f5 Hibernate: alter table if exists CFBam31.idg32_h drop constraint if exists FK49e7r3jsg46q2c515lxalfkrp Hibernate: alter table if exists CFBam31.idg64 drop constraint if exists FKpb5yxkkefjnb0qoyiqaafy0ft Hibernate: alter table if exists CFBam31.idg64_h drop constraint if exists FKqsdxpcvwrwl9atx2xca774rna Hibernate: alter table if exists CFBam31.idgdbk128 drop constraint if exists FKr74iwrml3dbr44pp4cv1ffisg Hibernate: alter table if exists CFBam31.idgdbk128_h drop constraint if exists FKk369isk7f013ik5vkbytcqb3k Hibernate: alter table if exists CFBam31.idgdbk160 drop constraint if exists FK686130pf30isvhd4xfao3p6ep Hibernate: alter table if exists CFBam31.idgdbk160_h drop constraint if exists FK1gtbgawpe9rkl13871x9e1ocy Hibernate: alter table if exists CFBam31.idgdbk224 drop constraint if exists FKcjlxendwxqfsfxahyoaf337ku Hibernate: alter table if exists CFBam31.idgdbk224_h drop constraint if exists FKedotwm8u5susqy4l0xxyfa86e Hibernate: alter table if exists CFBam31.idgdbk256 drop constraint if exists FK3fymrspouned92o9rw3hbte7s Hibernate: alter table if exists CFBam31.idgdbk256_h drop constraint if exists FKebrdiqmrshcri0hc4w03683b4 Hibernate: alter table if exists CFBam31.idgdbk384 drop constraint if exists FKpkqubxe566snaxf6vho24c9v1 Hibernate: alter table if exists CFBam31.idgdbk384_h drop constraint if exists FKr83pyboqxva8bb1fuaf8apj79 Hibernate: alter table if exists CFBam31.idgdbk512 drop constraint if exists FK2kuc08vfoavxgbiof1dbx9e64 Hibernate: alter table if exists CFBam31.idgdbk512_h drop constraint if exists FKtqu5f8h57s0chvirgqhld9jyw Hibernate: alter table if exists CFBam31.idguuid drop constraint if exists FKlsx0ojg3nc9lvy4chm155ip9f Hibernate: alter table if exists CFBam31.idguuid6 drop constraint if exists FKigap2pehpx7we9lvfuxiulsay Hibernate: alter table if exists CFBam31.idguuid6_h drop constraint if exists FKt0ymidk6dbnnd7kadqha7pf40 Hibernate: alter table if exists CFBam31.idguuid_h drop constraint if exists FKbu05u6w5yui2pdmsc9f9u9uwb Hibernate: alter table if exists CFBam31.idxcol drop constraint if exists FKi1ribtuhj8rgtmawgw325d8k3 Hibernate: alter table if exists CFBam31.idxcol drop constraint if exists FK3sa9jb96qfq6hhumj33i0fu82 Hibernate: alter table if exists CFBam31.idxcol drop constraint if exists FKqimmxpn0q2wmbu1wuq1nh4qua Hibernate: alter table if exists CFBam31.idxcol drop constraint if exists FK4ufbwu1q0fsd5nebhvrbxqr6k Hibernate: alter table if exists CFBam31.idxcol drop constraint if exists FKj1xofgmseomw8e8ubu7jnt91a Hibernate: alter table if exists CFBam31.idxdef drop constraint if exists FKefw1200679bqahqu9caelp30j Hibernate: alter table if exists CFBam31.idxdef drop constraint if exists FKm8xo4ntip2fg9yp2qxkfb0xav Hibernate: alter table if exists CFBam31.idxdef drop constraint if exists FKcsw4d8c66bbw1t36fhb78sfx2 Hibernate: alter table if exists CFBam31.idxdef_h drop constraint if exists FKc4ct4pgrkvgp988wysyxn2vkq Hibernate: alter table if exists CFBam31.int16col drop constraint if exists FKqtxon146px2smkgmre12kwjur Hibernate: alter table if exists CFBam31.int16col_h drop constraint if exists FK3mdsmvltuvqyl05ngdqx63fh6 Hibernate: alter table if exists CFBam31.int16def drop constraint if exists FKn0gw7y2sfid4rxc79fturroq Hibernate: alter table if exists CFBam31.int16def_h drop constraint if exists FKn3vomvxu0h56ks6q392dl0mkw Hibernate: alter table if exists CFBam31.int16typ drop constraint if exists FK1ahk80jv4twpjv0wctemtfxm5 Hibernate: alter table if exists CFBam31.int16typ_h drop constraint if exists FKikiryma4pmcpcmvcekpu6suv4 Hibernate: alter table if exists CFBam31.int32col drop constraint if exists FKhw9vuacvinpaqfbdk86vco8li Hibernate: alter table if exists CFBam31.int32col_h drop constraint if exists FKoyanlom5te4xg5wb9s3k1j3gv Hibernate: alter table if exists CFBam31.int32def drop constraint if exists FKhwlfwdmgjysk3frm1m9udei3k Hibernate: alter table if exists CFBam31.int32def_h drop constraint if exists FKq2vieyp91fj04s7yj08piqssh Hibernate: alter table if exists CFBam31.int32typ drop constraint if exists FKeop2vtwux5qi3usf2fnb0l7gr Hibernate: alter table if exists CFBam31.int32typ_h drop constraint if exists FK9ry9xsi15plvmhfcqieyb6stf Hibernate: alter table if exists CFBam31.int64col drop constraint if exists FKtokqs8iov1f40ok0ypv8wfcx2 Hibernate: alter table if exists CFBam31.int64col_h drop constraint if exists FK8etkyxyajwvypfaxjm6fuga6t Hibernate: alter table if exists CFBam31.int64def drop constraint if exists FK9ae5o5kpn00w4frv7q4nusj2s Hibernate: alter table if exists CFBam31.int64def_h drop constraint if exists FK8hlni555e2d1wbduj0ui4ceor Hibernate: alter table if exists CFBam31.int64typ drop constraint if exists FKex0dkr3qa9afciq6r5d2clgbr Hibernate: alter table if exists CFBam31.int64typ_h drop constraint if exists FKlq74ew1r1fqglu724byupwaly Hibernate: alter table if exists CFBam31.nmtkncol drop constraint if exists FKh80ufrgn9oa0mpubrwm318r0c Hibernate: alter table if exists CFBam31.nmtkncol_h drop constraint if exists FKik3gf4g32v8rwywwn3x87ptnc Hibernate: alter table if exists CFBam31.nmtkndef drop constraint if exists FKewlpta9qe09qvrk4p49fag0rk Hibernate: alter table if exists CFBam31.nmtkndef_h drop constraint if exists FK9p86t510nrsxgvl037a94nqul Hibernate: alter table if exists CFBam31.nmtknscol drop constraint if exists FKi5soi2bcog0publu01caoigea Hibernate: alter table if exists CFBam31.nmtknscol_h drop constraint if exists FKpyihd1x26kimr086qja0o3jwv Hibernate: alter table if exists CFBam31.nmtknsdef drop constraint if exists FK507ceu6ien5443xg5flmcb2wf Hibernate: alter table if exists CFBam31.nmtknsdef_h drop constraint if exists FKf0lo6lsajr009ia6nudh7f6wv Hibernate: alter table if exists CFBam31.nmtknstyp drop constraint if exists FK4x43jfdxr6haouj8gx5d095u8 Hibernate: alter table if exists CFBam31.nmtknstyp_h drop constraint if exists FKkqgjjmvg5oa2ckythox7oufb3 Hibernate: alter table if exists CFBam31.nmtkntyp drop constraint if exists FK6wvkovxnawe4qlkte28v52h5t Hibernate: alter table if exists CFBam31.nmtkntyp_h drop constraint if exists FKi8r5vfrccy6gup7o8ie9q739s Hibernate: alter table if exists CFBam31.numcol drop constraint if exists FKnel340elbxy5fq619e7b2ahf0 Hibernate: alter table if exists CFBam31.numcol_h drop constraint if exists FK63s4463d478eqn4ql19l2da8u Hibernate: alter table if exists CFBam31.numdef drop constraint if exists FK2u02iqmlj3ftw9hb60kqyiw1e Hibernate: alter table if exists CFBam31.numdef_h drop constraint if exists FK12tomyrt6wkffqa3u5yj3hshc Hibernate: alter table if exists CFBam31.numtyp drop constraint if exists FK98340hyoj4qm5qmwotx7pc4k5 Hibernate: alter table if exists CFBam31.numtyp_h drop constraint if exists FKivj235jiho3gqcpqigr2yq78m Hibernate: alter table if exists CFBam31.pop_dep drop constraint if exists FK5bcng2q50qu1hyv10ygh32co3 Hibernate: alter table if exists CFBam31.pop_dep drop constraint if exists FKfcm501l220fk8kck5kv20vf7k Hibernate: alter table if exists CFBam31.pop_dep drop constraint if exists FKia90c0bdabekr9ow8nggh0r8v Hibernate: alter table if exists CFBam31.pop_dep_h drop constraint if exists FKs67lc4ed4lb0fk2ugh490ndsd Hibernate: alter table if exists CFBam31.pop_topdep drop constraint if exists FKg6qpofcol8p617q0mahk1i67j Hibernate: alter table if exists CFBam31.pop_topdep drop constraint if exists FKt1l91b63eblijy5vmo70hsiky Hibernate: alter table if exists CFBam31.pop_topdep_h drop constraint if exists FKrr4cdtw1hplakql9jvu6ncgnv Hibernate: alter table if exists CFBam31.popsubdep1 drop constraint if exists FK7qksdefcpjssk8dadwo20w16i Hibernate: alter table if exists CFBam31.popsubdep1 drop constraint if exists FKau6b54uf04xnsc30u3syjqtmy Hibernate: alter table if exists CFBam31.popsubdep1_h drop constraint if exists FKjduauljds108qpl307824wn4s Hibernate: alter table if exists CFBam31.popsubdep2 drop constraint if exists FKct7c3e4h7ulvphxk4s1jdu3de Hibernate: alter table if exists CFBam31.popsubdep2 drop constraint if exists FK7sfaben4aeg7hkknoyebqwsjl Hibernate: alter table if exists CFBam31.popsubdep2_h drop constraint if exists FKb8t3ol2y1yph5uhdwvj3ajvib Hibernate: alter table if exists CFBam31.popsubdep3 drop constraint if exists FKlaijyp3osr6g8nk2c1ueqqde4 Hibernate: alter table if exists CFBam31.popsubdep3 drop constraint if exists FK4t7cw17edx7shgb7xm6g8so6q Hibernate: alter table if exists CFBam31.popsubdep3_h drop constraint if exists FKtau50gwouticqh6gmply9e282 Hibernate: alter table if exists CFBam31.relcol drop constraint if exists FKss46h6vyebbl8w8rulpaxs203 Hibernate: alter table if exists CFBam31.relcol drop constraint if exists FK34xkkmb2x1t7131xqt153106i Hibernate: alter table if exists CFBam31.relcol drop constraint if exists FK5in9mdudvr2whpohe7pmbcx5q Hibernate: alter table if exists CFBam31.relcol drop constraint if exists FK52bsvnpdej7ky5rt8l1w8fp1w Hibernate: alter table if exists CFBam31.relcol drop constraint if exists FKhusw3bv9g09w9w4m5vhu6tvxx Hibernate: alter table if exists CFBam31.relcol drop constraint if exists FKcrq0s9obiaxellqr9tifb1g84 Hibernate: alter table if exists CFBam31.reldef drop constraint if exists FKilaqh0infyhduauhk4xv0y60u Hibernate: alter table if exists CFBam31.reldef drop constraint if exists FKc9xch0ctapgd3f61fnm29dudw Hibernate: alter table if exists CFBam31.reldef drop constraint if exists FK71julmaeeyx6djjm8xh5nmiyt Hibernate: alter table if exists CFBam31.reldef drop constraint if exists FKbefsi8947yexa040fobujsd5m Hibernate: alter table if exists CFBam31.reldef drop constraint if exists FKe2oain47yhaelhybu5whc1114 Hibernate: alter table if exists CFBam31.reldef drop constraint if exists FKb2oapbb1r6h091t7uwipg0jp Hibernate: alter table if exists CFBam31.reldef drop constraint if exists FK7nfelpx5kv7hkl76hai4x6656 Hibernate: alter table if exists CFBam31.reldef_h drop constraint if exists FKfw4wy7ok7jt4ym3tpawsvl1hv Hibernate: alter table if exists CFBam31.schema_ref drop constraint if exists FK7204k2xpbhgbf80mglr3p0ssw Hibernate: alter table if exists CFBam31.schema_ref drop constraint if exists FKhew8jm942o06wgrhot8p0isn3 Hibernate: alter table if exists CFBam31.schema_ref drop constraint if exists FKidkqetwheyb021eoybnuloa1v Hibernate: alter table if exists CFBam31.schema_ref drop constraint if exists FKps7eptq4ev2p845rrex2faru9 Hibernate: alter table if exists CFBam31.schema_ref drop constraint if exists FKhy7aw42hthi1nfwrnajtjfkgf Hibernate: alter table if exists CFBam31.schema_ref_h drop constraint if exists FKcdo7oe1ki3rwakmm1xeodtfof Hibernate: alter table if exists CFBam31.schemadef drop constraint if exists FKg2kxj7jp5qbwfexliyu499lml Hibernate: alter table if exists CFBam31.schemadef_h drop constraint if exists FKavxd30iyx1aw208bj902f0b3w Hibernate: alter table if exists CFBam31.srvlfunc drop constraint if exists FKmbmu130gj34hvu1gur0lj7noj Hibernate: alter table if exists CFBam31.srvlfunc drop constraint if exists FK9iw0nh2luk3eje697tvbxw3si Hibernate: alter table if exists CFBam31.srvlfunc_h drop constraint if exists FKg75bfc4jpdkj9uufp7iiwm74u Hibernate: alter table if exists CFBam31.srvmeth drop constraint if exists FKgaiuvv2p7ghbfxk33i2cohd89 Hibernate: alter table if exists CFBam31.srvmeth drop constraint if exists FK3ya5pdb092qsltkfr230rwppl Hibernate: alter table if exists CFBam31.srvmeth drop constraint if exists FKf9d1q89furrpbvgodoaqqvhfa Hibernate: alter table if exists CFBam31.srvmeth_h drop constraint if exists FKd5ooxmfvwhhv26m485hrfn3q6 Hibernate: alter table if exists CFBam31.srvofunc drop constraint if exists FKcl3iqpuapwvqh9dwtogoq399b Hibernate: alter table if exists CFBam31.srvofunc drop constraint if exists FKeg5cu1yllj83bhe1ndlub0tp2 Hibernate: alter table if exists CFBam31.srvofunc_h drop constraint if exists FKcm81k9q7ypb72ryp4hd69aepl Hibernate: alter table if exists CFBam31.srvprc drop constraint if exists FK3nnb9ihu4kh79gw708vxbdvnc Hibernate: alter table if exists CFBam31.srvprc_h drop constraint if exists FKmf9bajiihf9q7tbq7tj27fxj3 Hibernate: alter table if exists CFBam31.srvprm drop constraint if exists FKq0y8yvvm27ineemr6ats247wk Hibernate: alter table if exists CFBam31.srvprm drop constraint if exists FK3olonunkiap5lqg0es6xkla50 Hibernate: alter table if exists CFBam31.srvprm drop constraint if exists FKfr29rm4x1jgvqyatn0c72p845 Hibernate: alter table if exists CFBam31.srvprm drop constraint if exists FKcklohv8p5lpn3odu4qvynacq9 Hibernate: alter table if exists CFBam31.srvprm drop constraint if exists FKp21k75k8pigd7737kgp2xr99t Hibernate: alter table if exists CFBam31.strcol drop constraint if exists FK9mmut8y9rjpxcbcqj19mno4se Hibernate: alter table if exists CFBam31.strcol_h drop constraint if exists FK9nx5qteoxl7307je5vqeiy3a8 Hibernate: alter table if exists CFBam31.strdef drop constraint if exists FK2obpujxxdeot1lac0tcrp56c7 Hibernate: alter table if exists CFBam31.strdef_h drop constraint if exists FKqrtpmb1194c1ajsp3djj78dkj Hibernate: alter table if exists CFBam31.strtyp drop constraint if exists FKn6w7qmrbtn70n88ddhef6u72t Hibernate: alter table if exists CFBam31.strtyp_h drop constraint if exists FKj8863pgx68kwelbt2fotwboix Hibernate: alter table if exists CFBam31.tblcol drop constraint if exists FK23c3hodpmty9y986e6khkr2jg Hibernate: alter table if exists CFBam31.tblcol drop constraint if exists FKiixuur5sie25un7wng3hxqivp Hibernate: alter table if exists CFBam31.tblcol_h drop constraint if exists FKs8dycyr76q5lj2yv5jh8eyr0q Hibernate: alter table if exists CFBam31.tbldef drop constraint if exists FKrcinu38hrl40n5l4u0tuhvcro Hibernate: alter table if exists CFBam31.tbldef drop constraint if exists FKle7hsf66f8winpr2eong9kk5j Hibernate: alter table if exists CFBam31.tbldef drop constraint if exists FKf3j3p9q6xa91d5uw4398twrvy Hibernate: alter table if exists CFBam31.tbldef drop constraint if exists FKc6re3lsls6xisqpb0x7g5rbjs Hibernate: alter table if exists CFBam31.tbldef drop constraint if exists FK3kplrv4jf4ckugn5h538vrb0a Hibernate: alter table if exists CFBam31.tbldef drop constraint if exists FKy613e28we001o06x0kajirnl Hibernate: alter table if exists CFBam31.tbldef drop constraint if exists FKrit0byirbv9s3xbem9eoh43oj Hibernate: alter table if exists CFBam31.tbldef_h drop constraint if exists FK45mu8wxrrqsysrse0wpj1e9xs Hibernate: alter table if exists CFBam31.tkncol drop constraint if exists FKq4cx52h3xvy8px0liw0mi16ma Hibernate: alter table if exists CFBam31.tkncol_h drop constraint if exists FK1ig0k57h0o5t83hcowiy6c846 Hibernate: alter table if exists CFBam31.tkndef drop constraint if exists FK3v8tpi9j0ot48fccj24nlj530 Hibernate: alter table if exists CFBam31.tkndef_h drop constraint if exists FKkii2c33cx2kdc1rsjluibxnxd Hibernate: alter table if exists CFBam31.tkntyp drop constraint if exists FKk648qgcgcsc8f295ap13jxw43 Hibernate: alter table if exists CFBam31.tkntyp_h drop constraint if exists FKbld87048k7dr595qs7601iy7f Hibernate: alter table if exists CFBam31.tmcol drop constraint if exists FK4uavukh5n30ju0i7nmlohn1m1 Hibernate: alter table if exists CFBam31.tmcol_h drop constraint if exists FKr82shajfv8h2xqmpdj8lfdp2f Hibernate: alter table if exists CFBam31.tmdef drop constraint if exists FKh2fxhsq44i14dm87kdfe0q6s0 Hibernate: alter table if exists CFBam31.tmdef_h drop constraint if exists FK663b6dogkwd2kymtat9m18jb0 Hibernate: alter table if exists CFBam31.tmtyp drop constraint if exists FK58kisbv1x2yro4sas0ibd1v5q Hibernate: alter table if exists CFBam31.tmtyp_h drop constraint if exists FKmhhp7sxjthh5qn8qehtq8opiv Hibernate: alter table if exists CFBam31.tmzcol drop constraint if exists FKkeomxipdtsf3s1thesq5aj4c Hibernate: alter table if exists CFBam31.tmzcol_h drop constraint if exists FKisa4326o34rhgj6ik7vgaa976 Hibernate: alter table if exists CFBam31.tmzdef drop constraint if exists FKt5d55nsxgbkk8vq3v93ny9t9e Hibernate: alter table if exists CFBam31.tmzdef_h drop constraint if exists FKtqivemyiuhs68dckt72gc68am Hibernate: alter table if exists CFBam31.tmztyp drop constraint if exists FK65qlgbanhqwf95jkryrbc4qn5 Hibernate: alter table if exists CFBam31.tmztyp_h drop constraint if exists FK7747vd2vw7qbqbay5nhpygjfm Hibernate: alter table if exists CFBam31.tscol drop constraint if exists FKa5l794idbv6mog60c4s7oj6a Hibernate: alter table if exists CFBam31.tscol_h drop constraint if exists FKsob01sppntd1e49hfipy1025s Hibernate: alter table if exists CFBam31.tsdef drop constraint if exists FKa2f68nucikx0smiumqymyp1pt Hibernate: alter table if exists CFBam31.tsdef_h drop constraint if exists FK4cosgsnr4poy0q25x8tdbo1ra Hibernate: alter table if exists CFBam31.tstyp drop constraint if exists FK9juysidmp6y3cfr8tm9c28jhq Hibernate: alter table if exists CFBam31.tstyp_h drop constraint if exists FKgdq6iv71e3wkq82mki86c9ijx Hibernate: alter table if exists CFBam31.txtcol drop constraint if exists FK91134heo8sab1vxiu2cemg2yj Hibernate: alter table if exists CFBam31.txtcol_h drop constraint if exists FK5pgqnkqi5km0hq4xl9lhqea8i Hibernate: alter table if exists CFBam31.txtdef drop constraint if exists FKa1y6ibrxb50eikie7fq8p96bl Hibernate: alter table if exists CFBam31.txtdef_h drop constraint if exists FKcqm3n9mi8f9fhut802ovq24ch Hibernate: alter table if exists CFBam31.txttyp drop constraint if exists FKne8q6calqvr12jsx30vln8ey2 Hibernate: alter table if exists CFBam31.txttyp_h drop constraint if exists FKiagwn3xdirqf48qrsmrvr1ehv Hibernate: alter table if exists CFBam31.u16def drop constraint if exists FKoj2j8wh5e19c9g4fqvq2dj0h4 Hibernate: alter table if exists CFBam31.u16def_h drop constraint if exists FK21wnwrara3ny3h6xfxu1thbsq Hibernate: alter table if exists CFBam31.u32def drop constraint if exists FKee74jq2vy5dxclur54cv0ylry Hibernate: alter table if exists CFBam31.u32def_h drop constraint if exists FKrwmhm5pbxjmws15ljcwf2e13b Hibernate: alter table if exists CFBam31.u64def drop constraint if exists FKq81i1a3jrowpuubhfvy3rishx Hibernate: alter table if exists CFBam31.u64def_h drop constraint if exists FKc3tux2mtysbxtl5lvbo4lggpv Hibernate: alter table if exists CFBam31.uint16col drop constraint if exists FK457oktnhbdsxybmimbx6qppuj Hibernate: alter table if exists CFBam31.uint16col_h drop constraint if exists FKa0dr63sx48p7hjdn6duai1r2x Hibernate: alter table if exists CFBam31.uint16typ drop constraint if exists FKrbd46ewhtvc90b2lxq1p5ppak Hibernate: alter table if exists CFBam31.uint16typ_h drop constraint if exists FKhkbgkho08dqcr4jlunphac3yw Hibernate: alter table if exists CFBam31.uint32col drop constraint if exists FKlgqsx6xo49mvp07104p89b311 Hibernate: alter table if exists CFBam31.uint32col_h drop constraint if exists FK2u5gf801np54qabncbcin2df Hibernate: alter table if exists CFBam31.uint32typ drop constraint if exists FKp5kiro7xx6p85a34uuymare7d Hibernate: alter table if exists CFBam31.uint32typ_h drop constraint if exists FK82t0d1q1voifs9qcg8odaum73 Hibernate: alter table if exists CFBam31.uint64col drop constraint if exists FKmd0k4g591aae60kj46dprdikj Hibernate: alter table if exists CFBam31.uint64col_h drop constraint if exists FKgfuvmd9d49jrw3mrkcno5pqb3 Hibernate: alter table if exists CFBam31.uint64typ drop constraint if exists FKt2il7e66mwx4jfenet2jvmp1h Hibernate: alter table if exists CFBam31.uint64typ_h drop constraint if exists FK6rnh20l86liglctctd108s6xc Hibernate: alter table if exists CFBam31.uuid6col drop constraint if exists FKc22bdh4bplxhymuebmlvgid9i Hibernate: alter table if exists CFBam31.uuid6col_h drop constraint if exists FKtpm7k0xlog6y1b94jvw1i2xkv Hibernate: alter table if exists CFBam31.uuid6def drop constraint if exists FKop4f4b7tyxi5xv851n4tvk578 Hibernate: alter table if exists CFBam31.uuid6def_h drop constraint if exists FK4uf12owrufcaflm9y00b0eg3n Hibernate: alter table if exists CFBam31.uuid6typ drop constraint if exists FKa5yleeow6eacrixdclovsffuf Hibernate: alter table if exists CFBam31.uuid6typ_h drop constraint if exists FKpgtys5ufys21a5g0vvtnxn9y7 Hibernate: alter table if exists CFBam31.uuidcol drop constraint if exists FK8bg8vdhba10tk2ep5pwdpg5rl Hibernate: alter table if exists CFBam31.uuidcol_h drop constraint if exists FKle71eqct3lx536pqvqopnl2u7 Hibernate: alter table if exists CFBam31.uuiddef drop constraint if exists FK8ddbfax73qlp4m2xwioa5b5lo Hibernate: alter table if exists CFBam31.uuiddef_h drop constraint if exists FKj15g4jp9jag5ux28pd9tktvrq Hibernate: alter table if exists CFBam31.uuidtyp drop constraint if exists FKobsx4eqoy8bbos2iictq5j582 Hibernate: alter table if exists CFBam31.uuidtyp_h drop constraint if exists FKrrtv3ueh2t52wfwbjvw5r5823 Hibernate: alter table if exists CFBam31.valdef drop constraint if exists FKiubvfgs51qus581au5ddixw15 Hibernate: alter table if exists CFBam31.valdef drop constraint if exists FK3pofqtov0o87s9gb3xerhcm1j Hibernate: alter table if exists CFBam31.valdef drop constraint if exists FK591hdavax78yyyf9ilw3vixly Hibernate: alter table if exists CFBam31.zscol drop constraint if exists FKey2awm4d94vbdcn1xh6gdmtky Hibernate: alter table if exists CFBam31.zscol_h drop constraint if exists FKqq7n4of8qixdo9kl5b8j3hvaj Hibernate: alter table if exists CFBam31.zsdef drop constraint if exists FKj25t0kqmtj1ib735qitge13ug Hibernate: alter table if exists CFBam31.zsdef_h drop constraint if exists FK1pptshksfy3u5ec4861ndcyus Hibernate: alter table if exists CFBam31.zstyp drop constraint if exists FKn42eqi32d343qdshuldkuafbl Hibernate: alter table if exists CFBam31.zstyp_h drop constraint if exists FK5j81slprf66lqmiu9ilql89aa Hibernate: drop table if exists CFBam31.atomdef cascade Hibernate: drop table if exists CFBam31.atomdef_h cascade Hibernate: drop table if exists CFBam31.blbcol cascade Hibernate: drop table if exists CFBam31.blbcol_h cascade Hibernate: drop table if exists CFBam31.blbdef cascade Hibernate: drop table if exists CFBam31.blbdef_h cascade Hibernate: drop table if exists CFBam31.blbtyp cascade Hibernate: drop table if exists CFBam31.blbtyp_h cascade Hibernate: drop table if exists CFBam31.boolcol cascade Hibernate: drop table if exists CFBam31.boolcol_h cascade Hibernate: drop table if exists CFBam31.booldef cascade Hibernate: drop table if exists CFBam31.booldef_h cascade Hibernate: drop table if exists CFBam31.booltyp cascade Hibernate: drop table if exists CFBam31.booltyp_h cascade Hibernate: drop table if exists CFBam31.chain_def cascade Hibernate: drop table if exists CFBam31.chain_def_h cascade Hibernate: drop table if exists CFBam31.clr_dep cascade Hibernate: drop table if exists CFBam31.clr_dep_h cascade Hibernate: drop table if exists CFBam31.clr_topdep cascade Hibernate: drop table if exists CFBam31.clr_topdep_h cascade Hibernate: drop table if exists CFBam31.clrsubdep1 cascade Hibernate: drop table if exists CFBam31.clrsubdep1_h cascade Hibernate: drop table if exists CFBam31.clrsubdep2 cascade Hibernate: drop table if exists CFBam31.clrsubdep2_h cascade Hibernate: drop table if exists CFBam31.clrsubdep3 cascade Hibernate: drop table if exists CFBam31.clrsubdep3_h cascade Hibernate: drop table if exists CFBam31.dbk128col cascade Hibernate: drop table if exists CFBam31.dbk128col_h cascade Hibernate: drop table if exists CFBam31.dbk128def cascade Hibernate: drop table if exists CFBam31.dbk128def_h cascade Hibernate: drop table if exists CFBam31.dbk128typ cascade Hibernate: drop table if exists CFBam31.dbk128typ_h cascade Hibernate: drop table if exists CFBam31.dbk160col cascade Hibernate: drop table if exists CFBam31.dbk160col_h cascade Hibernate: drop table if exists CFBam31.dbk160def cascade Hibernate: drop table if exists CFBam31.dbk160def_h cascade Hibernate: drop table if exists CFBam31.dbk160typ cascade Hibernate: drop table if exists CFBam31.dbk160typ_h cascade Hibernate: drop table if exists CFBam31.dbk224col cascade Hibernate: drop table if exists CFBam31.dbk224col_h cascade Hibernate: drop table if exists CFBam31.dbk224def cascade Hibernate: drop table if exists CFBam31.dbk224def_h cascade Hibernate: drop table if exists CFBam31.dbk224typ cascade Hibernate: drop table if exists CFBam31.dbk224typ_h cascade Hibernate: drop table if exists CFBam31.dbk256col cascade Hibernate: drop table if exists CFBam31.dbk256col_h cascade Hibernate: drop table if exists CFBam31.dbk256def cascade Hibernate: drop table if exists CFBam31.dbk256def_h cascade Hibernate: drop table if exists CFBam31.dbk256typ cascade Hibernate: drop table if exists CFBam31.dbk256typ_h cascade Hibernate: drop table if exists CFBam31.dbk384col cascade Hibernate: drop table if exists CFBam31.dbk384col_h cascade Hibernate: drop table if exists CFBam31.dbk384def cascade Hibernate: drop table if exists CFBam31.dbk384def_h cascade Hibernate: drop table if exists CFBam31.dbk384typ cascade Hibernate: drop table if exists CFBam31.dbk384typ_h cascade Hibernate: drop table if exists CFBam31.dbk512col cascade Hibernate: drop table if exists CFBam31.dbk512col_h cascade Hibernate: drop table if exists CFBam31.dbk512def cascade Hibernate: drop table if exists CFBam31.dbk512def_h cascade Hibernate: drop table if exists CFBam31.dbk512typ cascade Hibernate: drop table if exists CFBam31.dbk512typ_h cascade Hibernate: drop table if exists CFBam31.dblcol cascade Hibernate: drop table if exists CFBam31.dblcol_h cascade Hibernate: drop table if exists CFBam31.dbldef cascade Hibernate: drop table if exists CFBam31.dbldef_h cascade Hibernate: drop table if exists CFBam31.dbltyp cascade Hibernate: drop table if exists CFBam31.dbltyp_h cascade Hibernate: drop table if exists CFBam31.del_dep cascade Hibernate: drop table if exists CFBam31.del_dep_h cascade Hibernate: drop table if exists CFBam31.del_topdep cascade Hibernate: drop table if exists CFBam31.del_topdep_h cascade Hibernate: drop table if exists CFBam31.delsubdep1 cascade Hibernate: drop table if exists CFBam31.delsubdep1_h cascade Hibernate: drop table if exists CFBam31.delsubdep2 cascade Hibernate: drop table if exists CFBam31.delsubdep2_h cascade Hibernate: drop table if exists CFBam31.delsubdep3 cascade Hibernate: drop table if exists CFBam31.delsubdep3_h cascade Hibernate: drop table if exists CFBam31.dtcol cascade Hibernate: drop table if exists CFBam31.dtcol_h cascade Hibernate: drop table if exists CFBam31.dtdef cascade Hibernate: drop table if exists CFBam31.dtdef_h cascade Hibernate: drop table if exists CFBam31.dttyp cascade Hibernate: drop table if exists CFBam31.dttyp_h cascade Hibernate: drop table if exists CFBam31.dzcol cascade Hibernate: drop table if exists CFBam31.dzcol_h cascade Hibernate: drop table if exists CFBam31.dzdef cascade Hibernate: drop table if exists CFBam31.dzdef_h cascade Hibernate: drop table if exists CFBam31.dztyp cascade Hibernate: drop table if exists CFBam31.dztyp_h cascade Hibernate: drop table if exists CFBam31.enum_tag cascade Hibernate: drop table if exists CFBam31.enum_tag_h cascade Hibernate: drop table if exists CFBam31.enumdef cascade Hibernate: drop table if exists CFBam31.enumdef_h cascade Hibernate: drop table if exists CFBam31.enumtyp cascade Hibernate: drop table if exists CFBam31.enumtyp_h cascade Hibernate: drop table if exists CFBam31.fltcol cascade Hibernate: drop table if exists CFBam31.fltcol_h cascade Hibernate: drop table if exists CFBam31.fltdef cascade Hibernate: drop table if exists CFBam31.fltdef_h cascade Hibernate: drop table if exists CFBam31.flttyp cascade Hibernate: drop table if exists CFBam31.flttyp_h cascade Hibernate: drop table if exists CFBam31.idg16 cascade Hibernate: drop table if exists CFBam31.idg16_h cascade Hibernate: drop table if exists CFBam31.idg32 cascade Hibernate: drop table if exists CFBam31.idg32_h cascade Hibernate: drop table if exists CFBam31.idg64 cascade Hibernate: drop table if exists CFBam31.idg64_h cascade Hibernate: drop table if exists CFBam31.idgdbk128 cascade Hibernate: drop table if exists CFBam31.idgdbk128_h cascade Hibernate: drop table if exists CFBam31.idgdbk160 cascade Hibernate: drop table if exists CFBam31.idgdbk160_h cascade Hibernate: drop table if exists CFBam31.idgdbk224 cascade Hibernate: drop table if exists CFBam31.idgdbk224_h cascade Hibernate: drop table if exists CFBam31.idgdbk256 cascade Hibernate: drop table if exists CFBam31.idgdbk256_h cascade Hibernate: drop table if exists CFBam31.idgdbk384 cascade Hibernate: drop table if exists CFBam31.idgdbk384_h cascade Hibernate: drop table if exists CFBam31.idgdbk512 cascade Hibernate: drop table if exists CFBam31.idgdbk512_h cascade Hibernate: drop table if exists CFBam31.idguuid cascade Hibernate: drop table if exists CFBam31.idguuid6 cascade Hibernate: drop table if exists CFBam31.idguuid6_h cascade Hibernate: drop table if exists CFBam31.idguuid_h cascade Hibernate: drop table if exists CFBam31.idxcol cascade Hibernate: drop table if exists CFBam31.idxcol_h cascade Hibernate: drop table if exists CFBam31.idxdef cascade Hibernate: drop table if exists CFBam31.idxdef_h cascade Hibernate: drop table if exists CFBam31.int16col cascade Hibernate: drop table if exists CFBam31.int16col_h cascade Hibernate: drop table if exists CFBam31.int16def cascade Hibernate: drop table if exists CFBam31.int16def_h cascade Hibernate: drop table if exists CFBam31.int16typ cascade Hibernate: drop table if exists CFBam31.int16typ_h cascade Hibernate: drop table if exists CFBam31.int32col cascade Hibernate: drop table if exists CFBam31.int32col_h cascade Hibernate: drop table if exists CFBam31.int32def cascade Hibernate: drop table if exists CFBam31.int32def_h cascade Hibernate: drop table if exists CFBam31.int32typ cascade Hibernate: drop table if exists CFBam31.int32typ_h cascade Hibernate: drop table if exists CFBam31.int64col cascade Hibernate: drop table if exists CFBam31.int64col_h cascade Hibernate: drop table if exists CFBam31.int64def cascade Hibernate: drop table if exists CFBam31.int64def_h cascade Hibernate: drop table if exists CFBam31.int64typ cascade Hibernate: drop table if exists CFBam31.int64typ_h cascade Hibernate: drop table if exists CFBam31.nmtkncol cascade Hibernate: drop table if exists CFBam31.nmtkncol_h cascade Hibernate: drop table if exists CFBam31.nmtkndef cascade Hibernate: drop table if exists CFBam31.nmtkndef_h cascade Hibernate: drop table if exists CFBam31.nmtknscol cascade Hibernate: drop table if exists CFBam31.nmtknscol_h cascade Hibernate: drop table if exists CFBam31.nmtknsdef cascade Hibernate: drop table if exists CFBam31.nmtknsdef_h cascade Hibernate: drop table if exists CFBam31.nmtknstyp cascade Hibernate: drop table if exists CFBam31.nmtknstyp_h cascade Hibernate: drop table if exists CFBam31.nmtkntyp cascade Hibernate: drop table if exists CFBam31.nmtkntyp_h cascade Hibernate: drop table if exists CFBam31.numcol cascade Hibernate: drop table if exists CFBam31.numcol_h cascade Hibernate: drop table if exists CFBam31.numdef cascade Hibernate: drop table if exists CFBam31.numdef_h cascade Hibernate: drop table if exists CFBam31.numtyp cascade Hibernate: drop table if exists CFBam31.numtyp_h cascade Hibernate: drop table if exists CFBam31.pop_dep cascade Hibernate: drop table if exists CFBam31.pop_dep_h cascade Hibernate: drop table if exists CFBam31.pop_topdep cascade Hibernate: drop table if exists CFBam31.pop_topdep_h cascade Hibernate: drop table if exists CFBam31.popsubdep1 cascade Hibernate: drop table if exists CFBam31.popsubdep1_h cascade Hibernate: drop table if exists CFBam31.popsubdep2 cascade Hibernate: drop table if exists CFBam31.popsubdep2_h cascade Hibernate: drop table if exists CFBam31.popsubdep3 cascade Hibernate: drop table if exists CFBam31.popsubdep3_h cascade Hibernate: drop table if exists CFBam31.relcol cascade Hibernate: drop table if exists CFBam31.relcol_h cascade Hibernate: drop table if exists CFBam31.reldef cascade Hibernate: drop table if exists CFBam31.reldef_h cascade Hibernate: drop table if exists CFBam31.schema_ref cascade Hibernate: drop table if exists CFBam31.schema_ref_h cascade Hibernate: drop table if exists CFBam31.schemadef cascade Hibernate: drop table if exists CFBam31.schemadef_h cascade Hibernate: drop table if exists CFBam31.scopedef cascade Hibernate: drop table if exists CFBam31.scopedef_h cascade Hibernate: drop table if exists CFBam31.srvlfunc cascade Hibernate: drop table if exists CFBam31.srvlfunc_h cascade Hibernate: drop table if exists CFBam31.srvmeth cascade Hibernate: drop table if exists CFBam31.srvmeth_h cascade Hibernate: drop table if exists CFBam31.srvofunc cascade Hibernate: drop table if exists CFBam31.srvofunc_h cascade Hibernate: drop table if exists CFBam31.srvprc cascade Hibernate: drop table if exists CFBam31.srvprc_h cascade Hibernate: drop table if exists CFBam31.srvprm cascade Hibernate: drop table if exists CFBam31.srvprm_h cascade Hibernate: drop table if exists CFBam31.strcol cascade Hibernate: drop table if exists CFBam31.strcol_h cascade Hibernate: drop table if exists CFBam31.strdef cascade Hibernate: drop table if exists CFBam31.strdef_h cascade Hibernate: drop table if exists CFBam31.strtyp cascade Hibernate: drop table if exists CFBam31.strtyp_h cascade Hibernate: drop table if exists CFBam31.tblcol cascade Hibernate: drop table if exists CFBam31.tblcol_h cascade Hibernate: drop table if exists CFBam31.tbldef cascade Hibernate: drop table if exists CFBam31.tbldef_h cascade Hibernate: drop table if exists CFBam31.tkncol cascade Hibernate: drop table if exists CFBam31.tkncol_h cascade Hibernate: drop table if exists CFBam31.tkndef cascade Hibernate: drop table if exists CFBam31.tkndef_h cascade Hibernate: drop table if exists CFBam31.tkntyp cascade Hibernate: drop table if exists CFBam31.tkntyp_h cascade Hibernate: drop table if exists CFBam31.tmcol cascade Hibernate: drop table if exists CFBam31.tmcol_h cascade Hibernate: drop table if exists CFBam31.tmdef cascade Hibernate: drop table if exists CFBam31.tmdef_h cascade Hibernate: drop table if exists CFBam31.tmtyp cascade Hibernate: drop table if exists CFBam31.tmtyp_h cascade Hibernate: drop table if exists CFBam31.tmzcol cascade Hibernate: drop table if exists CFBam31.tmzcol_h cascade Hibernate: drop table if exists CFBam31.tmzdef cascade Hibernate: drop table if exists CFBam31.tmzdef_h cascade Hibernate: drop table if exists CFBam31.tmztyp cascade Hibernate: drop table if exists CFBam31.tmztyp_h cascade Hibernate: drop table if exists CFBam31.tscol cascade Hibernate: drop table if exists CFBam31.tscol_h cascade Hibernate: drop table if exists CFBam31.tsdef cascade Hibernate: drop table if exists CFBam31.tsdef_h cascade Hibernate: drop table if exists CFBam31.tstyp cascade Hibernate: drop table if exists CFBam31.tstyp_h cascade Hibernate: drop table if exists CFBam31.txtcol cascade Hibernate: drop table if exists CFBam31.txtcol_h cascade Hibernate: drop table if exists CFBam31.txtdef cascade Hibernate: drop table if exists CFBam31.txtdef_h cascade Hibernate: drop table if exists CFBam31.txttyp cascade Hibernate: drop table if exists CFBam31.txttyp_h cascade Hibernate: drop table if exists CFBam31.u16def cascade Hibernate: drop table if exists CFBam31.u16def_h cascade Hibernate: drop table if exists CFBam31.u32def cascade Hibernate: drop table if exists CFBam31.u32def_h cascade Hibernate: drop table if exists CFBam31.u64def cascade Hibernate: drop table if exists CFBam31.u64def_h cascade Hibernate: drop table if exists CFBam31.uint16col cascade Hibernate: drop table if exists CFBam31.uint16col_h cascade Hibernate: drop table if exists CFBam31.uint16typ cascade Hibernate: drop table if exists CFBam31.uint16typ_h cascade Hibernate: drop table if exists CFBam31.uint32col cascade Hibernate: drop table if exists CFBam31.uint32col_h cascade Hibernate: drop table if exists CFBam31.uint32typ cascade Hibernate: drop table if exists CFBam31.uint32typ_h cascade Hibernate: drop table if exists CFBam31.uint64col cascade Hibernate: drop table if exists CFBam31.uint64col_h cascade Hibernate: drop table if exists CFBam31.uint64typ cascade Hibernate: drop table if exists CFBam31.uint64typ_h cascade Hibernate: drop table if exists CFBam31.uuid6col cascade Hibernate: drop table if exists CFBam31.uuid6col_h cascade Hibernate: drop table if exists CFBam31.uuid6def cascade Hibernate: drop table if exists CFBam31.uuid6def_h cascade Hibernate: drop table if exists CFBam31.uuid6typ cascade Hibernate: drop table if exists CFBam31.uuid6typ_h cascade Hibernate: drop table if exists CFBam31.uuidcol cascade Hibernate: drop table if exists CFBam31.uuidcol_h cascade Hibernate: drop table if exists CFBam31.uuiddef cascade Hibernate: drop table if exists CFBam31.uuiddef_h cascade Hibernate: drop table if exists CFBam31.uuidtyp cascade Hibernate: drop table if exists CFBam31.uuidtyp_h cascade Hibernate: drop table if exists CFBam31.valdef cascade Hibernate: drop table if exists CFBam31.valdef_h cascade Hibernate: drop table if exists CFBam31.zscol cascade Hibernate: drop table if exists CFBam31.zscol_h cascade Hibernate: drop table if exists CFBam31.zsdef cascade Hibernate: drop table if exists CFBam31.zsdef_h cascade Hibernate: drop table if exists CFBam31.zstyp cascade Hibernate: drop table if exists CFBam31.zstyp_h cascade Hibernate: drop schema CFBam31 2026-02-27T00:59:01.160-06:00 WARN 47194 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL " drop schema CFBam31" via JDBC [ERROR: schema "cfbam31" does not exist] org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " drop schema CFBam31" via JDBC [ERROR: schema "cfbam31" does not exist] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:93) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlString(Helper.java:222) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlStrings(Helper.java:208) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropSchemasAndCatalogs(SchemaDropperImpl.java:440) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:228) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:185) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:155) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:115) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:225) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.lambda$process$5(SchemaManagementToolCoordinator.java:142) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at java.base/java.util.HashMap.forEach(HashMap.java:1421) ~[na:na] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:139) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryObserverForSchemaExport.sessionFactoryCreated(SessionFactoryObserverForSchemaExport.java:35) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryObserverChain.sessionFactoryCreated(SessionFactoryObserverChain.java:33) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:350) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:436) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1459) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:66) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:433) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:416) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:409) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1864) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1813) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:966) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:620) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:454) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-4.0.0.jar!/:4.0.0] at io.github.msobkow.v3_1.cfbam.cfbamjpatest.CFBamJpaTest.main(CFBamJpaTest.java:223) ~[!/:3.1] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[na:na] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:106) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] Caused by: org.postgresql.util.PSQLException: ERROR: schema "cfbam31" does not exist at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2736) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2421) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:525) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:435) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:357) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:342) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:318) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:313) ~[postgresql-42.7.8.jar!/:42.7.8] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:79) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] ... 42 common frames omitted Hibernate: drop schema cfbam31 2026-02-27T00:59:01.161-06:00 WARN 47194 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL " drop schema cfbam31" via JDBC [ERROR: schema "cfbam31" does not exist] org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " drop schema cfbam31" via JDBC [ERROR: schema "cfbam31" does not exist] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:93) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlString(Helper.java:222) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlStrings(Helper.java:208) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropSchemasAndCatalogs(SchemaDropperImpl.java:440) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:228) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:185) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:155) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:115) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:225) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.lambda$process$5(SchemaManagementToolCoordinator.java:142) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at java.base/java.util.HashMap.forEach(HashMap.java:1421) ~[na:na] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:139) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryObserverForSchemaExport.sessionFactoryCreated(SessionFactoryObserverForSchemaExport.java:35) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryObserverChain.sessionFactoryCreated(SessionFactoryObserverChain.java:33) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:350) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:436) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1459) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:66) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:433) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:416) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:409) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1864) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1813) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:966) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:620) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:454) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-4.0.0.jar!/:4.0.0] at io.github.msobkow.v3_1.cfbam.cfbamjpatest.CFBamJpaTest.main(CFBamJpaTest.java:223) ~[!/:3.1] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[na:na] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:106) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] Caused by: org.postgresql.util.PSQLException: ERROR: schema "cfbam31" does not exist at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2736) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2421) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:525) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:435) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:357) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:342) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:318) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:313) ~[postgresql-42.7.8.jar!/:42.7.8] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:79) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] ... 42 common frames omitted Hibernate: create schema CFBam31 Hibernate: create schema cfbam31 2026-02-27T00:59:01.162-06:00 WARN 47194 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL " create schema cfbam31" via JDBC [ERROR: schema "cfbam31" already exists] org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " create schema cfbam31" via JDBC [ERROR: schema "cfbam31" already exists] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:93) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlString(Helper.java:222) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.Helper.applySqlStrings(Helper.java:208) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.createSchemasAndCatalogs(SchemaCreatorImpl.java:547) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.createFromMetadata(SchemaCreatorImpl.java:222) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.performCreation(SchemaCreatorImpl.java:160) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:130) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:106) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:237) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.lambda$process$5(SchemaManagementToolCoordinator.java:142) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at java.base/java.util.HashMap.forEach(HashMap.java:1421) ~[na:na] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:139) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryObserverForSchemaExport.sessionFactoryCreated(SessionFactoryObserverForSchemaExport.java:35) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryObserverChain.sessionFactoryCreated(SessionFactoryObserverChain.java:33) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:350) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:436) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1459) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:66) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:433) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:416) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:409) ~[spring-orm-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1864) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1813) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) ~[spring-beans-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:966) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:620) ~[spring-context-7.0.1.jar!/:7.0.1] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:454) ~[spring-boot-4.0.0.jar!/:4.0.0] at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-4.0.0.jar!/:4.0.0] at io.github.msobkow.v3_1.cfbam.cfbamjpatest.CFBamJpaTest.main(CFBamJpaTest.java:223) ~[!/:3.1] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[na:na] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:106) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[io.github.msobkow.v3_1.cfbam.cfbamjpatest-3.1-spring-boot.jar:3.1] Caused by: org.postgresql.util.PSQLException: ERROR: schema "cfbam31" already exists at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2736) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2421) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:525) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:435) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:357) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:342) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:318) ~[postgresql-42.7.8.jar!/:42.7.8] at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:313) ~[postgresql-42.7.8.jar!/:42.7.8] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:79) ~[hibernate-core-7.1.8.Final.jar!/:7.1.8.Final] ... 42 common frames omitted Hibernate: create table CFBam31.atomdef ( DbName varchar(32), Id bytea not null, constraint AtomIdIdx primary key (Id) ) Hibernate: create table CFBam31.atomdef_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, DbName varchar(32), Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint AtomIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.blbcol ( Id bytea not null, TableId bytea not null, constraint BlobColIdIdx primary key (Id) ) Hibernate: create table CFBam31.blbcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint BlobColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.blbdef ( db_max_len integer not null, Id bytea not null, InitVal bytea, constraint BlobDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.blbdef_h ( auditAction smallint not null, db_max_len integer not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal bytea, constraint BlobDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.blbtyp ( Id bytea not null, SchemaDefId bytea not null, constraint BlobTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.blbtyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint BlobTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.boolcol ( Id bytea not null, TableId bytea not null, constraint BoolColIdIdx primary key (Id) ) Hibernate: create table CFBam31.boolcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint BoolColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.booldef ( InitVal boolean, FalseString varchar(32), Id bytea not null, NullString varchar(32), TrueString varchar(32), constraint BoolDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.booldef_h ( InitVal boolean, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, FalseString varchar(32), Id bytea not null, NullString varchar(32), TrueString varchar(32), auditClusterId bytea not null, auditSessionId bytea not null, constraint BoolDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.booltyp ( Id bytea not null, SchemaDefId bytea not null, constraint BoolTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.booltyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint BoolTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.chain_def ( requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, Suffix varchar(16), short_name varchar(16), CreatedByUserId bytea not null, Id bytea not null, NextRelationId bytea not null, PrevRelationId bytea not null, TableId bytea not null, UpdatedByUserId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint ChainIdIdx primary key (Id), constraint ChainUNameIdx unique (TableId, safe_name) ) Hibernate: create table CFBam31.chain_def_h ( auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, Suffix varchar(16), short_name varchar(16), CreatedByUserId bytea not null, Id bytea not null, NextRelationId bytea not null, PrevRelationId bytea not null, TableId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint ChainIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint ChainUNameIdx_h unique (TableId, safe_name) ) Hibernate: create table CFBam31.clr_dep ( Id bytea not null, RelationId bytea not null, defschid bytea, constraint ClearDepIdIdx primary key (Id) ) Hibernate: create table CFBam31.clr_dep_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, RelationId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, constraint ClearDepIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.clr_topdep ( Id bytea not null, NextId bytea, PrevId bytea, TableId bytea not null, safe_name varchar(192) not null, constraint ClearTopDepIdIdx primary key (Id), constraint ClearTopDepUNameIdx unique (TableId, safe_name) ) Hibernate: create table CFBam31.clr_topdep_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, NextId bytea, PrevId bytea, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(192) not null, constraint ClearTopDepIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint ClearTopDepUNameIdx_h unique (TableId, safe_name) ) Hibernate: create table CFBam31.clrsubdep1 ( Id bytea not null, contclrdepid bytea not null, safe_name varchar(192) not null, constraint ClearSubDep1IdIdx primary key (Id), constraint ClearSubDep1UNameIdx unique (contclrdepid, safe_name) ) Hibernate: create table CFBam31.clrsubdep1_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contclrdepid bytea not null, safe_name varchar(192) not null, constraint ClearSubDep1IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint ClearSubDep1UNameIdx_h unique (contclrdepid, safe_name) ) Hibernate: create table CFBam31.clrsubdep2 ( Id bytea not null, contclrdep1id bytea not null, safe_name varchar(192) not null, constraint ClearSubDep2IdIdx primary key (Id), constraint ClearSubDep2UNameIdx unique (contclrdep1id, safe_name) ) Hibernate: create table CFBam31.clrsubdep2_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contclrdep1id bytea not null, safe_name varchar(192) not null, constraint ClearSubDep2IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint ClearSubDep2UNameIdx_h unique (contclrdep1id, safe_name) ) Hibernate: create table CFBam31.clrsubdep3 ( Id bytea not null, contclrdep2id bytea not null, safe_name varchar(192) not null, constraint ClearSubDep3IdIdx primary key (Id), constraint ClearSubDep3UNameIdx unique (contclrdep2id, safe_name) ) Hibernate: create table CFBam31.clrsubdep3_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contclrdep2id bytea not null, safe_name varchar(192) not null, constraint ClearSubDep3IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint ClearSubDep3UNameIdx_h unique (contclrdep2id, safe_name) ) Hibernate: create table CFBam31.dbk128col ( Id bytea not null, TableId bytea not null, constraint DbKeyHash128ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk128col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash128ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk128def ( Id bytea not null, InitVal varchar(32), constraint DbKeyHash128DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk128def_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, InitVal varchar(32), auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash128DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk128typ ( Id bytea not null, SchemaDefId bytea not null, constraint DbKeyHash128TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk128typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash128TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk160col ( Id bytea not null, TableId bytea not null, constraint DbKeyHash160ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk160col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash160ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk160def ( Id bytea not null, InitVal varchar(40), constraint DbKeyHash160DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk160def_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(40), constraint DbKeyHash160DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk160typ ( Id bytea not null, SchemaDefId bytea not null, constraint DbKeyHash160TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk160typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash160TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk224col ( Id bytea not null, TableId bytea not null, constraint DbKeyHash224ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk224col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash224ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk224def ( Id bytea not null, InitVal varchar(56), constraint DbKeyHash224DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk224def_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(56), constraint DbKeyHash224DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk224typ ( Id bytea not null, SchemaDefId bytea not null, constraint DbKeyHash224TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk224typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash224TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk256col ( Id bytea not null, TableId bytea not null, constraint DbKeyHash256ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk256col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash256ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk256def ( Id bytea not null, InitVal varchar(64), constraint DbKeyHash256DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk256def_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(64), constraint DbKeyHash256DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk256typ ( Id bytea not null, SchemaDefId bytea not null, constraint DbKeyHash256TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk256typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash256TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk384col ( Id bytea not null, TableId bytea not null, constraint DbKeyHash384ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk384col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash384ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk384def ( Id bytea not null, InitVal varchar(96), constraint DbKeyHash384DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk384def_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(96), constraint DbKeyHash384DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk384typ ( Id bytea not null, SchemaDefId bytea not null, constraint DbKeyHash384TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk384typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash384TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk512col ( Id bytea not null, TableId bytea not null, constraint DbKeyHash512ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk512col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash512ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk512def ( Id bytea not null, InitVal varchar(128), constraint DbKeyHash512DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk512def_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(128), constraint DbKeyHash512DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbk512typ ( Id bytea not null, SchemaDefId bytea not null, constraint DbKeyHash512TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbk512typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash512TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dblcol ( Id bytea not null, TableId bytea not null, constraint DoubleColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dblcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DoubleColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbldef ( InitVal float(53), MaxVal float(53), MinVal float(53), Id bytea not null, constraint DoubleDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbldef_h ( InitVal float(53), MaxVal float(53), MinVal float(53), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DoubleDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dbltyp ( Id bytea not null, SchemaDefId bytea not null, constraint DoubleTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dbltyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DoubleTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.del_dep ( Id bytea not null, RelationId bytea not null, defschid bytea, constraint DelDepIdIdx primary key (Id) ) Hibernate: create table CFBam31.del_dep_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, RelationId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, constraint DelDepIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.del_topdep ( Id bytea not null, NextId bytea, PrevId bytea, TableId bytea not null, safe_name varchar(192) not null, constraint DelTopDepIdIdx primary key (Id), constraint DelTopDepUNameIdx unique (TableId, safe_name) ) Hibernate: create table CFBam31.del_topdep_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, NextId bytea, PrevId bytea, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(192) not null, constraint DelTopDepIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint DelTopDepUNameIdx_h unique (TableId, safe_name) ) Hibernate: create table CFBam31.delsubdep1 ( Id bytea not null, contdeldepid bytea not null, safe_name varchar(192) not null, constraint DelSubDep1IdIdx primary key (Id), constraint DelSubDep1UNameIdx unique (contdeldepid, safe_name) ) Hibernate: create table CFBam31.delsubdep1_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contdeldepid bytea not null, safe_name varchar(192) not null, constraint DelSubDep1IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint DelSubDep1UNameIdx_h unique (contdeldepid, safe_name) ) Hibernate: create table CFBam31.delsubdep2 ( Id bytea not null, contdeldep1id bytea not null, safe_name varchar(192) not null, constraint DelSubDep2IdIdx primary key (Id), constraint DelSubDep2UNameIdx unique (contdeldep1id, safe_name) ) Hibernate: create table CFBam31.delsubdep2_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contdeldep1id bytea not null, safe_name varchar(192) not null, constraint DelSubDep2IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint DelSubDep2UNameIdx_h unique (contdeldep1id, safe_name) ) Hibernate: create table CFBam31.delsubdep3 ( Id bytea not null, contdeldep2id bytea not null, safe_name varchar(192) not null, constraint DelSubDep3IdIdx primary key (Id), constraint DelSubDep3UNameIdx unique (contdeldep2id, safe_name) ) Hibernate: create table CFBam31.delsubdep3_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contdeldep2id bytea not null, safe_name varchar(192) not null, constraint DelSubDep3IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint DelSubDep3UNameIdx_h unique (contdeldep2id, safe_name) ) Hibernate: create table CFBam31.dtcol ( Id bytea not null, TableId bytea not null, constraint DateColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dtcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DateColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dtdef ( Dummy varchar(4), Id bytea not null, constraint DateDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dtdef_h ( Dummy varchar(4), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DateDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dttyp ( Id bytea not null, SchemaDefId bytea not null, constraint DateTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dttyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DateTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dzcol ( Id bytea not null, TableId bytea not null, constraint TZDateColIdIdx primary key (Id) ) Hibernate: create table CFBam31.dzcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZDateColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dzdef ( Dummy varchar(4), Id bytea not null, constraint TZDateDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.dzdef_h ( Dummy varchar(4), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZDateDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.dztyp ( Id bytea not null, SchemaDefId bytea not null, constraint TZDateTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.dztyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZDateTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.enum_tag ( EnumCode smallint, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, EnumId bytea not null, Id bytea not null, NextId bytea, PrevId bytea, UpdatedByUserId bytea not null, defschid bytea, safe_name varchar(64) not null, constraint EnumTagIdIdx primary key (Id), constraint EnumTagEnumNameIdx unique (EnumId, safe_name) ) Hibernate: create table CFBam31.enum_tag_h ( EnumCode smallint, auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, EnumId bytea not null, Id bytea not null, NextId bytea, PrevId bytea, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, safe_name varchar(64) not null, constraint EnumTagIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint EnumTagEnumNameIdx_h unique (EnumId, safe_name) ) Hibernate: create table CFBam31.enumdef ( Id bytea not null, constraint EnumDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.enumdef_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint EnumDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.enumtyp ( Id bytea not null, SchemaDefId bytea not null, constraint EnumTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.enumtyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint EnumTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.fltcol ( Id bytea not null, TableId bytea not null, constraint FloatColIdIdx primary key (Id) ) Hibernate: create table CFBam31.fltcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint FloatColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.fltdef ( InitVal float4, MaxVal float4, MinVal float4, Id bytea not null, constraint FloatDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.fltdef_h ( InitVal float4, MaxVal float4, MinVal float4, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint FloatDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.flttyp ( Id bytea not null, SchemaDefId bytea not null, constraint FloatTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.flttyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint FloatTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idg16 ( BlockSize smallint not null, Slice smallint not null, Id bytea not null, constraint Id16GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idg16_h ( BlockSize smallint not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Id16GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idg32 ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint Id32GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idg32_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Id32GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idg64 ( Slice smallint not null, BlockSize bigint not null, Id bytea not null, constraint Id64GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idg64_h ( Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, BlockSize bigint not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Id64GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idgdbk128 ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint DbKeyHash128GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idgdbk128_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash128GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idgdbk160 ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint DbKeyHash160GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idgdbk160_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash160GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idgdbk224 ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint DbKeyHash224GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idgdbk224_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash224GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idgdbk256 ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint DbKeyHash256GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idgdbk256_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash256GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idgdbk384 ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint DbKeyHash384GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idgdbk384_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash384GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idgdbk512 ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint DbKeyHash512GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idgdbk512_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint DbKeyHash512GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idguuid ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint UuidGenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idguuid6 ( BlockSize integer not null, Slice smallint not null, Id bytea not null, constraint Uuid6GenIdIdx primary key (Id) ) Hibernate: create table CFBam31.idguuid6_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Uuid6GenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idguuid_h ( BlockSize integer not null, Slice smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UuidGenIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.idxcol ( IsAscending boolean not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, short_name varchar(16), ColumnId bytea not null, CreatedByUserId bytea not null, Id bytea not null, IndexId bytea not null, NextId bytea, PrevId bytea, UpdatedByUserId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint IndexColIdIdx primary key (Id), constraint IndexColUNameIdx unique (IndexId, safe_name) ) Hibernate: create table CFBam31.idxcol_h ( IsAscending boolean not null, auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, short_name varchar(16), ColumnId bytea not null, CreatedByUserId bytea not null, Id bytea not null, IndexId bytea not null, NextId bytea, PrevId bytea, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint IndexColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint IndexColUNameIdx_h unique (IndexId, safe_name) ) Hibernate: create table CFBam31.idxdef ( IsDbMapped boolean not null, IsUnique boolean not null, Suffix varchar(16), short_name varchar(16), DbName varchar(32), Id bytea not null, TableId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint IndexIdIdx primary key (Id), constraint IndexUNameIdx unique (TableId, safe_name) ) Hibernate: create table CFBam31.idxdef_h ( IsDbMapped boolean not null, IsUnique boolean not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Suffix varchar(16), short_name varchar(16), DbName varchar(32), Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint IndexIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint IndexUNameIdx_h unique (TableId, safe_name) ) Hibernate: create table CFBam31.int16col ( Id bytea not null, TableId bytea not null, constraint Int16ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.int16col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int16ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.int16def ( InitVal smallint, MaxVal smallint, MinVal smallint, Id bytea not null, constraint Int16DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.int16def_h ( InitVal smallint, MaxVal smallint, MinVal smallint, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int16DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.int16typ ( Id bytea not null, SchemaDefId bytea not null, constraint Int16TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.int16typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int16TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.int32col ( Id bytea not null, TableId bytea not null, constraint Int32ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.int32col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int32ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.int32def ( InitVal integer, MaxVal integer, MinVal integer, Id bytea not null, constraint Int32DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.int32def_h ( InitVal integer, MaxVal integer, MinVal integer, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int32DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.int32typ ( Id bytea not null, SchemaDefId bytea not null, constraint Int32TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.int32typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int32TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.int64col ( Id bytea not null, TableId bytea not null, constraint Int64ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.int64col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int64ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.int64def ( InitVal bigint, MaxVal bigint, MinVal bigint, Id bytea not null, constraint Int64DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.int64def_h ( auditAction smallint not null, requiredRevision integer not null, InitVal bigint, MaxVal bigint, MinVal bigint, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int64DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.int64typ ( Id bytea not null, SchemaDefId bytea not null, constraint Int64TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.int64typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Int64TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.nmtkncol ( Id bytea not null, TableId bytea not null, constraint NmTokenColIdIdx primary key (Id) ) Hibernate: create table CFBam31.nmtkncol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint NmTokenColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.nmtkndef ( db_max_len integer not null, Id bytea not null, InitVal varchar(64), constraint NmTokenDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.nmtkndef_h ( auditAction smallint not null, db_max_len integer not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(64), constraint NmTokenDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.nmtknscol ( Id bytea not null, TableId bytea not null, constraint NmTokensColIdIdx primary key (Id) ) Hibernate: create table CFBam31.nmtknscol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint NmTokensColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.nmtknsdef ( db_max_len integer not null, Id bytea not null, InitVal varchar(256), constraint NmTokensDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.nmtknsdef_h ( auditAction smallint not null, db_max_len integer not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(256), constraint NmTokensDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.nmtknstyp ( Id bytea not null, SchemaDefId bytea not null, constraint NmTokensTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.nmtknstyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint NmTokensTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.nmtkntyp ( Id bytea not null, SchemaDefId bytea not null, constraint NmTokenTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.nmtkntyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint NmTokenTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.numcol ( Id bytea not null, TableId bytea not null, constraint NumberColIdIdx primary key (Id) ) Hibernate: create table CFBam31.numcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint NumberColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.numdef ( Digits smallint not null, InitVal numeric(5,31), MaxVal numeric(5,31), MinVal numeric(5,31), Precis smallint not null, Id bytea not null, constraint NumberDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.numdef_h ( Digits smallint not null, InitVal numeric(5,31), MaxVal numeric(5,31), MinVal numeric(5,31), Precis smallint not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint NumberDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.numtyp ( Id bytea not null, SchemaDefId bytea not null, constraint NumberTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.numtyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint NumberTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.pop_dep ( Id bytea not null, RelationId bytea not null, defschid bytea, constraint PopDepIdIdx primary key (Id) ) Hibernate: create table CFBam31.pop_dep_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, RelationId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, constraint PopDepIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.pop_topdep ( ContRelationId bytea not null, Id bytea not null, safe_name varchar(192) not null, constraint PopTopDepIdIdx primary key (Id), constraint PopTopDepUNameIdx unique (ContRelationId, safe_name) ) Hibernate: create table CFBam31.pop_topdep_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, ContRelationId bytea not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(192) not null, constraint PopTopDepIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint PopTopDepUNameIdx_h unique (ContRelationId, safe_name) ) Hibernate: create table CFBam31.popsubdep1 ( Id bytea not null, contpopdepid bytea not null, safe_name varchar(192) not null, constraint PopSubDep1IdIdx primary key (Id), constraint PopSubDep1UNameIdx unique (contpopdepid, safe_name) ) Hibernate: create table CFBam31.popsubdep1_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contpopdepid bytea not null, safe_name varchar(192) not null, constraint PopSubDep1IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint PopSubDep1UNameIdx_h unique (contpopdepid, safe_name) ) Hibernate: create table CFBam31.popsubdep2 ( Id bytea not null, contpopdep1id bytea not null, safe_name varchar(192) not null, constraint PopSubDep2IdIdx primary key (Id), constraint PopSubDep2UNameIdx unique (contpopdep1id, safe_name) ) Hibernate: create table CFBam31.popsubdep2_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contpopdep1id bytea not null, safe_name varchar(192) not null, constraint PopSubDep2IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint PopSubDep2UNameIdx_h unique (contpopdep1id, safe_name) ) Hibernate: create table CFBam31.popsubdep3 ( Id bytea not null, contpopdep2id bytea not null, safe_name varchar(192) not null, constraint PopSubDep3IdIdx primary key (Id), constraint PopSubDep3UNameIdx unique (contpopdep2id, safe_name) ) Hibernate: create table CFBam31.popsubdep3_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, contpopdep2id bytea not null, safe_name varchar(192) not null, constraint PopSubDep3IdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint PopSubDep3UNameIdx_h unique (contpopdep2id, safe_name) ) Hibernate: create table CFBam31.relcol ( requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, short_name varchar(16), CreatedByUserId bytea not null, FromColId bytea not null, Id bytea not null, NextId bytea, PrevId bytea, RelationId bytea not null, ToColId bytea not null, UpdatedByUserId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint RelationColIdIdx primary key (Id), constraint RelationColUNameIdx unique (RelationId, safe_name) ) Hibernate: create table CFBam31.relcol_h ( auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, short_name varchar(16), CreatedByUserId bytea not null, FromColId bytea not null, Id bytea not null, NextId bytea, PrevId bytea, RelationId bytea not null, ToColId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint RelationColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint RelationColUNameIdx_h unique (RelationId, safe_name) ) Hibernate: create table CFBam31.reldef ( AllowAddendum boolean not null, IsLateResolver boolean not null, IsRequired boolean not null, IsXsdContainer boolean not null, RelationType smallint not null check ((RelationType between 0 and 7)), Suffix varchar(16), short_name varchar(16), DbName varchar(32), FromIndexId bytea not null, Id bytea not null, NarrowedId bytea, TableId bytea not null, ToIndexId bytea not null, ToTableId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint RelationIdIdx primary key (Id), constraint RelationUNameIdx unique (TableId, safe_name) ) Hibernate: create table CFBam31.reldef_h ( AllowAddendum boolean not null, IsLateResolver boolean not null, IsRequired boolean not null, IsXsdContainer boolean not null, RelationType smallint not null check ((RelationType between 0 and 7)), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Suffix varchar(16), short_name varchar(16), DbName varchar(32), FromIndexId bytea not null, Id bytea not null, NarrowedId bytea, TableId bytea not null, ToIndexId bytea not null, ToTableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint RelationIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint RelationUNameIdx_h unique (TableId, safe_name) ) Hibernate: create table CFBam31.schema_ref ( Id bytea not null, NextId bytea, PrevId bytea, RefSchId bytea, SchemaId bytea not null, safe_name varchar(192) not null, IncludeRoot varchar(1024) not null, RefModelName varchar(1024) not null, constraint SchemaRefIdIdx primary key (Id), constraint SchemaRefUNameIdx unique (SchemaId, safe_name) ) Hibernate: create table CFBam31.schema_ref_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, NextId bytea, PrevId bytea, RefSchId bytea, SchemaId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, safe_name varchar(192) not null, IncludeRoot varchar(1024) not null, RefModelName varchar(1024) not null, constraint SchemaRefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint SchemaRefUNameIdx_h unique (SchemaId, safe_name) ) Hibernate: create table CFBam31.schemadef ( CopyPerd varchar(10) not null, DbName varchar(12), short_name varchar(16), CTenantId bytea not null, Id bytea not null, MinorVersionId bytea not null, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, CopyHold varchar(511) not null, AuthEMail varchar(512) not null, PubURI varchar(512) not null, descr varchar(1023), ProjURL varchar(1024) not null, constraint SchemaDefIdIdx primary key (Id), constraint SchemaDefUNameIdx unique (MinorVersionId, safe_name), constraint SchemaPublishURIIdx unique (CTenantId, PubURI) ) Hibernate: create table CFBam31.schemadef_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, CopyPerd varchar(10) not null, DbName varchar(12), short_name varchar(16), CTenantId bytea not null, Id bytea not null, MinorVersionId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, CopyHold varchar(511) not null, AuthEMail varchar(512) not null, PubURI varchar(512) not null, descr varchar(1023), ProjURL varchar(1024) not null, constraint SchemaDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint SchemaDefUNameIdx_h unique (MinorVersionId, safe_name), constraint SchemaPublishURIIdx_h unique (CTenantId, PubURI) ) Hibernate: create table CFBam31.scopedef ( class_code integer not null check ((class_code in (43009,43025,43026,43027,43028,43032,43033,43034,43035,43057,43058,43059,43060,43063,43014,43015,43024,43031,43041,43056,43061,43010,43012,43013,43016))), requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, UpdatedByUserId bytea not null, constraint ScopeIdIdx primary key (Id) ) Hibernate: create table CFBam31.scopedef_h ( auditAction smallint not null, class_code integer not null check ((class_code in (43009,43025,43026,43027,43028,43032,43033,43034,43035,43057,43058,43059,43060,43063,43014,43015,43024,43031,43041,43056,43061,43010,43012,43013,43016))), requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, TenantId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint ScopeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.srvlfunc ( Id bytea not null, rettblid bytea, constraint ServerListFuncIdIdx primary key (Id) ) Hibernate: create table CFBam31.srvlfunc_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, rettblid bytea, constraint ServerListFuncIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.srvmeth ( inst_meth boolean not null, srv_only boolean not null, Suffix varchar(16), short_name varchar(16), Id bytea not null, TableId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), cppmeth_body varchar(2000000) not null, csmeth_body varchar(2000000) not null, jmeth_body varchar(2000000) not null, constraint ServerMethodIdIdx primary key (Id), constraint ServerMethodUNameIdx unique (TableId, safe_name) ) Hibernate: create table CFBam31.srvmeth_h ( auditAction smallint not null, inst_meth boolean not null, requiredRevision integer not null, srv_only boolean not null, auditStamp timestamp(6) not null, Suffix varchar(16), short_name varchar(16), Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), cppmeth_body varchar(2000000) not null, csmeth_body varchar(2000000) not null, jmeth_body varchar(2000000) not null, constraint ServerMethodIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint ServerMethodUNameIdx_h unique (TableId, safe_name) ) Hibernate: create table CFBam31.srvofunc ( Id bytea not null, rettblid bytea, constraint ServerObjFuncIdIdx primary key (Id) ) Hibernate: create table CFBam31.srvofunc_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, rettblid bytea, constraint ServerObjFuncIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.srvprc ( dmy varchar(16), Id bytea not null, constraint ServerProcIdIdx primary key (Id) ) Hibernate: create table CFBam31.srvprc_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, dmy varchar(16), Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint ServerProcIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.srvprm ( IsNullable boolean not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, NextId bytea, PrevId bytea, TpId bytea not null, UpdatedByUserId bytea not null, defschid bytea, srvmeth_id bytea not null, short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint ParamIdIdx primary key (Id), constraint ParamUNameIdx unique (srvmeth_id, safe_name) ) Hibernate: create table CFBam31.srvprm_h ( IsNullable boolean not null, auditAction smallint not null, requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, CreatedByUserId bytea not null, Id bytea not null, NextId bytea, PrevId bytea, TpId bytea, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, srvmeth_id bytea not null, short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), constraint ParamIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint ParamUNameIdx_h unique (srvmeth_id, safe_name) ) Hibernate: create table CFBam31.strcol ( Id bytea not null, TableId bytea not null, constraint StringColIdIdx primary key (Id) ) Hibernate: create table CFBam31.strcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint StringColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.strdef ( db_max_len integer not null, is_polymorph boolean not null, Id bytea not null, InitVal varchar(500), constraint StringDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.strdef_h ( auditAction smallint not null, db_max_len integer not null, is_polymorph boolean not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(500), constraint StringDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.strtyp ( Id bytea not null, SchemaDefId bytea not null, constraint StringTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.strtyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint StringTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tblcol ( DataId bytea not null, DbName varchar(32), Id bytea not null, TableId bytea not null, xml_elt_name varchar(192), constraint TableColIdIdx primary key (Id) ) Hibernate: create table CFBam31.tblcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, DataId bytea, DbName varchar(32), Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, xml_elt_name varchar(192), constraint TableColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tbldef ( HasAuditColumns boolean not null, HasHistory boolean not null, IsInstantiable boolean not null, IsMutable boolean not null, IsServerOnly boolean not null, LoadBehavId smallint not null check ((LoadBehavId between 0 and 2)), PageData boolean not null, SecScopeId smallint not null check ((SecScopeId between 0 and 3)), TblClsCd varchar(4) not null, short_name varchar(16), AltIdxId bytea, DbName varchar(32), Id bytea not null, LookIdxId bytea, PrimIdxId bytea, QualTblId bytea, SchemaDefId bytea not null, defschid bytea, short_descr varchar(50), Label varchar(64), descr varchar(100), safe_name varchar(192) not null, constraint TableIdIdx primary key (Id), constraint TableUNameIdx unique (SchemaDefId, safe_name), constraint TableSchemaCodeIdx unique (SchemaDefId, TblClsCd) ) Hibernate: create table CFBam31.tbldef_h ( HasAuditColumns boolean not null, HasHistory boolean not null, IsInstantiable boolean not null, IsMutable boolean not null, IsServerOnly boolean not null, LoadBehavId smallint not null check ((LoadBehavId between 0 and 2)), PageData boolean not null, SecScopeId smallint not null check ((SecScopeId between 0 and 3)), TblClsCd varchar(4) not null, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, short_name varchar(16), AltIdxId bytea, DbName varchar(32), Id bytea not null, LookIdxId bytea, PrimIdxId bytea, QualTblId bytea, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, short_descr varchar(50), Label varchar(64), descr varchar(100), safe_name varchar(192) not null, constraint TableIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint TableUNameIdx_h unique (SchemaDefId, safe_name), constraint TableSchemaCodeIdx_h unique (SchemaDefId, TblClsCd) ) Hibernate: create table CFBam31.tkncol ( Id bytea not null, TableId bytea not null, constraint TokenColIdIdx primary key (Id) ) Hibernate: create table CFBam31.tkncol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TokenColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tkndef ( db_max_len integer not null, Id bytea not null, InitVal varchar(64), constraint TokenDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.tkndef_h ( auditAction smallint not null, db_max_len integer not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(64), constraint TokenDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tkntyp ( Id bytea not null, SchemaDefId bytea not null, constraint TokenTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.tkntyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TokenTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tmcol ( Id bytea not null, TableId bytea not null, constraint TimeColIdIdx primary key (Id) ) Hibernate: create table CFBam31.tmcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TimeColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tmdef ( Dummy varchar(4), Id bytea not null, constraint TimeDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.tmdef_h ( Dummy varchar(4), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TimeDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tmtyp ( Id bytea not null, SchemaDefId bytea not null, constraint TimeTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.tmtyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TimeTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tmzcol ( Id bytea not null, TableId bytea not null, constraint TZTimeColIdIdx primary key (Id) ) Hibernate: create table CFBam31.tmzcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZTimeColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tmzdef ( Dummy varchar(4), Id bytea not null, constraint TZTimeDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.tmzdef_h ( Dummy varchar(4), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZTimeDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tmztyp ( Id bytea not null, SchemaDefId bytea not null, constraint TZTimeTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.tmztyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZTimeTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tscol ( Id bytea not null, TableId bytea not null, constraint TimestampColIdIdx primary key (Id) ) Hibernate: create table CFBam31.tscol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TimestampColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tsdef ( Dummy varchar(4), Id bytea not null, constraint TimestampDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.tsdef_h ( Dummy varchar(4), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TimestampDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.tstyp ( Id bytea not null, SchemaDefId bytea not null, constraint TimestampTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.tstyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TimestampTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.txtcol ( Id bytea not null, TableId bytea not null, constraint TextColIdIdx primary key (Id) ) Hibernate: create table CFBam31.txtcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TextColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.txtdef ( db_max_len integer not null, Id bytea not null, xml_elt_name varchar(192), InitVal varchar(65535), constraint TextDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.txtdef_h ( auditAction smallint not null, db_max_len integer not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, xml_elt_name varchar(192), InitVal varchar(65535), constraint TextDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.txttyp ( Id bytea not null, SchemaDefId bytea not null, constraint TextTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.txttyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TextTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.u16def ( InitVal integer, MaxVal integer, MinVal integer, Id bytea not null, constraint UInt16DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.u16def_h ( InitVal integer, MaxVal integer, MinVal integer, auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt16DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.u32def ( InitVal bigint, MaxVal bigint, MinVal bigint, Id bytea not null, constraint UInt32DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.u32def_h ( auditAction smallint not null, requiredRevision integer not null, InitVal bigint, MaxVal bigint, MinVal bigint, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt32DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.u64def ( InitVal numeric(38,2), MaxVal numeric(38,2), MinVal numeric(38,2), Id bytea not null, constraint UInt64DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.u64def_h ( InitVal numeric(38,2), MaxVal numeric(38,2), MinVal numeric(38,2), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt64DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uint16col ( Id bytea not null, TableId bytea not null, constraint UInt16ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.uint16col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt16ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uint16typ ( Id bytea not null, SchemaDefId bytea not null, constraint UInt16TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.uint16typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt16TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uint32col ( Id bytea not null, TableId bytea not null, constraint UInt32ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.uint32col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt32ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uint32typ ( Id bytea not null, SchemaDefId bytea not null, constraint UInt32TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.uint32typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt32TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uint64col ( Id bytea not null, TableId bytea not null, constraint UInt64ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.uint64col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt64ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uint64typ ( Id bytea not null, SchemaDefId bytea not null, constraint UInt64TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.uint64typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UInt64TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uuid6col ( Id bytea not null, TableId bytea not null, constraint Uuid6ColIdIdx primary key (Id) ) Hibernate: create table CFBam31.uuid6col_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Uuid6ColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uuid6def ( Id bytea not null, InitVal varchar(62), constraint Uuid6DefIdIdx primary key (Id) ) Hibernate: create table CFBam31.uuid6def_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, InitVal varchar(62), constraint Uuid6DefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uuid6typ ( Id bytea not null, SchemaDefId bytea not null, constraint Uuid6TypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.uuid6typ_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint Uuid6TypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uuidcol ( Id bytea not null, TableId bytea not null, constraint UuidColIdIdx primary key (Id) ) Hibernate: create table CFBam31.uuidcol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UuidColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uuiddef ( InitVal uuid, Id bytea not null, constraint UuidDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.uuiddef_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, InitVal uuid, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UuidDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.uuidtyp ( Id bytea not null, SchemaDefId bytea not null, constraint UuidTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.uuidtyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint UuidTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.valdef ( GenerateId boolean, ImplementsPolymorph boolean not null, IsNullable boolean not null, class_code integer not null check ((class_code in (43017,43115,43020,43116,43022,43117,43030,43067,43064,43066,43071,43068,43070,43075,43072,43074,43079,43076,43078,43083,43080,43082,43087,43084,43086,43118,43037,43120,43122,43119,43044,43125,43121,43040,43123,43046,43126,43124,43048,43127,43128,43050,43129,43052,43130,43054,43131,43089,43132,43091,43133,43093,43134,43095,43135,43098,43136,43100,43137,43102,43138,43104,43139,43106,43140,43108,43141,43110,43145,43143,43114,43144,43142,43113,43019,43021,43029,43065,43069,43073,43077,43081,43085,43036,43043,43039,43045,43047,43049,43051,43053,43088,43090,43092,43094,43097,43099,43101,43103,43105,43107,43109,43112,43111,43018,43096))), requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, short_name varchar(16), CreatedByUserId bytea not null, Id bytea not null, NextId bytea, PrevId bytea, ScopeId bytea not null, UpdatedByUserId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), dflt_xml_val varchar(1023), constraint ValueIdIdx primary key (Id), constraint ValueUNameIdx unique (ScopeId, safe_name) ) Hibernate: create table CFBam31.valdef_h ( GenerateId boolean, ImplementsPolymorph boolean not null, IsNullable boolean not null, auditAction smallint not null, class_code integer not null check ((class_code in (43017,43115,43020,43116,43022,43117,43030,43067,43064,43066,43071,43068,43070,43075,43072,43074,43079,43076,43078,43083,43080,43082,43087,43084,43086,43118,43037,43120,43122,43119,43044,43125,43121,43040,43123,43046,43126,43124,43048,43127,43128,43050,43129,43052,43130,43054,43131,43089,43132,43091,43133,43093,43134,43095,43135,43098,43136,43100,43137,43102,43138,43104,43139,43106,43140,43108,43141,43110,43145,43143,43114,43144,43142,43113,43019,43021,43029,43065,43069,43073,43077,43081,43085,43036,43043,43039,43045,43047,43049,43051,43053,43088,43090,43092,43094,43097,43099,43101,43103,43105,43107,43109,43112,43111,43018,43096))), requiredRevision integer not null, CreatedAt timestamp(6) not null, UpdatedAt timestamp(6) not null, auditStamp timestamp(6) not null, short_name varchar(16), CreatedByUserId bytea not null, Id bytea not null, NextId bytea, PrevId bytea, ScopeId bytea not null, UpdatedByUserId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, defschid bytea, Label varchar(64), short_descr varchar(128), safe_name varchar(192) not null, descr varchar(1023), dflt_xml_val varchar(1023), constraint ValueIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id), constraint ValueUNameIdx_h unique (ScopeId, safe_name) ) Hibernate: create table CFBam31.zscol ( Id bytea not null, TableId bytea not null, constraint TZTimestampColIdIdx primary key (Id) ) Hibernate: create table CFBam31.zscol_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, TableId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZTimestampColIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.zsdef ( Dummy varchar(4), Id bytea not null, constraint TZTimestampDefIdIdx primary key (Id) ) Hibernate: create table CFBam31.zsdef_h ( Dummy varchar(4), auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZTimestampDefIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create table CFBam31.zstyp ( Id bytea not null, SchemaDefId bytea not null, constraint TZTimestampTypeIdIdx primary key (Id) ) Hibernate: create table CFBam31.zstyp_h ( auditAction smallint not null, requiredRevision integer not null, auditStamp timestamp(6) not null, Id bytea not null, SchemaDefId bytea not null, auditClusterId bytea not null, auditSessionId bytea not null, constraint TZTimestampTypeIdIdx_h primary key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) ) Hibernate: create index BlobColTableIdx on CFBam31.blbcol (TableId) Hibernate: create index BlobColTableIdx_h on CFBam31.blbcol_h (TableId) Hibernate: create index BlobTypeSchemaDefIdx on CFBam31.blbtyp (SchemaDefId) Hibernate: create index BlobTypeSchemaDefIdx_h on CFBam31.blbtyp_h (SchemaDefId) Hibernate: create index BoolColTableIdx on CFBam31.boolcol (TableId) Hibernate: create index BoolColTableIdx_h on CFBam31.boolcol_h (TableId) Hibernate: create index BoolTypeSchemaDefIdx on CFBam31.booltyp (SchemaDefId) Hibernate: create index BoolTypeSchemaDefIdx_h on CFBam31.booltyp_h (SchemaDefId) Hibernate: create index ChainTableIdx on CFBam31.chain_def (TableId) Hibernate: create index ChainDefSchemaDefIdx on CFBam31.chain_def (defschid) Hibernate: create index ChainPrevRelIdx on CFBam31.chain_def (PrevRelationId) Hibernate: create index ChainNextRelIdx on CFBam31.chain_def (NextRelationId) Hibernate: create index ChainTableIdx_h on CFBam31.chain_def_h (TableId) Hibernate: create index ChainDefSchemaDefIdx_h on CFBam31.chain_def_h (defschid) Hibernate: create index ChainPrevRelIdx_h on CFBam31.chain_def_h (PrevRelationId) Hibernate: create index ChainNextRelIdx_h on CFBam31.chain_def_h (NextRelationId) Hibernate: create index ClearDepRelationIdx on CFBam31.clr_dep (RelationId) Hibernate: create index ClearDepDefSchemaDefIdx on CFBam31.clr_dep (defschid) Hibernate: create index ClearDepRelationIdx_h on CFBam31.clr_dep_h (RelationId) Hibernate: create index ClearDepDefSchemaDefIdx_h on CFBam31.clr_dep_h (defschid) Hibernate: create index ClearTopDepTableIdx on CFBam31.clr_topdep (TableId) Hibernate: create index ClearTopDepPrevIdx on CFBam31.clr_topdep (PrevId) Hibernate: create index ClearTopDepNextIdx on CFBam31.clr_topdep (NextId) Hibernate: create index ClearTopDepTableIdx_h on CFBam31.clr_topdep_h (TableId) Hibernate: create index ClearTopDepPrevIdx_h on CFBam31.clr_topdep_h (PrevId) Hibernate: create index ClearTopDepNextIdx_h on CFBam31.clr_topdep_h (NextId) Hibernate: create index ClearSubDep1ClearTopDepIdx on CFBam31.clrsubdep1 (contclrdepid) Hibernate: create index ClearSubDep1ClearTopDepIdx_h on CFBam31.clrsubdep1_h (contclrdepid) Hibernate: create index ClearSubDep2ClearSubDep1Idx on CFBam31.clrsubdep2 (contclrdep1id) Hibernate: create index ClearSubDep2ClearSubDep1Idx_h on CFBam31.clrsubdep2_h (contclrdep1id) Hibernate: create index ClearSubDep3ClearSubDep2Idx on CFBam31.clrsubdep3 (contclrdep2id) Hibernate: create index ClearSubDep3ClearSubDep2Idx_h on CFBam31.clrsubdep3_h (contclrdep2id) Hibernate: create index DbKeyHash128ColTableIdx on CFBam31.dbk128col (TableId) Hibernate: create index DbKeyHash128ColTableIdx_h on CFBam31.dbk128col_h (TableId) Hibernate: create index DbKeyHash128TypeSchemaDefIdx on CFBam31.dbk128typ (SchemaDefId) Hibernate: create index DbKeyHash128TypeSchemaDefIdx_h on CFBam31.dbk128typ_h (SchemaDefId) Hibernate: create index DbKeyHash160ColTableIdx on CFBam31.dbk160col (TableId) Hibernate: create index DbKeyHash160ColTableIdx_h on CFBam31.dbk160col_h (TableId) Hibernate: create index DbKeyHash160TypeSchemaDefIdx on CFBam31.dbk160typ (SchemaDefId) Hibernate: create index DbKeyHash160TypeSchemaDefIdx_h on CFBam31.dbk160typ_h (SchemaDefId) Hibernate: create index DbKeyHash224ColTableIdx on CFBam31.dbk224col (TableId) Hibernate: create index DbKeyHash224ColTableIdx_h on CFBam31.dbk224col_h (TableId) Hibernate: create index DbKeyHash224TypeSchemaDefIdx on CFBam31.dbk224typ (SchemaDefId) Hibernate: create index DbKeyHash224TypeSchemaDefIdx_h on CFBam31.dbk224typ_h (SchemaDefId) Hibernate: create index DbKeyHash256ColTableIdx on CFBam31.dbk256col (TableId) Hibernate: create index DbKeyHash256ColTableIdx_h on CFBam31.dbk256col_h (TableId) Hibernate: create index DbKeyHash256TypeSchemaDefIdx on CFBam31.dbk256typ (SchemaDefId) Hibernate: create index DbKeyHash256TypeSchemaDefIdx_h on CFBam31.dbk256typ_h (SchemaDefId) Hibernate: create index DbKeyHash384ColTableIdx on CFBam31.dbk384col (TableId) Hibernate: create index DbKeyHash384ColTableIdx_h on CFBam31.dbk384col_h (TableId) Hibernate: create index DbKeyHash384TypeSchemaDefIdx on CFBam31.dbk384typ (SchemaDefId) Hibernate: create index DbKeyHash384TypeSchemaDefIdx_h on CFBam31.dbk384typ_h (SchemaDefId) Hibernate: create index DbKeyHash512ColTableIdx on CFBam31.dbk512col (TableId) Hibernate: create index DbKeyHash512ColTableIdx_h on CFBam31.dbk512col_h (TableId) Hibernate: create index DbKeyHash512TypeSchemaDefIdx on CFBam31.dbk512typ (SchemaDefId) Hibernate: create index DbKeyHash512TypeSchemaDefIdx_h on CFBam31.dbk512typ_h (SchemaDefId) Hibernate: create index DoubleColTableIdx on CFBam31.dblcol (TableId) Hibernate: create index DoubleColTableIdx_h on CFBam31.dblcol_h (TableId) Hibernate: create index DoubleTypeSchemaDefIdx on CFBam31.dbltyp (SchemaDefId) Hibernate: create index DoubleTypeSchemaDefIdx_h on CFBam31.dbltyp_h (SchemaDefId) Hibernate: create index DelDepDefSchemaDefIdx on CFBam31.del_dep (defschid) Hibernate: create index DelDepRelationIdx on CFBam31.del_dep (RelationId) Hibernate: create index DelDepDefSchemaDefIdx_h on CFBam31.del_dep_h (defschid) Hibernate: create index DelDepRelationIdx_h on CFBam31.del_dep_h (RelationId) Hibernate: create index DelTopDepTableIdx on CFBam31.del_topdep (TableId) Hibernate: create index DelTopDepPrevIdx on CFBam31.del_topdep (PrevId) Hibernate: create index DelTopDepNextIdx on CFBam31.del_topdep (NextId) Hibernate: create index DelTopDepTableIdx_h on CFBam31.del_topdep_h (TableId) Hibernate: create index DelTopDepPrevIdx_h on CFBam31.del_topdep_h (PrevId) Hibernate: create index DelTopDepNextIdx_h on CFBam31.del_topdep_h (NextId) Hibernate: create index DelSubDep1DelTopDepIdx on CFBam31.delsubdep1 (contdeldepid) Hibernate: create index DelSubDep1DelTopDepIdx_h on CFBam31.delsubdep1_h (contdeldepid) Hibernate: create index DelSubDep2DelSubDep1Idx on CFBam31.delsubdep2 (contdeldep1id) Hibernate: create index DelSubDep2DelSubDep1Idx_h on CFBam31.delsubdep2_h (contdeldep1id) Hibernate: create index DelSubDep3DelSubDep2Idx on CFBam31.delsubdep3 (contdeldep2id) Hibernate: create index DelSubDep3DelSubDep2Idx_h on CFBam31.delsubdep3_h (contdeldep2id) Hibernate: create index DateColTableIdx on CFBam31.dtcol (TableId) Hibernate: create index DateColTableIdx_h on CFBam31.dtcol_h (TableId) Hibernate: create index DateTypeSchemaDefIdx on CFBam31.dttyp (SchemaDefId) Hibernate: create index DateTypeSchemaDefIdx_h on CFBam31.dttyp_h (SchemaDefId) Hibernate: create index TZDateColTableIdx on CFBam31.dzcol (TableId) Hibernate: create index TZDateColTableIdx_h on CFBam31.dzcol_h (TableId) Hibernate: create index TZDateTypeSchemaDefIdx on CFBam31.dztyp (SchemaDefId) Hibernate: create index TZDateTypeSchemaDefIdx_h on CFBam31.dztyp_h (SchemaDefId) Hibernate: create index EnumTagEnumIdx on CFBam31.enum_tag (EnumId) Hibernate: create index EnumTagDefSchemaDefIdx on CFBam31.enum_tag (defschid) Hibernate: create index EnumTagPrevIdx on CFBam31.enum_tag (PrevId) Hibernate: create index EnumTagNextIdx on CFBam31.enum_tag (NextId) Hibernate: create index EnumTagEnumIdx_h on CFBam31.enum_tag_h (EnumId) Hibernate: create index EnumTagDefSchemaDefIdx_h on CFBam31.enum_tag_h (defschid) Hibernate: create index EnumTagPrevIdx_h on CFBam31.enum_tag_h (PrevId) Hibernate: create index EnumTagNextIdx_h on CFBam31.enum_tag_h (NextId) Hibernate: create index EnumTypeSchemaDefIdx on CFBam31.enumtyp (SchemaDefId) Hibernate: create index EnumTypeSchemaDefIdx_h on CFBam31.enumtyp_h (SchemaDefId) Hibernate: create index FloatColTableIdx on CFBam31.fltcol (TableId) Hibernate: create index FloatColTableIdx_h on CFBam31.fltcol_h (TableId) Hibernate: create index FloatTypeSchemaDefIdx on CFBam31.flttyp (SchemaDefId) Hibernate: create index FloatTypeSchemaDefIdx_h on CFBam31.flttyp_h (SchemaDefId) Hibernate: create index IndexColIndexIdx on CFBam31.idxcol (IndexId) Hibernate: create index IndexColDefSchemaDefIdx on CFBam31.idxcol (defschid) Hibernate: create index IndexColColumnIdx on CFBam31.idxcol (ColumnId) Hibernate: create index IndexColPrevIdx on CFBam31.idxcol (PrevId) Hibernate: create index IndexColNextIdx on CFBam31.idxcol (NextId) Hibernate: create index IndexColIndexPrevIdx on CFBam31.idxcol (IndexId, PrevId) Hibernate: create index IndexColIndexNextIdx on CFBam31.idxcol (IndexId, NextId) Hibernate: create index IndexColIndexIdx_h on CFBam31.idxcol_h (IndexId) Hibernate: create index IndexColDefSchemaDefIdx_h on CFBam31.idxcol_h (defschid) Hibernate: create index IndexColColumnIdx_h on CFBam31.idxcol_h (ColumnId) Hibernate: create index IndexColPrevIdx_h on CFBam31.idxcol_h (PrevId) Hibernate: create index IndexColNextIdx_h on CFBam31.idxcol_h (NextId) Hibernate: create index IndexColIndexPrevIdx_h on CFBam31.idxcol_h (IndexId, PrevId) Hibernate: create index IndexColIndexNextIdx_h on CFBam31.idxcol_h (IndexId, NextId) Hibernate: create index IndexTableIdx on CFBam31.idxdef (TableId) Hibernate: create index IndexDefSchemaDefIdx on CFBam31.idxdef (defschid) Hibernate: create index IndexTableIdx_h on CFBam31.idxdef_h (TableId) Hibernate: create index IndexDefSchemaDefIdx_h on CFBam31.idxdef_h (defschid) Hibernate: create index Int16ColTableIdx on CFBam31.int16col (TableId) Hibernate: create index Int16ColTableIdx_h on CFBam31.int16col_h (TableId) Hibernate: create index Int16TypeSchemaDefIdx on CFBam31.int16typ (SchemaDefId) Hibernate: create index Int16TypeSchemaDefIdx_h on CFBam31.int16typ_h (SchemaDefId) Hibernate: create index Int32ColTableIdx on CFBam31.int32col (TableId) Hibernate: create index Int32ColTableIdx_h on CFBam31.int32col_h (TableId) Hibernate: create index Int32TypeSchemaDefIdx on CFBam31.int32typ (SchemaDefId) Hibernate: create index Int32TypeSchemaDefIdx_h on CFBam31.int32typ_h (SchemaDefId) Hibernate: create index Int64ColTableIdx on CFBam31.int64col (TableId) Hibernate: create index Int64ColTableIdx_h on CFBam31.int64col_h (TableId) Hibernate: create index Int64TypeSchemaDefIdx on CFBam31.int64typ (SchemaDefId) Hibernate: create index Int64TypeSchemaDefIdx_h on CFBam31.int64typ_h (SchemaDefId) Hibernate: create index NmTokenColTableIdx on CFBam31.nmtkncol (TableId) Hibernate: create index NmTokenColTableIdx_h on CFBam31.nmtkncol_h (TableId) Hibernate: create index NmTokensColTableIdx on CFBam31.nmtknscol (TableId) Hibernate: create index NmTokensColTableIdx_h on CFBam31.nmtknscol_h (TableId) Hibernate: create index NmTokensTypeSchemaDefIdx on CFBam31.nmtknstyp (SchemaDefId) Hibernate: create index NmTokensTypeSchemaDefIdx_h on CFBam31.nmtknstyp_h (SchemaDefId) Hibernate: create index NmTokenTypeSchemaDefIdx on CFBam31.nmtkntyp (SchemaDefId) Hibernate: create index NmTokenTypeSchemaDefIdx_h on CFBam31.nmtkntyp_h (SchemaDefId) Hibernate: create index NumberColTableIdx on CFBam31.numcol (TableId) Hibernate: create index NumberColTableIdx_h on CFBam31.numcol_h (TableId) Hibernate: create index NumberTypeSchemaDefIdx on CFBam31.numtyp (SchemaDefId) Hibernate: create index NumberTypeSchemaDefIdx_h on CFBam31.numtyp_h (SchemaDefId) Hibernate: create index PopDepRelationIdx on CFBam31.pop_dep (RelationId) Hibernate: create index PopDepDefSchemaDefIdx on CFBam31.pop_dep (defschid) Hibernate: create index PopDepRelationIdx_h on CFBam31.pop_dep_h (RelationId) Hibernate: create index PopDepDefSchemaDefIdx_h on CFBam31.pop_dep_h (defschid) Hibernate: create index PopTopDepContRelationIdx on CFBam31.pop_topdep (ContRelationId) Hibernate: create index PopTopDepContRelationIdx_h on CFBam31.pop_topdep_h (ContRelationId) Hibernate: create index PopSubDep1PopTopDepIdx on CFBam31.popsubdep1 (contpopdepid) Hibernate: create index PopSubDep1PopTopDepIdx_h on CFBam31.popsubdep1_h (contpopdepid) Hibernate: create index PopSubDep2PopSubDep1Idx on CFBam31.popsubdep2 (contpopdep1id) Hibernate: create index PopSubDep2PopSubDep1Idx_h on CFBam31.popsubdep2_h (contpopdep1id) Hibernate: create index PopSubDep3PopSubDep2Idx on CFBam31.popsubdep3 (contpopdep2id) Hibernate: create index PopSubDep3PopSubDep2Idx_h on CFBam31.popsubdep3_h (contpopdep2id) Hibernate: create index RelationColRelationIdx on CFBam31.relcol (RelationId) Hibernate: create index RelationColDefSchemaDefIdx on CFBam31.relcol (defschid) Hibernate: create index RelationColFromColIdx on CFBam31.relcol (FromColId) Hibernate: create index RelationColToColIdx on CFBam31.relcol (ToColId) Hibernate: create index RelationColPrevIdx on CFBam31.relcol (PrevId) Hibernate: create index RelationColNextIdx on CFBam31.relcol (NextId) Hibernate: create index RelationColRelationPrevIdx on CFBam31.relcol (RelationId, PrevId) Hibernate: create index RelationColRelationNextIdx on CFBam31.relcol (RelationId, NextId) Hibernate: create index RelationColRelationIdx_h on CFBam31.relcol_h (RelationId) Hibernate: create index RelationColDefSchemaDefIdx_h on CFBam31.relcol_h (defschid) Hibernate: create index RelationColFromColIdx_h on CFBam31.relcol_h (FromColId) Hibernate: create index RelationColToColIdx_h on CFBam31.relcol_h (ToColId) Hibernate: create index RelationColPrevIdx_h on CFBam31.relcol_h (PrevId) Hibernate: create index RelationColNextIdx_h on CFBam31.relcol_h (NextId) Hibernate: create index RelationColRelationPrevIdx_h on CFBam31.relcol_h (RelationId, PrevId) Hibernate: create index RelationColRelationNextIdx_h on CFBam31.relcol_h (RelationId, NextId) Hibernate: create index RelationTableIdx on CFBam31.reldef (TableId) Hibernate: create index RelationDefSchemaDefIdx on CFBam31.reldef (defschid) Hibernate: create index RelationFromKeyIdx on CFBam31.reldef (FromIndexId) Hibernate: create index RelationToTblIdx on CFBam31.reldef (ToTableId) Hibernate: create index RelationToKeyIdx on CFBam31.reldef (ToIndexId) Hibernate: create index RelationNarrowedIdx on CFBam31.reldef (NarrowedId) Hibernate: create index RelationTableIdx_h on CFBam31.reldef_h (TableId) Hibernate: create index RelationDefSchemaDefIdx_h on CFBam31.reldef_h (defschid) Hibernate: create index RelationFromKeyIdx_h on CFBam31.reldef_h (FromIndexId) Hibernate: create index RelationToTblIdx_h on CFBam31.reldef_h (ToTableId) Hibernate: create index RelationToKeyIdx_h on CFBam31.reldef_h (ToIndexId) Hibernate: create index RelationNarrowedIdx_h on CFBam31.reldef_h (NarrowedId) Hibernate: create index SchemaRefSchemaIdx on CFBam31.schema_ref (SchemaId) Hibernate: create index SchemaRefRefSchemaIdx on CFBam31.schema_ref (RefSchId) Hibernate: create index SchemaRefPrevIdx on CFBam31.schema_ref (PrevId) Hibernate: create index SchemaRefNextIdx on CFBam31.schema_ref (NextId) Hibernate: create index SchemaRefSchemaIdx_h on CFBam31.schema_ref_h (SchemaId) Hibernate: create index SchemaRefRefSchemaIdx_h on CFBam31.schema_ref_h (RefSchId) Hibernate: create index SchemaRefPrevIdx_h on CFBam31.schema_ref_h (PrevId) Hibernate: create index SchemaRefNextIdx_h on CFBam31.schema_ref_h (NextId) Hibernate: create index SchemaDefCTenantIdx on CFBam31.schemadef (CTenantId) Hibernate: create index SchemaDefMinorVersionIdx on CFBam31.schemadef (MinorVersionId) Hibernate: create index SchemaAuthorEMailIdx on CFBam31.schemadef (CTenantId, AuthEMail) Hibernate: create index SchemaProjectURLIdx on CFBam31.schemadef (CTenantId, ProjURL) Hibernate: create index SchemaDefCTenantIdx_h on CFBam31.schemadef_h (CTenantId) Hibernate: create index SchemaDefMinorVersionIdx_h on CFBam31.schemadef_h (MinorVersionId) Hibernate: create index SchemaAuthorEMailIdx_h on CFBam31.schemadef_h (CTenantId, AuthEMail) Hibernate: create index SchemaProjectURLIdx_h on CFBam31.schemadef_h (CTenantId, ProjURL) Hibernate: create index ScopeTenantIdx on CFBam31.scopedef (TenantId) Hibernate: create index ScopeTenantIdx_h on CFBam31.scopedef_h (TenantId) Hibernate: create index ServerListFuncRetTableIdx on CFBam31.srvlfunc (rettblid) Hibernate: create index ServerListFuncRetTableIdx_h on CFBam31.srvlfunc_h (rettblid) Hibernate: create index ServerMethodTableIdx on CFBam31.srvmeth (TableId) Hibernate: create index ServerMethodDefSchemaDefIdx on CFBam31.srvmeth (defschid) Hibernate: create index ServerMethodTableIdx_h on CFBam31.srvmeth_h (TableId) Hibernate: create index ServerMethodDefSchemaDefIdx_h on CFBam31.srvmeth_h (defschid) Hibernate: create index ServerObjFuncRetTableIdx on CFBam31.srvofunc (rettblid) Hibernate: create index ServerObjFuncRetTableIdx_h on CFBam31.srvofunc_h (rettblid) Hibernate: create index ParamServerMethodIdx on CFBam31.srvprm (srvmeth_id) Hibernate: create index ParamDefSchemaDefIdx on CFBam31.srvprm (defschid) Hibernate: create index ParamTypeIdx on CFBam31.srvprm (TpId) Hibernate: create index ParamPrevIdx on CFBam31.srvprm (PrevId) Hibernate: create index ParamNextIdx on CFBam31.srvprm (NextId) Hibernate: create index ParamContPrevIdx on CFBam31.srvprm (srvmeth_id, PrevId) Hibernate: create index ParamContNextIdx on CFBam31.srvprm (srvmeth_id, NextId) Hibernate: create index ParamServerMethodIdx_h on CFBam31.srvprm_h (srvmeth_id) Hibernate: create index ParamDefSchemaDefIdx_h on CFBam31.srvprm_h (defschid) Hibernate: create index ParamTypeIdx_h on CFBam31.srvprm_h (TpId) Hibernate: create index ParamPrevIdx_h on CFBam31.srvprm_h (PrevId) Hibernate: create index ParamNextIdx_h on CFBam31.srvprm_h (NextId) Hibernate: create index ParamContPrevIdx_h on CFBam31.srvprm_h (srvmeth_id, PrevId) Hibernate: create index ParamContNextIdx_h on CFBam31.srvprm_h (srvmeth_id, NextId) Hibernate: create index StringColTableIdx on CFBam31.strcol (TableId) Hibernate: create index StringColTableIdx_h on CFBam31.strcol_h (TableId) Hibernate: create index StringTypeSchemaDefIdx on CFBam31.strtyp (SchemaDefId) Hibernate: create index StringTypeSchemaDefIdx_h on CFBam31.strtyp_h (SchemaDefId) Hibernate: create index TableColTableIdx on CFBam31.tblcol (TableId) Hibernate: create index TableColDataIdx on CFBam31.tblcol (DataId) Hibernate: create index TableColTableIdx_h on CFBam31.tblcol_h (TableId) Hibernate: create index TableColDataIdx_h on CFBam31.tblcol_h (DataId) Hibernate: create index TableSchemaDefIdx on CFBam31.tbldef (SchemaDefId) Hibernate: create index TableDefSchemaDefIdx on CFBam31.tbldef (defschid) Hibernate: create index TablePrimaryIndexIdx on CFBam31.tbldef (PrimIdxId) Hibernate: create index TableLookupIndexIdx on CFBam31.tbldef (LookIdxId) Hibernate: create index TableAltIndexIdx on CFBam31.tbldef (AltIdxId) Hibernate: create index TableQualifyingTableIdx on CFBam31.tbldef (QualTblId) Hibernate: create index TableSchemaDefIdx_h on CFBam31.tbldef_h (SchemaDefId) Hibernate: create index TableDefSchemaDefIdx_h on CFBam31.tbldef_h (defschid) Hibernate: create index TablePrimaryIndexIdx_h on CFBam31.tbldef_h (PrimIdxId) Hibernate: create index TableLookupIndexIdx_h on CFBam31.tbldef_h (LookIdxId) Hibernate: create index TableAltIndexIdx_h on CFBam31.tbldef_h (AltIdxId) Hibernate: create index TableQualifyingTableIdx_h on CFBam31.tbldef_h (QualTblId) Hibernate: create index TokenColTableIdx on CFBam31.tkncol (TableId) Hibernate: create index TokenColTableIdx_h on CFBam31.tkncol_h (TableId) Hibernate: create index TokenTypeSchemaDefIdx on CFBam31.tkntyp (SchemaDefId) Hibernate: create index TokenTypeSchemaDefIdx_h on CFBam31.tkntyp_h (SchemaDefId) Hibernate: create index TimeColTableIdx on CFBam31.tmcol (TableId) Hibernate: create index TimeColTableIdx_h on CFBam31.tmcol_h (TableId) Hibernate: create index TimeTypeSchemaDefIdx on CFBam31.tmtyp (SchemaDefId) Hibernate: create index TimeTypeSchemaDefIdx_h on CFBam31.tmtyp_h (SchemaDefId) Hibernate: create index TZTimeColTableIdx on CFBam31.tmzcol (TableId) Hibernate: create index TZTimeColTableIdx_h on CFBam31.tmzcol_h (TableId) Hibernate: create index TZTimeTypeSchemaDefIdx on CFBam31.tmztyp (SchemaDefId) Hibernate: create index TZTimeTypeSchemaDefIdx_h on CFBam31.tmztyp_h (SchemaDefId) Hibernate: create index TimestampColTableIdx on CFBam31.tscol (TableId) Hibernate: create index TimestampColTableIdx_h on CFBam31.tscol_h (TableId) Hibernate: create index TimestampTypeSchemaDefIdx on CFBam31.tstyp (SchemaDefId) Hibernate: create index TimestampTypeSchemaDefIdx_h on CFBam31.tstyp_h (SchemaDefId) Hibernate: create index TextColTableIdx on CFBam31.txtcol (TableId) Hibernate: create index TextColTableIdx_h on CFBam31.txtcol_h (TableId) Hibernate: create index TextTypeSchemaDefIdx on CFBam31.txttyp (SchemaDefId) Hibernate: create index TextTypeSchemaDefIdx_h on CFBam31.txttyp_h (SchemaDefId) Hibernate: create index UInt16ColTableIdx on CFBam31.uint16col (TableId) Hibernate: create index UInt16ColTableIdx_h on CFBam31.uint16col_h (TableId) Hibernate: create index UInt16TypeSchemaDefIdx on CFBam31.uint16typ (SchemaDefId) Hibernate: create index UInt16TypeSchemaDefIdx_h on CFBam31.uint16typ_h (SchemaDefId) Hibernate: create index UInt32ColTableIdx on CFBam31.uint32col (TableId) Hibernate: create index UInt32ColTableIdx_h on CFBam31.uint32col_h (TableId) Hibernate: create index UInt32TypeSchemaDefIdx on CFBam31.uint32typ (SchemaDefId) Hibernate: create index UInt32TypeSchemaDefIdx_h on CFBam31.uint32typ_h (SchemaDefId) Hibernate: create index UInt64ColTableIdx on CFBam31.uint64col (TableId) Hibernate: create index UInt64ColTableIdx_h on CFBam31.uint64col_h (TableId) Hibernate: create index UInt64TypeSchemaDefIdx on CFBam31.uint64typ (SchemaDefId) Hibernate: create index UInt64TypeSchemaDefIdx_h on CFBam31.uint64typ_h (SchemaDefId) Hibernate: create index Uuid6ColTableIdx on CFBam31.uuid6col (TableId) Hibernate: create index Uuid6ColTableIdx_h on CFBam31.uuid6col_h (TableId) Hibernate: create index Uuid6TypeSchemaDefIdx on CFBam31.uuid6typ (SchemaDefId) Hibernate: create index Uuid6TypeSchemaDefIdx_h on CFBam31.uuid6typ_h (SchemaDefId) Hibernate: create index UuidColTableIdx on CFBam31.uuidcol (TableId) Hibernate: create index UuidColTableIdx_h on CFBam31.uuidcol_h (TableId) Hibernate: create index UuidTypeSchemaDefIdx on CFBam31.uuidtyp (SchemaDefId) Hibernate: create index UuidTypeSchemaDefIdx_h on CFBam31.uuidtyp_h (SchemaDefId) Hibernate: create index ValueScopeIdx on CFBam31.valdef (ScopeId) Hibernate: create index ValueDefSchemaDefIdx on CFBam31.valdef (defschid) Hibernate: create index ValuePrevIdx on CFBam31.valdef (PrevId) Hibernate: create index ValueNextIdx on CFBam31.valdef (NextId) Hibernate: create index ValueContPrevIdx on CFBam31.valdef (ScopeId, PrevId) Hibernate: create index ValueContNextIdx on CFBam31.valdef (ScopeId, NextId) Hibernate: create index ValueScopeIdx_h on CFBam31.valdef_h (ScopeId) Hibernate: create index ValueDefSchemaDefIdx_h on CFBam31.valdef_h (defschid) Hibernate: create index ValuePrevIdx_h on CFBam31.valdef_h (PrevId) Hibernate: create index ValueNextIdx_h on CFBam31.valdef_h (NextId) Hibernate: create index ValueContPrevIdx_h on CFBam31.valdef_h (ScopeId, PrevId) Hibernate: create index ValueContNextIdx_h on CFBam31.valdef_h (ScopeId, NextId) Hibernate: create index TZTimestampColTableIdx on CFBam31.zscol (TableId) Hibernate: create index TZTimestampColTableIdx_h on CFBam31.zscol_h (TableId) Hibernate: create index TZTimestampTypeSchemaDefIdx on CFBam31.zstyp (SchemaDefId) Hibernate: create index TZTimestampTypeSchemaDefIdx_h on CFBam31.zstyp_h (SchemaDefId) Hibernate: alter table if exists CFBam31.atomdef add constraint FKpcsdam2f8ibi5kxkheos2ib3w foreign key (Id) references CFBam31.valdef Hibernate: alter table if exists CFBam31.atomdef_h add constraint FKqa4ne45tddc05alynlbdg3i4h foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.valdef_h Hibernate: alter table if exists CFBam31.blbcol add constraint FKjrydcgoukdhq4xbwbp5lxpo32 foreign key (Id) references CFBam31.blbdef Hibernate: alter table if exists CFBam31.blbcol_h add constraint FK1ojavf03x3mpfviuwdi6ugtf1 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.blbdef_h Hibernate: alter table if exists CFBam31.blbdef add constraint FKj4q8ewlgk9bx5rpfr5vegxnko foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.blbdef_h add constraint FKevivxo51ukyr0me90h1fsdxmu foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.blbtyp add constraint FK7ps5u88q60lw6q3g35smaxv8t foreign key (Id) references CFBam31.blbdef Hibernate: alter table if exists CFBam31.blbtyp_h add constraint FKmj4g269r5go8ncwlss4816jst foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.blbdef_h Hibernate: alter table if exists CFBam31.boolcol add constraint FKgwu0ipgllhmw0tgujxksmq9ys foreign key (Id) references CFBam31.booldef Hibernate: alter table if exists CFBam31.boolcol_h add constraint FKnqnrpl6sqnd1d6yfnih9d1xtd foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.booldef_h Hibernate: alter table if exists CFBam31.booldef add constraint FKhgnl1oouvmlprwdjpa3ho0k3s foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.booldef_h add constraint FKrixccphvv05gy4bkb85nem4cu foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.booltyp add constraint FKg3loe1d1qmq557ilto1weag86 foreign key (Id) references CFBam31.booldef Hibernate: alter table if exists CFBam31.booltyp_h add constraint FKhfh2xbhocxptk47es81kxmlyo foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.booldef_h Hibernate: alter table if exists CFBam31.chain_def add constraint FKd7nnh4w9mskrsmuqsal9lfikt foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.chain_def add constraint FKinrp9on6077huhtk066gdj2r8 foreign key (TableId) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.chain_def add constraint FK6d24thq0oyy9m4u2otvqqg5dv foreign key (NextRelationId) references CFBam31.reldef Hibernate: alter table if exists CFBam31.chain_def add constraint FKfveenilgunncntgb7xhd4ldjd foreign key (PrevRelationId) references CFBam31.reldef Hibernate: alter table if exists CFBam31.clr_dep add constraint FKoiq8tr8irbyxyowruf40qpq2b foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.clr_dep add constraint FK69wcwxphpbh28klikv5x0km6l foreign key (RelationId) references CFBam31.reldef Hibernate: alter table if exists CFBam31.clr_dep add constraint FK4fle8n3j6uobh259u2dwuondp foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.clr_dep_h add constraint FKnas96wam9s5bxapo6i44fhetw foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.clr_topdep add constraint FKqn4wxpb8cp65q1a8lxg9xnoe0 foreign key (NextId) references CFBam31.clr_topdep Hibernate: alter table if exists CFBam31.clr_topdep add constraint FKdkuji8k548fqqd1pjjt9dc24y foreign key (PrevId) references CFBam31.clr_topdep Hibernate: alter table if exists CFBam31.clr_topdep add constraint FKneuiy3rn83osmce5bcepv6615 foreign key (TableId) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.clr_topdep add constraint FK2033rkglw3btqjqfbuq25bn9t foreign key (Id) references CFBam31.clr_dep Hibernate: alter table if exists CFBam31.clr_topdep_h add constraint FKmp8r4v4fiphwys35fr2s9cjbh foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.clr_dep_h Hibernate: alter table if exists CFBam31.clrsubdep1 add constraint FKsb9dblkmxa5mq4eiq29u9mivc foreign key (contclrdepid) references CFBam31.clr_topdep Hibernate: alter table if exists CFBam31.clrsubdep1 add constraint FKdt5eryiir77muhjals06n8rxh foreign key (Id) references CFBam31.clr_dep Hibernate: alter table if exists CFBam31.clrsubdep1_h add constraint FKlxnlikmnqdb5rtlmrtcq2mjpg foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.clr_dep_h Hibernate: alter table if exists CFBam31.clrsubdep2 add constraint FKsu5wbdwlrx152md5fw6o04q8b foreign key (contclrdep1id) references CFBam31.clrsubdep1 Hibernate: alter table if exists CFBam31.clrsubdep2 add constraint FKqtp9p9k8ngx3ll7t9nw87p34e foreign key (Id) references CFBam31.clr_dep Hibernate: alter table if exists CFBam31.clrsubdep2_h add constraint FKo1pwu7gg6q6x68tr6sxtdah2r foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.clr_dep_h Hibernate: alter table if exists CFBam31.clrsubdep3 add constraint FK1e7acwqfw88110e1hb0avam80 foreign key (contclrdep2id) references CFBam31.clrsubdep2 Hibernate: alter table if exists CFBam31.clrsubdep3 add constraint FK7p0cwkha4icrhpecb2ks9x4js foreign key (Id) references CFBam31.clr_dep Hibernate: alter table if exists CFBam31.clrsubdep3_h add constraint FKe4n2onfacqcu3mifrwx7gj9vo foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.clr_dep_h Hibernate: alter table if exists CFBam31.dbk128col add constraint FK2a7xvbd2xapi9kebndx1ytut4 foreign key (Id) references CFBam31.dbk128def Hibernate: alter table if exists CFBam31.dbk128col_h add constraint FK558u8gs5qpklwvtkjk05qwusc foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk128def_h Hibernate: alter table if exists CFBam31.dbk128def add constraint FKcfx24f6621l5bptuhtqbk0uoc foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dbk128def_h add constraint FKojmfi01li9by48c0ykup1u4dq foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dbk128typ add constraint FKqt9w7haue30nievkfucarhg0w foreign key (Id) references CFBam31.dbk128def Hibernate: alter table if exists CFBam31.dbk128typ_h add constraint FKoa175j7riuvq7eb41qjwf101g foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk128def_h Hibernate: alter table if exists CFBam31.dbk160col add constraint FK5ad6hy9k4ggaexwgxxfpvkpi3 foreign key (Id) references CFBam31.dbk160def Hibernate: alter table if exists CFBam31.dbk160col_h add constraint FKlnil6ib7l12s3t0r1yykljty8 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk160def_h Hibernate: alter table if exists CFBam31.dbk160def add constraint FKcobotn0c5bhvmxnu2m4qx0t66 foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dbk160def_h add constraint FKj7lb8cnn3x796iv409en3rkbn foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dbk160typ add constraint FKl1y4rfmyor9h2i1dvcbibbvyo foreign key (Id) references CFBam31.dbk160def Hibernate: alter table if exists CFBam31.dbk160typ_h add constraint FK9do1k1bl0sa21dx73rfw4btsb foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk160def_h Hibernate: alter table if exists CFBam31.dbk224col add constraint FK6bce2vxk4tovvvglncg4qx5ob foreign key (Id) references CFBam31.dbk224def Hibernate: alter table if exists CFBam31.dbk224col_h add constraint FK3ybs891vt0mohga10drgrj9ea foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk224def_h Hibernate: alter table if exists CFBam31.dbk224def add constraint FKk0apbebp9pg5kp6jq8owlln7u foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dbk224def_h add constraint FKq4rdrptaj4gp51h6jvsj8cab foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dbk224typ add constraint FK2xafo3piw1gski5cjpwt5jlnt foreign key (Id) references CFBam31.dbk224def Hibernate: alter table if exists CFBam31.dbk224typ_h add constraint FKdxul86jd1lwn2fj45okkdpo5w foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk224def_h Hibernate: alter table if exists CFBam31.dbk256col add constraint FK181oqm1lvmfntemmo3rgs5d4s foreign key (Id) references CFBam31.dbk256def Hibernate: alter table if exists CFBam31.dbk256col_h add constraint FKr2dlk7hpjrc0brl3a0x1lp1b5 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk256def_h Hibernate: alter table if exists CFBam31.dbk256def add constraint FKfjuwkltsgnnsec3snilomsnpk foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dbk256def_h add constraint FK3bwxfona7ulfomlc0uhlc7l2m foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dbk256typ add constraint FKo5to5u4jgmplwn9l8tnol1pj0 foreign key (Id) references CFBam31.dbk256def Hibernate: alter table if exists CFBam31.dbk256typ_h add constraint FKadvjxaqtxm4d6iw8kk4d0dqyx foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk256def_h Hibernate: alter table if exists CFBam31.dbk384col add constraint FKh9i4lylunrtnrw0uptklmofpf foreign key (Id) references CFBam31.dbk384def Hibernate: alter table if exists CFBam31.dbk384col_h add constraint FKeajvf3ds3egf2k452f837daw foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk384def_h Hibernate: alter table if exists CFBam31.dbk384def add constraint FKj1h71o9chakcvuekfg2xaku1e foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dbk384def_h add constraint FKh9aobibkxir8onjtq2pof8km3 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dbk384typ add constraint FKontv5uwrh8m51nv9k10tnnvv1 foreign key (Id) references CFBam31.dbk384def Hibernate: alter table if exists CFBam31.dbk384typ_h add constraint FKefu1byk9vx0jkd2pw7cic3gfy foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk384def_h Hibernate: alter table if exists CFBam31.dbk512col add constraint FK6bl3fbbr7mmk9lvk87l03ae0l foreign key (Id) references CFBam31.dbk512def Hibernate: alter table if exists CFBam31.dbk512col_h add constraint FKtgx35qgrlro1ofxn83t82gr81 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk512def_h Hibernate: alter table if exists CFBam31.dbk512def add constraint FKbna2j3xra8uoanudnmfmtlc6i foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dbk512def_h add constraint FKgip2npp37idl6pegvs2qnmjc7 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dbk512typ add constraint FK8vs8s64e8tb8d8v7fvfk6ocyf foreign key (Id) references CFBam31.dbk512def Hibernate: alter table if exists CFBam31.dbk512typ_h add constraint FKdua649pwcoo3cbey6hoohvo4h foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk512def_h Hibernate: alter table if exists CFBam31.dblcol add constraint FKbcdxohcowwkjgfavtpj39as85 foreign key (Id) references CFBam31.dbldef Hibernate: alter table if exists CFBam31.dblcol_h add constraint FKev68tox58gvmq47ysrsvqupkc foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbldef_h Hibernate: alter table if exists CFBam31.dbldef add constraint FKgvcoe4b2n87cdk6qahjom969m foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dbldef_h add constraint FKluytisydf3nap855kkypslq32 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dbltyp add constraint FKpifb1aq92fe4msm9r0rna1e27 foreign key (Id) references CFBam31.dbldef Hibernate: alter table if exists CFBam31.dbltyp_h add constraint FKgebt7x2jgwbjgvnsqq0oagj26 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbldef_h Hibernate: alter table if exists CFBam31.del_dep add constraint FKh0kief8ve1f6t29hrjc1nejey foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.del_dep add constraint FKeashy10akejh9ruh89h29qsw0 foreign key (RelationId) references CFBam31.reldef Hibernate: alter table if exists CFBam31.del_dep add constraint FKtt9yfoxvoencyiti0qxmad82 foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.del_dep_h add constraint FKh3551jqdnbfwe96ll1vmc2b8y foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.del_topdep add constraint FKa9qi436vxpjvysmkkb36di3pm foreign key (NextId) references CFBam31.del_topdep Hibernate: alter table if exists CFBam31.del_topdep add constraint FK18fy6i7yxtdfbg338vwveg0cb foreign key (PrevId) references CFBam31.del_topdep Hibernate: alter table if exists CFBam31.del_topdep add constraint FK802cfc9x6l5n7k594isc2xg6d foreign key (TableId) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.del_topdep add constraint FKfar5mu59re2mpqnpwwyqn1y2j foreign key (Id) references CFBam31.del_dep Hibernate: alter table if exists CFBam31.del_topdep_h add constraint FKi8chk9rli0a09rq4ptlx5xdh9 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.del_dep_h Hibernate: alter table if exists CFBam31.delsubdep1 add constraint FK45cjddly15xb2nv2a7xj0e3rd foreign key (contdeldepid) references CFBam31.del_topdep Hibernate: alter table if exists CFBam31.delsubdep1 add constraint FKh43aa2hwlqxa4pfbbm3fumsve foreign key (Id) references CFBam31.del_dep Hibernate: alter table if exists CFBam31.delsubdep1_h add constraint FKgyb0j2tvc4vs58u9vc5fw47l6 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.del_dep_h Hibernate: alter table if exists CFBam31.delsubdep2 add constraint FK5q7uut8cqvi6g7mokwbro3sne foreign key (contdeldep1id) references CFBam31.delsubdep1 Hibernate: alter table if exists CFBam31.delsubdep2 add constraint FK3s5l0kydajttwgqtkqmieq55a foreign key (Id) references CFBam31.del_dep Hibernate: alter table if exists CFBam31.delsubdep2_h add constraint FKt8ggejhdptw597xmou4aigcjy foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.del_dep_h Hibernate: alter table if exists CFBam31.delsubdep3 add constraint FK4ia0b5gj3cjthy3cy27owkilq foreign key (contdeldep2id) references CFBam31.delsubdep2 Hibernate: alter table if exists CFBam31.delsubdep3 add constraint FK6xb0xfw2ovikr3eavrn67vmyh foreign key (Id) references CFBam31.del_dep Hibernate: alter table if exists CFBam31.delsubdep3_h add constraint FK3lals7g410iaocmqjxjiiuk8v foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.del_dep_h Hibernate: alter table if exists CFBam31.dtcol add constraint FKplx1sglq8edurlpxy4m7965yo foreign key (Id) references CFBam31.dtdef Hibernate: alter table if exists CFBam31.dtcol_h add constraint FKklssn7ofg09dq1lrh7h4ejywg foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dtdef_h Hibernate: alter table if exists CFBam31.dtdef add constraint FK81gfqa6a2ul8nytb5f8pr46sv foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dtdef_h add constraint FKrfeqhbyfx3tqcihyf2yga8oyj foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dttyp add constraint FK5hctmgt45r0tb0jtp61u5gwhg foreign key (Id) references CFBam31.dtdef Hibernate: alter table if exists CFBam31.dttyp_h add constraint FKq89va42wp5iquvkdpx07q9qfy foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dtdef_h Hibernate: alter table if exists CFBam31.dzcol add constraint FKb8hl95rrm09acgxogwx83pboi foreign key (Id) references CFBam31.dzdef Hibernate: alter table if exists CFBam31.dzcol_h add constraint FKas3klv0xu0x1yll3lkuoqkcqd foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dzdef_h Hibernate: alter table if exists CFBam31.dzdef add constraint FKekwon10do75ly3olc65n6lko1 foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.dzdef_h add constraint FKkgikdxcn76p4672qo9ieryayx foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.dztyp add constraint FKtlq7jlokvnmtfyrqtoqcuwvx1 foreign key (Id) references CFBam31.dzdef Hibernate: alter table if exists CFBam31.dztyp_h add constraint FKfjss6q587g9wykban4mg0dll2 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dzdef_h Hibernate: alter table if exists CFBam31.enum_tag add constraint FKj3t2hbj348hs7s1hkfnc1qdlw foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.enum_tag add constraint FKrndc41k634614gdedw49ig0pk foreign key (NextId) references CFBam31.enum_tag Hibernate: alter table if exists CFBam31.enum_tag add constraint FKjwiij98seq855vbp73dpfl0g2 foreign key (PrevId) references CFBam31.enum_tag Hibernate: alter table if exists CFBam31.enum_tag add constraint FK62eaihppgxarb3ab5kxsjq04v foreign key (EnumId) references CFBam31.enumdef Hibernate: alter table if exists CFBam31.enumdef add constraint FKg386y0con2ybrlxjreoeahu7j foreign key (Id) references CFBam31.int16def Hibernate: alter table if exists CFBam31.enumdef_h add constraint FKsl7ghdojvssldgp5hbxshcg08 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int16def_h Hibernate: alter table if exists CFBam31.enumtyp add constraint FK1w5cnvacw9t9chcx5xn34r232 foreign key (Id) references CFBam31.enumdef Hibernate: alter table if exists CFBam31.enumtyp_h add constraint FKja27b2tda1j0y4n98wk4wjkld foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.enumdef_h Hibernate: alter table if exists CFBam31.fltcol add constraint FKnaorhmcc9bwr2l4qdmxu0gkgu foreign key (Id) references CFBam31.fltdef Hibernate: alter table if exists CFBam31.fltcol_h add constraint FKtaicq81ay94hqgnu7nbhi64iy foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.fltdef_h Hibernate: alter table if exists CFBam31.fltdef add constraint FKr34tokid4h88lmf1gu3n9qvqy foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.fltdef_h add constraint FKatgbliee3cu44e6m17lhmjvak foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.flttyp add constraint FKgg2ne2uwwas3fn3ty30xgfv9o foreign key (Id) references CFBam31.fltdef Hibernate: alter table if exists CFBam31.flttyp_h add constraint FK4pwtjkdmk0a2y26ue50up37p0 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.fltdef_h Hibernate: alter table if exists CFBam31.idg16 add constraint FK74ykwlx4soseito6yvb868jbb foreign key (Id) references CFBam31.int16typ Hibernate: alter table if exists CFBam31.idg16_h add constraint FK3dsnb4pqu75e8f4pyt6s6lyoh foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int16typ_h Hibernate: alter table if exists CFBam31.idg32 add constraint FK4qhbnjte7hiy9cwc2useip3f5 foreign key (Id) references CFBam31.int32typ Hibernate: alter table if exists CFBam31.idg32_h add constraint FK49e7r3jsg46q2c515lxalfkrp foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int32typ_h Hibernate: alter table if exists CFBam31.idg64 add constraint FKpb5yxkkefjnb0qoyiqaafy0ft foreign key (Id) references CFBam31.int64typ Hibernate: alter table if exists CFBam31.idg64_h add constraint FKqsdxpcvwrwl9atx2xca774rna foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int64typ_h Hibernate: alter table if exists CFBam31.idgdbk128 add constraint FKr74iwrml3dbr44pp4cv1ffisg foreign key (Id) references CFBam31.dbk128typ Hibernate: alter table if exists CFBam31.idgdbk128_h add constraint FKk369isk7f013ik5vkbytcqb3k foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk128typ_h Hibernate: alter table if exists CFBam31.idgdbk160 add constraint FK686130pf30isvhd4xfao3p6ep foreign key (Id) references CFBam31.dbk160typ Hibernate: alter table if exists CFBam31.idgdbk160_h add constraint FK1gtbgawpe9rkl13871x9e1ocy foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk160typ_h Hibernate: alter table if exists CFBam31.idgdbk224 add constraint FKcjlxendwxqfsfxahyoaf337ku foreign key (Id) references CFBam31.dbk224typ Hibernate: alter table if exists CFBam31.idgdbk224_h add constraint FKedotwm8u5susqy4l0xxyfa86e foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk224typ_h Hibernate: alter table if exists CFBam31.idgdbk256 add constraint FK3fymrspouned92o9rw3hbte7s foreign key (Id) references CFBam31.dbk256typ Hibernate: alter table if exists CFBam31.idgdbk256_h add constraint FKebrdiqmrshcri0hc4w03683b4 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk256typ_h Hibernate: alter table if exists CFBam31.idgdbk384 add constraint FKpkqubxe566snaxf6vho24c9v1 foreign key (Id) references CFBam31.dbk384typ Hibernate: alter table if exists CFBam31.idgdbk384_h add constraint FKr83pyboqxva8bb1fuaf8apj79 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk384typ_h Hibernate: alter table if exists CFBam31.idgdbk512 add constraint FK2kuc08vfoavxgbiof1dbx9e64 foreign key (Id) references CFBam31.dbk512typ Hibernate: alter table if exists CFBam31.idgdbk512_h add constraint FKtqu5f8h57s0chvirgqhld9jyw foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.dbk512typ_h Hibernate: alter table if exists CFBam31.idguuid add constraint FKlsx0ojg3nc9lvy4chm155ip9f foreign key (Id) references CFBam31.uuidtyp Hibernate: alter table if exists CFBam31.idguuid6 add constraint FKigap2pehpx7we9lvfuxiulsay foreign key (Id) references CFBam31.uuid6typ Hibernate: alter table if exists CFBam31.idguuid6_h add constraint FKt0ymidk6dbnnd7kadqha7pf40 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.uuid6typ_h Hibernate: alter table if exists CFBam31.idguuid_h add constraint FKbu05u6w5yui2pdmsc9f9u9uwb foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.uuidtyp_h Hibernate: alter table if exists CFBam31.idxcol add constraint FKi1ribtuhj8rgtmawgw325d8k3 foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.idxcol add constraint FK3sa9jb96qfq6hhumj33i0fu82 foreign key (NextId) references CFBam31.idxcol Hibernate: alter table if exists CFBam31.idxcol add constraint FKqimmxpn0q2wmbu1wuq1nh4qua foreign key (PrevId) references CFBam31.idxcol Hibernate: alter table if exists CFBam31.idxcol add constraint FK4ufbwu1q0fsd5nebhvrbxqr6k foreign key (IndexId) references CFBam31.idxdef Hibernate: alter table if exists CFBam31.idxcol add constraint FKj1xofgmseomw8e8ubu7jnt91a foreign key (ColumnId) references CFBam31.valdef Hibernate: alter table if exists CFBam31.idxdef add constraint FKefw1200679bqahqu9caelp30j foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.idxdef add constraint FKm8xo4ntip2fg9yp2qxkfb0xav foreign key (TableId) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.idxdef add constraint FKcsw4d8c66bbw1t36fhb78sfx2 foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.idxdef_h add constraint FKc4ct4pgrkvgp988wysyxn2vkq foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.int16col add constraint FKqtxon146px2smkgmre12kwjur foreign key (Id) references CFBam31.int16def Hibernate: alter table if exists CFBam31.int16col_h add constraint FK3mdsmvltuvqyl05ngdqx63fh6 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int16def_h Hibernate: alter table if exists CFBam31.int16def add constraint FKn0gw7y2sfid4rxc79fturroq foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.int16def_h add constraint FKn3vomvxu0h56ks6q392dl0mkw foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.int16typ add constraint FK1ahk80jv4twpjv0wctemtfxm5 foreign key (Id) references CFBam31.int16def Hibernate: alter table if exists CFBam31.int16typ_h add constraint FKikiryma4pmcpcmvcekpu6suv4 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int16def_h Hibernate: alter table if exists CFBam31.int32col add constraint FKhw9vuacvinpaqfbdk86vco8li foreign key (Id) references CFBam31.int32def Hibernate: alter table if exists CFBam31.int32col_h add constraint FKoyanlom5te4xg5wb9s3k1j3gv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int32def_h Hibernate: alter table if exists CFBam31.int32def add constraint FKhwlfwdmgjysk3frm1m9udei3k foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.int32def_h add constraint FKq2vieyp91fj04s7yj08piqssh foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.int32typ add constraint FKeop2vtwux5qi3usf2fnb0l7gr foreign key (Id) references CFBam31.int32def Hibernate: alter table if exists CFBam31.int32typ_h add constraint FK9ry9xsi15plvmhfcqieyb6stf foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int32def_h Hibernate: alter table if exists CFBam31.int64col add constraint FKtokqs8iov1f40ok0ypv8wfcx2 foreign key (Id) references CFBam31.int64def Hibernate: alter table if exists CFBam31.int64col_h add constraint FK8etkyxyajwvypfaxjm6fuga6t foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int64def_h Hibernate: alter table if exists CFBam31.int64def add constraint FK9ae5o5kpn00w4frv7q4nusj2s foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.int64def_h add constraint FK8hlni555e2d1wbduj0ui4ceor foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.int64typ add constraint FKex0dkr3qa9afciq6r5d2clgbr foreign key (Id) references CFBam31.int64def Hibernate: alter table if exists CFBam31.int64typ_h add constraint FKlq74ew1r1fqglu724byupwaly foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.int64def_h Hibernate: alter table if exists CFBam31.nmtkncol add constraint FKh80ufrgn9oa0mpubrwm318r0c foreign key (Id) references CFBam31.nmtkndef Hibernate: alter table if exists CFBam31.nmtkncol_h add constraint FKik3gf4g32v8rwywwn3x87ptnc foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.nmtkndef_h Hibernate: alter table if exists CFBam31.nmtkndef add constraint FKewlpta9qe09qvrk4p49fag0rk foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.nmtkndef_h add constraint FK9p86t510nrsxgvl037a94nqul foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.nmtknscol add constraint FKi5soi2bcog0publu01caoigea foreign key (Id) references CFBam31.nmtknsdef Hibernate: alter table if exists CFBam31.nmtknscol_h add constraint FKpyihd1x26kimr086qja0o3jwv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.nmtknsdef_h Hibernate: alter table if exists CFBam31.nmtknsdef add constraint FK507ceu6ien5443xg5flmcb2wf foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.nmtknsdef_h add constraint FKf0lo6lsajr009ia6nudh7f6wv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.nmtknstyp add constraint FK4x43jfdxr6haouj8gx5d095u8 foreign key (Id) references CFBam31.nmtknsdef Hibernate: alter table if exists CFBam31.nmtknstyp_h add constraint FKkqgjjmvg5oa2ckythox7oufb3 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.nmtknsdef_h Hibernate: alter table if exists CFBam31.nmtkntyp add constraint FK6wvkovxnawe4qlkte28v52h5t foreign key (Id) references CFBam31.nmtkndef Hibernate: alter table if exists CFBam31.nmtkntyp_h add constraint FKi8r5vfrccy6gup7o8ie9q739s foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.nmtkndef_h Hibernate: alter table if exists CFBam31.numcol add constraint FKnel340elbxy5fq619e7b2ahf0 foreign key (Id) references CFBam31.numdef Hibernate: alter table if exists CFBam31.numcol_h add constraint FK63s4463d478eqn4ql19l2da8u foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.numdef_h Hibernate: alter table if exists CFBam31.numdef add constraint FK2u02iqmlj3ftw9hb60kqyiw1e foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.numdef_h add constraint FK12tomyrt6wkffqa3u5yj3hshc foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.numtyp add constraint FK98340hyoj4qm5qmwotx7pc4k5 foreign key (Id) references CFBam31.numdef Hibernate: alter table if exists CFBam31.numtyp_h add constraint FKivj235jiho3gqcpqigr2yq78m foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.numdef_h Hibernate: alter table if exists CFBam31.pop_dep add constraint FK5bcng2q50qu1hyv10ygh32co3 foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.pop_dep add constraint FKfcm501l220fk8kck5kv20vf7k foreign key (RelationId) references CFBam31.reldef Hibernate: alter table if exists CFBam31.pop_dep add constraint FKia90c0bdabekr9ow8nggh0r8v foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.pop_dep_h add constraint FKs67lc4ed4lb0fk2ugh490ndsd foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.pop_topdep add constraint FKg6qpofcol8p617q0mahk1i67j foreign key (ContRelationId) references CFBam31.reldef Hibernate: alter table if exists CFBam31.pop_topdep add constraint FKt1l91b63eblijy5vmo70hsiky foreign key (Id) references CFBam31.pop_dep Hibernate: alter table if exists CFBam31.pop_topdep_h add constraint FKrr4cdtw1hplakql9jvu6ncgnv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.pop_dep_h Hibernate: alter table if exists CFBam31.popsubdep1 add constraint FK7qksdefcpjssk8dadwo20w16i foreign key (contpopdepid) references CFBam31.pop_topdep Hibernate: alter table if exists CFBam31.popsubdep1 add constraint FKau6b54uf04xnsc30u3syjqtmy foreign key (Id) references CFBam31.pop_dep Hibernate: alter table if exists CFBam31.popsubdep1_h add constraint FKjduauljds108qpl307824wn4s foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.pop_dep_h Hibernate: alter table if exists CFBam31.popsubdep2 add constraint FKct7c3e4h7ulvphxk4s1jdu3de foreign key (contpopdep1id) references CFBam31.popsubdep1 Hibernate: alter table if exists CFBam31.popsubdep2 add constraint FK7sfaben4aeg7hkknoyebqwsjl foreign key (Id) references CFBam31.pop_dep Hibernate: alter table if exists CFBam31.popsubdep2_h add constraint FKb8t3ol2y1yph5uhdwvj3ajvib foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.pop_dep_h Hibernate: alter table if exists CFBam31.popsubdep3 add constraint FKlaijyp3osr6g8nk2c1ueqqde4 foreign key (contpopdep2id) references CFBam31.popsubdep2 Hibernate: alter table if exists CFBam31.popsubdep3 add constraint FK4t7cw17edx7shgb7xm6g8so6q foreign key (Id) references CFBam31.pop_dep Hibernate: alter table if exists CFBam31.popsubdep3_h add constraint FKtau50gwouticqh6gmply9e282 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.pop_dep_h Hibernate: alter table if exists CFBam31.relcol add constraint FKss46h6vyebbl8w8rulpaxs203 foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.relcol add constraint FK34xkkmb2x1t7131xqt153106i foreign key (NextId) references CFBam31.relcol Hibernate: alter table if exists CFBam31.relcol add constraint FK5in9mdudvr2whpohe7pmbcx5q foreign key (PrevId) references CFBam31.relcol Hibernate: alter table if exists CFBam31.relcol add constraint FK52bsvnpdej7ky5rt8l1w8fp1w foreign key (RelationId) references CFBam31.reldef Hibernate: alter table if exists CFBam31.relcol add constraint FKhusw3bv9g09w9w4m5vhu6tvxx foreign key (FromColId) references CFBam31.idxcol Hibernate: alter table if exists CFBam31.relcol add constraint FKcrq0s9obiaxellqr9tifb1g84 foreign key (ToColId) references CFBam31.idxcol Hibernate: alter table if exists CFBam31.reldef add constraint FKilaqh0infyhduauhk4xv0y60u foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.reldef add constraint FKc9xch0ctapgd3f61fnm29dudw foreign key (NarrowedId) references CFBam31.reldef Hibernate: alter table if exists CFBam31.reldef add constraint FK71julmaeeyx6djjm8xh5nmiyt foreign key (TableId) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.reldef add constraint FKbefsi8947yexa040fobujsd5m foreign key (FromIndexId) references CFBam31.idxdef Hibernate: alter table if exists CFBam31.reldef add constraint FKe2oain47yhaelhybu5whc1114 foreign key (ToIndexId) references CFBam31.idxdef Hibernate: alter table if exists CFBam31.reldef add constraint FKb2oapbb1r6h091t7uwipg0jp foreign key (ToTableId) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.reldef add constraint FK7nfelpx5kv7hkl76hai4x6656 foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.reldef_h add constraint FKfw4wy7ok7jt4ym3tpawsvl1hv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.schema_ref add constraint FK7204k2xpbhgbf80mglr3p0ssw foreign key (NextId) references CFBam31.schema_ref Hibernate: alter table if exists CFBam31.schema_ref add constraint FKhew8jm942o06wgrhot8p0isn3 foreign key (PrevId) references CFBam31.schema_ref Hibernate: alter table if exists CFBam31.schema_ref add constraint FKidkqetwheyb021eoybnuloa1v foreign key (RefSchId) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.schema_ref add constraint FKps7eptq4ev2p845rrex2faru9 foreign key (SchemaId) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.schema_ref add constraint FKhy7aw42hthi1nfwrnajtjfkgf foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.schema_ref_h add constraint FKcdo7oe1ki3rwakmm1xeodtfof foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.schemadef add constraint FKg2kxj7jp5qbwfexliyu499lml foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.schemadef_h add constraint FKavxd30iyx1aw208bj902f0b3w foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.srvlfunc add constraint FKmbmu130gj34hvu1gur0lj7noj foreign key (rettblid) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.srvlfunc add constraint FK9iw0nh2luk3eje697tvbxw3si foreign key (Id) references CFBam31.srvmeth Hibernate: alter table if exists CFBam31.srvlfunc_h add constraint FKg75bfc4jpdkj9uufp7iiwm74u foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.srvmeth_h Hibernate: alter table if exists CFBam31.srvmeth add constraint FKgaiuvv2p7ghbfxk33i2cohd89 foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.srvmeth add constraint FK3ya5pdb092qsltkfr230rwppl foreign key (TableId) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.srvmeth add constraint FKf9d1q89furrpbvgodoaqqvhfa foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.srvmeth_h add constraint FKd5ooxmfvwhhv26m485hrfn3q6 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.srvofunc add constraint FKcl3iqpuapwvqh9dwtogoq399b foreign key (rettblid) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.srvofunc add constraint FKeg5cu1yllj83bhe1ndlub0tp2 foreign key (Id) references CFBam31.srvmeth Hibernate: alter table if exists CFBam31.srvofunc_h add constraint FKcm81k9q7ypb72ryp4hd69aepl foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.srvmeth_h Hibernate: alter table if exists CFBam31.srvprc add constraint FK3nnb9ihu4kh79gw708vxbdvnc foreign key (Id) references CFBam31.srvmeth Hibernate: alter table if exists CFBam31.srvprc_h add constraint FKmf9bajiihf9q7tbq7tj27fxj3 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.srvmeth_h Hibernate: alter table if exists CFBam31.srvprm add constraint FKq0y8yvvm27ineemr6ats247wk foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.srvprm add constraint FK3olonunkiap5lqg0es6xkla50 foreign key (NextId) references CFBam31.srvprm Hibernate: alter table if exists CFBam31.srvprm add constraint FKfr29rm4x1jgvqyatn0c72p845 foreign key (PrevId) references CFBam31.srvprm Hibernate: alter table if exists CFBam31.srvprm add constraint FKcklohv8p5lpn3odu4qvynacq9 foreign key (srvmeth_id) references CFBam31.srvmeth Hibernate: alter table if exists CFBam31.srvprm add constraint FKp21k75k8pigd7737kgp2xr99t foreign key (TpId) references CFBam31.valdef Hibernate: alter table if exists CFBam31.strcol add constraint FK9mmut8y9rjpxcbcqj19mno4se foreign key (Id) references CFBam31.strdef Hibernate: alter table if exists CFBam31.strcol_h add constraint FK9nx5qteoxl7307je5vqeiy3a8 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.strdef_h Hibernate: alter table if exists CFBam31.strdef add constraint FK2obpujxxdeot1lac0tcrp56c7 foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.strdef_h add constraint FKqrtpmb1194c1ajsp3djj78dkj foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.strtyp add constraint FKn6w7qmrbtn70n88ddhef6u72t foreign key (Id) references CFBam31.strdef Hibernate: alter table if exists CFBam31.strtyp_h add constraint FKj8863pgx68kwelbt2fotwboix foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.strdef_h Hibernate: alter table if exists CFBam31.tblcol add constraint FK23c3hodpmty9y986e6khkr2jg foreign key (DataId) references CFBam31.valdef Hibernate: alter table if exists CFBam31.tblcol add constraint FKiixuur5sie25un7wng3hxqivp foreign key (Id) references CFBam31.valdef Hibernate: alter table if exists CFBam31.tblcol_h add constraint FKs8dycyr76q5lj2yv5jh8eyr0q foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.valdef_h Hibernate: alter table if exists CFBam31.tbldef add constraint FKrcinu38hrl40n5l4u0tuhvcro foreign key (AltIdxId) references CFBam31.idxdef Hibernate: alter table if exists CFBam31.tbldef add constraint FKle7hsf66f8winpr2eong9kk5j foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.tbldef add constraint FKf3j3p9q6xa91d5uw4398twrvy foreign key (LookIdxId) references CFBam31.idxdef Hibernate: alter table if exists CFBam31.tbldef add constraint FKc6re3lsls6xisqpb0x7g5rbjs foreign key (PrimIdxId) references CFBam31.idxdef Hibernate: alter table if exists CFBam31.tbldef add constraint FK3kplrv4jf4ckugn5h538vrb0a foreign key (QualTblId) references CFBam31.tbldef Hibernate: alter table if exists CFBam31.tbldef add constraint FKy613e28we001o06x0kajirnl foreign key (SchemaDefId) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.tbldef add constraint FKrit0byirbv9s3xbem9eoh43oj foreign key (Id) references CFBam31.scopedef Hibernate: alter table if exists CFBam31.tbldef_h add constraint FK45mu8wxrrqsysrse0wpj1e9xs foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.scopedef_h Hibernate: alter table if exists CFBam31.tkncol add constraint FKq4cx52h3xvy8px0liw0mi16ma foreign key (Id) references CFBam31.tkndef Hibernate: alter table if exists CFBam31.tkncol_h add constraint FK1ig0k57h0o5t83hcowiy6c846 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.tkndef_h Hibernate: alter table if exists CFBam31.tkndef add constraint FK3v8tpi9j0ot48fccj24nlj530 foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.tkndef_h add constraint FKkii2c33cx2kdc1rsjluibxnxd foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.tkntyp add constraint FKk648qgcgcsc8f295ap13jxw43 foreign key (Id) references CFBam31.tkndef Hibernate: alter table if exists CFBam31.tkntyp_h add constraint FKbld87048k7dr595qs7601iy7f foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.tkndef_h Hibernate: alter table if exists CFBam31.tmcol add constraint FK4uavukh5n30ju0i7nmlohn1m1 foreign key (Id) references CFBam31.tmdef Hibernate: alter table if exists CFBam31.tmcol_h add constraint FKr82shajfv8h2xqmpdj8lfdp2f foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.tmdef_h Hibernate: alter table if exists CFBam31.tmdef add constraint FKh2fxhsq44i14dm87kdfe0q6s0 foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.tmdef_h add constraint FK663b6dogkwd2kymtat9m18jb0 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.tmtyp add constraint FK58kisbv1x2yro4sas0ibd1v5q foreign key (Id) references CFBam31.tmdef Hibernate: alter table if exists CFBam31.tmtyp_h add constraint FKmhhp7sxjthh5qn8qehtq8opiv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.tmdef_h Hibernate: alter table if exists CFBam31.tmzcol add constraint FKkeomxipdtsf3s1thesq5aj4c foreign key (Id) references CFBam31.tmzdef Hibernate: alter table if exists CFBam31.tmzcol_h add constraint FKisa4326o34rhgj6ik7vgaa976 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.tmzdef_h Hibernate: alter table if exists CFBam31.tmzdef add constraint FKt5d55nsxgbkk8vq3v93ny9t9e foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.tmzdef_h add constraint FKtqivemyiuhs68dckt72gc68am foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.tmztyp add constraint FK65qlgbanhqwf95jkryrbc4qn5 foreign key (Id) references CFBam31.tmzdef Hibernate: alter table if exists CFBam31.tmztyp_h add constraint FK7747vd2vw7qbqbay5nhpygjfm foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.tmzdef_h Hibernate: alter table if exists CFBam31.tscol add constraint FKa5l794idbv6mog60c4s7oj6a foreign key (Id) references CFBam31.tsdef Hibernate: alter table if exists CFBam31.tscol_h add constraint FKsob01sppntd1e49hfipy1025s foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.tsdef_h Hibernate: alter table if exists CFBam31.tsdef add constraint FKa2f68nucikx0smiumqymyp1pt foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.tsdef_h add constraint FK4cosgsnr4poy0q25x8tdbo1ra foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.tstyp add constraint FK9juysidmp6y3cfr8tm9c28jhq foreign key (Id) references CFBam31.tsdef Hibernate: alter table if exists CFBam31.tstyp_h add constraint FKgdq6iv71e3wkq82mki86c9ijx foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.tsdef_h Hibernate: alter table if exists CFBam31.txtcol add constraint FK91134heo8sab1vxiu2cemg2yj foreign key (Id) references CFBam31.txtdef Hibernate: alter table if exists CFBam31.txtcol_h add constraint FK5pgqnkqi5km0hq4xl9lhqea8i foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.txtdef_h Hibernate: alter table if exists CFBam31.txtdef add constraint FKa1y6ibrxb50eikie7fq8p96bl foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.txtdef_h add constraint FKcqm3n9mi8f9fhut802ovq24ch foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.txttyp add constraint FKne8q6calqvr12jsx30vln8ey2 foreign key (Id) references CFBam31.txtdef Hibernate: alter table if exists CFBam31.txttyp_h add constraint FKiagwn3xdirqf48qrsmrvr1ehv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.txtdef_h Hibernate: alter table if exists CFBam31.u16def add constraint FKoj2j8wh5e19c9g4fqvq2dj0h4 foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.u16def_h add constraint FK21wnwrara3ny3h6xfxu1thbsq foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.u32def add constraint FKee74jq2vy5dxclur54cv0ylry foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.u32def_h add constraint FKrwmhm5pbxjmws15ljcwf2e13b foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.u64def add constraint FKq81i1a3jrowpuubhfvy3rishx foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.u64def_h add constraint FKc3tux2mtysbxtl5lvbo4lggpv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.uint16col add constraint FK457oktnhbdsxybmimbx6qppuj foreign key (Id) references CFBam31.u16def Hibernate: alter table if exists CFBam31.uint16col_h add constraint FKa0dr63sx48p7hjdn6duai1r2x foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.u16def_h Hibernate: alter table if exists CFBam31.uint16typ add constraint FKrbd46ewhtvc90b2lxq1p5ppak foreign key (Id) references CFBam31.u16def Hibernate: alter table if exists CFBam31.uint16typ_h add constraint FKhkbgkho08dqcr4jlunphac3yw foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.u16def_h Hibernate: alter table if exists CFBam31.uint32col add constraint FKlgqsx6xo49mvp07104p89b311 foreign key (Id) references CFBam31.u32def Hibernate: alter table if exists CFBam31.uint32col_h add constraint FK2u5gf801np54qabncbcin2df foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.u32def_h Hibernate: alter table if exists CFBam31.uint32typ add constraint FKp5kiro7xx6p85a34uuymare7d foreign key (Id) references CFBam31.u32def Hibernate: alter table if exists CFBam31.uint32typ_h add constraint FK82t0d1q1voifs9qcg8odaum73 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.u32def_h Hibernate: alter table if exists CFBam31.uint64col add constraint FKmd0k4g591aae60kj46dprdikj foreign key (Id) references CFBam31.u64def Hibernate: alter table if exists CFBam31.uint64col_h add constraint FKgfuvmd9d49jrw3mrkcno5pqb3 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.u64def_h Hibernate: alter table if exists CFBam31.uint64typ add constraint FKt2il7e66mwx4jfenet2jvmp1h foreign key (Id) references CFBam31.u64def Hibernate: alter table if exists CFBam31.uint64typ_h add constraint FK6rnh20l86liglctctd108s6xc foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.u64def_h Hibernate: alter table if exists CFBam31.uuid6col add constraint FKc22bdh4bplxhymuebmlvgid9i foreign key (Id) references CFBam31.uuid6def Hibernate: alter table if exists CFBam31.uuid6col_h add constraint FKtpm7k0xlog6y1b94jvw1i2xkv foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.uuid6def_h Hibernate: alter table if exists CFBam31.uuid6def add constraint FKop4f4b7tyxi5xv851n4tvk578 foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.uuid6def_h add constraint FK4uf12owrufcaflm9y00b0eg3n foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.uuid6typ add constraint FKa5yleeow6eacrixdclovsffuf foreign key (Id) references CFBam31.uuid6def Hibernate: alter table if exists CFBam31.uuid6typ_h add constraint FKpgtys5ufys21a5g0vvtnxn9y7 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.uuid6def_h Hibernate: alter table if exists CFBam31.uuidcol add constraint FK8bg8vdhba10tk2ep5pwdpg5rl foreign key (Id) references CFBam31.uuiddef Hibernate: alter table if exists CFBam31.uuidcol_h add constraint FKle71eqct3lx536pqvqopnl2u7 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.uuiddef_h Hibernate: alter table if exists CFBam31.uuiddef add constraint FK8ddbfax73qlp4m2xwioa5b5lo foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.uuiddef_h add constraint FKj15g4jp9jag5ux28pd9tktvrq foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.uuidtyp add constraint FKobsx4eqoy8bbos2iictq5j582 foreign key (Id) references CFBam31.uuiddef Hibernate: alter table if exists CFBam31.uuidtyp_h add constraint FKrrtv3ueh2t52wfwbjvw5r5823 foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.uuiddef_h Hibernate: alter table if exists CFBam31.valdef add constraint FKiubvfgs51qus581au5ddixw15 foreign key (defschid) references CFBam31.schemadef Hibernate: alter table if exists CFBam31.valdef add constraint FK3pofqtov0o87s9gb3xerhcm1j foreign key (NextId) references CFBam31.valdef Hibernate: alter table if exists CFBam31.valdef add constraint FK591hdavax78yyyf9ilw3vixly foreign key (PrevId) references CFBam31.valdef Hibernate: alter table if exists CFBam31.zscol add constraint FKey2awm4d94vbdcn1xh6gdmtky foreign key (Id) references CFBam31.zsdef Hibernate: alter table if exists CFBam31.zscol_h add constraint FKqq7n4of8qixdo9kl5b8j3hvaj foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.zsdef_h Hibernate: alter table if exists CFBam31.zsdef add constraint FKj25t0kqmtj1ib735qitge13ug foreign key (Id) references CFBam31.atomdef Hibernate: alter table if exists CFBam31.zsdef_h add constraint FK1pptshksfy3u5ec4861ndcyus foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.atomdef_h Hibernate: alter table if exists CFBam31.zstyp add constraint FKn42eqi32d343qdshuldkuafbl foreign key (Id) references CFBam31.zsdef Hibernate: alter table if exists CFBam31.zstyp_h add constraint FK5j81slprf66lqmiu9ilql89aa foreign key (auditClusterId, auditStamp, auditAction, requiredRevision, auditSessionId, Id) references CFBam31.zsdef_h 2026-02-27T00:59:01.941-06:00 INFO 47194 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'cfbam31PU' 2026-02-27T00:59:01.986-06:00 INFO 47194 --- [ main] o.s.d.j.r.query.QueryEnhancerFactories : Hibernate is in classpath; If applicable, HQL parser will be used. 2026-02-27T00:59:05.080-06:00 INFO 47194 --- [ main] i.g.m.v.cfbam.cfbamjpatest.CFBamJpaTest : Started CFBamJpaTest in 9.765 seconds (process running for 10.247) CFBamJpaTest StartupListener tests beginning... Hibernate: select cjsc1_0.sgltn_id, cjsc1_0.sys_clus_id, cjsc1_0.requiredRevision from CFSec31.sysclus cjsc1_0 Hibernate: select cjc1_0.Id, cjc1_0.CreatedAt, cjc1_0.CreatedByUserId, cjc1_0.Description, cjc1_0.FullDomName, cjc1_0.requiredRevision, cjc1_0.UpdatedAt, cjc1_0.UpdatedByUserId from CFSec31.clus cjc1_0 where cjc1_0.Id=? Hibernate: select cjsu1_0.SecUserId, cjsu1_0.CreatedAt, cjsu1_0.CreatedByUserId, cjsu1_0.em_confuuid6, cjsu1_0.DefDevUserId, cjsu1_0.DefDevName, cjsu1_0.pwdrstuuid6, cjsu1_0.email_addr, cjsu1_0.login_id, cjsu1_0.pwd_hash, cjsu1_0.requiredRevision, cjsu1_0.UpdatedAt, cjsu1_0.UpdatedByUserId from CFSec31.SecUser cjsu1_0 where cjsu1_0.SecUserId=? Hibernate: select cjt1_0.Id, cjt1_0.CreatedAt, cjt1_0.CreatedByUserId, cjt1_0.ClusterId, cjt1_0.requiredRevision, cjt1_0.TenantName, cjt1_0.UpdatedAt, cjt1_0.UpdatedByUserId from CFSec31.tenant cjt1_0 where cjt1_0.ClusterId=? and cjt1_0.TenantName=? Hibernate: select cjss1_0.SecSessionId, cjss1_0.finish_ts, cjss1_0.SecDevName, cjss1_0.SecProxyId, cjss1_0.requiredRevision, cjss1_0.SecUserId, cjss1_0.start_ts from CFSec31.SecSess cjss1_0 where cjss1_0.SecUserId=? and cjss1_0.start_ts=? Hibernate: select cjss1_0.SecSessionId, cjss1_0.finish_ts, cjss1_0.SecDevName, cjss1_0.SecProxyId, cjss1_0.requiredRevision, cjss1_0.SecUserId, cjss1_0.start_ts from CFSec31.SecSess cjss1_0 where cjss1_0.SecUserId=? Executing testCFSec.performTests() Hibernate: select cjc1_0.Id, cjc1_0.CreatedAt, cjc1_0.CreatedByUserId, cjc1_0.Description, cjc1_0.FullDomName, cjc1_0.requiredRevision, cjc1_0.UpdatedAt, cjc1_0.UpdatedByUserId from CFSec31.clus cjc1_0 Hibernate: select cjhn1_0.HostNodeId, cjhn1_0.CreatedAt, cjhn1_0.CreatedByUserId, cjhn1_0.ClusterId, cjhn1_0.Description, cjhn1_0.HostName, cjhn1_0.requiredRevision, cjhn1_0.UpdatedAt, cjhn1_0.UpdatedByUserId from CFSec31.HostNode cjhn1_0 Hibernate: select cji1_0.ISOCcyId, cji1_0.CreatedAt, cji1_0.CreatedByUserId, cji1_0.unit_symbol, cji1_0.iso_code, cji1_0.ccy_name, cji1_0.precis, cji1_0.requiredRevision, cji1_0.UpdatedAt, cji1_0.UpdatedByUserId from CFSec31.iso_ccy cji1_0 Hibernate: select cji1_0.ISOCtryId, cji1_0.CreatedAt, cji1_0.CreatedByUserId, cji1_0.iso_code, cji1_0.country_name, cji1_0.requiredRevision, cji1_0.UpdatedAt, cji1_0.UpdatedByUserId from CFSec31.iso_cntry cji1_0 Hibernate: select cjic1_0.ISOCtryId, cjic1_0.ISOCcyId, cjic1_0.CreatedAt, cjic1_0.CreatedByUserId, cjic1_0.requiredRevision, cjic1_0.UpdatedAt, cjic1_0.UpdatedByUserId from CFSec31.iso_cntryccy cjic1_0 Hibernate: select cjil1_0.ISOCtryId, cjil1_0.ISOLangId, cjil1_0.CreatedAt, cjil1_0.CreatedByUserId, cjil1_0.requiredRevision, cjil1_0.UpdatedAt, cjil1_0.UpdatedByUserId from CFSec31.iso_cntrylng cjil1_0 Hibernate: select cji1_0.ISOLangId, cji1_0.CreatedAt, cji1_0.CreatedByUserId, cji1_0.iso_code2, cji1_0.eng_name, cji1_0.iso_code3, cji1_0.requiredRevision, cji1_0.UpdatedAt, cji1_0.UpdatedByUserId from CFSec31.iso_lang cji1_0 Hibernate: select cji1_0.ISOTZoneId, cji1_0.CreatedAt, cji1_0.CreatedByUserId, cji1_0.Description, cji1_0.Iso8601, cji1_0.requiredRevision, cji1_0.TZHourOffset, cji1_0.TZMinOffset, cji1_0.TZName, cji1_0.Visible, cji1_0.UpdatedAt, cji1_0.UpdatedByUserId from CFSec31.ISOTz cji1_0 Hibernate: select cjsd1_0.SecUserId, cjsd1_0.DevName, cjsd1_0.CreatedAt, cjsd1_0.CreatedByUserId, cjsd1_0.requiredRevision, cjsd1_0.UpdatedAt, cjsd1_0.UpdatedByUserId from CFSec31.SecDev cjsd1_0 Hibernate: select cjsg1_0.SecGroupId, cjsg1_0.CreatedAt, cjsg1_0.CreatedByUserId, cjsg1_0.ClusterId, cjsg1_0.IsVisible, cjsg1_0.safe_name, cjsg1_0.requiredRevision, cjsg1_0.UpdatedAt, cjsg1_0.UpdatedByUserId from CFSec31.SecGrp cjsg1_0 Hibernate: select cjsgi1_0.SecGrpIncId, cjsgi1_0.CreatedAt, cjsgi1_0.CreatedByUserId, cjsgi1_0.ClusId, cjsgi1_0.SecGrpId, cjsgi1_0.IncGrpId, cjsgi1_0.requiredRevision, cjsgi1_0.UpdatedAt, cjsgi1_0.UpdatedByUserId from CFSec31.SecInc cjsgi1_0 Hibernate: select cjsgm1_0.SecGrpMembId, cjsgm1_0.CreatedAt, cjsgm1_0.CreatedByUserId, cjsgm1_0.ClusterId, cjsgm1_0.SecGroupId, cjsgm1_0.SecUserId, cjsgm1_0.requiredRevision, cjsgm1_0.UpdatedAt, cjsgm1_0.UpdatedByUserId from CFSec31.SecMemb cjsgm1_0 Hibernate: select cjss1_0.SecSessionId, cjss1_0.finish_ts, cjss1_0.SecDevName, cjss1_0.SecProxyId, cjss1_0.requiredRevision, cjss1_0.SecUserId, cjss1_0.start_ts from CFSec31.SecSess cjss1_0 Hibernate: select cjsu1_0.SecUserId, cjsu1_0.CreatedAt, cjsu1_0.CreatedByUserId, cjsu1_0.em_confuuid6, cjsu1_0.DefDevUserId, cjsu1_0.DefDevName, cjsu1_0.pwdrstuuid6, cjsu1_0.email_addr, cjsu1_0.login_id, cjsu1_0.pwd_hash, cjsu1_0.requiredRevision, cjsu1_0.UpdatedAt, cjsu1_0.UpdatedByUserId from CFSec31.SecUser cjsu1_0 Hibernate: select cjs1_0.ServiceId, cjs1_0.CreatedAt, cjs1_0.CreatedByUserId, cjs1_0.HostNodeId, cjs1_0.ServiceTypeId, cjs1_0.ClusterId, cjs1_0.HostPort, cjs1_0.requiredRevision, cjs1_0.UpdatedAt, cjs1_0.UpdatedByUserId from CFSec31.HostSvc cjs1_0 Hibernate: select cjst1_0.ServiceTypeId, cjst1_0.CreatedAt, cjst1_0.CreatedByUserId, cjst1_0.Description, cjst1_0.requiredRevision, cjst1_0.UpdatedAt, cjst1_0.UpdatedByUserId from CFSec31.SvcType cjst1_0 Hibernate: select cjsc1_0.sgltn_id, cjsc1_0.sys_clus_id, cjsc1_0.requiredRevision from CFSec31.sysclus cjsc1_0 Hibernate: select cjt1_0.Id, cjt1_0.CreatedAt, cjt1_0.CreatedByUserId, cjt1_0.ClusterId, cjt1_0.requiredRevision, cjt1_0.TenantName, cjt1_0.UpdatedAt, cjt1_0.UpdatedByUserId from CFSec31.tenant cjt1_0 Hibernate: select cjtg1_0.TSecGroupId, cjtg1_0.CreatedAt, cjtg1_0.CreatedByUserId, cjtg1_0.TenantId, cjtg1_0.IsVisible, cjtg1_0.safe_name, cjtg1_0.requiredRevision, cjtg1_0.UpdatedAt, cjtg1_0.UpdatedByUserId from CFSec31.TSecGrp cjtg1_0 Hibernate: select cjtgi1_0.TSecGrpIncId, cjtgi1_0.CreatedAt, cjtgi1_0.CreatedByUserId, cjtgi1_0.TSecGrpId, cjtgi1_0.IncGrpId, cjtgi1_0.requiredRevision, cjtgi1_0.TenantId, cjtgi1_0.UpdatedAt, cjtgi1_0.UpdatedByUserId from CFSec31.TSecInc cjtgi1_0 Hibernate: select cjtgm1_0.TSecGrpMembId, cjtgm1_0.CreatedAt, cjtgm1_0.CreatedByUserId, cjtgm1_0.TSecGroupId, cjtgm1_0.SecUserId, cjtgm1_0.requiredRevision, cjtgm1_0.TenantId, cjtgm1_0.UpdatedAt, cjtgm1_0.UpdatedByUserId from CFSec31.TSecMemb cjtgm1_0 CFSecJpaTestTestSchema.performTests() responded: Starting CFSec tests... Retrieved 1 entities from CFSec.Cluster Retrieved 0 entities from CFSec.HostNode Retrieved 0 entities from CFSec.ISOCcy Retrieved 0 entities from CFSec.ISOCtry Retrieved 0 entities from CFSec.ISOCtryCcy Retrieved 0 entities from CFSec.ISOCtryLang Retrieved 0 entities from CFSec.ISOLang Retrieved 0 entities from CFSec.ISOTZone Retrieved 0 entities from CFSec.SecDevice Retrieved 0 entities from CFSec.SecGroup Retrieved 0 entities from CFSec.SecGrpInc Retrieved 0 entities from CFSec.SecGrpMemb Retrieved 1 entities from CFSec.SecSession Retrieved 1 entities from CFSec.SecUser Retrieved 0 entities from CFSec.Service Retrieved 0 entities from CFSec.ServiceType Retrieved 1 entities from CFSec.SysCluster Retrieved 1 entities from CFSec.Tenant Retrieved 0 entities from CFSec.TSecGroup Retrieved 0 entities from CFSec.TSecGrpInc Retrieved 0 entities from CFSec.TSecGrpMemb CFSec tests complete Executing testCFInt.performTests() Hibernate: select cjl1_0.Id, cjl1_0.descr, cjl1_0.EmbeddedText, cjl1_0.FullTxt, cjl1_0.TopDomainId, cjl1_0.safe_name, cjl1_0.requiredRevision, cjl1_0.TenantId from CFInt31.licn cjl1_0 Hibernate: select cjmv1_0.Id, cjmv1_0.CreatedAt, cjmv1_0.CreatedByUserId, cjmv1_0.descr, cjmv1_0.SubProjectId, cjmv1_0.safe_name, cjmv1_0.requiredRevision, cjmv1_0.TenantId, cjmv1_0.UpdatedAt, cjmv1_0.UpdatedByUserId from CFInt31.mjvrdef cjmv1_0 Hibernate: select cjmt1_0.MimeTypeId, cjmt1_0.CreatedAt, cjmt1_0.CreatedByUserId, cjmt1_0.FileTypes, cjmt1_0.safe_name, cjmt1_0.requiredRevision, cjmt1_0.UpdatedAt, cjmt1_0.UpdatedByUserId from CFInt31.MimeType cjmt1_0 Hibernate: select cjmv1_0.Id, cjmv1_0.CreatedAt, cjmv1_0.CreatedByUserId, cjmv1_0.descr, cjmv1_0.MajorVersionId, cjmv1_0.safe_name, cjmv1_0.requiredRevision, cjmv1_0.TenantId, cjmv1_0.UpdatedAt, cjmv1_0.UpdatedByUserId from CFInt31.mnvrdef cjmv1_0 Hibernate: select cjsp1_0.Id, cjsp1_0.CreatedAt, cjsp1_0.CreatedByUserId, cjsp1_0.descr, cjsp1_0.TopProjectId, cjsp1_0.safe_name, cjsp1_0.requiredRevision, cjsp1_0.TenantId, cjsp1_0.UpdatedAt, cjsp1_0.UpdatedByUserId from CFInt31.sprjdef cjsp1_0 Hibernate: select cjt1_0.Id, cjt1_0.CreatedAt, cjt1_0.CreatedByUserId, cjt1_0.descr, cjt1_0.safe_name, cjt1_0.requiredRevision, cjt1_0.TenantId, cjt1_0.UpdatedAt, cjt1_0.UpdatedByUserId from CFInt31.tlddef cjt1_0 Hibernate: select cjtd1_0.Id, cjtd1_0.CreatedAt, cjtd1_0.CreatedByUserId, cjtd1_0.descr, cjtd1_0.TldId, cjtd1_0.safe_name, cjtd1_0.requiredRevision, cjtd1_0.TenantId, cjtd1_0.UpdatedAt, cjtd1_0.UpdatedByUserId from CFInt31.tdomdef cjtd1_0 Hibernate: select cjtp1_0.Id, cjtp1_0.CreatedAt, cjtp1_0.CreatedByUserId, cjtp1_0.descr, cjtp1_0.TopDomainId, cjtp1_0.safe_name, cjtp1_0.requiredRevision, cjtp1_0.TenantId, cjtp1_0.UpdatedAt, cjtp1_0.UpdatedByUserId from CFInt31.tprjdef cjtp1_0 Hibernate: select cju1_0.URLProtocolId, cju1_0.CreatedAt, cju1_0.CreatedByUserId, cju1_0.Description, cju1_0.IsSecure, cju1_0.safe_name, cju1_0.requiredRevision, cju1_0.UpdatedAt, cju1_0.UpdatedByUserId from CFInt31.URLProto cju1_0 CFIntJpaTestTestSchema.performTests() responded: Starting CFInt tests... Retrieved 0 entities from CFInt.License Retrieved 0 entities from CFInt.MajorVersion Retrieved 0 entities from CFInt.MimeType Retrieved 0 entities from CFInt.MinorVersion Retrieved 0 entities from CFInt.SubProject Retrieved 0 entities from CFInt.Tld Retrieved 0 entities from CFInt.TopDomain Retrieved 0 entities from CFInt.TopProject Retrieved 0 entities from CFInt.URLProtocol CFInt tests complete Executing testCFBam.performTests() Hibernate: select cjs1_0.Id, cjs1_0.class_code, cjs1_0.CreatedAt, cjs1_0.CreatedByUserId, cjs1_0.requiredRevision, cjs1_0.TenantId, cjs1_0.UpdatedAt, cjs1_0.UpdatedByUserId, cjs1_1.defschid, cjs1_1.RelationId, cjs1_2.contclrdepid, cjs1_2.safe_name, cjs1_3.contclrdep1id, cjs1_3.safe_name, cjs1_4.contclrdep2id, cjs1_4.safe_name, cjs1_5.NextId, cjs1_5.PrevId, cjs1_5.TableId, cjs1_5.safe_name, cjs1_6.defschid, cjs1_6.RelationId, cjs1_7.contdeldepid, cjs1_7.safe_name, cjs1_8.contdeldep1id, cjs1_8.safe_name, cjs1_9.contdeldep2id, cjs1_9.safe_name, cjs1_10.NextId, cjs1_10.PrevId, cjs1_10.TableId, cjs1_10.safe_name, cjs1_11.DbName, cjs1_11.descr, cjs1_11.Label, cjs1_11.defschid, cjs1_11.short_descr, cjs1_11.short_name, cjs1_11.Suffix, cjs1_11.TableId, cjs1_11.IsDbMapped, cjs1_11.IsUnique, cjs1_11.safe_name, cjs1_12.defschid, cjs1_12.RelationId, cjs1_13.contpopdepid, cjs1_13.safe_name, cjs1_14.contpopdep1id, cjs1_14.safe_name, cjs1_15.contpopdep2id, cjs1_15.safe_name, cjs1_16.ContRelationId, cjs1_16.safe_name, cjs1_17.DbName, cjs1_17.descr, cjs1_17.Label, cjs1_17.defschid, cjs1_17.NarrowedId, cjs1_17.short_descr, cjs1_17.short_name, cjs1_17.Suffix, cjs1_17.AllowAddendum, cjs1_17.TableId, cjs1_17.IsLateResolver, cjs1_17.IsRequired, cjs1_17.IsXsdContainer, cjs1_17.FromIndexId, cjs1_17.ToIndexId, cjs1_17.ToTableId, cjs1_17.safe_name, cjs1_17.RelationType, cjs1_18.DbName, cjs1_18.descr, cjs1_18.Label, cjs1_18.short_descr, cjs1_18.short_name, cjs1_18.AuthEMail, cjs1_18.CTenantId, cjs1_18.CopyHold, cjs1_18.CopyPerd, cjs1_18.MinorVersionId, cjs1_18.safe_name, cjs1_18.ProjURL, cjs1_18.PubURI, cjs1_19.NextId, cjs1_19.PrevId, cjs1_19.RefSchId, cjs1_19.SchemaId, cjs1_19.IncludeRoot, cjs1_19.safe_name, cjs1_19.RefModelName, cjs1_20.rettblid, cjs1_21.descr, cjs1_21.Label, cjs1_21.defschid, cjs1_21.short_descr, cjs1_21.short_name, cjs1_21.Suffix, cjs1_21.TableId, cjs1_21.cppmeth_body, cjs1_21.csmeth_body, cjs1_21.inst_meth, cjs1_21.srv_only, cjs1_21.jmeth_body, cjs1_21.safe_name, cjs1_22.rettblid, cjs1_23.dmy, cjs1_24.DbName, cjs1_24.descr, cjs1_24.Label, cjs1_24.AltIdxId, cjs1_24.defschid, cjs1_24.LookIdxId, cjs1_24.PrimIdxId, cjs1_24.QualTblId, cjs1_24.short_descr, cjs1_24.short_name, cjs1_24.SchemaDefId, cjs1_24.HasAuditColumns, cjs1_24.HasHistory, cjs1_24.IsInstantiable, cjs1_24.IsMutable, cjs1_24.IsServerOnly, cjs1_24.LoadBehavId, cjs1_24.safe_name, cjs1_24.PageData, cjs1_24.SecScopeId, cjs1_24.TblClsCd from CFBam31.scopedef cjs1_0 left join CFBam31.clr_dep cjs1_1 on cjs1_0.Id=cjs1_1.Id left join CFBam31.clrsubdep1 cjs1_2 on cjs1_0.Id=cjs1_2.Id left join CFBam31.clrsubdep2 cjs1_3 on cjs1_0.Id=cjs1_3.Id left join CFBam31.clrsubdep3 cjs1_4 on cjs1_0.Id=cjs1_4.Id left join CFBam31.clr_topdep cjs1_5 on cjs1_0.Id=cjs1_5.Id left join CFBam31.del_dep cjs1_6 on cjs1_0.Id=cjs1_6.Id left join CFBam31.delsubdep1 cjs1_7 on cjs1_0.Id=cjs1_7.Id left join CFBam31.delsubdep2 cjs1_8 on cjs1_0.Id=cjs1_8.Id left join CFBam31.delsubdep3 cjs1_9 on cjs1_0.Id=cjs1_9.Id left join CFBam31.del_topdep cjs1_10 on cjs1_0.Id=cjs1_10.Id left join CFBam31.idxdef cjs1_11 on cjs1_0.Id=cjs1_11.Id left join CFBam31.pop_dep cjs1_12 on cjs1_0.Id=cjs1_12.Id left join CFBam31.popsubdep1 cjs1_13 on cjs1_0.Id=cjs1_13.Id left join CFBam31.popsubdep2 cjs1_14 on cjs1_0.Id=cjs1_14.Id left join CFBam31.popsubdep3 cjs1_15 on cjs1_0.Id=cjs1_15.Id left join CFBam31.pop_topdep cjs1_16 on cjs1_0.Id=cjs1_16.Id left join CFBam31.reldef cjs1_17 on cjs1_0.Id=cjs1_17.Id left join CFBam31.schemadef cjs1_18 on cjs1_0.Id=cjs1_18.Id left join CFBam31.schema_ref cjs1_19 on cjs1_0.Id=cjs1_19.Id left join CFBam31.srvlfunc cjs1_20 on cjs1_0.Id=cjs1_20.Id left join CFBam31.srvmeth cjs1_21 on cjs1_0.Id=cjs1_21.Id left join CFBam31.srvofunc cjs1_22 on cjs1_0.Id=cjs1_22.Id left join CFBam31.srvprc cjs1_23 on cjs1_0.Id=cjs1_23.Id left join CFBam31.tbldef cjs1_24 on cjs1_0.Id=cjs1_24.Id Hibernate: select cjsd1_0.Id, cjsd1_1.CreatedAt, cjsd1_1.CreatedByUserId, cjsd1_1.requiredRevision, cjsd1_1.TenantId, cjsd1_1.UpdatedAt, cjsd1_1.UpdatedByUserId, cjsd1_0.DbName, cjsd1_0.descr, cjsd1_0.Label, cjsd1_0.short_descr, cjsd1_0.short_name, cjsd1_0.AuthEMail, cjsd1_0.CTenantId, cjsd1_0.CopyHold, cjsd1_0.CopyPerd, cjsd1_0.MinorVersionId, cjsd1_0.safe_name, cjsd1_0.ProjURL, cjsd1_0.PubURI from CFBam31.schemadef cjsd1_0 join CFBam31.scopedef cjsd1_1 on cjsd1_0.Id=cjsd1_1.Id Hibernate: select cjsr1_0.Id, cjsr1_1.CreatedAt, cjsr1_1.CreatedByUserId, cjsr1_1.requiredRevision, cjsr1_1.TenantId, cjsr1_1.UpdatedAt, cjsr1_1.UpdatedByUserId, cjsr1_0.NextId, cjsr1_0.PrevId, cjsr1_0.RefSchId, cjsr1_0.SchemaId, cjsr1_0.IncludeRoot, cjsr1_0.safe_name, cjsr1_0.RefModelName from CFBam31.schema_ref cjsr1_0 join CFBam31.scopedef cjsr1_1 on cjsr1_0.Id=cjsr1_1.Id Hibernate: select cjsm1_0.Id, cjsm1_1.class_code, cjsm1_1.CreatedAt, cjsm1_1.CreatedByUserId, cjsm1_1.requiredRevision, cjsm1_1.TenantId, cjsm1_1.UpdatedAt, cjsm1_1.UpdatedByUserId, cjsm1_0.descr, cjsm1_0.Label, cjsm1_0.defschid, cjsm1_0.short_descr, cjsm1_0.short_name, cjsm1_0.Suffix, cjsm1_0.TableId, cjsm1_0.cppmeth_body, cjsm1_0.csmeth_body, cjsm1_0.inst_meth, cjsm1_0.srv_only, cjsm1_0.jmeth_body, cjsm1_0.safe_name, cjsm1_2.rettblid, cjsm1_3.rettblid, cjsm1_4.dmy from CFBam31.srvmeth cjsm1_0 join CFBam31.scopedef cjsm1_1 on cjsm1_0.Id=cjsm1_1.Id left join CFBam31.srvlfunc cjsm1_2 on cjsm1_0.Id=cjsm1_2.Id left join CFBam31.srvofunc cjsm1_3 on cjsm1_0.Id=cjsm1_3.Id left join CFBam31.srvprc cjsm1_4 on cjsm1_0.Id=cjsm1_4.Id Hibernate: select cjsof1_0.Id, cjsof1_2.CreatedAt, cjsof1_2.CreatedByUserId, cjsof1_2.requiredRevision, cjsof1_2.TenantId, cjsof1_2.UpdatedAt, cjsof1_2.UpdatedByUserId, cjsof1_1.descr, cjsof1_1.Label, cjsof1_1.defschid, cjsof1_1.short_descr, cjsof1_1.short_name, cjsof1_1.Suffix, cjsof1_1.TableId, cjsof1_1.cppmeth_body, cjsof1_1.csmeth_body, cjsof1_1.inst_meth, cjsof1_1.srv_only, cjsof1_1.jmeth_body, cjsof1_1.safe_name, cjsof1_0.rettblid from CFBam31.srvofunc cjsof1_0 join CFBam31.srvmeth cjsof1_1 on cjsof1_0.Id=cjsof1_1.Id join CFBam31.scopedef cjsof1_2 on cjsof1_0.Id=cjsof1_2.Id Hibernate: select cjsp1_0.Id, cjsp1_2.CreatedAt, cjsp1_2.CreatedByUserId, cjsp1_2.requiredRevision, cjsp1_2.TenantId, cjsp1_2.UpdatedAt, cjsp1_2.UpdatedByUserId, cjsp1_1.descr, cjsp1_1.Label, cjsp1_1.defschid, cjsp1_1.short_descr, cjsp1_1.short_name, cjsp1_1.Suffix, cjsp1_1.TableId, cjsp1_1.cppmeth_body, cjsp1_1.csmeth_body, cjsp1_1.inst_meth, cjsp1_1.srv_only, cjsp1_1.jmeth_body, cjsp1_1.safe_name, cjsp1_0.dmy from CFBam31.srvprc cjsp1_0 join CFBam31.srvmeth cjsp1_1 on cjsp1_0.Id=cjsp1_1.Id join CFBam31.scopedef cjsp1_2 on cjsp1_0.Id=cjsp1_2.Id Hibernate: select cjt1_0.Id, cjt1_1.CreatedAt, cjt1_1.CreatedByUserId, cjt1_1.requiredRevision, cjt1_1.TenantId, cjt1_1.UpdatedAt, cjt1_1.UpdatedByUserId, cjt1_0.DbName, cjt1_0.descr, cjt1_0.Label, cjt1_0.AltIdxId, cjt1_0.defschid, cjt1_0.LookIdxId, cjt1_0.PrimIdxId, cjt1_0.QualTblId, cjt1_0.short_descr, cjt1_0.short_name, cjt1_0.SchemaDefId, cjt1_0.HasAuditColumns, cjt1_0.HasHistory, cjt1_0.IsInstantiable, cjt1_0.IsMutable, cjt1_0.IsServerOnly, cjt1_0.LoadBehavId, cjt1_0.safe_name, cjt1_0.PageData, cjt1_0.SecScopeId, cjt1_0.TblClsCd from CFBam31.tbldef cjt1_0 join CFBam31.scopedef cjt1_1 on cjt1_0.Id=cjt1_1.Id Hibernate: select cjv1_0.Id, cjv1_0.class_code, cjv1_0.CreatedAt, cjv1_0.CreatedByUserId, cjv1_0.dflt_xml_val, cjv1_0.descr, cjv1_0.GenerateId, cjv1_0.Label, cjv1_0.defschid, cjv1_0.NextId, cjv1_0.PrevId, cjv1_0.short_descr, cjv1_0.short_name, cjv1_0.ImplementsPolymorph, cjv1_0.IsNullable, cjv1_0.safe_name, cjv1_0.requiredRevision, cjv1_0.ScopeId, cjv1_0.UpdatedAt, cjv1_0.UpdatedByUserId, cjv1_1.DbName, cjv1_2.TableId, cjv1_3.InitVal, cjv1_3.db_max_len, cjv1_4.SchemaDefId, cjv1_5.TableId, cjv1_6.FalseString, cjv1_6.InitVal, cjv1_6.NullString, cjv1_6.TrueString, cjv1_7.SchemaDefId, cjv1_8.TableId, cjv1_9.Dummy, cjv1_10.SchemaDefId, cjv1_11.TableId, cjv1_12.InitVal, cjv1_13.BlockSize, cjv1_13.Slice, cjv1_14.SchemaDefId, cjv1_15.TableId, cjv1_16.InitVal, cjv1_17.BlockSize, cjv1_17.Slice, cjv1_18.SchemaDefId, cjv1_19.TableId, cjv1_20.InitVal, cjv1_21.BlockSize, cjv1_21.Slice, cjv1_22.SchemaDefId, cjv1_23.TableId, cjv1_24.InitVal, cjv1_25.BlockSize, cjv1_25.Slice, cjv1_26.SchemaDefId, cjv1_27.TableId, cjv1_28.InitVal, cjv1_29.BlockSize, cjv1_29.Slice, cjv1_30.SchemaDefId, cjv1_31.TableId, cjv1_32.InitVal, cjv1_33.BlockSize, cjv1_33.Slice, cjv1_34.SchemaDefId, cjv1_35.TableId, cjv1_36.InitVal, cjv1_36.MaxVal, cjv1_36.MinVal, cjv1_37.SchemaDefId, cjv1_38.SchemaDefId, cjv1_39.TableId, cjv1_40.InitVal, cjv1_40.MaxVal, cjv1_40.MinVal, cjv1_41.SchemaDefId, cjv1_42.BlockSize, cjv1_42.Slice, cjv1_43.BlockSize, cjv1_43.Slice, cjv1_44.BlockSize, cjv1_44.Slice, cjv1_45.TableId, cjv1_46.InitVal, cjv1_46.MaxVal, cjv1_46.MinVal, cjv1_47.SchemaDefId, cjv1_48.TableId, cjv1_49.InitVal, cjv1_49.MaxVal, cjv1_49.MinVal, cjv1_50.SchemaDefId, cjv1_51.TableId, cjv1_52.InitVal, cjv1_52.MaxVal, cjv1_52.MinVal, cjv1_53.SchemaDefId, cjv1_54.TableId, cjv1_55.InitVal, cjv1_55.db_max_len, cjv1_56.SchemaDefId, cjv1_57.TableId, cjv1_58.InitVal, cjv1_58.db_max_len, cjv1_59.SchemaDefId, cjv1_60.TableId, cjv1_61.InitVal, cjv1_61.MaxVal, cjv1_61.MinVal, cjv1_61.Digits, cjv1_61.Precis, cjv1_62.SchemaDefId, cjv1_63.TableId, cjv1_64.InitVal, cjv1_64.is_polymorph, cjv1_64.db_max_len, cjv1_65.SchemaDefId, cjv1_66.TableId, cjv1_67.Dummy, cjv1_68.SchemaDefId, cjv1_69.TableId, cjv1_70.Dummy, cjv1_71.SchemaDefId, cjv1_72.TableId, cjv1_73.Dummy, cjv1_74.SchemaDefId, cjv1_75.DbName, cjv1_75.xml_elt_name, cjv1_75.DataId, cjv1_75.TableId, cjv1_76.TableId, cjv1_77.InitVal, cjv1_77.xml_elt_name, cjv1_77.db_max_len, cjv1_78.SchemaDefId, cjv1_79.TableId, cjv1_80.Dummy, cjv1_81.SchemaDefId, cjv1_82.TableId, cjv1_83.Dummy, cjv1_84.SchemaDefId, cjv1_85.TableId, cjv1_86.InitVal, cjv1_86.db_max_len, cjv1_87.SchemaDefId, cjv1_88.TableId, cjv1_89.InitVal, cjv1_89.MaxVal, cjv1_89.MinVal, cjv1_90.SchemaDefId, cjv1_91.TableId, cjv1_92.InitVal, cjv1_92.MaxVal, cjv1_92.MinVal, cjv1_93.SchemaDefId, cjv1_94.TableId, cjv1_95.InitVal, cjv1_95.MaxVal, cjv1_95.MinVal, cjv1_96.SchemaDefId, cjv1_97.TableId, cjv1_98.InitVal, cjv1_99.BlockSize, cjv1_99.Slice, cjv1_100.SchemaDefId, cjv1_101.TableId, cjv1_102.InitVal, cjv1_103.BlockSize, cjv1_103.Slice, cjv1_104.SchemaDefId from CFBam31.valdef cjv1_0 left join CFBam31.atomdef cjv1_1 on cjv1_0.Id=cjv1_1.Id left join CFBam31.blbcol cjv1_2 on cjv1_0.Id=cjv1_2.Id left join CFBam31.blbdef cjv1_3 on cjv1_0.Id=cjv1_3.Id left join CFBam31.blbtyp cjv1_4 on cjv1_0.Id=cjv1_4.Id left join CFBam31.boolcol cjv1_5 on cjv1_0.Id=cjv1_5.Id left join CFBam31.booldef cjv1_6 on cjv1_0.Id=cjv1_6.Id left join CFBam31.booltyp cjv1_7 on cjv1_0.Id=cjv1_7.Id left join CFBam31.dtcol cjv1_8 on cjv1_0.Id=cjv1_8.Id left join CFBam31.dtdef cjv1_9 on cjv1_0.Id=cjv1_9.Id left join CFBam31.dttyp cjv1_10 on cjv1_0.Id=cjv1_10.Id left join CFBam31.dbk128col cjv1_11 on cjv1_0.Id=cjv1_11.Id left join CFBam31.dbk128def cjv1_12 on cjv1_0.Id=cjv1_12.Id left join CFBam31.idgdbk128 cjv1_13 on cjv1_0.Id=cjv1_13.Id left join CFBam31.dbk128typ cjv1_14 on cjv1_0.Id=cjv1_14.Id left join CFBam31.dbk160col cjv1_15 on cjv1_0.Id=cjv1_15.Id left join CFBam31.dbk160def cjv1_16 on cjv1_0.Id=cjv1_16.Id left join CFBam31.idgdbk160 cjv1_17 on cjv1_0.Id=cjv1_17.Id left join CFBam31.dbk160typ cjv1_18 on cjv1_0.Id=cjv1_18.Id left join CFBam31.dbk224col cjv1_19 on cjv1_0.Id=cjv1_19.Id left join CFBam31.dbk224def cjv1_20 on cjv1_0.Id=cjv1_20.Id left join CFBam31.idgdbk224 cjv1_21 on cjv1_0.Id=cjv1_21.Id left join CFBam31.dbk224typ cjv1_22 on cjv1_0.Id=cjv1_22.Id left join CFBam31.dbk256col cjv1_23 on cjv1_0.Id=cjv1_23.Id left join CFBam31.dbk256def cjv1_24 on cjv1_0.Id=cjv1_24.Id left join CFBam31.idgdbk256 cjv1_25 on cjv1_0.Id=cjv1_25.Id left join CFBam31.dbk256typ cjv1_26 on cjv1_0.Id=cjv1_26.Id left join CFBam31.dbk384col cjv1_27 on cjv1_0.Id=cjv1_27.Id left join CFBam31.dbk384def cjv1_28 on cjv1_0.Id=cjv1_28.Id left join CFBam31.idgdbk384 cjv1_29 on cjv1_0.Id=cjv1_29.Id left join CFBam31.dbk384typ cjv1_30 on cjv1_0.Id=cjv1_30.Id left join CFBam31.dbk512col cjv1_31 on cjv1_0.Id=cjv1_31.Id left join CFBam31.dbk512def cjv1_32 on cjv1_0.Id=cjv1_32.Id left join CFBam31.idgdbk512 cjv1_33 on cjv1_0.Id=cjv1_33.Id left join CFBam31.dbk512typ cjv1_34 on cjv1_0.Id=cjv1_34.Id left join CFBam31.dblcol cjv1_35 on cjv1_0.Id=cjv1_35.Id left join CFBam31.dbldef cjv1_36 on cjv1_0.Id=cjv1_36.Id left join CFBam31.dbltyp cjv1_37 on cjv1_0.Id=cjv1_37.Id left join CFBam31.enumtyp cjv1_38 on cjv1_0.Id=cjv1_38.Id left join CFBam31.fltcol cjv1_39 on cjv1_0.Id=cjv1_39.Id left join CFBam31.fltdef cjv1_40 on cjv1_0.Id=cjv1_40.Id left join CFBam31.flttyp cjv1_41 on cjv1_0.Id=cjv1_41.Id left join CFBam31.idg16 cjv1_42 on cjv1_0.Id=cjv1_42.Id left join CFBam31.idg32 cjv1_43 on cjv1_0.Id=cjv1_43.Id left join CFBam31.idg64 cjv1_44 on cjv1_0.Id=cjv1_44.Id left join CFBam31.int16col cjv1_45 on cjv1_0.Id=cjv1_45.Id left join CFBam31.int16def cjv1_46 on cjv1_0.Id=cjv1_46.Id left join CFBam31.int16typ cjv1_47 on cjv1_0.Id=cjv1_47.Id left join CFBam31.int32col cjv1_48 on cjv1_0.Id=cjv1_48.Id left join CFBam31.int32def cjv1_49 on cjv1_0.Id=cjv1_49.Id left join CFBam31.int32typ cjv1_50 on cjv1_0.Id=cjv1_50.Id left join CFBam31.int64col cjv1_51 on cjv1_0.Id=cjv1_51.Id left join CFBam31.int64def cjv1_52 on cjv1_0.Id=cjv1_52.Id left join CFBam31.int64typ cjv1_53 on cjv1_0.Id=cjv1_53.Id left join CFBam31.nmtkncol cjv1_54 on cjv1_0.Id=cjv1_54.Id left join CFBam31.nmtkndef cjv1_55 on cjv1_0.Id=cjv1_55.Id left join CFBam31.nmtkntyp cjv1_56 on cjv1_0.Id=cjv1_56.Id left join CFBam31.nmtknscol cjv1_57 on cjv1_0.Id=cjv1_57.Id left join CFBam31.nmtknsdef cjv1_58 on cjv1_0.Id=cjv1_58.Id left join CFBam31.nmtknstyp cjv1_59 on cjv1_0.Id=cjv1_59.Id left join CFBam31.numcol cjv1_60 on cjv1_0.Id=cjv1_60.Id left join CFBam31.numdef cjv1_61 on cjv1_0.Id=cjv1_61.Id left join CFBam31.numtyp cjv1_62 on cjv1_0.Id=cjv1_62.Id left join CFBam31.strcol cjv1_63 on cjv1_0.Id=cjv1_63.Id left join CFBam31.strdef cjv1_64 on cjv1_0.Id=cjv1_64.Id left join CFBam31.strtyp cjv1_65 on cjv1_0.Id=cjv1_65.Id left join CFBam31.dzcol cjv1_66 on cjv1_0.Id=cjv1_66.Id left join CFBam31.dzdef cjv1_67 on cjv1_0.Id=cjv1_67.Id left join CFBam31.dztyp cjv1_68 on cjv1_0.Id=cjv1_68.Id left join CFBam31.tmzcol cjv1_69 on cjv1_0.Id=cjv1_69.Id left join CFBam31.tmzdef cjv1_70 on cjv1_0.Id=cjv1_70.Id left join CFBam31.tmztyp cjv1_71 on cjv1_0.Id=cjv1_71.Id left join CFBam31.zscol cjv1_72 on cjv1_0.Id=cjv1_72.Id left join CFBam31.zsdef cjv1_73 on cjv1_0.Id=cjv1_73.Id left join CFBam31.zstyp cjv1_74 on cjv1_0.Id=cjv1_74.Id left join CFBam31.tblcol cjv1_75 on cjv1_0.Id=cjv1_75.Id left join CFBam31.txtcol cjv1_76 on cjv1_0.Id=cjv1_76.Id left join CFBam31.txtdef cjv1_77 on cjv1_0.Id=cjv1_77.Id left join CFBam31.txttyp cjv1_78 on cjv1_0.Id=cjv1_78.Id left join CFBam31.tmcol cjv1_79 on cjv1_0.Id=cjv1_79.Id left join CFBam31.tmdef cjv1_80 on cjv1_0.Id=cjv1_80.Id left join CFBam31.tmtyp cjv1_81 on cjv1_0.Id=cjv1_81.Id left join CFBam31.tscol cjv1_82 on cjv1_0.Id=cjv1_82.Id left join CFBam31.tsdef cjv1_83 on cjv1_0.Id=cjv1_83.Id left join CFBam31.tstyp cjv1_84 on cjv1_0.Id=cjv1_84.Id left join CFBam31.tkncol cjv1_85 on cjv1_0.Id=cjv1_85.Id left join CFBam31.tkndef cjv1_86 on cjv1_0.Id=cjv1_86.Id left join CFBam31.tkntyp cjv1_87 on cjv1_0.Id=cjv1_87.Id left join CFBam31.uint16col cjv1_88 on cjv1_0.Id=cjv1_88.Id left join CFBam31.u16def cjv1_89 on cjv1_0.Id=cjv1_89.Id left join CFBam31.uint16typ cjv1_90 on cjv1_0.Id=cjv1_90.Id left join CFBam31.uint32col cjv1_91 on cjv1_0.Id=cjv1_91.Id left join CFBam31.u32def cjv1_92 on cjv1_0.Id=cjv1_92.Id left join CFBam31.uint32typ cjv1_93 on cjv1_0.Id=cjv1_93.Id left join CFBam31.uint64col cjv1_94 on cjv1_0.Id=cjv1_94.Id left join CFBam31.u64def cjv1_95 on cjv1_0.Id=cjv1_95.Id left join CFBam31.uint64typ cjv1_96 on cjv1_0.Id=cjv1_96.Id left join CFBam31.uuid6col cjv1_97 on cjv1_0.Id=cjv1_97.Id left join CFBam31.uuid6def cjv1_98 on cjv1_0.Id=cjv1_98.Id left join CFBam31.idguuid6 cjv1_99 on cjv1_0.Id=cjv1_99.Id left join CFBam31.uuid6typ cjv1_100 on cjv1_0.Id=cjv1_100.Id left join CFBam31.uuidcol cjv1_101 on cjv1_0.Id=cjv1_101.Id left join CFBam31.uuiddef cjv1_102 on cjv1_0.Id=cjv1_102.Id left join CFBam31.idguuid cjv1_103 on cjv1_0.Id=cjv1_103.Id left join CFBam31.uuidtyp cjv1_104 on cjv1_0.Id=cjv1_104.Id Hibernate: select cja1_0.Id, cja1_1.class_code, cja1_1.CreatedAt, cja1_1.CreatedByUserId, cja1_1.dflt_xml_val, cja1_1.descr, cja1_1.GenerateId, cja1_1.Label, cja1_1.defschid, cja1_1.NextId, cja1_1.PrevId, cja1_1.short_descr, cja1_1.short_name, cja1_1.ImplementsPolymorph, cja1_1.IsNullable, cja1_1.safe_name, cja1_1.requiredRevision, cja1_1.ScopeId, cja1_1.UpdatedAt, cja1_1.UpdatedByUserId, cja1_0.DbName, cja1_2.TableId, cja1_3.InitVal, cja1_3.db_max_len, cja1_4.SchemaDefId, cja1_5.TableId, cja1_6.FalseString, cja1_6.InitVal, cja1_6.NullString, cja1_6.TrueString, cja1_7.SchemaDefId, cja1_8.TableId, cja1_9.Dummy, cja1_10.SchemaDefId, cja1_11.TableId, cja1_12.InitVal, cja1_13.BlockSize, cja1_13.Slice, cja1_14.SchemaDefId, cja1_15.TableId, cja1_16.InitVal, cja1_17.BlockSize, cja1_17.Slice, cja1_18.SchemaDefId, cja1_19.TableId, cja1_20.InitVal, cja1_21.BlockSize, cja1_21.Slice, cja1_22.SchemaDefId, cja1_23.TableId, cja1_24.InitVal, cja1_25.BlockSize, cja1_25.Slice, cja1_26.SchemaDefId, cja1_27.TableId, cja1_28.InitVal, cja1_29.BlockSize, cja1_29.Slice, cja1_30.SchemaDefId, cja1_31.TableId, cja1_32.InitVal, cja1_33.BlockSize, cja1_33.Slice, cja1_34.SchemaDefId, cja1_35.TableId, cja1_36.InitVal, cja1_36.MaxVal, cja1_36.MinVal, cja1_37.SchemaDefId, cja1_38.SchemaDefId, cja1_39.TableId, cja1_40.InitVal, cja1_40.MaxVal, cja1_40.MinVal, cja1_41.SchemaDefId, cja1_42.BlockSize, cja1_42.Slice, cja1_43.BlockSize, cja1_43.Slice, cja1_44.BlockSize, cja1_44.Slice, cja1_45.TableId, cja1_46.InitVal, cja1_46.MaxVal, cja1_46.MinVal, cja1_47.SchemaDefId, cja1_48.TableId, cja1_49.InitVal, cja1_49.MaxVal, cja1_49.MinVal, cja1_50.SchemaDefId, cja1_51.TableId, cja1_52.InitVal, cja1_52.MaxVal, cja1_52.MinVal, cja1_53.SchemaDefId, cja1_54.TableId, cja1_55.InitVal, cja1_55.db_max_len, cja1_56.SchemaDefId, cja1_57.TableId, cja1_58.InitVal, cja1_58.db_max_len, cja1_59.SchemaDefId, cja1_60.TableId, cja1_61.InitVal, cja1_61.MaxVal, cja1_61.MinVal, cja1_61.Digits, cja1_61.Precis, cja1_62.SchemaDefId, cja1_63.TableId, cja1_64.InitVal, cja1_64.is_polymorph, cja1_64.db_max_len, cja1_65.SchemaDefId, cja1_66.TableId, cja1_67.Dummy, cja1_68.SchemaDefId, cja1_69.TableId, cja1_70.Dummy, cja1_71.SchemaDefId, cja1_72.TableId, cja1_73.Dummy, cja1_74.SchemaDefId, cja1_75.TableId, cja1_76.InitVal, cja1_76.xml_elt_name, cja1_76.db_max_len, cja1_77.SchemaDefId, cja1_78.TableId, cja1_79.Dummy, cja1_80.SchemaDefId, cja1_81.TableId, cja1_82.Dummy, cja1_83.SchemaDefId, cja1_84.TableId, cja1_85.InitVal, cja1_85.db_max_len, cja1_86.SchemaDefId, cja1_87.TableId, cja1_88.InitVal, cja1_88.MaxVal, cja1_88.MinVal, cja1_89.SchemaDefId, cja1_90.TableId, cja1_91.InitVal, cja1_91.MaxVal, cja1_91.MinVal, cja1_92.SchemaDefId, cja1_93.TableId, cja1_94.InitVal, cja1_94.MaxVal, cja1_94.MinVal, cja1_95.SchemaDefId, cja1_96.TableId, cja1_97.InitVal, cja1_98.BlockSize, cja1_98.Slice, cja1_99.SchemaDefId, cja1_100.TableId, cja1_101.InitVal, cja1_102.BlockSize, cja1_102.Slice, cja1_103.SchemaDefId from CFBam31.atomdef cja1_0 join CFBam31.valdef cja1_1 on cja1_0.Id=cja1_1.Id left join CFBam31.blbcol cja1_2 on cja1_0.Id=cja1_2.Id left join CFBam31.blbdef cja1_3 on cja1_0.Id=cja1_3.Id left join CFBam31.blbtyp cja1_4 on cja1_0.Id=cja1_4.Id left join CFBam31.boolcol cja1_5 on cja1_0.Id=cja1_5.Id left join CFBam31.booldef cja1_6 on cja1_0.Id=cja1_6.Id left join CFBam31.booltyp cja1_7 on cja1_0.Id=cja1_7.Id left join CFBam31.dtcol cja1_8 on cja1_0.Id=cja1_8.Id left join CFBam31.dtdef cja1_9 on cja1_0.Id=cja1_9.Id left join CFBam31.dttyp cja1_10 on cja1_0.Id=cja1_10.Id left join CFBam31.dbk128col cja1_11 on cja1_0.Id=cja1_11.Id left join CFBam31.dbk128def cja1_12 on cja1_0.Id=cja1_12.Id left join CFBam31.idgdbk128 cja1_13 on cja1_0.Id=cja1_13.Id left join CFBam31.dbk128typ cja1_14 on cja1_0.Id=cja1_14.Id left join CFBam31.dbk160col cja1_15 on cja1_0.Id=cja1_15.Id left join CFBam31.dbk160def cja1_16 on cja1_0.Id=cja1_16.Id left join CFBam31.idgdbk160 cja1_17 on cja1_0.Id=cja1_17.Id left join CFBam31.dbk160typ cja1_18 on cja1_0.Id=cja1_18.Id left join CFBam31.dbk224col cja1_19 on cja1_0.Id=cja1_19.Id left join CFBam31.dbk224def cja1_20 on cja1_0.Id=cja1_20.Id left join CFBam31.idgdbk224 cja1_21 on cja1_0.Id=cja1_21.Id left join CFBam31.dbk224typ cja1_22 on cja1_0.Id=cja1_22.Id left join CFBam31.dbk256col cja1_23 on cja1_0.Id=cja1_23.Id left join CFBam31.dbk256def cja1_24 on cja1_0.Id=cja1_24.Id left join CFBam31.idgdbk256 cja1_25 on cja1_0.Id=cja1_25.Id left join CFBam31.dbk256typ cja1_26 on cja1_0.Id=cja1_26.Id left join CFBam31.dbk384col cja1_27 on cja1_0.Id=cja1_27.Id left join CFBam31.dbk384def cja1_28 on cja1_0.Id=cja1_28.Id left join CFBam31.idgdbk384 cja1_29 on cja1_0.Id=cja1_29.Id left join CFBam31.dbk384typ cja1_30 on cja1_0.Id=cja1_30.Id left join CFBam31.dbk512col cja1_31 on cja1_0.Id=cja1_31.Id left join CFBam31.dbk512def cja1_32 on cja1_0.Id=cja1_32.Id left join CFBam31.idgdbk512 cja1_33 on cja1_0.Id=cja1_33.Id left join CFBam31.dbk512typ cja1_34 on cja1_0.Id=cja1_34.Id left join CFBam31.dblcol cja1_35 on cja1_0.Id=cja1_35.Id left join CFBam31.dbldef cja1_36 on cja1_0.Id=cja1_36.Id left join CFBam31.dbltyp cja1_37 on cja1_0.Id=cja1_37.Id left join CFBam31.enumtyp cja1_38 on cja1_0.Id=cja1_38.Id left join CFBam31.fltcol cja1_39 on cja1_0.Id=cja1_39.Id left join CFBam31.fltdef cja1_40 on cja1_0.Id=cja1_40.Id left join CFBam31.flttyp cja1_41 on cja1_0.Id=cja1_41.Id left join CFBam31.idg16 cja1_42 on cja1_0.Id=cja1_42.Id left join CFBam31.idg32 cja1_43 on cja1_0.Id=cja1_43.Id left join CFBam31.idg64 cja1_44 on cja1_0.Id=cja1_44.Id left join CFBam31.int16col cja1_45 on cja1_0.Id=cja1_45.Id left join CFBam31.int16def cja1_46 on cja1_0.Id=cja1_46.Id left join CFBam31.int16typ cja1_47 on cja1_0.Id=cja1_47.Id left join CFBam31.int32col cja1_48 on cja1_0.Id=cja1_48.Id left join CFBam31.int32def cja1_49 on cja1_0.Id=cja1_49.Id left join CFBam31.int32typ cja1_50 on cja1_0.Id=cja1_50.Id left join CFBam31.int64col cja1_51 on cja1_0.Id=cja1_51.Id left join CFBam31.int64def cja1_52 on cja1_0.Id=cja1_52.Id left join CFBam31.int64typ cja1_53 on cja1_0.Id=cja1_53.Id left join CFBam31.nmtkncol cja1_54 on cja1_0.Id=cja1_54.Id left join CFBam31.nmtkndef cja1_55 on cja1_0.Id=cja1_55.Id left join CFBam31.nmtkntyp cja1_56 on cja1_0.Id=cja1_56.Id left join CFBam31.nmtknscol cja1_57 on cja1_0.Id=cja1_57.Id left join CFBam31.nmtknsdef cja1_58 on cja1_0.Id=cja1_58.Id left join CFBam31.nmtknstyp cja1_59 on cja1_0.Id=cja1_59.Id left join CFBam31.numcol cja1_60 on cja1_0.Id=cja1_60.Id left join CFBam31.numdef cja1_61 on cja1_0.Id=cja1_61.Id left join CFBam31.numtyp cja1_62 on cja1_0.Id=cja1_62.Id left join CFBam31.strcol cja1_63 on cja1_0.Id=cja1_63.Id left join CFBam31.strdef cja1_64 on cja1_0.Id=cja1_64.Id left join CFBam31.strtyp cja1_65 on cja1_0.Id=cja1_65.Id left join CFBam31.dzcol cja1_66 on cja1_0.Id=cja1_66.Id left join CFBam31.dzdef cja1_67 on cja1_0.Id=cja1_67.Id left join CFBam31.dztyp cja1_68 on cja1_0.Id=cja1_68.Id left join CFBam31.tmzcol cja1_69 on cja1_0.Id=cja1_69.Id left join CFBam31.tmzdef cja1_70 on cja1_0.Id=cja1_70.Id left join CFBam31.tmztyp cja1_71 on cja1_0.Id=cja1_71.Id left join CFBam31.zscol cja1_72 on cja1_0.Id=cja1_72.Id left join CFBam31.zsdef cja1_73 on cja1_0.Id=cja1_73.Id left join CFBam31.zstyp cja1_74 on cja1_0.Id=cja1_74.Id left join CFBam31.txtcol cja1_75 on cja1_0.Id=cja1_75.Id left join CFBam31.txtdef cja1_76 on cja1_0.Id=cja1_76.Id left join CFBam31.txttyp cja1_77 on cja1_0.Id=cja1_77.Id left join CFBam31.tmcol cja1_78 on cja1_0.Id=cja1_78.Id left join CFBam31.tmdef cja1_79 on cja1_0.Id=cja1_79.Id left join CFBam31.tmtyp cja1_80 on cja1_0.Id=cja1_80.Id left join CFBam31.tscol cja1_81 on cja1_0.Id=cja1_81.Id left join CFBam31.tsdef cja1_82 on cja1_0.Id=cja1_82.Id left join CFBam31.tstyp cja1_83 on cja1_0.Id=cja1_83.Id left join CFBam31.tkncol cja1_84 on cja1_0.Id=cja1_84.Id left join CFBam31.tkndef cja1_85 on cja1_0.Id=cja1_85.Id left join CFBam31.tkntyp cja1_86 on cja1_0.Id=cja1_86.Id left join CFBam31.uint16col cja1_87 on cja1_0.Id=cja1_87.Id left join CFBam31.u16def cja1_88 on cja1_0.Id=cja1_88.Id left join CFBam31.uint16typ cja1_89 on cja1_0.Id=cja1_89.Id left join CFBam31.uint32col cja1_90 on cja1_0.Id=cja1_90.Id left join CFBam31.u32def cja1_91 on cja1_0.Id=cja1_91.Id left join CFBam31.uint32typ cja1_92 on cja1_0.Id=cja1_92.Id left join CFBam31.uint64col cja1_93 on cja1_0.Id=cja1_93.Id left join CFBam31.u64def cja1_94 on cja1_0.Id=cja1_94.Id left join CFBam31.uint64typ cja1_95 on cja1_0.Id=cja1_95.Id left join CFBam31.uuid6col cja1_96 on cja1_0.Id=cja1_96.Id left join CFBam31.uuid6def cja1_97 on cja1_0.Id=cja1_97.Id left join CFBam31.idguuid6 cja1_98 on cja1_0.Id=cja1_98.Id left join CFBam31.uuid6typ cja1_99 on cja1_0.Id=cja1_99.Id left join CFBam31.uuidcol cja1_100 on cja1_0.Id=cja1_100.Id left join CFBam31.uuiddef cja1_101 on cja1_0.Id=cja1_101.Id left join CFBam31.idguuid cja1_102 on cja1_0.Id=cja1_102.Id left join CFBam31.uuidtyp cja1_103 on cja1_0.Id=cja1_103.Id Hibernate: select cjbd1_0.Id, cjbd1_2.class_code, cjbd1_2.CreatedAt, cjbd1_2.CreatedByUserId, cjbd1_2.dflt_xml_val, cjbd1_2.descr, cjbd1_2.GenerateId, cjbd1_2.Label, cjbd1_2.defschid, cjbd1_2.NextId, cjbd1_2.PrevId, cjbd1_2.short_descr, cjbd1_2.short_name, cjbd1_2.ImplementsPolymorph, cjbd1_2.IsNullable, cjbd1_2.safe_name, cjbd1_2.requiredRevision, cjbd1_2.ScopeId, cjbd1_2.UpdatedAt, cjbd1_2.UpdatedByUserId, cjbd1_1.DbName, cjbd1_0.InitVal, cjbd1_0.db_max_len, cjbd1_3.TableId, cjbd1_4.SchemaDefId from CFBam31.blbdef cjbd1_0 join CFBam31.atomdef cjbd1_1 on cjbd1_0.Id=cjbd1_1.Id join CFBam31.valdef cjbd1_2 on cjbd1_0.Id=cjbd1_2.Id left join CFBam31.blbcol cjbd1_3 on cjbd1_0.Id=cjbd1_3.Id left join CFBam31.blbtyp cjbd1_4 on cjbd1_0.Id=cjbd1_4.Id Hibernate: select cjbt1_0.Id, cjbt1_3.CreatedAt, cjbt1_3.CreatedByUserId, cjbt1_3.dflt_xml_val, cjbt1_3.descr, cjbt1_3.GenerateId, cjbt1_3.Label, cjbt1_3.defschid, cjbt1_3.NextId, cjbt1_3.PrevId, cjbt1_3.short_descr, cjbt1_3.short_name, cjbt1_3.ImplementsPolymorph, cjbt1_3.IsNullable, cjbt1_3.safe_name, cjbt1_3.requiredRevision, cjbt1_3.ScopeId, cjbt1_3.UpdatedAt, cjbt1_3.UpdatedByUserId, cjbt1_2.DbName, cjbt1_1.InitVal, cjbt1_1.db_max_len, cjbt1_0.SchemaDefId from CFBam31.blbtyp cjbt1_0 join CFBam31.blbdef cjbt1_1 on cjbt1_0.Id=cjbt1_1.Id join CFBam31.atomdef cjbt1_2 on cjbt1_0.Id=cjbt1_2.Id join CFBam31.valdef cjbt1_3 on cjbt1_0.Id=cjbt1_3.Id Hibernate: select cjbd1_0.Id, cjbd1_2.class_code, cjbd1_2.CreatedAt, cjbd1_2.CreatedByUserId, cjbd1_2.dflt_xml_val, cjbd1_2.descr, cjbd1_2.GenerateId, cjbd1_2.Label, cjbd1_2.defschid, cjbd1_2.NextId, cjbd1_2.PrevId, cjbd1_2.short_descr, cjbd1_2.short_name, cjbd1_2.ImplementsPolymorph, cjbd1_2.IsNullable, cjbd1_2.safe_name, cjbd1_2.requiredRevision, cjbd1_2.ScopeId, cjbd1_2.UpdatedAt, cjbd1_2.UpdatedByUserId, cjbd1_1.DbName, cjbd1_0.FalseString, cjbd1_0.InitVal, cjbd1_0.NullString, cjbd1_0.TrueString, cjbd1_3.TableId, cjbd1_4.SchemaDefId from CFBam31.booldef cjbd1_0 join CFBam31.atomdef cjbd1_1 on cjbd1_0.Id=cjbd1_1.Id join CFBam31.valdef cjbd1_2 on cjbd1_0.Id=cjbd1_2.Id left join CFBam31.boolcol cjbd1_3 on cjbd1_0.Id=cjbd1_3.Id left join CFBam31.booltyp cjbd1_4 on cjbd1_0.Id=cjbd1_4.Id Hibernate: select cjbt1_0.Id, cjbt1_3.CreatedAt, cjbt1_3.CreatedByUserId, cjbt1_3.dflt_xml_val, cjbt1_3.descr, cjbt1_3.GenerateId, cjbt1_3.Label, cjbt1_3.defschid, cjbt1_3.NextId, cjbt1_3.PrevId, cjbt1_3.short_descr, cjbt1_3.short_name, cjbt1_3.ImplementsPolymorph, cjbt1_3.IsNullable, cjbt1_3.safe_name, cjbt1_3.requiredRevision, cjbt1_3.ScopeId, cjbt1_3.UpdatedAt, cjbt1_3.UpdatedByUserId, cjbt1_2.DbName, cjbt1_1.FalseString, cjbt1_1.InitVal, cjbt1_1.NullString, cjbt1_1.TrueString, cjbt1_0.SchemaDefId from CFBam31.booltyp cjbt1_0 join CFBam31.booldef cjbt1_1 on cjbt1_0.Id=cjbt1_1.Id join CFBam31.atomdef cjbt1_2 on cjbt1_0.Id=cjbt1_2.Id join CFBam31.valdef cjbt1_3 on cjbt1_0.Id=cjbt1_3.Id Hibernate: select cjc1_0.Id, cjc1_0.CreatedAt, cjc1_0.CreatedByUserId, cjc1_0.descr, cjc1_0.Label, cjc1_0.defschid, cjc1_0.short_descr, cjc1_0.short_name, cjc1_0.Suffix, cjc1_0.TableId, cjc1_0.NextRelationId, cjc1_0.PrevRelationId, cjc1_0.safe_name, cjc1_0.requiredRevision, cjc1_0.UpdatedAt, cjc1_0.UpdatedByUserId from CFBam31.chain_def cjc1_0 Hibernate: select cjcd1_0.Id, cjcd1_1.class_code, cjcd1_1.CreatedAt, cjcd1_1.CreatedByUserId, cjcd1_1.requiredRevision, cjcd1_1.TenantId, cjcd1_1.UpdatedAt, cjcd1_1.UpdatedByUserId, cjcd1_0.defschid, cjcd1_0.RelationId, cjcd1_2.contclrdepid, cjcd1_2.safe_name, cjcd1_3.contclrdep1id, cjcd1_3.safe_name, cjcd1_4.contclrdep2id, cjcd1_4.safe_name, cjcd1_5.NextId, cjcd1_5.PrevId, cjcd1_5.TableId, cjcd1_5.safe_name from CFBam31.clr_dep cjcd1_0 join CFBam31.scopedef cjcd1_1 on cjcd1_0.Id=cjcd1_1.Id left join CFBam31.clrsubdep1 cjcd1_2 on cjcd1_0.Id=cjcd1_2.Id left join CFBam31.clrsubdep2 cjcd1_3 on cjcd1_0.Id=cjcd1_3.Id left join CFBam31.clrsubdep3 cjcd1_4 on cjcd1_0.Id=cjcd1_4.Id left join CFBam31.clr_topdep cjcd1_5 on cjcd1_0.Id=cjcd1_5.Id Hibernate: select cjcsd1_0.Id, cjcsd1_2.CreatedAt, cjcsd1_2.CreatedByUserId, cjcsd1_2.requiredRevision, cjcsd1_2.TenantId, cjcsd1_2.UpdatedAt, cjcsd1_2.UpdatedByUserId, cjcsd1_1.defschid, cjcsd1_1.RelationId, cjcsd1_0.contclrdepid, cjcsd1_0.safe_name from CFBam31.clrsubdep1 cjcsd1_0 join CFBam31.clr_dep cjcsd1_1 on cjcsd1_0.Id=cjcsd1_1.Id join CFBam31.scopedef cjcsd1_2 on cjcsd1_0.Id=cjcsd1_2.Id Hibernate: select cjcsd1_0.Id, cjcsd1_2.CreatedAt, cjcsd1_2.CreatedByUserId, cjcsd1_2.requiredRevision, cjcsd1_2.TenantId, cjcsd1_2.UpdatedAt, cjcsd1_2.UpdatedByUserId, cjcsd1_1.defschid, cjcsd1_1.RelationId, cjcsd1_0.contclrdep1id, cjcsd1_0.safe_name from CFBam31.clrsubdep2 cjcsd1_0 join CFBam31.clr_dep cjcsd1_1 on cjcsd1_0.Id=cjcsd1_1.Id join CFBam31.scopedef cjcsd1_2 on cjcsd1_0.Id=cjcsd1_2.Id Hibernate: select cjcsd1_0.Id, cjcsd1_2.CreatedAt, cjcsd1_2.CreatedByUserId, cjcsd1_2.requiredRevision, cjcsd1_2.TenantId, cjcsd1_2.UpdatedAt, cjcsd1_2.UpdatedByUserId, cjcsd1_1.defschid, cjcsd1_1.RelationId, cjcsd1_0.contclrdep2id, cjcsd1_0.safe_name from CFBam31.clrsubdep3 cjcsd1_0 join CFBam31.clr_dep cjcsd1_1 on cjcsd1_0.Id=cjcsd1_1.Id join CFBam31.scopedef cjcsd1_2 on cjcsd1_0.Id=cjcsd1_2.Id Hibernate: select cjctd1_0.Id, cjctd1_2.CreatedAt, cjctd1_2.CreatedByUserId, cjctd1_2.requiredRevision, cjctd1_2.TenantId, cjctd1_2.UpdatedAt, cjctd1_2.UpdatedByUserId, cjctd1_1.defschid, cjctd1_1.RelationId, cjctd1_0.NextId, cjctd1_0.PrevId, cjctd1_0.TableId, cjctd1_0.safe_name from CFBam31.clr_topdep cjctd1_0 join CFBam31.clr_dep cjctd1_1 on cjctd1_0.Id=cjctd1_1.Id join CFBam31.scopedef cjctd1_2 on cjctd1_0.Id=cjctd1_2.Id Hibernate: select cjdd1_0.Id, cjdd1_2.class_code, cjdd1_2.CreatedAt, cjdd1_2.CreatedByUserId, cjdd1_2.dflt_xml_val, cjdd1_2.descr, cjdd1_2.GenerateId, cjdd1_2.Label, cjdd1_2.defschid, cjdd1_2.NextId, cjdd1_2.PrevId, cjdd1_2.short_descr, cjdd1_2.short_name, cjdd1_2.ImplementsPolymorph, cjdd1_2.IsNullable, cjdd1_2.safe_name, cjdd1_2.requiredRevision, cjdd1_2.ScopeId, cjdd1_2.UpdatedAt, cjdd1_2.UpdatedByUserId, cjdd1_1.DbName, cjdd1_0.Dummy, cjdd1_3.TableId, cjdd1_4.SchemaDefId from CFBam31.dtdef cjdd1_0 join CFBam31.atomdef cjdd1_1 on cjdd1_0.Id=cjdd1_1.Id join CFBam31.valdef cjdd1_2 on cjdd1_0.Id=cjdd1_2.Id left join CFBam31.dtcol cjdd1_3 on cjdd1_0.Id=cjdd1_3.Id left join CFBam31.dttyp cjdd1_4 on cjdd1_0.Id=cjdd1_4.Id Hibernate: select cjdt1_0.Id, cjdt1_3.CreatedAt, cjdt1_3.CreatedByUserId, cjdt1_3.dflt_xml_val, cjdt1_3.descr, cjdt1_3.GenerateId, cjdt1_3.Label, cjdt1_3.defschid, cjdt1_3.NextId, cjdt1_3.PrevId, cjdt1_3.short_descr, cjdt1_3.short_name, cjdt1_3.ImplementsPolymorph, cjdt1_3.IsNullable, cjdt1_3.safe_name, cjdt1_3.requiredRevision, cjdt1_3.ScopeId, cjdt1_3.UpdatedAt, cjdt1_3.UpdatedByUserId, cjdt1_2.DbName, cjdt1_1.Dummy, cjdt1_0.SchemaDefId from CFBam31.dttyp cjdt1_0 join CFBam31.dtdef cjdt1_1 on cjdt1_0.Id=cjdt1_1.Id join CFBam31.atomdef cjdt1_2 on cjdt1_0.Id=cjdt1_2.Id join CFBam31.valdef cjdt1_3 on cjdt1_0.Id=cjdt1_3.Id Hibernate: select cjdd1_0.Id, cjdd1_1.class_code, cjdd1_1.CreatedAt, cjdd1_1.CreatedByUserId, cjdd1_1.requiredRevision, cjdd1_1.TenantId, cjdd1_1.UpdatedAt, cjdd1_1.UpdatedByUserId, cjdd1_0.defschid, cjdd1_0.RelationId, cjdd1_2.contdeldepid, cjdd1_2.safe_name, cjdd1_3.contdeldep1id, cjdd1_3.safe_name, cjdd1_4.contdeldep2id, cjdd1_4.safe_name, cjdd1_5.NextId, cjdd1_5.PrevId, cjdd1_5.TableId, cjdd1_5.safe_name from CFBam31.del_dep cjdd1_0 join CFBam31.scopedef cjdd1_1 on cjdd1_0.Id=cjdd1_1.Id left join CFBam31.delsubdep1 cjdd1_2 on cjdd1_0.Id=cjdd1_2.Id left join CFBam31.delsubdep2 cjdd1_3 on cjdd1_0.Id=cjdd1_3.Id left join CFBam31.delsubdep3 cjdd1_4 on cjdd1_0.Id=cjdd1_4.Id left join CFBam31.del_topdep cjdd1_5 on cjdd1_0.Id=cjdd1_5.Id Hibernate: select cjdsd1_0.Id, cjdsd1_2.CreatedAt, cjdsd1_2.CreatedByUserId, cjdsd1_2.requiredRevision, cjdsd1_2.TenantId, cjdsd1_2.UpdatedAt, cjdsd1_2.UpdatedByUserId, cjdsd1_1.defschid, cjdsd1_1.RelationId, cjdsd1_0.contdeldepid, cjdsd1_0.safe_name from CFBam31.delsubdep1 cjdsd1_0 join CFBam31.del_dep cjdsd1_1 on cjdsd1_0.Id=cjdsd1_1.Id join CFBam31.scopedef cjdsd1_2 on cjdsd1_0.Id=cjdsd1_2.Id Hibernate: select cjdsd1_0.Id, cjdsd1_2.CreatedAt, cjdsd1_2.CreatedByUserId, cjdsd1_2.requiredRevision, cjdsd1_2.TenantId, cjdsd1_2.UpdatedAt, cjdsd1_2.UpdatedByUserId, cjdsd1_1.defschid, cjdsd1_1.RelationId, cjdsd1_0.contdeldep1id, cjdsd1_0.safe_name from CFBam31.delsubdep2 cjdsd1_0 join CFBam31.del_dep cjdsd1_1 on cjdsd1_0.Id=cjdsd1_1.Id join CFBam31.scopedef cjdsd1_2 on cjdsd1_0.Id=cjdsd1_2.Id Hibernate: select cjdsd1_0.Id, cjdsd1_2.CreatedAt, cjdsd1_2.CreatedByUserId, cjdsd1_2.requiredRevision, cjdsd1_2.TenantId, cjdsd1_2.UpdatedAt, cjdsd1_2.UpdatedByUserId, cjdsd1_1.defschid, cjdsd1_1.RelationId, cjdsd1_0.contdeldep2id, cjdsd1_0.safe_name from CFBam31.delsubdep3 cjdsd1_0 join CFBam31.del_dep cjdsd1_1 on cjdsd1_0.Id=cjdsd1_1.Id join CFBam31.scopedef cjdsd1_2 on cjdsd1_0.Id=cjdsd1_2.Id Hibernate: select cjdtd1_0.Id, cjdtd1_2.CreatedAt, cjdtd1_2.CreatedByUserId, cjdtd1_2.requiredRevision, cjdtd1_2.TenantId, cjdtd1_2.UpdatedAt, cjdtd1_2.UpdatedByUserId, cjdtd1_1.defschid, cjdtd1_1.RelationId, cjdtd1_0.NextId, cjdtd1_0.PrevId, cjdtd1_0.TableId, cjdtd1_0.safe_name from CFBam31.del_topdep cjdtd1_0 join CFBam31.del_dep cjdtd1_1 on cjdtd1_0.Id=cjdtd1_1.Id join CFBam31.scopedef cjdtd1_2 on cjdtd1_0.Id=cjdtd1_2.Id Hibernate: select cjdd1_0.Id, cjdd1_2.class_code, cjdd1_2.CreatedAt, cjdd1_2.CreatedByUserId, cjdd1_2.dflt_xml_val, cjdd1_2.descr, cjdd1_2.GenerateId, cjdd1_2.Label, cjdd1_2.defschid, cjdd1_2.NextId, cjdd1_2.PrevId, cjdd1_2.short_descr, cjdd1_2.short_name, cjdd1_2.ImplementsPolymorph, cjdd1_2.IsNullable, cjdd1_2.safe_name, cjdd1_2.requiredRevision, cjdd1_2.ScopeId, cjdd1_2.UpdatedAt, cjdd1_2.UpdatedByUserId, cjdd1_1.DbName, cjdd1_0.InitVal, cjdd1_0.MaxVal, cjdd1_0.MinVal, cjdd1_3.TableId, cjdd1_4.SchemaDefId from CFBam31.dbldef cjdd1_0 join CFBam31.atomdef cjdd1_1 on cjdd1_0.Id=cjdd1_1.Id join CFBam31.valdef cjdd1_2 on cjdd1_0.Id=cjdd1_2.Id left join CFBam31.dblcol cjdd1_3 on cjdd1_0.Id=cjdd1_3.Id left join CFBam31.dbltyp cjdd1_4 on cjdd1_0.Id=cjdd1_4.Id Hibernate: select cjdt1_0.Id, cjdt1_3.CreatedAt, cjdt1_3.CreatedByUserId, cjdt1_3.dflt_xml_val, cjdt1_3.descr, cjdt1_3.GenerateId, cjdt1_3.Label, cjdt1_3.defschid, cjdt1_3.NextId, cjdt1_3.PrevId, cjdt1_3.short_descr, cjdt1_3.short_name, cjdt1_3.ImplementsPolymorph, cjdt1_3.IsNullable, cjdt1_3.safe_name, cjdt1_3.requiredRevision, cjdt1_3.ScopeId, cjdt1_3.UpdatedAt, cjdt1_3.UpdatedByUserId, cjdt1_2.DbName, cjdt1_1.InitVal, cjdt1_1.MaxVal, cjdt1_1.MinVal, cjdt1_0.SchemaDefId from CFBam31.dbltyp cjdt1_0 join CFBam31.dbldef cjdt1_1 on cjdt1_0.Id=cjdt1_1.Id join CFBam31.atomdef cjdt1_2 on cjdt1_0.Id=cjdt1_2.Id join CFBam31.valdef cjdt1_3 on cjdt1_0.Id=cjdt1_3.Id Hibernate: select cjet1_0.Id, cjet1_0.CreatedAt, cjet1_0.CreatedByUserId, cjet1_0.EnumCode, cjet1_0.defschid, cjet1_0.NextId, cjet1_0.PrevId, cjet1_0.EnumId, cjet1_0.safe_name, cjet1_0.requiredRevision, cjet1_0.UpdatedAt, cjet1_0.UpdatedByUserId from CFBam31.enum_tag cjet1_0 Hibernate: select cjfd1_0.Id, cjfd1_2.class_code, cjfd1_2.CreatedAt, cjfd1_2.CreatedByUserId, cjfd1_2.dflt_xml_val, cjfd1_2.descr, cjfd1_2.GenerateId, cjfd1_2.Label, cjfd1_2.defschid, cjfd1_2.NextId, cjfd1_2.PrevId, cjfd1_2.short_descr, cjfd1_2.short_name, cjfd1_2.ImplementsPolymorph, cjfd1_2.IsNullable, cjfd1_2.safe_name, cjfd1_2.requiredRevision, cjfd1_2.ScopeId, cjfd1_2.UpdatedAt, cjfd1_2.UpdatedByUserId, cjfd1_1.DbName, cjfd1_0.InitVal, cjfd1_0.MaxVal, cjfd1_0.MinVal, cjfd1_3.TableId, cjfd1_4.SchemaDefId from CFBam31.fltdef cjfd1_0 join CFBam31.atomdef cjfd1_1 on cjfd1_0.Id=cjfd1_1.Id join CFBam31.valdef cjfd1_2 on cjfd1_0.Id=cjfd1_2.Id left join CFBam31.fltcol cjfd1_3 on cjfd1_0.Id=cjfd1_3.Id left join CFBam31.flttyp cjfd1_4 on cjfd1_0.Id=cjfd1_4.Id Hibernate: select cjft1_0.Id, cjft1_3.CreatedAt, cjft1_3.CreatedByUserId, cjft1_3.dflt_xml_val, cjft1_3.descr, cjft1_3.GenerateId, cjft1_3.Label, cjft1_3.defschid, cjft1_3.NextId, cjft1_3.PrevId, cjft1_3.short_descr, cjft1_3.short_name, cjft1_3.ImplementsPolymorph, cjft1_3.IsNullable, cjft1_3.safe_name, cjft1_3.requiredRevision, cjft1_3.ScopeId, cjft1_3.UpdatedAt, cjft1_3.UpdatedByUserId, cjft1_2.DbName, cjft1_1.InitVal, cjft1_1.MaxVal, cjft1_1.MinVal, cjft1_0.SchemaDefId from CFBam31.flttyp cjft1_0 join CFBam31.fltdef cjft1_1 on cjft1_0.Id=cjft1_1.Id join CFBam31.atomdef cjft1_2 on cjft1_0.Id=cjft1_2.Id join CFBam31.valdef cjft1_3 on cjft1_0.Id=cjft1_3.Id Hibernate: select cji1_0.Id, cji1_1.CreatedAt, cji1_1.CreatedByUserId, cji1_1.requiredRevision, cji1_1.TenantId, cji1_1.UpdatedAt, cji1_1.UpdatedByUserId, cji1_0.DbName, cji1_0.descr, cji1_0.Label, cji1_0.defschid, cji1_0.short_descr, cji1_0.short_name, cji1_0.Suffix, cji1_0.TableId, cji1_0.IsDbMapped, cji1_0.IsUnique, cji1_0.safe_name from CFBam31.idxdef cji1_0 join CFBam31.scopedef cji1_1 on cji1_0.Id=cji1_1.Id Hibernate: select cjic1_0.Id, cjic1_0.CreatedAt, cjic1_0.CreatedByUserId, cjic1_0.descr, cjic1_0.Label, cjic1_0.defschid, cjic1_0.NextId, cjic1_0.PrevId, cjic1_0.short_descr, cjic1_0.short_name, cjic1_0.IndexId, cjic1_0.IsAscending, cjic1_0.ColumnId, cjic1_0.safe_name, cjic1_0.requiredRevision, cjic1_0.UpdatedAt, cjic1_0.UpdatedByUserId from CFBam31.idxcol cjic1_0 Hibernate: select cjid1_0.Id, cjid1_2.class_code, cjid1_2.CreatedAt, cjid1_2.CreatedByUserId, cjid1_2.dflt_xml_val, cjid1_2.descr, cjid1_2.GenerateId, cjid1_2.Label, cjid1_2.defschid, cjid1_2.NextId, cjid1_2.PrevId, cjid1_2.short_descr, cjid1_2.short_name, cjid1_2.ImplementsPolymorph, cjid1_2.IsNullable, cjid1_2.safe_name, cjid1_2.requiredRevision, cjid1_2.ScopeId, cjid1_2.UpdatedAt, cjid1_2.UpdatedByUserId, cjid1_1.DbName, cjid1_0.InitVal, cjid1_0.MaxVal, cjid1_0.MinVal, cjid1_3.SchemaDefId, cjid1_4.BlockSize, cjid1_4.Slice, cjid1_5.TableId, cjid1_6.SchemaDefId from CFBam31.int16def cjid1_0 join CFBam31.atomdef cjid1_1 on cjid1_0.Id=cjid1_1.Id join CFBam31.valdef cjid1_2 on cjid1_0.Id=cjid1_2.Id left join CFBam31.enumtyp cjid1_3 on cjid1_0.Id=cjid1_3.Id left join CFBam31.idg16 cjid1_4 on cjid1_0.Id=cjid1_4.Id left join CFBam31.int16col cjid1_5 on cjid1_0.Id=cjid1_5.Id left join CFBam31.int16typ cjid1_6 on cjid1_0.Id=cjid1_6.Id Hibernate: select cjit1_0.Id, cjit1_3.class_code, cjit1_3.CreatedAt, cjit1_3.CreatedByUserId, cjit1_3.dflt_xml_val, cjit1_3.descr, cjit1_3.GenerateId, cjit1_3.Label, cjit1_3.defschid, cjit1_3.NextId, cjit1_3.PrevId, cjit1_3.short_descr, cjit1_3.short_name, cjit1_3.ImplementsPolymorph, cjit1_3.IsNullable, cjit1_3.safe_name, cjit1_3.requiredRevision, cjit1_3.ScopeId, cjit1_3.UpdatedAt, cjit1_3.UpdatedByUserId, cjit1_2.DbName, cjit1_1.InitVal, cjit1_1.MaxVal, cjit1_1.MinVal, cjit1_0.SchemaDefId, cjit1_4.BlockSize, cjit1_4.Slice from CFBam31.int16typ cjit1_0 join CFBam31.int16def cjit1_1 on cjit1_0.Id=cjit1_1.Id join CFBam31.atomdef cjit1_2 on cjit1_0.Id=cjit1_2.Id join CFBam31.valdef cjit1_3 on cjit1_0.Id=cjit1_3.Id left join CFBam31.idg16 cjit1_4 on cjit1_0.Id=cjit1_4.Id Hibernate: select cjid1_0.Id, cjid1_2.class_code, cjid1_2.CreatedAt, cjid1_2.CreatedByUserId, cjid1_2.dflt_xml_val, cjid1_2.descr, cjid1_2.GenerateId, cjid1_2.Label, cjid1_2.defschid, cjid1_2.NextId, cjid1_2.PrevId, cjid1_2.short_descr, cjid1_2.short_name, cjid1_2.ImplementsPolymorph, cjid1_2.IsNullable, cjid1_2.safe_name, cjid1_2.requiredRevision, cjid1_2.ScopeId, cjid1_2.UpdatedAt, cjid1_2.UpdatedByUserId, cjid1_1.DbName, cjid1_0.InitVal, cjid1_0.MaxVal, cjid1_0.MinVal, cjid1_3.BlockSize, cjid1_3.Slice, cjid1_4.TableId, cjid1_5.SchemaDefId from CFBam31.int32def cjid1_0 join CFBam31.atomdef cjid1_1 on cjid1_0.Id=cjid1_1.Id join CFBam31.valdef cjid1_2 on cjid1_0.Id=cjid1_2.Id left join CFBam31.idg32 cjid1_3 on cjid1_0.Id=cjid1_3.Id left join CFBam31.int32col cjid1_4 on cjid1_0.Id=cjid1_4.Id left join CFBam31.int32typ cjid1_5 on cjid1_0.Id=cjid1_5.Id Hibernate: select cjit1_0.Id, cjit1_3.class_code, cjit1_3.CreatedAt, cjit1_3.CreatedByUserId, cjit1_3.dflt_xml_val, cjit1_3.descr, cjit1_3.GenerateId, cjit1_3.Label, cjit1_3.defschid, cjit1_3.NextId, cjit1_3.PrevId, cjit1_3.short_descr, cjit1_3.short_name, cjit1_3.ImplementsPolymorph, cjit1_3.IsNullable, cjit1_3.safe_name, cjit1_3.requiredRevision, cjit1_3.ScopeId, cjit1_3.UpdatedAt, cjit1_3.UpdatedByUserId, cjit1_2.DbName, cjit1_1.InitVal, cjit1_1.MaxVal, cjit1_1.MinVal, cjit1_0.SchemaDefId, cjit1_4.BlockSize, cjit1_4.Slice from CFBam31.int32typ cjit1_0 join CFBam31.int32def cjit1_1 on cjit1_0.Id=cjit1_1.Id join CFBam31.atomdef cjit1_2 on cjit1_0.Id=cjit1_2.Id join CFBam31.valdef cjit1_3 on cjit1_0.Id=cjit1_3.Id left join CFBam31.idg32 cjit1_4 on cjit1_0.Id=cjit1_4.Id Hibernate: select cjid1_0.Id, cjid1_2.class_code, cjid1_2.CreatedAt, cjid1_2.CreatedByUserId, cjid1_2.dflt_xml_val, cjid1_2.descr, cjid1_2.GenerateId, cjid1_2.Label, cjid1_2.defschid, cjid1_2.NextId, cjid1_2.PrevId, cjid1_2.short_descr, cjid1_2.short_name, cjid1_2.ImplementsPolymorph, cjid1_2.IsNullable, cjid1_2.safe_name, cjid1_2.requiredRevision, cjid1_2.ScopeId, cjid1_2.UpdatedAt, cjid1_2.UpdatedByUserId, cjid1_1.DbName, cjid1_0.InitVal, cjid1_0.MaxVal, cjid1_0.MinVal, cjid1_3.BlockSize, cjid1_3.Slice, cjid1_4.TableId, cjid1_5.SchemaDefId from CFBam31.int64def cjid1_0 join CFBam31.atomdef cjid1_1 on cjid1_0.Id=cjid1_1.Id join CFBam31.valdef cjid1_2 on cjid1_0.Id=cjid1_2.Id left join CFBam31.idg64 cjid1_3 on cjid1_0.Id=cjid1_3.Id left join CFBam31.int64col cjid1_4 on cjid1_0.Id=cjid1_4.Id left join CFBam31.int64typ cjid1_5 on cjid1_0.Id=cjid1_5.Id Hibernate: select cjit1_0.Id, cjit1_3.class_code, cjit1_3.CreatedAt, cjit1_3.CreatedByUserId, cjit1_3.dflt_xml_val, cjit1_3.descr, cjit1_3.GenerateId, cjit1_3.Label, cjit1_3.defschid, cjit1_3.NextId, cjit1_3.PrevId, cjit1_3.short_descr, cjit1_3.short_name, cjit1_3.ImplementsPolymorph, cjit1_3.IsNullable, cjit1_3.safe_name, cjit1_3.requiredRevision, cjit1_3.ScopeId, cjit1_3.UpdatedAt, cjit1_3.UpdatedByUserId, cjit1_2.DbName, cjit1_1.InitVal, cjit1_1.MaxVal, cjit1_1.MinVal, cjit1_0.SchemaDefId, cjit1_4.BlockSize, cjit1_4.Slice from CFBam31.int64typ cjit1_0 join CFBam31.int64def cjit1_1 on cjit1_0.Id=cjit1_1.Id join CFBam31.atomdef cjit1_2 on cjit1_0.Id=cjit1_2.Id join CFBam31.valdef cjit1_3 on cjit1_0.Id=cjit1_3.Id left join CFBam31.idg64 cjit1_4 on cjit1_0.Id=cjit1_4.Id Hibernate: select cjntd1_0.Id, cjntd1_2.class_code, cjntd1_2.CreatedAt, cjntd1_2.CreatedByUserId, cjntd1_2.dflt_xml_val, cjntd1_2.descr, cjntd1_2.GenerateId, cjntd1_2.Label, cjntd1_2.defschid, cjntd1_2.NextId, cjntd1_2.PrevId, cjntd1_2.short_descr, cjntd1_2.short_name, cjntd1_2.ImplementsPolymorph, cjntd1_2.IsNullable, cjntd1_2.safe_name, cjntd1_2.requiredRevision, cjntd1_2.ScopeId, cjntd1_2.UpdatedAt, cjntd1_2.UpdatedByUserId, cjntd1_1.DbName, cjntd1_0.InitVal, cjntd1_0.db_max_len, cjntd1_3.TableId, cjntd1_4.SchemaDefId from CFBam31.nmtkndef cjntd1_0 join CFBam31.atomdef cjntd1_1 on cjntd1_0.Id=cjntd1_1.Id join CFBam31.valdef cjntd1_2 on cjntd1_0.Id=cjntd1_2.Id left join CFBam31.nmtkncol cjntd1_3 on cjntd1_0.Id=cjntd1_3.Id left join CFBam31.nmtkntyp cjntd1_4 on cjntd1_0.Id=cjntd1_4.Id Hibernate: select cjntt1_0.Id, cjntt1_3.CreatedAt, cjntt1_3.CreatedByUserId, cjntt1_3.dflt_xml_val, cjntt1_3.descr, cjntt1_3.GenerateId, cjntt1_3.Label, cjntt1_3.defschid, cjntt1_3.NextId, cjntt1_3.PrevId, cjntt1_3.short_descr, cjntt1_3.short_name, cjntt1_3.ImplementsPolymorph, cjntt1_3.IsNullable, cjntt1_3.safe_name, cjntt1_3.requiredRevision, cjntt1_3.ScopeId, cjntt1_3.UpdatedAt, cjntt1_3.UpdatedByUserId, cjntt1_2.DbName, cjntt1_1.InitVal, cjntt1_1.db_max_len, cjntt1_0.SchemaDefId from CFBam31.nmtkntyp cjntt1_0 join CFBam31.nmtkndef cjntt1_1 on cjntt1_0.Id=cjntt1_1.Id join CFBam31.atomdef cjntt1_2 on cjntt1_0.Id=cjntt1_2.Id join CFBam31.valdef cjntt1_3 on cjntt1_0.Id=cjntt1_3.Id Hibernate: select cjntd1_0.Id, cjntd1_2.class_code, cjntd1_2.CreatedAt, cjntd1_2.CreatedByUserId, cjntd1_2.dflt_xml_val, cjntd1_2.descr, cjntd1_2.GenerateId, cjntd1_2.Label, cjntd1_2.defschid, cjntd1_2.NextId, cjntd1_2.PrevId, cjntd1_2.short_descr, cjntd1_2.short_name, cjntd1_2.ImplementsPolymorph, cjntd1_2.IsNullable, cjntd1_2.safe_name, cjntd1_2.requiredRevision, cjntd1_2.ScopeId, cjntd1_2.UpdatedAt, cjntd1_2.UpdatedByUserId, cjntd1_1.DbName, cjntd1_0.InitVal, cjntd1_0.db_max_len, cjntd1_3.TableId, cjntd1_4.SchemaDefId from CFBam31.nmtknsdef cjntd1_0 join CFBam31.atomdef cjntd1_1 on cjntd1_0.Id=cjntd1_1.Id join CFBam31.valdef cjntd1_2 on cjntd1_0.Id=cjntd1_2.Id left join CFBam31.nmtknscol cjntd1_3 on cjntd1_0.Id=cjntd1_3.Id left join CFBam31.nmtknstyp cjntd1_4 on cjntd1_0.Id=cjntd1_4.Id Hibernate: select cjntt1_0.Id, cjntt1_3.CreatedAt, cjntt1_3.CreatedByUserId, cjntt1_3.dflt_xml_val, cjntt1_3.descr, cjntt1_3.GenerateId, cjntt1_3.Label, cjntt1_3.defschid, cjntt1_3.NextId, cjntt1_3.PrevId, cjntt1_3.short_descr, cjntt1_3.short_name, cjntt1_3.ImplementsPolymorph, cjntt1_3.IsNullable, cjntt1_3.safe_name, cjntt1_3.requiredRevision, cjntt1_3.ScopeId, cjntt1_3.UpdatedAt, cjntt1_3.UpdatedByUserId, cjntt1_2.DbName, cjntt1_1.InitVal, cjntt1_1.db_max_len, cjntt1_0.SchemaDefId from CFBam31.nmtknstyp cjntt1_0 join CFBam31.nmtknsdef cjntt1_1 on cjntt1_0.Id=cjntt1_1.Id join CFBam31.atomdef cjntt1_2 on cjntt1_0.Id=cjntt1_2.Id join CFBam31.valdef cjntt1_3 on cjntt1_0.Id=cjntt1_3.Id Hibernate: select cjnd1_0.Id, cjnd1_2.class_code, cjnd1_2.CreatedAt, cjnd1_2.CreatedByUserId, cjnd1_2.dflt_xml_val, cjnd1_2.descr, cjnd1_2.GenerateId, cjnd1_2.Label, cjnd1_2.defschid, cjnd1_2.NextId, cjnd1_2.PrevId, cjnd1_2.short_descr, cjnd1_2.short_name, cjnd1_2.ImplementsPolymorph, cjnd1_2.IsNullable, cjnd1_2.safe_name, cjnd1_2.requiredRevision, cjnd1_2.ScopeId, cjnd1_2.UpdatedAt, cjnd1_2.UpdatedByUserId, cjnd1_1.DbName, cjnd1_0.InitVal, cjnd1_0.MaxVal, cjnd1_0.MinVal, cjnd1_0.Digits, cjnd1_0.Precis, cjnd1_3.TableId, cjnd1_4.SchemaDefId from CFBam31.numdef cjnd1_0 join CFBam31.atomdef cjnd1_1 on cjnd1_0.Id=cjnd1_1.Id join CFBam31.valdef cjnd1_2 on cjnd1_0.Id=cjnd1_2.Id left join CFBam31.numcol cjnd1_3 on cjnd1_0.Id=cjnd1_3.Id left join CFBam31.numtyp cjnd1_4 on cjnd1_0.Id=cjnd1_4.Id Hibernate: select cjnt1_0.Id, cjnt1_3.CreatedAt, cjnt1_3.CreatedByUserId, cjnt1_3.dflt_xml_val, cjnt1_3.descr, cjnt1_3.GenerateId, cjnt1_3.Label, cjnt1_3.defschid, cjnt1_3.NextId, cjnt1_3.PrevId, cjnt1_3.short_descr, cjnt1_3.short_name, cjnt1_3.ImplementsPolymorph, cjnt1_3.IsNullable, cjnt1_3.safe_name, cjnt1_3.requiredRevision, cjnt1_3.ScopeId, cjnt1_3.UpdatedAt, cjnt1_3.UpdatedByUserId, cjnt1_2.DbName, cjnt1_1.InitVal, cjnt1_1.MaxVal, cjnt1_1.MinVal, cjnt1_1.Digits, cjnt1_1.Precis, cjnt1_0.SchemaDefId from CFBam31.numtyp cjnt1_0 join CFBam31.numdef cjnt1_1 on cjnt1_0.Id=cjnt1_1.Id join CFBam31.atomdef cjnt1_2 on cjnt1_0.Id=cjnt1_2.Id join CFBam31.valdef cjnt1_3 on cjnt1_0.Id=cjnt1_3.Id Hibernate: select cjp1_0.Id, cjp1_0.CreatedAt, cjp1_0.CreatedByUserId, cjp1_0.descr, cjp1_0.defschid, cjp1_0.NextId, cjp1_0.PrevId, cjp1_0.short_descr, cjp1_0.srvmeth_id, cjp1_0.IsNullable, cjp1_0.TpId, cjp1_0.safe_name, cjp1_0.requiredRevision, cjp1_0.UpdatedAt, cjp1_0.UpdatedByUserId from CFBam31.srvprm cjp1_0 Hibernate: select cjpd1_0.Id, cjpd1_1.class_code, cjpd1_1.CreatedAt, cjpd1_1.CreatedByUserId, cjpd1_1.requiredRevision, cjpd1_1.TenantId, cjpd1_1.UpdatedAt, cjpd1_1.UpdatedByUserId, cjpd1_0.defschid, cjpd1_0.RelationId, cjpd1_2.contpopdepid, cjpd1_2.safe_name, cjpd1_3.contpopdep1id, cjpd1_3.safe_name, cjpd1_4.contpopdep2id, cjpd1_4.safe_name, cjpd1_5.ContRelationId, cjpd1_5.safe_name from CFBam31.pop_dep cjpd1_0 join CFBam31.scopedef cjpd1_1 on cjpd1_0.Id=cjpd1_1.Id left join CFBam31.popsubdep1 cjpd1_2 on cjpd1_0.Id=cjpd1_2.Id left join CFBam31.popsubdep2 cjpd1_3 on cjpd1_0.Id=cjpd1_3.Id left join CFBam31.popsubdep3 cjpd1_4 on cjpd1_0.Id=cjpd1_4.Id left join CFBam31.pop_topdep cjpd1_5 on cjpd1_0.Id=cjpd1_5.Id Hibernate: select cjpsd1_0.Id, cjpsd1_2.CreatedAt, cjpsd1_2.CreatedByUserId, cjpsd1_2.requiredRevision, cjpsd1_2.TenantId, cjpsd1_2.UpdatedAt, cjpsd1_2.UpdatedByUserId, cjpsd1_1.defschid, cjpsd1_1.RelationId, cjpsd1_0.contpopdepid, cjpsd1_0.safe_name from CFBam31.popsubdep1 cjpsd1_0 join CFBam31.pop_dep cjpsd1_1 on cjpsd1_0.Id=cjpsd1_1.Id join CFBam31.scopedef cjpsd1_2 on cjpsd1_0.Id=cjpsd1_2.Id Hibernate: select cjpsd1_0.Id, cjpsd1_2.CreatedAt, cjpsd1_2.CreatedByUserId, cjpsd1_2.requiredRevision, cjpsd1_2.TenantId, cjpsd1_2.UpdatedAt, cjpsd1_2.UpdatedByUserId, cjpsd1_1.defschid, cjpsd1_1.RelationId, cjpsd1_0.contpopdep1id, cjpsd1_0.safe_name from CFBam31.popsubdep2 cjpsd1_0 join CFBam31.pop_dep cjpsd1_1 on cjpsd1_0.Id=cjpsd1_1.Id join CFBam31.scopedef cjpsd1_2 on cjpsd1_0.Id=cjpsd1_2.Id Hibernate: select cjpsd1_0.Id, cjpsd1_2.CreatedAt, cjpsd1_2.CreatedByUserId, cjpsd1_2.requiredRevision, cjpsd1_2.TenantId, cjpsd1_2.UpdatedAt, cjpsd1_2.UpdatedByUserId, cjpsd1_1.defschid, cjpsd1_1.RelationId, cjpsd1_0.contpopdep2id, cjpsd1_0.safe_name from CFBam31.popsubdep3 cjpsd1_0 join CFBam31.pop_dep cjpsd1_1 on cjpsd1_0.Id=cjpsd1_1.Id join CFBam31.scopedef cjpsd1_2 on cjpsd1_0.Id=cjpsd1_2.Id Hibernate: select cjptd1_0.Id, cjptd1_2.CreatedAt, cjptd1_2.CreatedByUserId, cjptd1_2.requiredRevision, cjptd1_2.TenantId, cjptd1_2.UpdatedAt, cjptd1_2.UpdatedByUserId, cjptd1_1.defschid, cjptd1_1.RelationId, cjptd1_0.ContRelationId, cjptd1_0.safe_name from CFBam31.pop_topdep cjptd1_0 join CFBam31.pop_dep cjptd1_1 on cjptd1_0.Id=cjptd1_1.Id join CFBam31.scopedef cjptd1_2 on cjptd1_0.Id=cjptd1_2.Id Hibernate: select cjr1_0.Id, cjr1_1.CreatedAt, cjr1_1.CreatedByUserId, cjr1_1.requiredRevision, cjr1_1.TenantId, cjr1_1.UpdatedAt, cjr1_1.UpdatedByUserId, cjr1_0.DbName, cjr1_0.descr, cjr1_0.Label, cjr1_0.defschid, cjr1_0.NarrowedId, cjr1_0.short_descr, cjr1_0.short_name, cjr1_0.Suffix, cjr1_0.AllowAddendum, cjr1_0.TableId, cjr1_0.IsLateResolver, cjr1_0.IsRequired, cjr1_0.IsXsdContainer, cjr1_0.FromIndexId, cjr1_0.ToIndexId, cjr1_0.ToTableId, cjr1_0.safe_name, cjr1_0.RelationType from CFBam31.reldef cjr1_0 join CFBam31.scopedef cjr1_1 on cjr1_0.Id=cjr1_1.Id Hibernate: select cjrc1_0.Id, cjrc1_0.CreatedAt, cjrc1_0.CreatedByUserId, cjrc1_0.descr, cjrc1_0.Label, cjrc1_0.defschid, cjrc1_0.NextId, cjrc1_0.PrevId, cjrc1_0.short_descr, cjrc1_0.short_name, cjrc1_0.RelationId, cjrc1_0.FromColId, cjrc1_0.ToColId, cjrc1_0.safe_name, cjrc1_0.requiredRevision, cjrc1_0.UpdatedAt, cjrc1_0.UpdatedByUserId from CFBam31.relcol cjrc1_0 Hibernate: select cjslf1_0.Id, cjslf1_2.CreatedAt, cjslf1_2.CreatedByUserId, cjslf1_2.requiredRevision, cjslf1_2.TenantId, cjslf1_2.UpdatedAt, cjslf1_2.UpdatedByUserId, cjslf1_1.descr, cjslf1_1.Label, cjslf1_1.defschid, cjslf1_1.short_descr, cjslf1_1.short_name, cjslf1_1.Suffix, cjslf1_1.TableId, cjslf1_1.cppmeth_body, cjslf1_1.csmeth_body, cjslf1_1.inst_meth, cjslf1_1.srv_only, cjslf1_1.jmeth_body, cjslf1_1.safe_name, cjslf1_0.rettblid from CFBam31.srvlfunc cjslf1_0 join CFBam31.srvmeth cjslf1_1 on cjslf1_0.Id=cjslf1_1.Id join CFBam31.scopedef cjslf1_2 on cjslf1_0.Id=cjslf1_2.Id Hibernate: select cjdkhd1_0.Id, cjdkhd1_2.class_code, cjdkhd1_2.CreatedAt, cjdkhd1_2.CreatedByUserId, cjdkhd1_2.dflt_xml_val, cjdkhd1_2.descr, cjdkhd1_2.GenerateId, cjdkhd1_2.Label, cjdkhd1_2.defschid, cjdkhd1_2.NextId, cjdkhd1_2.PrevId, cjdkhd1_2.short_descr, cjdkhd1_2.short_name, cjdkhd1_2.ImplementsPolymorph, cjdkhd1_2.IsNullable, cjdkhd1_2.safe_name, cjdkhd1_2.requiredRevision, cjdkhd1_2.ScopeId, cjdkhd1_2.UpdatedAt, cjdkhd1_2.UpdatedByUserId, cjdkhd1_1.DbName, cjdkhd1_0.InitVal, cjdkhd1_3.TableId, cjdkhd1_4.BlockSize, cjdkhd1_4.Slice, cjdkhd1_5.SchemaDefId from CFBam31.dbk128def cjdkhd1_0 join CFBam31.atomdef cjdkhd1_1 on cjdkhd1_0.Id=cjdkhd1_1.Id join CFBam31.valdef cjdkhd1_2 on cjdkhd1_0.Id=cjdkhd1_2.Id left join CFBam31.dbk128col cjdkhd1_3 on cjdkhd1_0.Id=cjdkhd1_3.Id left join CFBam31.idgdbk128 cjdkhd1_4 on cjdkhd1_0.Id=cjdkhd1_4.Id left join CFBam31.dbk128typ cjdkhd1_5 on cjdkhd1_0.Id=cjdkhd1_5.Id Hibernate: select cjdkhc1_0.Id, cjdkhc1_3.CreatedAt, cjdkhc1_3.CreatedByUserId, cjdkhc1_3.dflt_xml_val, cjdkhc1_3.descr, cjdkhc1_3.GenerateId, cjdkhc1_3.Label, cjdkhc1_3.defschid, cjdkhc1_3.NextId, cjdkhc1_3.PrevId, cjdkhc1_3.short_descr, cjdkhc1_3.short_name, cjdkhc1_3.ImplementsPolymorph, cjdkhc1_3.IsNullable, cjdkhc1_3.safe_name, cjdkhc1_3.requiredRevision, cjdkhc1_3.ScopeId, cjdkhc1_3.UpdatedAt, cjdkhc1_3.UpdatedByUserId, cjdkhc1_2.DbName, cjdkhc1_1.InitVal, cjdkhc1_0.TableId from CFBam31.dbk128col cjdkhc1_0 join CFBam31.dbk128def cjdkhc1_1 on cjdkhc1_0.Id=cjdkhc1_1.Id join CFBam31.atomdef cjdkhc1_2 on cjdkhc1_0.Id=cjdkhc1_2.Id join CFBam31.valdef cjdkhc1_3 on cjdkhc1_0.Id=cjdkhc1_3.Id Hibernate: select cjdkht1_0.Id, cjdkht1_3.class_code, cjdkht1_3.CreatedAt, cjdkht1_3.CreatedByUserId, cjdkht1_3.dflt_xml_val, cjdkht1_3.descr, cjdkht1_3.GenerateId, cjdkht1_3.Label, cjdkht1_3.defschid, cjdkht1_3.NextId, cjdkht1_3.PrevId, cjdkht1_3.short_descr, cjdkht1_3.short_name, cjdkht1_3.ImplementsPolymorph, cjdkht1_3.IsNullable, cjdkht1_3.safe_name, cjdkht1_3.requiredRevision, cjdkht1_3.ScopeId, cjdkht1_3.UpdatedAt, cjdkht1_3.UpdatedByUserId, cjdkht1_2.DbName, cjdkht1_1.InitVal, cjdkht1_0.SchemaDefId, cjdkht1_4.BlockSize, cjdkht1_4.Slice from CFBam31.dbk128typ cjdkht1_0 join CFBam31.dbk128def cjdkht1_1 on cjdkht1_0.Id=cjdkht1_1.Id join CFBam31.atomdef cjdkht1_2 on cjdkht1_0.Id=cjdkht1_2.Id join CFBam31.valdef cjdkht1_3 on cjdkht1_0.Id=cjdkht1_3.Id left join CFBam31.idgdbk128 cjdkht1_4 on cjdkht1_0.Id=cjdkht1_4.Id Hibernate: select cjdkhg1_0.Id, cjdkhg1_4.CreatedAt, cjdkhg1_4.CreatedByUserId, cjdkhg1_4.dflt_xml_val, cjdkhg1_4.descr, cjdkhg1_4.GenerateId, cjdkhg1_4.Label, cjdkhg1_4.defschid, cjdkhg1_4.NextId, cjdkhg1_4.PrevId, cjdkhg1_4.short_descr, cjdkhg1_4.short_name, cjdkhg1_4.ImplementsPolymorph, cjdkhg1_4.IsNullable, cjdkhg1_4.safe_name, cjdkhg1_4.requiredRevision, cjdkhg1_4.ScopeId, cjdkhg1_4.UpdatedAt, cjdkhg1_4.UpdatedByUserId, cjdkhg1_3.DbName, cjdkhg1_2.InitVal, cjdkhg1_1.SchemaDefId, cjdkhg1_0.BlockSize, cjdkhg1_0.Slice from CFBam31.idgdbk128 cjdkhg1_0 join CFBam31.dbk128typ cjdkhg1_1 on cjdkhg1_0.Id=cjdkhg1_1.Id join CFBam31.dbk128def cjdkhg1_2 on cjdkhg1_0.Id=cjdkhg1_2.Id join CFBam31.atomdef cjdkhg1_3 on cjdkhg1_0.Id=cjdkhg1_3.Id join CFBam31.valdef cjdkhg1_4 on cjdkhg1_0.Id=cjdkhg1_4.Id Hibernate: select cjdkhd1_0.Id, cjdkhd1_2.class_code, cjdkhd1_2.CreatedAt, cjdkhd1_2.CreatedByUserId, cjdkhd1_2.dflt_xml_val, cjdkhd1_2.descr, cjdkhd1_2.GenerateId, cjdkhd1_2.Label, cjdkhd1_2.defschid, cjdkhd1_2.NextId, cjdkhd1_2.PrevId, cjdkhd1_2.short_descr, cjdkhd1_2.short_name, cjdkhd1_2.ImplementsPolymorph, cjdkhd1_2.IsNullable, cjdkhd1_2.safe_name, cjdkhd1_2.requiredRevision, cjdkhd1_2.ScopeId, cjdkhd1_2.UpdatedAt, cjdkhd1_2.UpdatedByUserId, cjdkhd1_1.DbName, cjdkhd1_0.InitVal, cjdkhd1_3.TableId, cjdkhd1_4.BlockSize, cjdkhd1_4.Slice, cjdkhd1_5.SchemaDefId from CFBam31.dbk160def cjdkhd1_0 join CFBam31.atomdef cjdkhd1_1 on cjdkhd1_0.Id=cjdkhd1_1.Id join CFBam31.valdef cjdkhd1_2 on cjdkhd1_0.Id=cjdkhd1_2.Id left join CFBam31.dbk160col cjdkhd1_3 on cjdkhd1_0.Id=cjdkhd1_3.Id left join CFBam31.idgdbk160 cjdkhd1_4 on cjdkhd1_0.Id=cjdkhd1_4.Id left join CFBam31.dbk160typ cjdkhd1_5 on cjdkhd1_0.Id=cjdkhd1_5.Id Hibernate: select cjdkhc1_0.Id, cjdkhc1_3.CreatedAt, cjdkhc1_3.CreatedByUserId, cjdkhc1_3.dflt_xml_val, cjdkhc1_3.descr, cjdkhc1_3.GenerateId, cjdkhc1_3.Label, cjdkhc1_3.defschid, cjdkhc1_3.NextId, cjdkhc1_3.PrevId, cjdkhc1_3.short_descr, cjdkhc1_3.short_name, cjdkhc1_3.ImplementsPolymorph, cjdkhc1_3.IsNullable, cjdkhc1_3.safe_name, cjdkhc1_3.requiredRevision, cjdkhc1_3.ScopeId, cjdkhc1_3.UpdatedAt, cjdkhc1_3.UpdatedByUserId, cjdkhc1_2.DbName, cjdkhc1_1.InitVal, cjdkhc1_0.TableId from CFBam31.dbk160col cjdkhc1_0 join CFBam31.dbk160def cjdkhc1_1 on cjdkhc1_0.Id=cjdkhc1_1.Id join CFBam31.atomdef cjdkhc1_2 on cjdkhc1_0.Id=cjdkhc1_2.Id join CFBam31.valdef cjdkhc1_3 on cjdkhc1_0.Id=cjdkhc1_3.Id Hibernate: select cjdkht1_0.Id, cjdkht1_3.class_code, cjdkht1_3.CreatedAt, cjdkht1_3.CreatedByUserId, cjdkht1_3.dflt_xml_val, cjdkht1_3.descr, cjdkht1_3.GenerateId, cjdkht1_3.Label, cjdkht1_3.defschid, cjdkht1_3.NextId, cjdkht1_3.PrevId, cjdkht1_3.short_descr, cjdkht1_3.short_name, cjdkht1_3.ImplementsPolymorph, cjdkht1_3.IsNullable, cjdkht1_3.safe_name, cjdkht1_3.requiredRevision, cjdkht1_3.ScopeId, cjdkht1_3.UpdatedAt, cjdkht1_3.UpdatedByUserId, cjdkht1_2.DbName, cjdkht1_1.InitVal, cjdkht1_0.SchemaDefId, cjdkht1_4.BlockSize, cjdkht1_4.Slice from CFBam31.dbk160typ cjdkht1_0 join CFBam31.dbk160def cjdkht1_1 on cjdkht1_0.Id=cjdkht1_1.Id join CFBam31.atomdef cjdkht1_2 on cjdkht1_0.Id=cjdkht1_2.Id join CFBam31.valdef cjdkht1_3 on cjdkht1_0.Id=cjdkht1_3.Id left join CFBam31.idgdbk160 cjdkht1_4 on cjdkht1_0.Id=cjdkht1_4.Id Hibernate: select cjdkhg1_0.Id, cjdkhg1_4.CreatedAt, cjdkhg1_4.CreatedByUserId, cjdkhg1_4.dflt_xml_val, cjdkhg1_4.descr, cjdkhg1_4.GenerateId, cjdkhg1_4.Label, cjdkhg1_4.defschid, cjdkhg1_4.NextId, cjdkhg1_4.PrevId, cjdkhg1_4.short_descr, cjdkhg1_4.short_name, cjdkhg1_4.ImplementsPolymorph, cjdkhg1_4.IsNullable, cjdkhg1_4.safe_name, cjdkhg1_4.requiredRevision, cjdkhg1_4.ScopeId, cjdkhg1_4.UpdatedAt, cjdkhg1_4.UpdatedByUserId, cjdkhg1_3.DbName, cjdkhg1_2.InitVal, cjdkhg1_1.SchemaDefId, cjdkhg1_0.BlockSize, cjdkhg1_0.Slice from CFBam31.idgdbk160 cjdkhg1_0 join CFBam31.dbk160typ cjdkhg1_1 on cjdkhg1_0.Id=cjdkhg1_1.Id join CFBam31.dbk160def cjdkhg1_2 on cjdkhg1_0.Id=cjdkhg1_2.Id join CFBam31.atomdef cjdkhg1_3 on cjdkhg1_0.Id=cjdkhg1_3.Id join CFBam31.valdef cjdkhg1_4 on cjdkhg1_0.Id=cjdkhg1_4.Id Hibernate: select cjdkhd1_0.Id, cjdkhd1_2.class_code, cjdkhd1_2.CreatedAt, cjdkhd1_2.CreatedByUserId, cjdkhd1_2.dflt_xml_val, cjdkhd1_2.descr, cjdkhd1_2.GenerateId, cjdkhd1_2.Label, cjdkhd1_2.defschid, cjdkhd1_2.NextId, cjdkhd1_2.PrevId, cjdkhd1_2.short_descr, cjdkhd1_2.short_name, cjdkhd1_2.ImplementsPolymorph, cjdkhd1_2.IsNullable, cjdkhd1_2.safe_name, cjdkhd1_2.requiredRevision, cjdkhd1_2.ScopeId, cjdkhd1_2.UpdatedAt, cjdkhd1_2.UpdatedByUserId, cjdkhd1_1.DbName, cjdkhd1_0.InitVal, cjdkhd1_3.TableId, cjdkhd1_4.BlockSize, cjdkhd1_4.Slice, cjdkhd1_5.SchemaDefId from CFBam31.dbk224def cjdkhd1_0 join CFBam31.atomdef cjdkhd1_1 on cjdkhd1_0.Id=cjdkhd1_1.Id join CFBam31.valdef cjdkhd1_2 on cjdkhd1_0.Id=cjdkhd1_2.Id left join CFBam31.dbk224col cjdkhd1_3 on cjdkhd1_0.Id=cjdkhd1_3.Id left join CFBam31.idgdbk224 cjdkhd1_4 on cjdkhd1_0.Id=cjdkhd1_4.Id left join CFBam31.dbk224typ cjdkhd1_5 on cjdkhd1_0.Id=cjdkhd1_5.Id Hibernate: select cjdkhc1_0.Id, cjdkhc1_3.CreatedAt, cjdkhc1_3.CreatedByUserId, cjdkhc1_3.dflt_xml_val, cjdkhc1_3.descr, cjdkhc1_3.GenerateId, cjdkhc1_3.Label, cjdkhc1_3.defschid, cjdkhc1_3.NextId, cjdkhc1_3.PrevId, cjdkhc1_3.short_descr, cjdkhc1_3.short_name, cjdkhc1_3.ImplementsPolymorph, cjdkhc1_3.IsNullable, cjdkhc1_3.safe_name, cjdkhc1_3.requiredRevision, cjdkhc1_3.ScopeId, cjdkhc1_3.UpdatedAt, cjdkhc1_3.UpdatedByUserId, cjdkhc1_2.DbName, cjdkhc1_1.InitVal, cjdkhc1_0.TableId from CFBam31.dbk224col cjdkhc1_0 join CFBam31.dbk224def cjdkhc1_1 on cjdkhc1_0.Id=cjdkhc1_1.Id join CFBam31.atomdef cjdkhc1_2 on cjdkhc1_0.Id=cjdkhc1_2.Id join CFBam31.valdef cjdkhc1_3 on cjdkhc1_0.Id=cjdkhc1_3.Id Hibernate: select cjdkht1_0.Id, cjdkht1_3.class_code, cjdkht1_3.CreatedAt, cjdkht1_3.CreatedByUserId, cjdkht1_3.dflt_xml_val, cjdkht1_3.descr, cjdkht1_3.GenerateId, cjdkht1_3.Label, cjdkht1_3.defschid, cjdkht1_3.NextId, cjdkht1_3.PrevId, cjdkht1_3.short_descr, cjdkht1_3.short_name, cjdkht1_3.ImplementsPolymorph, cjdkht1_3.IsNullable, cjdkht1_3.safe_name, cjdkht1_3.requiredRevision, cjdkht1_3.ScopeId, cjdkht1_3.UpdatedAt, cjdkht1_3.UpdatedByUserId, cjdkht1_2.DbName, cjdkht1_1.InitVal, cjdkht1_0.SchemaDefId, cjdkht1_4.BlockSize, cjdkht1_4.Slice from CFBam31.dbk224typ cjdkht1_0 join CFBam31.dbk224def cjdkht1_1 on cjdkht1_0.Id=cjdkht1_1.Id join CFBam31.atomdef cjdkht1_2 on cjdkht1_0.Id=cjdkht1_2.Id join CFBam31.valdef cjdkht1_3 on cjdkht1_0.Id=cjdkht1_3.Id left join CFBam31.idgdbk224 cjdkht1_4 on cjdkht1_0.Id=cjdkht1_4.Id Hibernate: select cjdkhg1_0.Id, cjdkhg1_4.CreatedAt, cjdkhg1_4.CreatedByUserId, cjdkhg1_4.dflt_xml_val, cjdkhg1_4.descr, cjdkhg1_4.GenerateId, cjdkhg1_4.Label, cjdkhg1_4.defschid, cjdkhg1_4.NextId, cjdkhg1_4.PrevId, cjdkhg1_4.short_descr, cjdkhg1_4.short_name, cjdkhg1_4.ImplementsPolymorph, cjdkhg1_4.IsNullable, cjdkhg1_4.safe_name, cjdkhg1_4.requiredRevision, cjdkhg1_4.ScopeId, cjdkhg1_4.UpdatedAt, cjdkhg1_4.UpdatedByUserId, cjdkhg1_3.DbName, cjdkhg1_2.InitVal, cjdkhg1_1.SchemaDefId, cjdkhg1_0.BlockSize, cjdkhg1_0.Slice from CFBam31.idgdbk224 cjdkhg1_0 join CFBam31.dbk224typ cjdkhg1_1 on cjdkhg1_0.Id=cjdkhg1_1.Id join CFBam31.dbk224def cjdkhg1_2 on cjdkhg1_0.Id=cjdkhg1_2.Id join CFBam31.atomdef cjdkhg1_3 on cjdkhg1_0.Id=cjdkhg1_3.Id join CFBam31.valdef cjdkhg1_4 on cjdkhg1_0.Id=cjdkhg1_4.Id Hibernate: select cjdkhd1_0.Id, cjdkhd1_2.class_code, cjdkhd1_2.CreatedAt, cjdkhd1_2.CreatedByUserId, cjdkhd1_2.dflt_xml_val, cjdkhd1_2.descr, cjdkhd1_2.GenerateId, cjdkhd1_2.Label, cjdkhd1_2.defschid, cjdkhd1_2.NextId, cjdkhd1_2.PrevId, cjdkhd1_2.short_descr, cjdkhd1_2.short_name, cjdkhd1_2.ImplementsPolymorph, cjdkhd1_2.IsNullable, cjdkhd1_2.safe_name, cjdkhd1_2.requiredRevision, cjdkhd1_2.ScopeId, cjdkhd1_2.UpdatedAt, cjdkhd1_2.UpdatedByUserId, cjdkhd1_1.DbName, cjdkhd1_0.InitVal, cjdkhd1_3.TableId, cjdkhd1_4.BlockSize, cjdkhd1_4.Slice, cjdkhd1_5.SchemaDefId from CFBam31.dbk256def cjdkhd1_0 join CFBam31.atomdef cjdkhd1_1 on cjdkhd1_0.Id=cjdkhd1_1.Id join CFBam31.valdef cjdkhd1_2 on cjdkhd1_0.Id=cjdkhd1_2.Id left join CFBam31.dbk256col cjdkhd1_3 on cjdkhd1_0.Id=cjdkhd1_3.Id left join CFBam31.idgdbk256 cjdkhd1_4 on cjdkhd1_0.Id=cjdkhd1_4.Id left join CFBam31.dbk256typ cjdkhd1_5 on cjdkhd1_0.Id=cjdkhd1_5.Id Hibernate: select cjdkhc1_0.Id, cjdkhc1_3.CreatedAt, cjdkhc1_3.CreatedByUserId, cjdkhc1_3.dflt_xml_val, cjdkhc1_3.descr, cjdkhc1_3.GenerateId, cjdkhc1_3.Label, cjdkhc1_3.defschid, cjdkhc1_3.NextId, cjdkhc1_3.PrevId, cjdkhc1_3.short_descr, cjdkhc1_3.short_name, cjdkhc1_3.ImplementsPolymorph, cjdkhc1_3.IsNullable, cjdkhc1_3.safe_name, cjdkhc1_3.requiredRevision, cjdkhc1_3.ScopeId, cjdkhc1_3.UpdatedAt, cjdkhc1_3.UpdatedByUserId, cjdkhc1_2.DbName, cjdkhc1_1.InitVal, cjdkhc1_0.TableId from CFBam31.dbk256col cjdkhc1_0 join CFBam31.dbk256def cjdkhc1_1 on cjdkhc1_0.Id=cjdkhc1_1.Id join CFBam31.atomdef cjdkhc1_2 on cjdkhc1_0.Id=cjdkhc1_2.Id join CFBam31.valdef cjdkhc1_3 on cjdkhc1_0.Id=cjdkhc1_3.Id Hibernate: select cjdkht1_0.Id, cjdkht1_3.class_code, cjdkht1_3.CreatedAt, cjdkht1_3.CreatedByUserId, cjdkht1_3.dflt_xml_val, cjdkht1_3.descr, cjdkht1_3.GenerateId, cjdkht1_3.Label, cjdkht1_3.defschid, cjdkht1_3.NextId, cjdkht1_3.PrevId, cjdkht1_3.short_descr, cjdkht1_3.short_name, cjdkht1_3.ImplementsPolymorph, cjdkht1_3.IsNullable, cjdkht1_3.safe_name, cjdkht1_3.requiredRevision, cjdkht1_3.ScopeId, cjdkht1_3.UpdatedAt, cjdkht1_3.UpdatedByUserId, cjdkht1_2.DbName, cjdkht1_1.InitVal, cjdkht1_0.SchemaDefId, cjdkht1_4.BlockSize, cjdkht1_4.Slice from CFBam31.dbk256typ cjdkht1_0 join CFBam31.dbk256def cjdkht1_1 on cjdkht1_0.Id=cjdkht1_1.Id join CFBam31.atomdef cjdkht1_2 on cjdkht1_0.Id=cjdkht1_2.Id join CFBam31.valdef cjdkht1_3 on cjdkht1_0.Id=cjdkht1_3.Id left join CFBam31.idgdbk256 cjdkht1_4 on cjdkht1_0.Id=cjdkht1_4.Id Hibernate: select cjdkhg1_0.Id, cjdkhg1_4.CreatedAt, cjdkhg1_4.CreatedByUserId, cjdkhg1_4.dflt_xml_val, cjdkhg1_4.descr, cjdkhg1_4.GenerateId, cjdkhg1_4.Label, cjdkhg1_4.defschid, cjdkhg1_4.NextId, cjdkhg1_4.PrevId, cjdkhg1_4.short_descr, cjdkhg1_4.short_name, cjdkhg1_4.ImplementsPolymorph, cjdkhg1_4.IsNullable, cjdkhg1_4.safe_name, cjdkhg1_4.requiredRevision, cjdkhg1_4.ScopeId, cjdkhg1_4.UpdatedAt, cjdkhg1_4.UpdatedByUserId, cjdkhg1_3.DbName, cjdkhg1_2.InitVal, cjdkhg1_1.SchemaDefId, cjdkhg1_0.BlockSize, cjdkhg1_0.Slice from CFBam31.idgdbk256 cjdkhg1_0 join CFBam31.dbk256typ cjdkhg1_1 on cjdkhg1_0.Id=cjdkhg1_1.Id join CFBam31.dbk256def cjdkhg1_2 on cjdkhg1_0.Id=cjdkhg1_2.Id join CFBam31.atomdef cjdkhg1_3 on cjdkhg1_0.Id=cjdkhg1_3.Id join CFBam31.valdef cjdkhg1_4 on cjdkhg1_0.Id=cjdkhg1_4.Id Hibernate: select cjdkhd1_0.Id, cjdkhd1_2.class_code, cjdkhd1_2.CreatedAt, cjdkhd1_2.CreatedByUserId, cjdkhd1_2.dflt_xml_val, cjdkhd1_2.descr, cjdkhd1_2.GenerateId, cjdkhd1_2.Label, cjdkhd1_2.defschid, cjdkhd1_2.NextId, cjdkhd1_2.PrevId, cjdkhd1_2.short_descr, cjdkhd1_2.short_name, cjdkhd1_2.ImplementsPolymorph, cjdkhd1_2.IsNullable, cjdkhd1_2.safe_name, cjdkhd1_2.requiredRevision, cjdkhd1_2.ScopeId, cjdkhd1_2.UpdatedAt, cjdkhd1_2.UpdatedByUserId, cjdkhd1_1.DbName, cjdkhd1_0.InitVal, cjdkhd1_3.TableId, cjdkhd1_4.BlockSize, cjdkhd1_4.Slice, cjdkhd1_5.SchemaDefId from CFBam31.dbk384def cjdkhd1_0 join CFBam31.atomdef cjdkhd1_1 on cjdkhd1_0.Id=cjdkhd1_1.Id join CFBam31.valdef cjdkhd1_2 on cjdkhd1_0.Id=cjdkhd1_2.Id left join CFBam31.dbk384col cjdkhd1_3 on cjdkhd1_0.Id=cjdkhd1_3.Id left join CFBam31.idgdbk384 cjdkhd1_4 on cjdkhd1_0.Id=cjdkhd1_4.Id left join CFBam31.dbk384typ cjdkhd1_5 on cjdkhd1_0.Id=cjdkhd1_5.Id Hibernate: select cjdkhc1_0.Id, cjdkhc1_3.CreatedAt, cjdkhc1_3.CreatedByUserId, cjdkhc1_3.dflt_xml_val, cjdkhc1_3.descr, cjdkhc1_3.GenerateId, cjdkhc1_3.Label, cjdkhc1_3.defschid, cjdkhc1_3.NextId, cjdkhc1_3.PrevId, cjdkhc1_3.short_descr, cjdkhc1_3.short_name, cjdkhc1_3.ImplementsPolymorph, cjdkhc1_3.IsNullable, cjdkhc1_3.safe_name, cjdkhc1_3.requiredRevision, cjdkhc1_3.ScopeId, cjdkhc1_3.UpdatedAt, cjdkhc1_3.UpdatedByUserId, cjdkhc1_2.DbName, cjdkhc1_1.InitVal, cjdkhc1_0.TableId from CFBam31.dbk384col cjdkhc1_0 join CFBam31.dbk384def cjdkhc1_1 on cjdkhc1_0.Id=cjdkhc1_1.Id join CFBam31.atomdef cjdkhc1_2 on cjdkhc1_0.Id=cjdkhc1_2.Id join CFBam31.valdef cjdkhc1_3 on cjdkhc1_0.Id=cjdkhc1_3.Id Hibernate: select cjdkht1_0.Id, cjdkht1_3.class_code, cjdkht1_3.CreatedAt, cjdkht1_3.CreatedByUserId, cjdkht1_3.dflt_xml_val, cjdkht1_3.descr, cjdkht1_3.GenerateId, cjdkht1_3.Label, cjdkht1_3.defschid, cjdkht1_3.NextId, cjdkht1_3.PrevId, cjdkht1_3.short_descr, cjdkht1_3.short_name, cjdkht1_3.ImplementsPolymorph, cjdkht1_3.IsNullable, cjdkht1_3.safe_name, cjdkht1_3.requiredRevision, cjdkht1_3.ScopeId, cjdkht1_3.UpdatedAt, cjdkht1_3.UpdatedByUserId, cjdkht1_2.DbName, cjdkht1_1.InitVal, cjdkht1_0.SchemaDefId, cjdkht1_4.BlockSize, cjdkht1_4.Slice from CFBam31.dbk384typ cjdkht1_0 join CFBam31.dbk384def cjdkht1_1 on cjdkht1_0.Id=cjdkht1_1.Id join CFBam31.atomdef cjdkht1_2 on cjdkht1_0.Id=cjdkht1_2.Id join CFBam31.valdef cjdkht1_3 on cjdkht1_0.Id=cjdkht1_3.Id left join CFBam31.idgdbk384 cjdkht1_4 on cjdkht1_0.Id=cjdkht1_4.Id Hibernate: select cjdkhg1_0.Id, cjdkhg1_4.CreatedAt, cjdkhg1_4.CreatedByUserId, cjdkhg1_4.dflt_xml_val, cjdkhg1_4.descr, cjdkhg1_4.GenerateId, cjdkhg1_4.Label, cjdkhg1_4.defschid, cjdkhg1_4.NextId, cjdkhg1_4.PrevId, cjdkhg1_4.short_descr, cjdkhg1_4.short_name, cjdkhg1_4.ImplementsPolymorph, cjdkhg1_4.IsNullable, cjdkhg1_4.safe_name, cjdkhg1_4.requiredRevision, cjdkhg1_4.ScopeId, cjdkhg1_4.UpdatedAt, cjdkhg1_4.UpdatedByUserId, cjdkhg1_3.DbName, cjdkhg1_2.InitVal, cjdkhg1_1.SchemaDefId, cjdkhg1_0.BlockSize, cjdkhg1_0.Slice from CFBam31.idgdbk384 cjdkhg1_0 join CFBam31.dbk384typ cjdkhg1_1 on cjdkhg1_0.Id=cjdkhg1_1.Id join CFBam31.dbk384def cjdkhg1_2 on cjdkhg1_0.Id=cjdkhg1_2.Id join CFBam31.atomdef cjdkhg1_3 on cjdkhg1_0.Id=cjdkhg1_3.Id join CFBam31.valdef cjdkhg1_4 on cjdkhg1_0.Id=cjdkhg1_4.Id Hibernate: select cjdkhd1_0.Id, cjdkhd1_2.class_code, cjdkhd1_2.CreatedAt, cjdkhd1_2.CreatedByUserId, cjdkhd1_2.dflt_xml_val, cjdkhd1_2.descr, cjdkhd1_2.GenerateId, cjdkhd1_2.Label, cjdkhd1_2.defschid, cjdkhd1_2.NextId, cjdkhd1_2.PrevId, cjdkhd1_2.short_descr, cjdkhd1_2.short_name, cjdkhd1_2.ImplementsPolymorph, cjdkhd1_2.IsNullable, cjdkhd1_2.safe_name, cjdkhd1_2.requiredRevision, cjdkhd1_2.ScopeId, cjdkhd1_2.UpdatedAt, cjdkhd1_2.UpdatedByUserId, cjdkhd1_1.DbName, cjdkhd1_0.InitVal, cjdkhd1_3.TableId, cjdkhd1_4.BlockSize, cjdkhd1_4.Slice, cjdkhd1_5.SchemaDefId from CFBam31.dbk512def cjdkhd1_0 join CFBam31.atomdef cjdkhd1_1 on cjdkhd1_0.Id=cjdkhd1_1.Id join CFBam31.valdef cjdkhd1_2 on cjdkhd1_0.Id=cjdkhd1_2.Id left join CFBam31.dbk512col cjdkhd1_3 on cjdkhd1_0.Id=cjdkhd1_3.Id left join CFBam31.idgdbk512 cjdkhd1_4 on cjdkhd1_0.Id=cjdkhd1_4.Id left join CFBam31.dbk512typ cjdkhd1_5 on cjdkhd1_0.Id=cjdkhd1_5.Id Hibernate: select cjdkhc1_0.Id, cjdkhc1_3.CreatedAt, cjdkhc1_3.CreatedByUserId, cjdkhc1_3.dflt_xml_val, cjdkhc1_3.descr, cjdkhc1_3.GenerateId, cjdkhc1_3.Label, cjdkhc1_3.defschid, cjdkhc1_3.NextId, cjdkhc1_3.PrevId, cjdkhc1_3.short_descr, cjdkhc1_3.short_name, cjdkhc1_3.ImplementsPolymorph, cjdkhc1_3.IsNullable, cjdkhc1_3.safe_name, cjdkhc1_3.requiredRevision, cjdkhc1_3.ScopeId, cjdkhc1_3.UpdatedAt, cjdkhc1_3.UpdatedByUserId, cjdkhc1_2.DbName, cjdkhc1_1.InitVal, cjdkhc1_0.TableId from CFBam31.dbk512col cjdkhc1_0 join CFBam31.dbk512def cjdkhc1_1 on cjdkhc1_0.Id=cjdkhc1_1.Id join CFBam31.atomdef cjdkhc1_2 on cjdkhc1_0.Id=cjdkhc1_2.Id join CFBam31.valdef cjdkhc1_3 on cjdkhc1_0.Id=cjdkhc1_3.Id Hibernate: select cjdkht1_0.Id, cjdkht1_3.class_code, cjdkht1_3.CreatedAt, cjdkht1_3.CreatedByUserId, cjdkht1_3.dflt_xml_val, cjdkht1_3.descr, cjdkht1_3.GenerateId, cjdkht1_3.Label, cjdkht1_3.defschid, cjdkht1_3.NextId, cjdkht1_3.PrevId, cjdkht1_3.short_descr, cjdkht1_3.short_name, cjdkht1_3.ImplementsPolymorph, cjdkht1_3.IsNullable, cjdkht1_3.safe_name, cjdkht1_3.requiredRevision, cjdkht1_3.ScopeId, cjdkht1_3.UpdatedAt, cjdkht1_3.UpdatedByUserId, cjdkht1_2.DbName, cjdkht1_1.InitVal, cjdkht1_0.SchemaDefId, cjdkht1_4.BlockSize, cjdkht1_4.Slice from CFBam31.dbk512typ cjdkht1_0 join CFBam31.dbk512def cjdkht1_1 on cjdkht1_0.Id=cjdkht1_1.Id join CFBam31.atomdef cjdkht1_2 on cjdkht1_0.Id=cjdkht1_2.Id join CFBam31.valdef cjdkht1_3 on cjdkht1_0.Id=cjdkht1_3.Id left join CFBam31.idgdbk512 cjdkht1_4 on cjdkht1_0.Id=cjdkht1_4.Id Hibernate: select cjdkhg1_0.Id, cjdkhg1_4.CreatedAt, cjdkhg1_4.CreatedByUserId, cjdkhg1_4.dflt_xml_val, cjdkhg1_4.descr, cjdkhg1_4.GenerateId, cjdkhg1_4.Label, cjdkhg1_4.defschid, cjdkhg1_4.NextId, cjdkhg1_4.PrevId, cjdkhg1_4.short_descr, cjdkhg1_4.short_name, cjdkhg1_4.ImplementsPolymorph, cjdkhg1_4.IsNullable, cjdkhg1_4.safe_name, cjdkhg1_4.requiredRevision, cjdkhg1_4.ScopeId, cjdkhg1_4.UpdatedAt, cjdkhg1_4.UpdatedByUserId, cjdkhg1_3.DbName, cjdkhg1_2.InitVal, cjdkhg1_1.SchemaDefId, cjdkhg1_0.BlockSize, cjdkhg1_0.Slice from CFBam31.idgdbk512 cjdkhg1_0 join CFBam31.dbk512typ cjdkhg1_1 on cjdkhg1_0.Id=cjdkhg1_1.Id join CFBam31.dbk512def cjdkhg1_2 on cjdkhg1_0.Id=cjdkhg1_2.Id join CFBam31.atomdef cjdkhg1_3 on cjdkhg1_0.Id=cjdkhg1_3.Id join CFBam31.valdef cjdkhg1_4 on cjdkhg1_0.Id=cjdkhg1_4.Id Hibernate: select cjsd1_0.Id, cjsd1_2.class_code, cjsd1_2.CreatedAt, cjsd1_2.CreatedByUserId, cjsd1_2.dflt_xml_val, cjsd1_2.descr, cjsd1_2.GenerateId, cjsd1_2.Label, cjsd1_2.defschid, cjsd1_2.NextId, cjsd1_2.PrevId, cjsd1_2.short_descr, cjsd1_2.short_name, cjsd1_2.ImplementsPolymorph, cjsd1_2.IsNullable, cjsd1_2.safe_name, cjsd1_2.requiredRevision, cjsd1_2.ScopeId, cjsd1_2.UpdatedAt, cjsd1_2.UpdatedByUserId, cjsd1_1.DbName, cjsd1_0.InitVal, cjsd1_0.is_polymorph, cjsd1_0.db_max_len, cjsd1_3.TableId, cjsd1_4.SchemaDefId from CFBam31.strdef cjsd1_0 join CFBam31.atomdef cjsd1_1 on cjsd1_0.Id=cjsd1_1.Id join CFBam31.valdef cjsd1_2 on cjsd1_0.Id=cjsd1_2.Id left join CFBam31.strcol cjsd1_3 on cjsd1_0.Id=cjsd1_3.Id left join CFBam31.strtyp cjsd1_4 on cjsd1_0.Id=cjsd1_4.Id Hibernate: select cjst1_0.Id, cjst1_3.CreatedAt, cjst1_3.CreatedByUserId, cjst1_3.dflt_xml_val, cjst1_3.descr, cjst1_3.GenerateId, cjst1_3.Label, cjst1_3.defschid, cjst1_3.NextId, cjst1_3.PrevId, cjst1_3.short_descr, cjst1_3.short_name, cjst1_3.ImplementsPolymorph, cjst1_3.IsNullable, cjst1_3.safe_name, cjst1_3.requiredRevision, cjst1_3.ScopeId, cjst1_3.UpdatedAt, cjst1_3.UpdatedByUserId, cjst1_2.DbName, cjst1_1.InitVal, cjst1_1.is_polymorph, cjst1_1.db_max_len, cjst1_0.SchemaDefId from CFBam31.strtyp cjst1_0 join CFBam31.strdef cjst1_1 on cjst1_0.Id=cjst1_1.Id join CFBam31.atomdef cjst1_2 on cjst1_0.Id=cjst1_2.Id join CFBam31.valdef cjst1_3 on cjst1_0.Id=cjst1_3.Id Hibernate: select cjtd1_0.Id, cjtd1_2.class_code, cjtd1_2.CreatedAt, cjtd1_2.CreatedByUserId, cjtd1_2.dflt_xml_val, cjtd1_2.descr, cjtd1_2.GenerateId, cjtd1_2.Label, cjtd1_2.defschid, cjtd1_2.NextId, cjtd1_2.PrevId, cjtd1_2.short_descr, cjtd1_2.short_name, cjtd1_2.ImplementsPolymorph, cjtd1_2.IsNullable, cjtd1_2.safe_name, cjtd1_2.requiredRevision, cjtd1_2.ScopeId, cjtd1_2.UpdatedAt, cjtd1_2.UpdatedByUserId, cjtd1_1.DbName, cjtd1_0.Dummy, cjtd1_3.TableId, cjtd1_4.SchemaDefId from CFBam31.dzdef cjtd1_0 join CFBam31.atomdef cjtd1_1 on cjtd1_0.Id=cjtd1_1.Id join CFBam31.valdef cjtd1_2 on cjtd1_0.Id=cjtd1_2.Id left join CFBam31.dzcol cjtd1_3 on cjtd1_0.Id=cjtd1_3.Id left join CFBam31.dztyp cjtd1_4 on cjtd1_0.Id=cjtd1_4.Id Hibernate: select cjtt1_0.Id, cjtt1_3.CreatedAt, cjtt1_3.CreatedByUserId, cjtt1_3.dflt_xml_val, cjtt1_3.descr, cjtt1_3.GenerateId, cjtt1_3.Label, cjtt1_3.defschid, cjtt1_3.NextId, cjtt1_3.PrevId, cjtt1_3.short_descr, cjtt1_3.short_name, cjtt1_3.ImplementsPolymorph, cjtt1_3.IsNullable, cjtt1_3.safe_name, cjtt1_3.requiredRevision, cjtt1_3.ScopeId, cjtt1_3.UpdatedAt, cjtt1_3.UpdatedByUserId, cjtt1_2.DbName, cjtt1_1.Dummy, cjtt1_0.SchemaDefId from CFBam31.dztyp cjtt1_0 join CFBam31.dzdef cjtt1_1 on cjtt1_0.Id=cjtt1_1.Id join CFBam31.atomdef cjtt1_2 on cjtt1_0.Id=cjtt1_2.Id join CFBam31.valdef cjtt1_3 on cjtt1_0.Id=cjtt1_3.Id Hibernate: select cjtd1_0.Id, cjtd1_2.class_code, cjtd1_2.CreatedAt, cjtd1_2.CreatedByUserId, cjtd1_2.dflt_xml_val, cjtd1_2.descr, cjtd1_2.GenerateId, cjtd1_2.Label, cjtd1_2.defschid, cjtd1_2.NextId, cjtd1_2.PrevId, cjtd1_2.short_descr, cjtd1_2.short_name, cjtd1_2.ImplementsPolymorph, cjtd1_2.IsNullable, cjtd1_2.safe_name, cjtd1_2.requiredRevision, cjtd1_2.ScopeId, cjtd1_2.UpdatedAt, cjtd1_2.UpdatedByUserId, cjtd1_1.DbName, cjtd1_0.Dummy, cjtd1_3.TableId, cjtd1_4.SchemaDefId from CFBam31.tmzdef cjtd1_0 join CFBam31.atomdef cjtd1_1 on cjtd1_0.Id=cjtd1_1.Id join CFBam31.valdef cjtd1_2 on cjtd1_0.Id=cjtd1_2.Id left join CFBam31.tmzcol cjtd1_3 on cjtd1_0.Id=cjtd1_3.Id left join CFBam31.tmztyp cjtd1_4 on cjtd1_0.Id=cjtd1_4.Id Hibernate: select cjtt1_0.Id, cjtt1_3.CreatedAt, cjtt1_3.CreatedByUserId, cjtt1_3.dflt_xml_val, cjtt1_3.descr, cjtt1_3.GenerateId, cjtt1_3.Label, cjtt1_3.defschid, cjtt1_3.NextId, cjtt1_3.PrevId, cjtt1_3.short_descr, cjtt1_3.short_name, cjtt1_3.ImplementsPolymorph, cjtt1_3.IsNullable, cjtt1_3.safe_name, cjtt1_3.requiredRevision, cjtt1_3.ScopeId, cjtt1_3.UpdatedAt, cjtt1_3.UpdatedByUserId, cjtt1_2.DbName, cjtt1_1.Dummy, cjtt1_0.SchemaDefId from CFBam31.tmztyp cjtt1_0 join CFBam31.tmzdef cjtt1_1 on cjtt1_0.Id=cjtt1_1.Id join CFBam31.atomdef cjtt1_2 on cjtt1_0.Id=cjtt1_2.Id join CFBam31.valdef cjtt1_3 on cjtt1_0.Id=cjtt1_3.Id Hibernate: select cjtd1_0.Id, cjtd1_2.class_code, cjtd1_2.CreatedAt, cjtd1_2.CreatedByUserId, cjtd1_2.dflt_xml_val, cjtd1_2.descr, cjtd1_2.GenerateId, cjtd1_2.Label, cjtd1_2.defschid, cjtd1_2.NextId, cjtd1_2.PrevId, cjtd1_2.short_descr, cjtd1_2.short_name, cjtd1_2.ImplementsPolymorph, cjtd1_2.IsNullable, cjtd1_2.safe_name, cjtd1_2.requiredRevision, cjtd1_2.ScopeId, cjtd1_2.UpdatedAt, cjtd1_2.UpdatedByUserId, cjtd1_1.DbName, cjtd1_0.Dummy, cjtd1_3.TableId, cjtd1_4.SchemaDefId from CFBam31.zsdef cjtd1_0 join CFBam31.atomdef cjtd1_1 on cjtd1_0.Id=cjtd1_1.Id join CFBam31.valdef cjtd1_2 on cjtd1_0.Id=cjtd1_2.Id left join CFBam31.zscol cjtd1_3 on cjtd1_0.Id=cjtd1_3.Id left join CFBam31.zstyp cjtd1_4 on cjtd1_0.Id=cjtd1_4.Id Hibernate: select cjtt1_0.Id, cjtt1_3.CreatedAt, cjtt1_3.CreatedByUserId, cjtt1_3.dflt_xml_val, cjtt1_3.descr, cjtt1_3.GenerateId, cjtt1_3.Label, cjtt1_3.defschid, cjtt1_3.NextId, cjtt1_3.PrevId, cjtt1_3.short_descr, cjtt1_3.short_name, cjtt1_3.ImplementsPolymorph, cjtt1_3.IsNullable, cjtt1_3.safe_name, cjtt1_3.requiredRevision, cjtt1_3.ScopeId, cjtt1_3.UpdatedAt, cjtt1_3.UpdatedByUserId, cjtt1_2.DbName, cjtt1_1.Dummy, cjtt1_0.SchemaDefId from CFBam31.zstyp cjtt1_0 join CFBam31.zsdef cjtt1_1 on cjtt1_0.Id=cjtt1_1.Id join CFBam31.atomdef cjtt1_2 on cjtt1_0.Id=cjtt1_2.Id join CFBam31.valdef cjtt1_3 on cjtt1_0.Id=cjtt1_3.Id Hibernate: select cjtc1_0.Id, cjtc1_1.CreatedAt, cjtc1_1.CreatedByUserId, cjtc1_1.dflt_xml_val, cjtc1_1.descr, cjtc1_1.GenerateId, cjtc1_1.Label, cjtc1_1.defschid, cjtc1_1.NextId, cjtc1_1.PrevId, cjtc1_1.short_descr, cjtc1_1.short_name, cjtc1_1.ImplementsPolymorph, cjtc1_1.IsNullable, cjtc1_1.safe_name, cjtc1_1.requiredRevision, cjtc1_1.ScopeId, cjtc1_1.UpdatedAt, cjtc1_1.UpdatedByUserId, cjtc1_0.DbName, cjtc1_0.xml_elt_name, cjtc1_0.DataId, cjtc1_0.TableId from CFBam31.tblcol cjtc1_0 join CFBam31.valdef cjtc1_1 on cjtc1_0.Id=cjtc1_1.Id Hibernate: select cjtd1_0.Id, cjtd1_2.class_code, cjtd1_2.CreatedAt, cjtd1_2.CreatedByUserId, cjtd1_2.dflt_xml_val, cjtd1_2.descr, cjtd1_2.GenerateId, cjtd1_2.Label, cjtd1_2.defschid, cjtd1_2.NextId, cjtd1_2.PrevId, cjtd1_2.short_descr, cjtd1_2.short_name, cjtd1_2.ImplementsPolymorph, cjtd1_2.IsNullable, cjtd1_2.safe_name, cjtd1_2.requiredRevision, cjtd1_2.ScopeId, cjtd1_2.UpdatedAt, cjtd1_2.UpdatedByUserId, cjtd1_1.DbName, cjtd1_0.InitVal, cjtd1_0.xml_elt_name, cjtd1_0.db_max_len, cjtd1_3.TableId, cjtd1_4.SchemaDefId from CFBam31.txtdef cjtd1_0 join CFBam31.atomdef cjtd1_1 on cjtd1_0.Id=cjtd1_1.Id join CFBam31.valdef cjtd1_2 on cjtd1_0.Id=cjtd1_2.Id left join CFBam31.txtcol cjtd1_3 on cjtd1_0.Id=cjtd1_3.Id left join CFBam31.txttyp cjtd1_4 on cjtd1_0.Id=cjtd1_4.Id Hibernate: select cjtt1_0.Id, cjtt1_3.CreatedAt, cjtt1_3.CreatedByUserId, cjtt1_3.dflt_xml_val, cjtt1_3.descr, cjtt1_3.GenerateId, cjtt1_3.Label, cjtt1_3.defschid, cjtt1_3.NextId, cjtt1_3.PrevId, cjtt1_3.short_descr, cjtt1_3.short_name, cjtt1_3.ImplementsPolymorph, cjtt1_3.IsNullable, cjtt1_3.safe_name, cjtt1_3.requiredRevision, cjtt1_3.ScopeId, cjtt1_3.UpdatedAt, cjtt1_3.UpdatedByUserId, cjtt1_2.DbName, cjtt1_1.InitVal, cjtt1_1.xml_elt_name, cjtt1_1.db_max_len, cjtt1_0.SchemaDefId from CFBam31.txttyp cjtt1_0 join CFBam31.txtdef cjtt1_1 on cjtt1_0.Id=cjtt1_1.Id join CFBam31.atomdef cjtt1_2 on cjtt1_0.Id=cjtt1_2.Id join CFBam31.valdef cjtt1_3 on cjtt1_0.Id=cjtt1_3.Id Hibernate: select cjtd1_0.Id, cjtd1_2.class_code, cjtd1_2.CreatedAt, cjtd1_2.CreatedByUserId, cjtd1_2.dflt_xml_val, cjtd1_2.descr, cjtd1_2.GenerateId, cjtd1_2.Label, cjtd1_2.defschid, cjtd1_2.NextId, cjtd1_2.PrevId, cjtd1_2.short_descr, cjtd1_2.short_name, cjtd1_2.ImplementsPolymorph, cjtd1_2.IsNullable, cjtd1_2.safe_name, cjtd1_2.requiredRevision, cjtd1_2.ScopeId, cjtd1_2.UpdatedAt, cjtd1_2.UpdatedByUserId, cjtd1_1.DbName, cjtd1_0.Dummy, cjtd1_3.TableId, cjtd1_4.SchemaDefId from CFBam31.tmdef cjtd1_0 join CFBam31.atomdef cjtd1_1 on cjtd1_0.Id=cjtd1_1.Id join CFBam31.valdef cjtd1_2 on cjtd1_0.Id=cjtd1_2.Id left join CFBam31.tmcol cjtd1_3 on cjtd1_0.Id=cjtd1_3.Id left join CFBam31.tmtyp cjtd1_4 on cjtd1_0.Id=cjtd1_4.Id Hibernate: select cjtt1_0.Id, cjtt1_3.CreatedAt, cjtt1_3.CreatedByUserId, cjtt1_3.dflt_xml_val, cjtt1_3.descr, cjtt1_3.GenerateId, cjtt1_3.Label, cjtt1_3.defschid, cjtt1_3.NextId, cjtt1_3.PrevId, cjtt1_3.short_descr, cjtt1_3.short_name, cjtt1_3.ImplementsPolymorph, cjtt1_3.IsNullable, cjtt1_3.safe_name, cjtt1_3.requiredRevision, cjtt1_3.ScopeId, cjtt1_3.UpdatedAt, cjtt1_3.UpdatedByUserId, cjtt1_2.DbName, cjtt1_1.Dummy, cjtt1_0.SchemaDefId from CFBam31.tmtyp cjtt1_0 join CFBam31.tmdef cjtt1_1 on cjtt1_0.Id=cjtt1_1.Id join CFBam31.atomdef cjtt1_2 on cjtt1_0.Id=cjtt1_2.Id join CFBam31.valdef cjtt1_3 on cjtt1_0.Id=cjtt1_3.Id Hibernate: select cjtd1_0.Id, cjtd1_2.class_code, cjtd1_2.CreatedAt, cjtd1_2.CreatedByUserId, cjtd1_2.dflt_xml_val, cjtd1_2.descr, cjtd1_2.GenerateId, cjtd1_2.Label, cjtd1_2.defschid, cjtd1_2.NextId, cjtd1_2.PrevId, cjtd1_2.short_descr, cjtd1_2.short_name, cjtd1_2.ImplementsPolymorph, cjtd1_2.IsNullable, cjtd1_2.safe_name, cjtd1_2.requiredRevision, cjtd1_2.ScopeId, cjtd1_2.UpdatedAt, cjtd1_2.UpdatedByUserId, cjtd1_1.DbName, cjtd1_0.Dummy, cjtd1_3.TableId, cjtd1_4.SchemaDefId from CFBam31.tsdef cjtd1_0 join CFBam31.atomdef cjtd1_1 on cjtd1_0.Id=cjtd1_1.Id join CFBam31.valdef cjtd1_2 on cjtd1_0.Id=cjtd1_2.Id left join CFBam31.tscol cjtd1_3 on cjtd1_0.Id=cjtd1_3.Id left join CFBam31.tstyp cjtd1_4 on cjtd1_0.Id=cjtd1_4.Id Hibernate: select cjtt1_0.Id, cjtt1_3.CreatedAt, cjtt1_3.CreatedByUserId, cjtt1_3.dflt_xml_val, cjtt1_3.descr, cjtt1_3.GenerateId, cjtt1_3.Label, cjtt1_3.defschid, cjtt1_3.NextId, cjtt1_3.PrevId, cjtt1_3.short_descr, cjtt1_3.short_name, cjtt1_3.ImplementsPolymorph, cjtt1_3.IsNullable, cjtt1_3.safe_name, cjtt1_3.requiredRevision, cjtt1_3.ScopeId, cjtt1_3.UpdatedAt, cjtt1_3.UpdatedByUserId, cjtt1_2.DbName, cjtt1_1.Dummy, cjtt1_0.SchemaDefId from CFBam31.tstyp cjtt1_0 join CFBam31.tsdef cjtt1_1 on cjtt1_0.Id=cjtt1_1.Id join CFBam31.atomdef cjtt1_2 on cjtt1_0.Id=cjtt1_2.Id join CFBam31.valdef cjtt1_3 on cjtt1_0.Id=cjtt1_3.Id Hibernate: select cjtd1_0.Id, cjtd1_2.class_code, cjtd1_2.CreatedAt, cjtd1_2.CreatedByUserId, cjtd1_2.dflt_xml_val, cjtd1_2.descr, cjtd1_2.GenerateId, cjtd1_2.Label, cjtd1_2.defschid, cjtd1_2.NextId, cjtd1_2.PrevId, cjtd1_2.short_descr, cjtd1_2.short_name, cjtd1_2.ImplementsPolymorph, cjtd1_2.IsNullable, cjtd1_2.safe_name, cjtd1_2.requiredRevision, cjtd1_2.ScopeId, cjtd1_2.UpdatedAt, cjtd1_2.UpdatedByUserId, cjtd1_1.DbName, cjtd1_0.InitVal, cjtd1_0.db_max_len, cjtd1_3.TableId, cjtd1_4.SchemaDefId from CFBam31.tkndef cjtd1_0 join CFBam31.atomdef cjtd1_1 on cjtd1_0.Id=cjtd1_1.Id join CFBam31.valdef cjtd1_2 on cjtd1_0.Id=cjtd1_2.Id left join CFBam31.tkncol cjtd1_3 on cjtd1_0.Id=cjtd1_3.Id left join CFBam31.tkntyp cjtd1_4 on cjtd1_0.Id=cjtd1_4.Id Hibernate: select cjtt1_0.Id, cjtt1_3.CreatedAt, cjtt1_3.CreatedByUserId, cjtt1_3.dflt_xml_val, cjtt1_3.descr, cjtt1_3.GenerateId, cjtt1_3.Label, cjtt1_3.defschid, cjtt1_3.NextId, cjtt1_3.PrevId, cjtt1_3.short_descr, cjtt1_3.short_name, cjtt1_3.ImplementsPolymorph, cjtt1_3.IsNullable, cjtt1_3.safe_name, cjtt1_3.requiredRevision, cjtt1_3.ScopeId, cjtt1_3.UpdatedAt, cjtt1_3.UpdatedByUserId, cjtt1_2.DbName, cjtt1_1.InitVal, cjtt1_1.db_max_len, cjtt1_0.SchemaDefId from CFBam31.tkntyp cjtt1_0 join CFBam31.tkndef cjtt1_1 on cjtt1_0.Id=cjtt1_1.Id join CFBam31.atomdef cjtt1_2 on cjtt1_0.Id=cjtt1_2.Id join CFBam31.valdef cjtt1_3 on cjtt1_0.Id=cjtt1_3.Id Hibernate: select cjud1_0.Id, cjud1_2.class_code, cjud1_2.CreatedAt, cjud1_2.CreatedByUserId, cjud1_2.dflt_xml_val, cjud1_2.descr, cjud1_2.GenerateId, cjud1_2.Label, cjud1_2.defschid, cjud1_2.NextId, cjud1_2.PrevId, cjud1_2.short_descr, cjud1_2.short_name, cjud1_2.ImplementsPolymorph, cjud1_2.IsNullable, cjud1_2.safe_name, cjud1_2.requiredRevision, cjud1_2.ScopeId, cjud1_2.UpdatedAt, cjud1_2.UpdatedByUserId, cjud1_1.DbName, cjud1_0.InitVal, cjud1_0.MaxVal, cjud1_0.MinVal, cjud1_3.TableId, cjud1_4.SchemaDefId from CFBam31.u16def cjud1_0 join CFBam31.atomdef cjud1_1 on cjud1_0.Id=cjud1_1.Id join CFBam31.valdef cjud1_2 on cjud1_0.Id=cjud1_2.Id left join CFBam31.uint16col cjud1_3 on cjud1_0.Id=cjud1_3.Id left join CFBam31.uint16typ cjud1_4 on cjud1_0.Id=cjud1_4.Id Hibernate: select cjut1_0.Id, cjut1_3.CreatedAt, cjut1_3.CreatedByUserId, cjut1_3.dflt_xml_val, cjut1_3.descr, cjut1_3.GenerateId, cjut1_3.Label, cjut1_3.defschid, cjut1_3.NextId, cjut1_3.PrevId, cjut1_3.short_descr, cjut1_3.short_name, cjut1_3.ImplementsPolymorph, cjut1_3.IsNullable, cjut1_3.safe_name, cjut1_3.requiredRevision, cjut1_3.ScopeId, cjut1_3.UpdatedAt, cjut1_3.UpdatedByUserId, cjut1_2.DbName, cjut1_1.InitVal, cjut1_1.MaxVal, cjut1_1.MinVal, cjut1_0.SchemaDefId from CFBam31.uint16typ cjut1_0 join CFBam31.u16def cjut1_1 on cjut1_0.Id=cjut1_1.Id join CFBam31.atomdef cjut1_2 on cjut1_0.Id=cjut1_2.Id join CFBam31.valdef cjut1_3 on cjut1_0.Id=cjut1_3.Id Hibernate: select cjud1_0.Id, cjud1_2.class_code, cjud1_2.CreatedAt, cjud1_2.CreatedByUserId, cjud1_2.dflt_xml_val, cjud1_2.descr, cjud1_2.GenerateId, cjud1_2.Label, cjud1_2.defschid, cjud1_2.NextId, cjud1_2.PrevId, cjud1_2.short_descr, cjud1_2.short_name, cjud1_2.ImplementsPolymorph, cjud1_2.IsNullable, cjud1_2.safe_name, cjud1_2.requiredRevision, cjud1_2.ScopeId, cjud1_2.UpdatedAt, cjud1_2.UpdatedByUserId, cjud1_1.DbName, cjud1_0.InitVal, cjud1_0.MaxVal, cjud1_0.MinVal, cjud1_3.TableId, cjud1_4.SchemaDefId from CFBam31.u32def cjud1_0 join CFBam31.atomdef cjud1_1 on cjud1_0.Id=cjud1_1.Id join CFBam31.valdef cjud1_2 on cjud1_0.Id=cjud1_2.Id left join CFBam31.uint32col cjud1_3 on cjud1_0.Id=cjud1_3.Id left join CFBam31.uint32typ cjud1_4 on cjud1_0.Id=cjud1_4.Id Hibernate: select cjut1_0.Id, cjut1_3.CreatedAt, cjut1_3.CreatedByUserId, cjut1_3.dflt_xml_val, cjut1_3.descr, cjut1_3.GenerateId, cjut1_3.Label, cjut1_3.defschid, cjut1_3.NextId, cjut1_3.PrevId, cjut1_3.short_descr, cjut1_3.short_name, cjut1_3.ImplementsPolymorph, cjut1_3.IsNullable, cjut1_3.safe_name, cjut1_3.requiredRevision, cjut1_3.ScopeId, cjut1_3.UpdatedAt, cjut1_3.UpdatedByUserId, cjut1_2.DbName, cjut1_1.InitVal, cjut1_1.MaxVal, cjut1_1.MinVal, cjut1_0.SchemaDefId from CFBam31.uint32typ cjut1_0 join CFBam31.u32def cjut1_1 on cjut1_0.Id=cjut1_1.Id join CFBam31.atomdef cjut1_2 on cjut1_0.Id=cjut1_2.Id join CFBam31.valdef cjut1_3 on cjut1_0.Id=cjut1_3.Id Hibernate: select cjud1_0.Id, cjud1_2.class_code, cjud1_2.CreatedAt, cjud1_2.CreatedByUserId, cjud1_2.dflt_xml_val, cjud1_2.descr, cjud1_2.GenerateId, cjud1_2.Label, cjud1_2.defschid, cjud1_2.NextId, cjud1_2.PrevId, cjud1_2.short_descr, cjud1_2.short_name, cjud1_2.ImplementsPolymorph, cjud1_2.IsNullable, cjud1_2.safe_name, cjud1_2.requiredRevision, cjud1_2.ScopeId, cjud1_2.UpdatedAt, cjud1_2.UpdatedByUserId, cjud1_1.DbName, cjud1_0.InitVal, cjud1_0.MaxVal, cjud1_0.MinVal, cjud1_3.TableId, cjud1_4.SchemaDefId from CFBam31.u64def cjud1_0 join CFBam31.atomdef cjud1_1 on cjud1_0.Id=cjud1_1.Id join CFBam31.valdef cjud1_2 on cjud1_0.Id=cjud1_2.Id left join CFBam31.uint64col cjud1_3 on cjud1_0.Id=cjud1_3.Id left join CFBam31.uint64typ cjud1_4 on cjud1_0.Id=cjud1_4.Id Hibernate: select cjut1_0.Id, cjut1_3.CreatedAt, cjut1_3.CreatedByUserId, cjut1_3.dflt_xml_val, cjut1_3.descr, cjut1_3.GenerateId, cjut1_3.Label, cjut1_3.defschid, cjut1_3.NextId, cjut1_3.PrevId, cjut1_3.short_descr, cjut1_3.short_name, cjut1_3.ImplementsPolymorph, cjut1_3.IsNullable, cjut1_3.safe_name, cjut1_3.requiredRevision, cjut1_3.ScopeId, cjut1_3.UpdatedAt, cjut1_3.UpdatedByUserId, cjut1_2.DbName, cjut1_1.InitVal, cjut1_1.MaxVal, cjut1_1.MinVal, cjut1_0.SchemaDefId from CFBam31.uint64typ cjut1_0 join CFBam31.u64def cjut1_1 on cjut1_0.Id=cjut1_1.Id join CFBam31.atomdef cjut1_2 on cjut1_0.Id=cjut1_2.Id join CFBam31.valdef cjut1_3 on cjut1_0.Id=cjut1_3.Id Hibernate: select cjud1_0.Id, cjud1_2.class_code, cjud1_2.CreatedAt, cjud1_2.CreatedByUserId, cjud1_2.dflt_xml_val, cjud1_2.descr, cjud1_2.GenerateId, cjud1_2.Label, cjud1_2.defschid, cjud1_2.NextId, cjud1_2.PrevId, cjud1_2.short_descr, cjud1_2.short_name, cjud1_2.ImplementsPolymorph, cjud1_2.IsNullable, cjud1_2.safe_name, cjud1_2.requiredRevision, cjud1_2.ScopeId, cjud1_2.UpdatedAt, cjud1_2.UpdatedByUserId, cjud1_1.DbName, cjud1_0.InitVal, cjud1_3.TableId, cjud1_4.BlockSize, cjud1_4.Slice, cjud1_5.SchemaDefId from CFBam31.uuiddef cjud1_0 join CFBam31.atomdef cjud1_1 on cjud1_0.Id=cjud1_1.Id join CFBam31.valdef cjud1_2 on cjud1_0.Id=cjud1_2.Id left join CFBam31.uuidcol cjud1_3 on cjud1_0.Id=cjud1_3.Id left join CFBam31.idguuid cjud1_4 on cjud1_0.Id=cjud1_4.Id left join CFBam31.uuidtyp cjud1_5 on cjud1_0.Id=cjud1_5.Id Hibernate: select cjud1_0.Id, cjud1_2.class_code, cjud1_2.CreatedAt, cjud1_2.CreatedByUserId, cjud1_2.dflt_xml_val, cjud1_2.descr, cjud1_2.GenerateId, cjud1_2.Label, cjud1_2.defschid, cjud1_2.NextId, cjud1_2.PrevId, cjud1_2.short_descr, cjud1_2.short_name, cjud1_2.ImplementsPolymorph, cjud1_2.IsNullable, cjud1_2.safe_name, cjud1_2.requiredRevision, cjud1_2.ScopeId, cjud1_2.UpdatedAt, cjud1_2.UpdatedByUserId, cjud1_1.DbName, cjud1_0.InitVal, cjud1_3.TableId, cjud1_4.BlockSize, cjud1_4.Slice, cjud1_5.SchemaDefId from CFBam31.uuid6def cjud1_0 join CFBam31.atomdef cjud1_1 on cjud1_0.Id=cjud1_1.Id join CFBam31.valdef cjud1_2 on cjud1_0.Id=cjud1_2.Id left join CFBam31.uuid6col cjud1_3 on cjud1_0.Id=cjud1_3.Id left join CFBam31.idguuid6 cjud1_4 on cjud1_0.Id=cjud1_4.Id left join CFBam31.uuid6typ cjud1_5 on cjud1_0.Id=cjud1_5.Id Hibernate: select cjut1_0.Id, cjut1_3.class_code, cjut1_3.CreatedAt, cjut1_3.CreatedByUserId, cjut1_3.dflt_xml_val, cjut1_3.descr, cjut1_3.GenerateId, cjut1_3.Label, cjut1_3.defschid, cjut1_3.NextId, cjut1_3.PrevId, cjut1_3.short_descr, cjut1_3.short_name, cjut1_3.ImplementsPolymorph, cjut1_3.IsNullable, cjut1_3.safe_name, cjut1_3.requiredRevision, cjut1_3.ScopeId, cjut1_3.UpdatedAt, cjut1_3.UpdatedByUserId, cjut1_2.DbName, cjut1_1.InitVal, cjut1_0.SchemaDefId, cjut1_4.BlockSize, cjut1_4.Slice from CFBam31.uuidtyp cjut1_0 join CFBam31.uuiddef cjut1_1 on cjut1_0.Id=cjut1_1.Id join CFBam31.atomdef cjut1_2 on cjut1_0.Id=cjut1_2.Id join CFBam31.valdef cjut1_3 on cjut1_0.Id=cjut1_3.Id left join CFBam31.idguuid cjut1_4 on cjut1_0.Id=cjut1_4.Id Hibernate: select cjut1_0.Id, cjut1_3.class_code, cjut1_3.CreatedAt, cjut1_3.CreatedByUserId, cjut1_3.dflt_xml_val, cjut1_3.descr, cjut1_3.GenerateId, cjut1_3.Label, cjut1_3.defschid, cjut1_3.NextId, cjut1_3.PrevId, cjut1_3.short_descr, cjut1_3.short_name, cjut1_3.ImplementsPolymorph, cjut1_3.IsNullable, cjut1_3.safe_name, cjut1_3.requiredRevision, cjut1_3.ScopeId, cjut1_3.UpdatedAt, cjut1_3.UpdatedByUserId, cjut1_2.DbName, cjut1_1.InitVal, cjut1_0.SchemaDefId, cjut1_4.BlockSize, cjut1_4.Slice from CFBam31.uuid6typ cjut1_0 join CFBam31.uuid6def cjut1_1 on cjut1_0.Id=cjut1_1.Id join CFBam31.atomdef cjut1_2 on cjut1_0.Id=cjut1_2.Id join CFBam31.valdef cjut1_3 on cjut1_0.Id=cjut1_3.Id left join CFBam31.idguuid6 cjut1_4 on cjut1_0.Id=cjut1_4.Id Hibernate: select cjbc1_0.Id, cjbc1_3.CreatedAt, cjbc1_3.CreatedByUserId, cjbc1_3.dflt_xml_val, cjbc1_3.descr, cjbc1_3.GenerateId, cjbc1_3.Label, cjbc1_3.defschid, cjbc1_3.NextId, cjbc1_3.PrevId, cjbc1_3.short_descr, cjbc1_3.short_name, cjbc1_3.ImplementsPolymorph, cjbc1_3.IsNullable, cjbc1_3.safe_name, cjbc1_3.requiredRevision, cjbc1_3.ScopeId, cjbc1_3.UpdatedAt, cjbc1_3.UpdatedByUserId, cjbc1_2.DbName, cjbc1_1.InitVal, cjbc1_1.db_max_len, cjbc1_0.TableId from CFBam31.blbcol cjbc1_0 join CFBam31.blbdef cjbc1_1 on cjbc1_0.Id=cjbc1_1.Id join CFBam31.atomdef cjbc1_2 on cjbc1_0.Id=cjbc1_2.Id join CFBam31.valdef cjbc1_3 on cjbc1_0.Id=cjbc1_3.Id Hibernate: select cjbc1_0.Id, cjbc1_3.CreatedAt, cjbc1_3.CreatedByUserId, cjbc1_3.dflt_xml_val, cjbc1_3.descr, cjbc1_3.GenerateId, cjbc1_3.Label, cjbc1_3.defschid, cjbc1_3.NextId, cjbc1_3.PrevId, cjbc1_3.short_descr, cjbc1_3.short_name, cjbc1_3.ImplementsPolymorph, cjbc1_3.IsNullable, cjbc1_3.safe_name, cjbc1_3.requiredRevision, cjbc1_3.ScopeId, cjbc1_3.UpdatedAt, cjbc1_3.UpdatedByUserId, cjbc1_2.DbName, cjbc1_1.FalseString, cjbc1_1.InitVal, cjbc1_1.NullString, cjbc1_1.TrueString, cjbc1_0.TableId from CFBam31.boolcol cjbc1_0 join CFBam31.booldef cjbc1_1 on cjbc1_0.Id=cjbc1_1.Id join CFBam31.atomdef cjbc1_2 on cjbc1_0.Id=cjbc1_2.Id join CFBam31.valdef cjbc1_3 on cjbc1_0.Id=cjbc1_3.Id Hibernate: select cjdc1_0.Id, cjdc1_3.CreatedAt, cjdc1_3.CreatedByUserId, cjdc1_3.dflt_xml_val, cjdc1_3.descr, cjdc1_3.GenerateId, cjdc1_3.Label, cjdc1_3.defschid, cjdc1_3.NextId, cjdc1_3.PrevId, cjdc1_3.short_descr, cjdc1_3.short_name, cjdc1_3.ImplementsPolymorph, cjdc1_3.IsNullable, cjdc1_3.safe_name, cjdc1_3.requiredRevision, cjdc1_3.ScopeId, cjdc1_3.UpdatedAt, cjdc1_3.UpdatedByUserId, cjdc1_2.DbName, cjdc1_1.Dummy, cjdc1_0.TableId from CFBam31.dtcol cjdc1_0 join CFBam31.dtdef cjdc1_1 on cjdc1_0.Id=cjdc1_1.Id join CFBam31.atomdef cjdc1_2 on cjdc1_0.Id=cjdc1_2.Id join CFBam31.valdef cjdc1_3 on cjdc1_0.Id=cjdc1_3.Id Hibernate: select cjdc1_0.Id, cjdc1_3.CreatedAt, cjdc1_3.CreatedByUserId, cjdc1_3.dflt_xml_val, cjdc1_3.descr, cjdc1_3.GenerateId, cjdc1_3.Label, cjdc1_3.defschid, cjdc1_3.NextId, cjdc1_3.PrevId, cjdc1_3.short_descr, cjdc1_3.short_name, cjdc1_3.ImplementsPolymorph, cjdc1_3.IsNullable, cjdc1_3.safe_name, cjdc1_3.requiredRevision, cjdc1_3.ScopeId, cjdc1_3.UpdatedAt, cjdc1_3.UpdatedByUserId, cjdc1_2.DbName, cjdc1_1.InitVal, cjdc1_1.MaxVal, cjdc1_1.MinVal, cjdc1_0.TableId from CFBam31.dblcol cjdc1_0 join CFBam31.dbldef cjdc1_1 on cjdc1_0.Id=cjdc1_1.Id join CFBam31.atomdef cjdc1_2 on cjdc1_0.Id=cjdc1_2.Id join CFBam31.valdef cjdc1_3 on cjdc1_0.Id=cjdc1_3.Id Hibernate: select cjed1_0.Id, cjed1_3.class_code, cjed1_3.CreatedAt, cjed1_3.CreatedByUserId, cjed1_3.dflt_xml_val, cjed1_3.descr, cjed1_3.GenerateId, cjed1_3.Label, cjed1_3.defschid, cjed1_3.NextId, cjed1_3.PrevId, cjed1_3.short_descr, cjed1_3.short_name, cjed1_3.ImplementsPolymorph, cjed1_3.IsNullable, cjed1_3.safe_name, cjed1_3.requiredRevision, cjed1_3.ScopeId, cjed1_3.UpdatedAt, cjed1_3.UpdatedByUserId, cjed1_2.DbName, cjed1_1.InitVal, cjed1_1.MaxVal, cjed1_1.MinVal, cjed1_4.SchemaDefId from CFBam31.enumdef cjed1_0 join CFBam31.int16def cjed1_1 on cjed1_0.Id=cjed1_1.Id join CFBam31.atomdef cjed1_2 on cjed1_0.Id=cjed1_2.Id join CFBam31.valdef cjed1_3 on cjed1_0.Id=cjed1_3.Id left join CFBam31.enumtyp cjed1_4 on cjed1_0.Id=cjed1_4.Id Hibernate: select cjet1_0.Id, cjet1_4.CreatedAt, cjet1_4.CreatedByUserId, cjet1_4.dflt_xml_val, cjet1_4.descr, cjet1_4.GenerateId, cjet1_4.Label, cjet1_4.defschid, cjet1_4.NextId, cjet1_4.PrevId, cjet1_4.short_descr, cjet1_4.short_name, cjet1_4.ImplementsPolymorph, cjet1_4.IsNullable, cjet1_4.safe_name, cjet1_4.requiredRevision, cjet1_4.ScopeId, cjet1_4.UpdatedAt, cjet1_4.UpdatedByUserId, cjet1_3.DbName, cjet1_2.InitVal, cjet1_2.MaxVal, cjet1_2.MinVal, cjet1_0.SchemaDefId from CFBam31.enumtyp cjet1_0 join CFBam31.enumdef cjet1_1 on cjet1_0.Id=cjet1_1.Id join CFBam31.int16def cjet1_2 on cjet1_0.Id=cjet1_2.Id join CFBam31.atomdef cjet1_3 on cjet1_0.Id=cjet1_3.Id join CFBam31.valdef cjet1_4 on cjet1_0.Id=cjet1_4.Id Hibernate: select cjfc1_0.Id, cjfc1_3.CreatedAt, cjfc1_3.CreatedByUserId, cjfc1_3.dflt_xml_val, cjfc1_3.descr, cjfc1_3.GenerateId, cjfc1_3.Label, cjfc1_3.defschid, cjfc1_3.NextId, cjfc1_3.PrevId, cjfc1_3.short_descr, cjfc1_3.short_name, cjfc1_3.ImplementsPolymorph, cjfc1_3.IsNullable, cjfc1_3.safe_name, cjfc1_3.requiredRevision, cjfc1_3.ScopeId, cjfc1_3.UpdatedAt, cjfc1_3.UpdatedByUserId, cjfc1_2.DbName, cjfc1_1.InitVal, cjfc1_1.MaxVal, cjfc1_1.MinVal, cjfc1_0.TableId from CFBam31.fltcol cjfc1_0 join CFBam31.fltdef cjfc1_1 on cjfc1_0.Id=cjfc1_1.Id join CFBam31.atomdef cjfc1_2 on cjfc1_0.Id=cjfc1_2.Id join CFBam31.valdef cjfc1_3 on cjfc1_0.Id=cjfc1_3.Id Hibernate: select cjig1_0.Id, cjig1_4.CreatedAt, cjig1_4.CreatedByUserId, cjig1_4.dflt_xml_val, cjig1_4.descr, cjig1_4.GenerateId, cjig1_4.Label, cjig1_4.defschid, cjig1_4.NextId, cjig1_4.PrevId, cjig1_4.short_descr, cjig1_4.short_name, cjig1_4.ImplementsPolymorph, cjig1_4.IsNullable, cjig1_4.safe_name, cjig1_4.requiredRevision, cjig1_4.ScopeId, cjig1_4.UpdatedAt, cjig1_4.UpdatedByUserId, cjig1_3.DbName, cjig1_2.InitVal, cjig1_2.MaxVal, cjig1_2.MinVal, cjig1_1.SchemaDefId, cjig1_0.BlockSize, cjig1_0.Slice from CFBam31.idg16 cjig1_0 join CFBam31.int16typ cjig1_1 on cjig1_0.Id=cjig1_1.Id join CFBam31.int16def cjig1_2 on cjig1_0.Id=cjig1_2.Id join CFBam31.atomdef cjig1_3 on cjig1_0.Id=cjig1_3.Id join CFBam31.valdef cjig1_4 on cjig1_0.Id=cjig1_4.Id Hibernate: select cjig1_0.Id, cjig1_4.CreatedAt, cjig1_4.CreatedByUserId, cjig1_4.dflt_xml_val, cjig1_4.descr, cjig1_4.GenerateId, cjig1_4.Label, cjig1_4.defschid, cjig1_4.NextId, cjig1_4.PrevId, cjig1_4.short_descr, cjig1_4.short_name, cjig1_4.ImplementsPolymorph, cjig1_4.IsNullable, cjig1_4.safe_name, cjig1_4.requiredRevision, cjig1_4.ScopeId, cjig1_4.UpdatedAt, cjig1_4.UpdatedByUserId, cjig1_3.DbName, cjig1_2.InitVal, cjig1_2.MaxVal, cjig1_2.MinVal, cjig1_1.SchemaDefId, cjig1_0.BlockSize, cjig1_0.Slice from CFBam31.idg32 cjig1_0 join CFBam31.int32typ cjig1_1 on cjig1_0.Id=cjig1_1.Id join CFBam31.int32def cjig1_2 on cjig1_0.Id=cjig1_2.Id join CFBam31.atomdef cjig1_3 on cjig1_0.Id=cjig1_3.Id join CFBam31.valdef cjig1_4 on cjig1_0.Id=cjig1_4.Id Hibernate: select cjig1_0.Id, cjig1_4.CreatedAt, cjig1_4.CreatedByUserId, cjig1_4.dflt_xml_val, cjig1_4.descr, cjig1_4.GenerateId, cjig1_4.Label, cjig1_4.defschid, cjig1_4.NextId, cjig1_4.PrevId, cjig1_4.short_descr, cjig1_4.short_name, cjig1_4.ImplementsPolymorph, cjig1_4.IsNullable, cjig1_4.safe_name, cjig1_4.requiredRevision, cjig1_4.ScopeId, cjig1_4.UpdatedAt, cjig1_4.UpdatedByUserId, cjig1_3.DbName, cjig1_2.InitVal, cjig1_2.MaxVal, cjig1_2.MinVal, cjig1_1.SchemaDefId, cjig1_0.BlockSize, cjig1_0.Slice from CFBam31.idg64 cjig1_0 join CFBam31.int64typ cjig1_1 on cjig1_0.Id=cjig1_1.Id join CFBam31.int64def cjig1_2 on cjig1_0.Id=cjig1_2.Id join CFBam31.atomdef cjig1_3 on cjig1_0.Id=cjig1_3.Id join CFBam31.valdef cjig1_4 on cjig1_0.Id=cjig1_4.Id Hibernate: select cjic1_0.Id, cjic1_3.CreatedAt, cjic1_3.CreatedByUserId, cjic1_3.dflt_xml_val, cjic1_3.descr, cjic1_3.GenerateId, cjic1_3.Label, cjic1_3.defschid, cjic1_3.NextId, cjic1_3.PrevId, cjic1_3.short_descr, cjic1_3.short_name, cjic1_3.ImplementsPolymorph, cjic1_3.IsNullable, cjic1_3.safe_name, cjic1_3.requiredRevision, cjic1_3.ScopeId, cjic1_3.UpdatedAt, cjic1_3.UpdatedByUserId, cjic1_2.DbName, cjic1_1.InitVal, cjic1_1.MaxVal, cjic1_1.MinVal, cjic1_0.TableId from CFBam31.int16col cjic1_0 join CFBam31.int16def cjic1_1 on cjic1_0.Id=cjic1_1.Id join CFBam31.atomdef cjic1_2 on cjic1_0.Id=cjic1_2.Id join CFBam31.valdef cjic1_3 on cjic1_0.Id=cjic1_3.Id Hibernate: select cjic1_0.Id, cjic1_3.CreatedAt, cjic1_3.CreatedByUserId, cjic1_3.dflt_xml_val, cjic1_3.descr, cjic1_3.GenerateId, cjic1_3.Label, cjic1_3.defschid, cjic1_3.NextId, cjic1_3.PrevId, cjic1_3.short_descr, cjic1_3.short_name, cjic1_3.ImplementsPolymorph, cjic1_3.IsNullable, cjic1_3.safe_name, cjic1_3.requiredRevision, cjic1_3.ScopeId, cjic1_3.UpdatedAt, cjic1_3.UpdatedByUserId, cjic1_2.DbName, cjic1_1.InitVal, cjic1_1.MaxVal, cjic1_1.MinVal, cjic1_0.TableId from CFBam31.int32col cjic1_0 join CFBam31.int32def cjic1_1 on cjic1_0.Id=cjic1_1.Id join CFBam31.atomdef cjic1_2 on cjic1_0.Id=cjic1_2.Id join CFBam31.valdef cjic1_3 on cjic1_0.Id=cjic1_3.Id Hibernate: select cjic1_0.Id, cjic1_3.CreatedAt, cjic1_3.CreatedByUserId, cjic1_3.dflt_xml_val, cjic1_3.descr, cjic1_3.GenerateId, cjic1_3.Label, cjic1_3.defschid, cjic1_3.NextId, cjic1_3.PrevId, cjic1_3.short_descr, cjic1_3.short_name, cjic1_3.ImplementsPolymorph, cjic1_3.IsNullable, cjic1_3.safe_name, cjic1_3.requiredRevision, cjic1_3.ScopeId, cjic1_3.UpdatedAt, cjic1_3.UpdatedByUserId, cjic1_2.DbName, cjic1_1.InitVal, cjic1_1.MaxVal, cjic1_1.MinVal, cjic1_0.TableId from CFBam31.int64col cjic1_0 join CFBam31.int64def cjic1_1 on cjic1_0.Id=cjic1_1.Id join CFBam31.atomdef cjic1_2 on cjic1_0.Id=cjic1_2.Id join CFBam31.valdef cjic1_3 on cjic1_0.Id=cjic1_3.Id Hibernate: select cjntc1_0.Id, cjntc1_3.CreatedAt, cjntc1_3.CreatedByUserId, cjntc1_3.dflt_xml_val, cjntc1_3.descr, cjntc1_3.GenerateId, cjntc1_3.Label, cjntc1_3.defschid, cjntc1_3.NextId, cjntc1_3.PrevId, cjntc1_3.short_descr, cjntc1_3.short_name, cjntc1_3.ImplementsPolymorph, cjntc1_3.IsNullable, cjntc1_3.safe_name, cjntc1_3.requiredRevision, cjntc1_3.ScopeId, cjntc1_3.UpdatedAt, cjntc1_3.UpdatedByUserId, cjntc1_2.DbName, cjntc1_1.InitVal, cjntc1_1.db_max_len, cjntc1_0.TableId from CFBam31.nmtkncol cjntc1_0 join CFBam31.nmtkndef cjntc1_1 on cjntc1_0.Id=cjntc1_1.Id join CFBam31.atomdef cjntc1_2 on cjntc1_0.Id=cjntc1_2.Id join CFBam31.valdef cjntc1_3 on cjntc1_0.Id=cjntc1_3.Id Hibernate: select cjntc1_0.Id, cjntc1_3.CreatedAt, cjntc1_3.CreatedByUserId, cjntc1_3.dflt_xml_val, cjntc1_3.descr, cjntc1_3.GenerateId, cjntc1_3.Label, cjntc1_3.defschid, cjntc1_3.NextId, cjntc1_3.PrevId, cjntc1_3.short_descr, cjntc1_3.short_name, cjntc1_3.ImplementsPolymorph, cjntc1_3.IsNullable, cjntc1_3.safe_name, cjntc1_3.requiredRevision, cjntc1_3.ScopeId, cjntc1_3.UpdatedAt, cjntc1_3.UpdatedByUserId, cjntc1_2.DbName, cjntc1_1.InitVal, cjntc1_1.db_max_len, cjntc1_0.TableId from CFBam31.nmtknscol cjntc1_0 join CFBam31.nmtknsdef cjntc1_1 on cjntc1_0.Id=cjntc1_1.Id join CFBam31.atomdef cjntc1_2 on cjntc1_0.Id=cjntc1_2.Id join CFBam31.valdef cjntc1_3 on cjntc1_0.Id=cjntc1_3.Id Hibernate: select cjnc1_0.Id, cjnc1_3.CreatedAt, cjnc1_3.CreatedByUserId, cjnc1_3.dflt_xml_val, cjnc1_3.descr, cjnc1_3.GenerateId, cjnc1_3.Label, cjnc1_3.defschid, cjnc1_3.NextId, cjnc1_3.PrevId, cjnc1_3.short_descr, cjnc1_3.short_name, cjnc1_3.ImplementsPolymorph, cjnc1_3.IsNullable, cjnc1_3.safe_name, cjnc1_3.requiredRevision, cjnc1_3.ScopeId, cjnc1_3.UpdatedAt, cjnc1_3.UpdatedByUserId, cjnc1_2.DbName, cjnc1_1.InitVal, cjnc1_1.MaxVal, cjnc1_1.MinVal, cjnc1_1.Digits, cjnc1_1.Precis, cjnc1_0.TableId from CFBam31.numcol cjnc1_0 join CFBam31.numdef cjnc1_1 on cjnc1_0.Id=cjnc1_1.Id join CFBam31.atomdef cjnc1_2 on cjnc1_0.Id=cjnc1_2.Id join CFBam31.valdef cjnc1_3 on cjnc1_0.Id=cjnc1_3.Id Hibernate: select cjsc1_0.Id, cjsc1_3.CreatedAt, cjsc1_3.CreatedByUserId, cjsc1_3.dflt_xml_val, cjsc1_3.descr, cjsc1_3.GenerateId, cjsc1_3.Label, cjsc1_3.defschid, cjsc1_3.NextId, cjsc1_3.PrevId, cjsc1_3.short_descr, cjsc1_3.short_name, cjsc1_3.ImplementsPolymorph, cjsc1_3.IsNullable, cjsc1_3.safe_name, cjsc1_3.requiredRevision, cjsc1_3.ScopeId, cjsc1_3.UpdatedAt, cjsc1_3.UpdatedByUserId, cjsc1_2.DbName, cjsc1_1.InitVal, cjsc1_1.is_polymorph, cjsc1_1.db_max_len, cjsc1_0.TableId from CFBam31.strcol cjsc1_0 join CFBam31.strdef cjsc1_1 on cjsc1_0.Id=cjsc1_1.Id join CFBam31.atomdef cjsc1_2 on cjsc1_0.Id=cjsc1_2.Id join CFBam31.valdef cjsc1_3 on cjsc1_0.Id=cjsc1_3.Id Hibernate: select cjtc1_0.Id, cjtc1_3.CreatedAt, cjtc1_3.CreatedByUserId, cjtc1_3.dflt_xml_val, cjtc1_3.descr, cjtc1_3.GenerateId, cjtc1_3.Label, cjtc1_3.defschid, cjtc1_3.NextId, cjtc1_3.PrevId, cjtc1_3.short_descr, cjtc1_3.short_name, cjtc1_3.ImplementsPolymorph, cjtc1_3.IsNullable, cjtc1_3.safe_name, cjtc1_3.requiredRevision, cjtc1_3.ScopeId, cjtc1_3.UpdatedAt, cjtc1_3.UpdatedByUserId, cjtc1_2.DbName, cjtc1_1.Dummy, cjtc1_0.TableId from CFBam31.dzcol cjtc1_0 join CFBam31.dzdef cjtc1_1 on cjtc1_0.Id=cjtc1_1.Id join CFBam31.atomdef cjtc1_2 on cjtc1_0.Id=cjtc1_2.Id join CFBam31.valdef cjtc1_3 on cjtc1_0.Id=cjtc1_3.Id Hibernate: select cjtc1_0.Id, cjtc1_3.CreatedAt, cjtc1_3.CreatedByUserId, cjtc1_3.dflt_xml_val, cjtc1_3.descr, cjtc1_3.GenerateId, cjtc1_3.Label, cjtc1_3.defschid, cjtc1_3.NextId, cjtc1_3.PrevId, cjtc1_3.short_descr, cjtc1_3.short_name, cjtc1_3.ImplementsPolymorph, cjtc1_3.IsNullable, cjtc1_3.safe_name, cjtc1_3.requiredRevision, cjtc1_3.ScopeId, cjtc1_3.UpdatedAt, cjtc1_3.UpdatedByUserId, cjtc1_2.DbName, cjtc1_1.Dummy, cjtc1_0.TableId from CFBam31.tmzcol cjtc1_0 join CFBam31.tmzdef cjtc1_1 on cjtc1_0.Id=cjtc1_1.Id join CFBam31.atomdef cjtc1_2 on cjtc1_0.Id=cjtc1_2.Id join CFBam31.valdef cjtc1_3 on cjtc1_0.Id=cjtc1_3.Id Hibernate: select cjtc1_0.Id, cjtc1_3.CreatedAt, cjtc1_3.CreatedByUserId, cjtc1_3.dflt_xml_val, cjtc1_3.descr, cjtc1_3.GenerateId, cjtc1_3.Label, cjtc1_3.defschid, cjtc1_3.NextId, cjtc1_3.PrevId, cjtc1_3.short_descr, cjtc1_3.short_name, cjtc1_3.ImplementsPolymorph, cjtc1_3.IsNullable, cjtc1_3.safe_name, cjtc1_3.requiredRevision, cjtc1_3.ScopeId, cjtc1_3.UpdatedAt, cjtc1_3.UpdatedByUserId, cjtc1_2.DbName, cjtc1_1.Dummy, cjtc1_0.TableId from CFBam31.zscol cjtc1_0 join CFBam31.zsdef cjtc1_1 on cjtc1_0.Id=cjtc1_1.Id join CFBam31.atomdef cjtc1_2 on cjtc1_0.Id=cjtc1_2.Id join CFBam31.valdef cjtc1_3 on cjtc1_0.Id=cjtc1_3.Id Hibernate: select cjtc1_0.Id, cjtc1_3.CreatedAt, cjtc1_3.CreatedByUserId, cjtc1_3.dflt_xml_val, cjtc1_3.descr, cjtc1_3.GenerateId, cjtc1_3.Label, cjtc1_3.defschid, cjtc1_3.NextId, cjtc1_3.PrevId, cjtc1_3.short_descr, cjtc1_3.short_name, cjtc1_3.ImplementsPolymorph, cjtc1_3.IsNullable, cjtc1_3.safe_name, cjtc1_3.requiredRevision, cjtc1_3.ScopeId, cjtc1_3.UpdatedAt, cjtc1_3.UpdatedByUserId, cjtc1_2.DbName, cjtc1_1.InitVal, cjtc1_1.xml_elt_name, cjtc1_1.db_max_len, cjtc1_0.TableId from CFBam31.txtcol cjtc1_0 join CFBam31.txtdef cjtc1_1 on cjtc1_0.Id=cjtc1_1.Id join CFBam31.atomdef cjtc1_2 on cjtc1_0.Id=cjtc1_2.Id join CFBam31.valdef cjtc1_3 on cjtc1_0.Id=cjtc1_3.Id Hibernate: select cjtc1_0.Id, cjtc1_3.CreatedAt, cjtc1_3.CreatedByUserId, cjtc1_3.dflt_xml_val, cjtc1_3.descr, cjtc1_3.GenerateId, cjtc1_3.Label, cjtc1_3.defschid, cjtc1_3.NextId, cjtc1_3.PrevId, cjtc1_3.short_descr, cjtc1_3.short_name, cjtc1_3.ImplementsPolymorph, cjtc1_3.IsNullable, cjtc1_3.safe_name, cjtc1_3.requiredRevision, cjtc1_3.ScopeId, cjtc1_3.UpdatedAt, cjtc1_3.UpdatedByUserId, cjtc1_2.DbName, cjtc1_1.Dummy, cjtc1_0.TableId from CFBam31.tmcol cjtc1_0 join CFBam31.tmdef cjtc1_1 on cjtc1_0.Id=cjtc1_1.Id join CFBam31.atomdef cjtc1_2 on cjtc1_0.Id=cjtc1_2.Id join CFBam31.valdef cjtc1_3 on cjtc1_0.Id=cjtc1_3.Id Hibernate: select cjtc1_0.Id, cjtc1_3.CreatedAt, cjtc1_3.CreatedByUserId, cjtc1_3.dflt_xml_val, cjtc1_3.descr, cjtc1_3.GenerateId, cjtc1_3.Label, cjtc1_3.defschid, cjtc1_3.NextId, cjtc1_3.PrevId, cjtc1_3.short_descr, cjtc1_3.short_name, cjtc1_3.ImplementsPolymorph, cjtc1_3.IsNullable, cjtc1_3.safe_name, cjtc1_3.requiredRevision, cjtc1_3.ScopeId, cjtc1_3.UpdatedAt, cjtc1_3.UpdatedByUserId, cjtc1_2.DbName, cjtc1_1.Dummy, cjtc1_0.TableId from CFBam31.tscol cjtc1_0 join CFBam31.tsdef cjtc1_1 on cjtc1_0.Id=cjtc1_1.Id join CFBam31.atomdef cjtc1_2 on cjtc1_0.Id=cjtc1_2.Id join CFBam31.valdef cjtc1_3 on cjtc1_0.Id=cjtc1_3.Id Hibernate: select cjtc1_0.Id, cjtc1_3.CreatedAt, cjtc1_3.CreatedByUserId, cjtc1_3.dflt_xml_val, cjtc1_3.descr, cjtc1_3.GenerateId, cjtc1_3.Label, cjtc1_3.defschid, cjtc1_3.NextId, cjtc1_3.PrevId, cjtc1_3.short_descr, cjtc1_3.short_name, cjtc1_3.ImplementsPolymorph, cjtc1_3.IsNullable, cjtc1_3.safe_name, cjtc1_3.requiredRevision, cjtc1_3.ScopeId, cjtc1_3.UpdatedAt, cjtc1_3.UpdatedByUserId, cjtc1_2.DbName, cjtc1_1.InitVal, cjtc1_1.db_max_len, cjtc1_0.TableId from CFBam31.tkncol cjtc1_0 join CFBam31.tkndef cjtc1_1 on cjtc1_0.Id=cjtc1_1.Id join CFBam31.atomdef cjtc1_2 on cjtc1_0.Id=cjtc1_2.Id join CFBam31.valdef cjtc1_3 on cjtc1_0.Id=cjtc1_3.Id Hibernate: select cjuc1_0.Id, cjuc1_3.CreatedAt, cjuc1_3.CreatedByUserId, cjuc1_3.dflt_xml_val, cjuc1_3.descr, cjuc1_3.GenerateId, cjuc1_3.Label, cjuc1_3.defschid, cjuc1_3.NextId, cjuc1_3.PrevId, cjuc1_3.short_descr, cjuc1_3.short_name, cjuc1_3.ImplementsPolymorph, cjuc1_3.IsNullable, cjuc1_3.safe_name, cjuc1_3.requiredRevision, cjuc1_3.ScopeId, cjuc1_3.UpdatedAt, cjuc1_3.UpdatedByUserId, cjuc1_2.DbName, cjuc1_1.InitVal, cjuc1_1.MaxVal, cjuc1_1.MinVal, cjuc1_0.TableId from CFBam31.uint16col cjuc1_0 join CFBam31.u16def cjuc1_1 on cjuc1_0.Id=cjuc1_1.Id join CFBam31.atomdef cjuc1_2 on cjuc1_0.Id=cjuc1_2.Id join CFBam31.valdef cjuc1_3 on cjuc1_0.Id=cjuc1_3.Id Hibernate: select cjuc1_0.Id, cjuc1_3.CreatedAt, cjuc1_3.CreatedByUserId, cjuc1_3.dflt_xml_val, cjuc1_3.descr, cjuc1_3.GenerateId, cjuc1_3.Label, cjuc1_3.defschid, cjuc1_3.NextId, cjuc1_3.PrevId, cjuc1_3.short_descr, cjuc1_3.short_name, cjuc1_3.ImplementsPolymorph, cjuc1_3.IsNullable, cjuc1_3.safe_name, cjuc1_3.requiredRevision, cjuc1_3.ScopeId, cjuc1_3.UpdatedAt, cjuc1_3.UpdatedByUserId, cjuc1_2.DbName, cjuc1_1.InitVal, cjuc1_1.MaxVal, cjuc1_1.MinVal, cjuc1_0.TableId from CFBam31.uint32col cjuc1_0 join CFBam31.u32def cjuc1_1 on cjuc1_0.Id=cjuc1_1.Id join CFBam31.atomdef cjuc1_2 on cjuc1_0.Id=cjuc1_2.Id join CFBam31.valdef cjuc1_3 on cjuc1_0.Id=cjuc1_3.Id Hibernate: select cjuc1_0.Id, cjuc1_3.CreatedAt, cjuc1_3.CreatedByUserId, cjuc1_3.dflt_xml_val, cjuc1_3.descr, cjuc1_3.GenerateId, cjuc1_3.Label, cjuc1_3.defschid, cjuc1_3.NextId, cjuc1_3.PrevId, cjuc1_3.short_descr, cjuc1_3.short_name, cjuc1_3.ImplementsPolymorph, cjuc1_3.IsNullable, cjuc1_3.safe_name, cjuc1_3.requiredRevision, cjuc1_3.ScopeId, cjuc1_3.UpdatedAt, cjuc1_3.UpdatedByUserId, cjuc1_2.DbName, cjuc1_1.InitVal, cjuc1_1.MaxVal, cjuc1_1.MinVal, cjuc1_0.TableId from CFBam31.uint64col cjuc1_0 join CFBam31.u64def cjuc1_1 on cjuc1_0.Id=cjuc1_1.Id join CFBam31.atomdef cjuc1_2 on cjuc1_0.Id=cjuc1_2.Id join CFBam31.valdef cjuc1_3 on cjuc1_0.Id=cjuc1_3.Id Hibernate: select cjuc1_0.Id, cjuc1_3.CreatedAt, cjuc1_3.CreatedByUserId, cjuc1_3.dflt_xml_val, cjuc1_3.descr, cjuc1_3.GenerateId, cjuc1_3.Label, cjuc1_3.defschid, cjuc1_3.NextId, cjuc1_3.PrevId, cjuc1_3.short_descr, cjuc1_3.short_name, cjuc1_3.ImplementsPolymorph, cjuc1_3.IsNullable, cjuc1_3.safe_name, cjuc1_3.requiredRevision, cjuc1_3.ScopeId, cjuc1_3.UpdatedAt, cjuc1_3.UpdatedByUserId, cjuc1_2.DbName, cjuc1_1.InitVal, cjuc1_0.TableId from CFBam31.uuidcol cjuc1_0 join CFBam31.uuiddef cjuc1_1 on cjuc1_0.Id=cjuc1_1.Id join CFBam31.atomdef cjuc1_2 on cjuc1_0.Id=cjuc1_2.Id join CFBam31.valdef cjuc1_3 on cjuc1_0.Id=cjuc1_3.Id Hibernate: select cjuc1_0.Id, cjuc1_3.CreatedAt, cjuc1_3.CreatedByUserId, cjuc1_3.dflt_xml_val, cjuc1_3.descr, cjuc1_3.GenerateId, cjuc1_3.Label, cjuc1_3.defschid, cjuc1_3.NextId, cjuc1_3.PrevId, cjuc1_3.short_descr, cjuc1_3.short_name, cjuc1_3.ImplementsPolymorph, cjuc1_3.IsNullable, cjuc1_3.safe_name, cjuc1_3.requiredRevision, cjuc1_3.ScopeId, cjuc1_3.UpdatedAt, cjuc1_3.UpdatedByUserId, cjuc1_2.DbName, cjuc1_1.InitVal, cjuc1_0.TableId from CFBam31.uuid6col cjuc1_0 join CFBam31.uuid6def cjuc1_1 on cjuc1_0.Id=cjuc1_1.Id join CFBam31.atomdef cjuc1_2 on cjuc1_0.Id=cjuc1_2.Id join CFBam31.valdef cjuc1_3 on cjuc1_0.Id=cjuc1_3.Id Hibernate: select cjug1_0.Id, cjug1_4.CreatedAt, cjug1_4.CreatedByUserId, cjug1_4.dflt_xml_val, cjug1_4.descr, cjug1_4.GenerateId, cjug1_4.Label, cjug1_4.defschid, cjug1_4.NextId, cjug1_4.PrevId, cjug1_4.short_descr, cjug1_4.short_name, cjug1_4.ImplementsPolymorph, cjug1_4.IsNullable, cjug1_4.safe_name, cjug1_4.requiredRevision, cjug1_4.ScopeId, cjug1_4.UpdatedAt, cjug1_4.UpdatedByUserId, cjug1_3.DbName, cjug1_2.InitVal, cjug1_1.SchemaDefId, cjug1_0.BlockSize, cjug1_0.Slice from CFBam31.idguuid cjug1_0 join CFBam31.uuidtyp cjug1_1 on cjug1_0.Id=cjug1_1.Id join CFBam31.uuiddef cjug1_2 on cjug1_0.Id=cjug1_2.Id join CFBam31.atomdef cjug1_3 on cjug1_0.Id=cjug1_3.Id join CFBam31.valdef cjug1_4 on cjug1_0.Id=cjug1_4.Id Hibernate: select cjug1_0.Id, cjug1_4.CreatedAt, cjug1_4.CreatedByUserId, cjug1_4.dflt_xml_val, cjug1_4.descr, cjug1_4.GenerateId, cjug1_4.Label, cjug1_4.defschid, cjug1_4.NextId, cjug1_4.PrevId, cjug1_4.short_descr, cjug1_4.short_name, cjug1_4.ImplementsPolymorph, cjug1_4.IsNullable, cjug1_4.safe_name, cjug1_4.requiredRevision, cjug1_4.ScopeId, cjug1_4.UpdatedAt, cjug1_4.UpdatedByUserId, cjug1_3.DbName, cjug1_2.InitVal, cjug1_1.SchemaDefId, cjug1_0.BlockSize, cjug1_0.Slice from CFBam31.idguuid6 cjug1_0 join CFBam31.uuid6typ cjug1_1 on cjug1_0.Id=cjug1_1.Id join CFBam31.uuid6def cjug1_2 on cjug1_0.Id=cjug1_2.Id join CFBam31.atomdef cjug1_3 on cjug1_0.Id=cjug1_3.Id join CFBam31.valdef cjug1_4 on cjug1_0.Id=cjug1_4.Id CFBamJpaTestTestSchema.performTests() responded: Starting CFBam tests... Retrieved 0 entities from CFBam.Scope Retrieved 0 entities from CFBam.SchemaDef Retrieved 0 entities from CFBam.SchemaRef Retrieved 0 entities from CFBam.ServerMethod Retrieved 0 entities from CFBam.ServerObjFunc Retrieved 0 entities from CFBam.ServerProc Retrieved 0 entities from CFBam.Table Retrieved 0 entities from CFBam.Value Retrieved 0 entities from CFBam.Atom Retrieved 0 entities from CFBam.BlobDef Retrieved 0 entities from CFBam.BlobType Retrieved 0 entities from CFBam.BoolDef Retrieved 0 entities from CFBam.BoolType Retrieved 0 entities from CFBam.Chain Retrieved 0 entities from CFBam.ClearDep Retrieved 0 entities from CFBam.ClearSubDep1 Retrieved 0 entities from CFBam.ClearSubDep2 Retrieved 0 entities from CFBam.ClearSubDep3 Retrieved 0 entities from CFBam.ClearTopDep Retrieved 0 entities from CFBam.DateDef Retrieved 0 entities from CFBam.DateType Retrieved 0 entities from CFBam.DelDep Retrieved 0 entities from CFBam.DelSubDep1 Retrieved 0 entities from CFBam.DelSubDep2 Retrieved 0 entities from CFBam.DelSubDep3 Retrieved 0 entities from CFBam.DelTopDep Retrieved 0 entities from CFBam.DoubleDef Retrieved 0 entities from CFBam.DoubleType Retrieved 0 entities from CFBam.EnumTag Retrieved 0 entities from CFBam.FloatDef Retrieved 0 entities from CFBam.FloatType Retrieved 0 entities from CFBam.Index Retrieved 0 entities from CFBam.IndexCol Retrieved 0 entities from CFBam.Int16Def Retrieved 0 entities from CFBam.Int16Type Retrieved 0 entities from CFBam.Int32Def Retrieved 0 entities from CFBam.Int32Type Retrieved 0 entities from CFBam.Int64Def Retrieved 0 entities from CFBam.Int64Type Retrieved 0 entities from CFBam.NmTokenDef Retrieved 0 entities from CFBam.NmTokenType Retrieved 0 entities from CFBam.NmTokensDef Retrieved 0 entities from CFBam.NmTokensType Retrieved 0 entities from CFBam.NumberDef Retrieved 0 entities from CFBam.NumberType Retrieved 0 entities from CFBam.Param Retrieved 0 entities from CFBam.PopDep Retrieved 0 entities from CFBam.PopSubDep1 Retrieved 0 entities from CFBam.PopSubDep2 Retrieved 0 entities from CFBam.PopSubDep3 Retrieved 0 entities from CFBam.PopTopDep Retrieved 0 entities from CFBam.Relation Retrieved 0 entities from CFBam.RelationCol Retrieved 0 entities from CFBam.ServerListFunc Retrieved 0 entities from CFBam.DbKeyHash128Def Retrieved 0 entities from CFBam.DbKeyHash128Col Retrieved 0 entities from CFBam.DbKeyHash128Type Retrieved 0 entities from CFBam.DbKeyHash128Gen Retrieved 0 entities from CFBam.DbKeyHash160Def Retrieved 0 entities from CFBam.DbKeyHash160Col Retrieved 0 entities from CFBam.DbKeyHash160Type Retrieved 0 entities from CFBam.DbKeyHash160Gen Retrieved 0 entities from CFBam.DbKeyHash224Def Retrieved 0 entities from CFBam.DbKeyHash224Col Retrieved 0 entities from CFBam.DbKeyHash224Type Retrieved 0 entities from CFBam.DbKeyHash224Gen Retrieved 0 entities from CFBam.DbKeyHash256Def Retrieved 0 entities from CFBam.DbKeyHash256Col Retrieved 0 entities from CFBam.DbKeyHash256Type Retrieved 0 entities from CFBam.DbKeyHash256Gen Retrieved 0 entities from CFBam.DbKeyHash384Def Retrieved 0 entities from CFBam.DbKeyHash384Col Retrieved 0 entities from CFBam.DbKeyHash384Type Retrieved 0 entities from CFBam.DbKeyHash384Gen Retrieved 0 entities from CFBam.DbKeyHash512Def Retrieved 0 entities from CFBam.DbKeyHash512Col Retrieved 0 entities from CFBam.DbKeyHash512Type Retrieved 0 entities from CFBam.DbKeyHash512Gen Retrieved 0 entities from CFBam.StringDef Retrieved 0 entities from CFBam.StringType Retrieved 0 entities from CFBam.TZDateDef Retrieved 0 entities from CFBam.TZDateType Retrieved 0 entities from CFBam.TZTimeDef Retrieved 0 entities from CFBam.TZTimeType Retrieved 0 entities from CFBam.TZTimestampDef Retrieved 0 entities from CFBam.TZTimestampType Retrieved 0 entities from CFBam.TableCol Retrieved 0 entities from CFBam.TextDef Retrieved 0 entities from CFBam.TextType Retrieved 0 entities from CFBam.TimeDef Retrieved 0 entities from CFBam.TimeType Retrieved 0 entities from CFBam.TimestampDef Retrieved 0 entities from CFBam.TimestampType Retrieved 0 entities from CFBam.TokenDef Retrieved 0 entities from CFBam.TokenType Retrieved 0 entities from CFBam.UInt16Def Retrieved 0 entities from CFBam.UInt16Type Retrieved 0 entities from CFBam.UInt32Def Retrieved 0 entities from CFBam.UInt32Type Retrieved 0 entities from CFBam.UInt64Def Retrieved 0 entities from CFBam.UInt64Type Retrieved 0 entities from CFBam.UuidDef Retrieved 0 entities from CFBam.Uuid6Def Retrieved 0 entities from CFBam.UuidType Retrieved 0 entities from CFBam.Uuid6Type Retrieved 0 entities from CFBam.BlobCol Retrieved 0 entities from CFBam.BoolCol Retrieved 0 entities from CFBam.DateCol Retrieved 0 entities from CFBam.DoubleCol Retrieved 0 entities from CFBam.EnumDef Retrieved 0 entities from CFBam.EnumType Retrieved 0 entities from CFBam.FloatCol Retrieved 0 entities from CFBam.Id16Gen Retrieved 0 entities from CFBam.Id32Gen Retrieved 0 entities from CFBam.Id64Gen Retrieved 0 entities from CFBam.Int16Col Retrieved 0 entities from CFBam.Int32Col Retrieved 0 entities from CFBam.Int64Col Retrieved 0 entities from CFBam.NmTokenCol Retrieved 0 entities from CFBam.NmTokensCol Retrieved 0 entities from CFBam.NumberCol Retrieved 0 entities from CFBam.StringCol Retrieved 0 entities from CFBam.TZDateCol Retrieved 0 entities from CFBam.TZTimeCol Retrieved 0 entities from CFBam.TZTimestampCol Retrieved 0 entities from CFBam.TextCol Retrieved 0 entities from CFBam.TimeCol Retrieved 0 entities from CFBam.TimestampCol Retrieved 0 entities from CFBam.TokenCol Retrieved 0 entities from CFBam.UInt16Col Retrieved 0 entities from CFBam.UInt32Col Retrieved 0 entities from CFBam.UInt64Col Retrieved 0 entities from CFBam.UuidCol Retrieved 0 entities from CFBam.Uuid6Col Retrieved 0 entities from CFBam.UuidGen Retrieved 0 entities from CFBam.Uuid6Gen CFBam tests complete CFBamJpaTest StartupListener tests complete. 2026-02-27T00:59:05.624-06:00 INFO 47194 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'cfbam31PU' 2026-02-27T00:59:05.633-06:00 INFO 47194 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : CFBam31HikariCP - Shutdown initiated... 2026-02-27T00:59:05.635-06:00 INFO 47194 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : CFBam31HikariCP - Shutdown completed. 2026-02-27T00:59:05.635-06:00 INFO 47194 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'cfint31PU' 2026-02-27T00:59:05.635-06:00 INFO 47194 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : CFInt31HikariCP - Shutdown initiated... 2026-02-27T00:59:05.637-06:00 INFO 47194 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : CFInt31HikariCP - Shutdown completed. 2026-02-27T00:59:05.637-06:00 INFO 47194 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'cfsec31PU' 2026-02-27T00:59:05.637-06:00 INFO 47194 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : CFSec31HikariCP - Shutdown initiated... 2026-02-27T00:59:05.639-06:00 INFO 47194 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : CFSec31HikariCP - Shutdown completed. msobkow@mcf:/opt/mcf/v3_1/java/bin-v3_1$