Class SpringDataTestEntity

java.lang.Object
org.springframework.data.jpa.domain.AbstractPersistable<Long>
org.fastnate.generator.test.spring.SpringDataTestEntity
All Implemented Interfaces:
org.springframework.data.domain.Persistable<Long>

@Entity public class SpringDataTestEntity extends org.springframework.data.jpa.domain.AbstractPersistable<Long>
An entity to test that Fastnate supports "Spring Data JPA" entities.
Author:
Tobias Liefke
  • Constructor Details

    • SpringDataTestEntity

      public SpringDataTestEntity()
    • SpringDataTestEntity

      public SpringDataTestEntity(String content)
  • Method Details

    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)