Class SchemaTest
java.lang.Object
org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
org.fastnate.generator.test.schema.SchemaTest
Tests that
schema and catalog annotations are respected correctly.- Author:
- Tobias Liefke
-
Field Summary
Fields inherited from class org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
WRITER_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnsures thatschemaandcatalogannotations are respected correctly.Methods inherited from class org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
createQuery, executeSql, findResults, findResults, findSingleResult, findSingleResult, getConnection, getEm, getGenerator, getGeneratorProperties, setup, setup, tearDown, write
-
Constructor Details
-
SchemaTest
public SchemaTest()
-
-
Method Details
-
testSchema
Ensures thatschemaandcatalogannotations are respected correctly.- Throws:
IOException- if Hibernate or the generator throws one
-