Class SingleTableSubclassTestEntity
java.lang.Object
org.fastnate.generator.test.inheritance.MappedSuperclassTestEntity<Integer>
org.fastnate.generator.test.inheritance.MappedSubclassTestEntity
org.fastnate.generator.test.inheritance.SingleTableSubclassTestEntity
- All Implemented Interfaces:
SubclassEntity,SuperclassEntity
@Entity
public class SingleTableSubclassTestEntity
extends MappedSubclassTestEntity
implements SubclassEntity
Test class that ensures that an entity hierarchy with
InheritanceType.SINGLE_TABLE is written correctly.- Author:
- Tobias Liefke
-
Constructor Summary
ConstructorsConstructorDescriptionSingleTableSubclassTestEntity(String name, String description, String superProperty) Creates a new instance ofSingleTableSubclassTestEntity. -
Method Summary
Modifier and TypeMethodDescriptionThe description of the entity, defined in the sub class in the entity hierarchy.voidsetDescription(String description) Methods inherited from class org.fastnate.generator.test.inheritance.MappedSubclassTestEntity
getName, setName, toStringMethods inherited from class org.fastnate.generator.test.inheritance.MappedSuperclassTestEntity
equals, getGenericProperty, getId, getSuperProperty, hashCode, setGenericProperty, setSuperPropertyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.fastnate.generator.test.inheritance.SuperclassEntity
getName, getSuperProperty
-
Constructor Details
-
SingleTableSubclassTestEntity
Creates a new instance ofSingleTableSubclassTestEntity.- Parameters:
name- saved inMappedSubclassTestEntitydescription- saved in this classsuperProperty- saved inMappedSuperclassTestEntity
-
SingleTableSubclassTestEntity
public SingleTableSubclassTestEntity()
-
-
Method Details
-
getDescription
Description copied from interface:SubclassEntityThe description of the entity, defined in the sub class in the entity hierarchy.- Specified by:
getDescriptionin interfaceSubclassEntity- Returns:
- the description
-
setDescription
-