Class SpringDataTest

java.lang.Object
org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
org.fastnate.generator.test.spring.SpringDataTest

public class SpringDataTest extends AbstractEntitySqlGeneratorTest
Contains tests for compatibility with Spring Data JPA.
Author:
Tobias Liefke
  • Constructor Details

    • SpringDataTest

      public SpringDataTest()
  • Method Details

    • testSimpleEntity

      @Test public void testSimpleEntity() throws IOException
      Check that we can write a simple entity that extends AbstractPersistable.
      Throws:
      IOException - if the generator throws one