- TablePerClassSubclassTestEntity - Class in org.fastnate.generator.test.inheritance
-
Test class that ensures that an entity hierarchy with InheritanceType.SINGLE_TABLE
is written correctly.
- TablePerClassSubclassTestEntity(long, String, String) - Constructor for class org.fastnate.generator.test.inheritance.TablePerClassSubclassTestEntity
-
- TablePerClassSuperclassTestEntity - Class in org.fastnate.generator.test.inheritance
-
- TablePerClassSuperclassTestEntity(long, String) - Constructor for class org.fastnate.generator.test.inheritance.TablePerClassSuperclassTestEntity
-
- tearDown() - Method in class org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
-
Close the entity manager factory.
- tearDown() - Method in class org.fastnate.maven.test.MavenPluginTest
-
Close the entity manager factory.
- testBasicMaps() - Method in class org.fastnate.generator.test.collections.MapsTest
-
Tests to write maps with content of basic type.
- TestData - Class in org.fastnate.data.test
-
- TestData() - Constructor for class org.fastnate.data.test.TestData
-
- testEmbedded() - Method in class org.fastnate.data.EntityImporterTest
-
Tests the SQL generation using the Entity Importer.
- testEmbedded() - Method in class org.fastnate.generator.test.embedded.EmbeddedTest
-
Tests to write embedded properties.
- testEmbedded() - Method in class org.fastnate.maven.test.MavenPluginTest
-
Tests that the expected entities are available.
- TestEmbeddedId - Class in org.fastnate.generator.test.embedded
-
The embedded id of an entry.
- TestEmbeddedId() - Constructor for class org.fastnate.generator.test.embedded.TestEmbeddedId
-
- TestEmbeddedProperties - Class in org.fastnate.generator.test.embedded
-
An embedded property of an entry.
- TestEmbeddedProperties() - Constructor for class org.fastnate.generator.test.embedded.TestEmbeddedProperties
-
- TestEmbeddingEntity - Class in org.fastnate.generator.test.embedded
-
Entity to test embedded properties and required fields.
- TestEmbeddingEntity() - Constructor for class org.fastnate.generator.test.embedded.TestEmbeddingEntity
-
- testEmptyEntity() - Method in class org.fastnate.generator.test.ids.IdsTest
-
Tests to write an entity with just the generated ID.
- TestEntity - Class in org.fastnate.data.test
-
Test entity for the data provider test.
- TestEntity(TestEntity, String) - Constructor for class org.fastnate.data.test.TestEntity
-
- testEntityMaps() - Method in class org.fastnate.generator.test.collections.MapsTest
-
Tests to write maps with entities.
- TestEnum - Enum in org.fastnate.generator.test.primitive
-
Enumeration for testing persistance.
- testEnumProperties() - Method in class org.fastnate.generator.test.primitive.PrimitiveEntityTest
-
Tests to write enum properties in an entity.
- testExplicitAccess() - Method in class org.fastnate.generator.test.access.AccessTest
-
Tests that an explict access type is taken into account.
- testFixedId() - Method in class org.fastnate.generator.test.ids.IdsTest
-
Tests to write entities with fixed ids.
- testIdentityGenerator() - Method in class org.fastnate.generator.test.ids.IdsTest
-
Tests to write an entity with an identity column.
- testImplicitAccess() - Method in class org.fastnate.generator.test.access.AccessTest
-
Tests that an implict access type is taken into account.
- testJoinedInheritance() - Method in class org.fastnate.generator.test.inheritance.InheritanceTest
-
Tests to write an entity hierarchy with InheritanceType.JOINED
.
- testLobs() - Method in class org.fastnate.generator.test.primitive.PrimitiveEntityTest
-
Tests to write BLOBs and CLOBs.
- testMappedSuperclasses() - Method in class org.fastnate.generator.test.inheritance.InheritanceTest
-
Tests to write sub classes of mapped superclasses.
- testOverrides() - Method in class org.fastnate.generator.test.overrides.OverridesTest
-
Tests to write an entity with different AttributeOverride
s and AssociationOverride
s.
- testPlural() - Method in class org.fastnate.generator.test.collections.CollectionsTest
-
Tests to write plural properties.
- testPrimitiveProperties() - Method in class org.fastnate.generator.test.primitive.PrimitiveEntityTest
-
Tests to write primitive properties in an entity.
- testRecursion() - Method in class org.fastnate.generator.test.recursion.RecursiveEntityTest
-
Tests to write recursion.
- TestRecursiveEntity - Class in org.fastnate.generator.test.recursion
-
Entity to test recursion in SQL generation.
- TestRecursiveEntity(TestRecursiveEntity, String) - Constructor for class org.fastnate.generator.test.recursion.TestRecursiveEntity
-
- TestRequiredEmbeddedProperties - Class in org.fastnate.generator.test.embedded
-
An embedded property of an entry.
- TestRequiredEmbeddedProperties() - Constructor for class org.fastnate.generator.test.embedded.TestRequiredEmbeddedProperties
-
- testSequenceGenerator() - Method in class org.fastnate.generator.test.ids.IdsTest
-
Tests to write an entity with a sequence generator.
- testSerializableProperties() - Method in class org.fastnate.generator.test.primitive.PrimitiveEntityTest
-
Tests to write primitive properties in an entity.
- testSingleTableInheritance() - Method in class org.fastnate.generator.test.inheritance.InheritanceTest
-
Tests to write an entity hierarchy with InheritanceType.SINGLE_TABLE
.
- testTablePerClassInheritance() - Method in class org.fastnate.generator.test.inheritance.InheritanceTest
-
Tests to write an entity hierarchy with InheritanceType.TABLE_PER_CLASS
.
- testTemporalProperties() - Method in class org.fastnate.generator.test.primitive.PrimitiveEntityTest
-
Tests to write temporal properties in an entity.
- testTransientProperties() - Method in class org.fastnate.generator.test.primitive.PrimitiveEntityTest
-
Tests that transient properties are not written.
- ToOverrideEntity - Class in org.fastnate.generator.test.overrides
-
- ToOverrideEntity() - Constructor for class org.fastnate.generator.test.overrides.ToOverrideEntity
-
- toString() - Method in class org.fastnate.data.test.TestEntity
-
- toString() - Method in class org.fastnate.generator.test.BaseTestEntity
-
- toString() - Method in class org.fastnate.generator.test.ids.IdTestEntity
-
- toString() - Method in class org.fastnate.generator.test.inheritance.JoinedSuperclassTestEntity
-
- toString() - Method in class org.fastnate.generator.test.inheritance.MappedSubclassTestEntity
-
- toString() - Method in class org.fastnate.generator.test.inheritance.MappedSuperclassTestEntity
-
- toString() - Method in class org.fastnate.generator.test.inheritance.TablePerClassSuperclassTestEntity
-
- toString() - Method in class org.fastnate.generator.test.primitive.PrimitiveTestEntity
-