Uses of Class
org.fastnate.generator.test.ids.IdTestEntity
Packages that use IdTestEntity
-
Uses of IdTestEntity in org.fastnate.generator.test.ids
Classes in org.fastnate.generator.test.ids with type parameters of type IdTestEntityModifier and TypeClassDescriptionclassIdTestEntity<O extends IdTestEntity<O>>Base class for all test entities that test the writing of ids.Subclasses of IdTestEntity in org.fastnate.generator.test.idsModifier and TypeClassDescriptionclassAn entity that uses a number as explicit primary key.classAn entity that uses an identity column for generating its primary key.classAn entity that uses a primitiveintas generated ID with a table generator.classAn entity that uses a sequence for generating its primary key.classAn entity that uses a table for generating its primary key.Methods in org.fastnate.generator.test.ids with type parameters of type IdTestEntityModifier and TypeMethodDescriptionprotected <E extends IdTestEntity<E>>
ETests to write entities of the given class.protected <E extends IdTestEntity<E>>
E