[#2448] Regenerated schema

This commit is contained in:
Lukas Eder 2013-05-09 14:24:51 +02:00
parent d3dba89e7d
commit 5b6759ca54
2 changed files with 1 additions and 7 deletions

View File

@ -16,11 +16,6 @@ public class Tables {
*/
public static final org.jooq.test.jdbcoracle.generatedclasses.test.tables.MLibrary M_LIBRARY = org.jooq.test.jdbcoracle.generatedclasses.test.tables.MLibrary.M_LIBRARY;
/**
* The table TEST.M_LIBRARY
*/
public static final org.jooq.test.jdbcoracle.generatedclasses.test.tables.MLibrary M_LIBRARY = org.jooq.test.jdbcoracle.generatedclasses.test.tables.MLibrary.M_LIBRARY;
/**
* The table TEST.T_ARRAYS
*/

View File

@ -9,7 +9,7 @@ package org.jooq.test.jdbcoracle.generatedclasses.test;
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Test extends org.jooq.impl.SchemaImpl {
private static final long serialVersionUID = -1751162220;
private static final long serialVersionUID = 1865854940;
/**
* The singleton instance of <code>TEST</code>
@ -32,7 +32,6 @@ public class Test extends org.jooq.impl.SchemaImpl {
private final java.util.List<org.jooq.Table<?>> getTables0() {
return java.util.Arrays.<org.jooq.Table<?>>asList(
org.jooq.test.jdbcoracle.generatedclasses.test.tables.MLibrary.M_LIBRARY,
org.jooq.test.jdbcoracle.generatedclasses.test.tables.MLibrary.M_LIBRARY,
org.jooq.test.jdbcoracle.generatedclasses.test.tables.TArrays.T_ARRAYS,
org.jooq.test.jdbcoracle.generatedclasses.test.tables.TAuthor.T_AUTHOR,