All Classes and Interfaces

Class
Description
Test the EntitySqlGenerator framework.
Tests that access types are read correctly.
Simple base class for entitities.
An entity that is included in CollectionsTestEntity to test mapped-by constructs.
Test collections in entities.
An element from a collection in TestEmbeddingEntity.
An entity for testing collections in SQL generation.
An embedded property of an entity.
Converts a color to an int and vice versa.
Tests that temporal properties are written correctly.
Entity to test writing of times and dates.
Contains tests for embedded entities.
An example entity that has an explicit Access annotation.
An entity that uses a number as explicit primary key.
An entity that uses an identity column for generating its primary key.
Tests that ids of entities are written correctly.
Base class for all test entities that test the writing of ids.
An example entity that has an explicit Access annotation.
Tests that inheritance is correctly taken into account.
Test class that ensures that an entity hierarchy with InheritanceType.JOINED is written correctly.
The superclass of JoinedSubclassTestEntity to test InheritanceType.JOINED.
Provides methods for accessing functions specific for the current JPA implementation during the tests.
Entity that is the subclass of a mapped super class.
Mapped superclasses to test inheritance in entities.
Test maps in entities.
An entity for testing maps in SQL generation.
Contains some AttributeOverride and AssociationOverride for the OverridesTest.
Tests that AttributeOverride and AssociationOverride are taken into account.
Parent entity to test references between parents and childs.
Tests the performance against the currently configured test database.
An entity for the PerformanceTest.
Tests that primitive properties are written correctly.
An entity that uses a primitive int as generated ID with a table generator.
Entity to test primitive properties.
Test that recursions are written correctly.
Test that references between entities are written correctly.
Tests that relative ids of entities are written correctly.
Child entity to test references between parents and childs.
Tests that schema and catalog annotations are respected correctly.
Test entity for testing schema and catalog annotations.
Test class that ensures that an entity hierarchy with InheritanceType.SINGLE_TABLE is written correctly.
An entity that uses a sequence for generating its primary key.
Used to test that serializable objects may be written.
Simple test entity to use in other entities to test references.
Test class that ensures that an entity hierarchy with InheritanceType.SINGLE_TABLE is written correctly.
Contains tests for compatibility with Spring Data JPA.
An entity to test that Fastnate supports "Spring Data JPA" entities.
Writes SQL to an EntityManager.
Wraps a function that works useing a JDBC connection.
Converter to test Convert at a String column.
The properties for all superclass test entities to have one similar test in InheritanceTest.
The properties for all superclass test entities to have one similar test in InheritanceTest.
Test class that ensures that an entity hierarchy with InheritanceType.SINGLE_TABLE is written correctly.
The superclass of TablePerClassSubclassTestEntity to test InheritanceType.TABLE_PER_CLASS.
An entity that uses a table for generating its primary key.
The embedded id of an entry.
An embedded property of an entity.
Entity to test embedded properties and required fields.
Enumeration for testing persistance.
An embeddable class that is embededd in another.
An embeddable class that embeds another.
Entity to test embedded properties and required fields.
Describes the persistence unit for the tests.
Entity to test recursion in SQL generation.
An embedded property of an entry.
Contains JPA properties that are reconfigured in OverrideEntity.
Tests that a property marked with Version is written correctly.
An entity for testing Version.