Uses of Class
com.blazebit.persistence.testsuite.entity.PolymorphicBase
Packages that use PolymorphicBase
-
Uses of PolymorphicBase in com.blazebit.persistence.testsuite.entity
Classes in com.blazebit.persistence.testsuite.entity with type parameters of type PolymorphicBaseSubclasses of PolymorphicBase in com.blazebit.persistence.testsuite.entityFields in com.blazebit.persistence.testsuite.entity with type parameters of type PolymorphicBaseModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<PolymorphicPropertyMapBase,PolymorphicBase> PolymorphicPropertyMapBase_.basestatic javax.persistence.metamodel.SingularAttribute<PolymorphicBaseContainer,PolymorphicBase> PolymorphicBaseContainer_.childstatic javax.persistence.metamodel.SetAttribute<PolymorphicBase,PolymorphicBase> PolymorphicBase_.childrenstatic javax.persistence.metamodel.SetAttribute<PolymorphicBase,PolymorphicBase> PolymorphicBase_.childrenstatic javax.persistence.metamodel.SingularAttribute<PolymorphicBase,PolymorphicBaseContainer> PolymorphicBase_.containerstatic javax.persistence.metamodel.SingularAttribute<PolymorphicBase,Long> PolymorphicBase_.idstatic javax.persistence.metamodel.ListAttribute<PolymorphicBase,PolymorphicBase> PolymorphicBase_.liststatic javax.persistence.metamodel.ListAttribute<PolymorphicBase,PolymorphicBase> PolymorphicBase_.liststatic javax.persistence.metamodel.MapAttribute<PolymorphicBase,String, PolymorphicBase> PolymorphicBase_.mapstatic javax.persistence.metamodel.MapAttribute<PolymorphicBase,String, PolymorphicBase> PolymorphicBase_.mapstatic javax.persistence.metamodel.SingularAttribute<PolymorphicBase,String> PolymorphicBase_.namestatic javax.persistence.metamodel.SingularAttribute<PolymorphicBaseContainer,PolymorphicBase> PolymorphicBaseContainer_.ownerstatic javax.persistence.metamodel.SingularAttribute<PolymorphicBase,PolymorphicBase> PolymorphicBase_.parentstatic javax.persistence.metamodel.SingularAttribute<PolymorphicBase,PolymorphicBase> PolymorphicBase_.parentstatic javax.persistence.metamodel.SingularAttribute<PolymorphicSub1,PolymorphicBase> PolymorphicSub1_.parent1static javax.persistence.metamodel.SingularAttribute<PolymorphicSub2,PolymorphicBase> PolymorphicSub2_.parent2Methods in com.blazebit.persistence.testsuite.entity that return PolymorphicBaseModifier and TypeMethodDescriptionPolymorphicBaseContainer.getChild()PolymorphicBaseContainer.getOwner()PolymorphicBase.getParent()PolymorphicSub1.getParent1()PolymorphicSub2.getParent2()Methods in com.blazebit.persistence.testsuite.entity that return types with arguments of type PolymorphicBaseModifier and TypeMethodDescriptionPolymorphicBase.getChildren()PolymorphicBase.getList()PolymorphicBase.getMap()Methods in com.blazebit.persistence.testsuite.entity with parameters of type PolymorphicBaseModifier and TypeMethodDescriptionvoidPolymorphicBaseContainer.setChild(PolymorphicBase child) voidPolymorphicBaseContainer.setOwner(PolymorphicBase owner) voidPolymorphicBase.setParent(PolymorphicBase parent) voidPolymorphicSub1.setParent1(PolymorphicBase parent1) voidPolymorphicSub2.setParent2(PolymorphicBase parent1) Method parameters in com.blazebit.persistence.testsuite.entity with type arguments of type PolymorphicBaseModifier and TypeMethodDescriptionvoidPolymorphicBase.setChildren(Set<PolymorphicBase> children) voidPolymorphicBase.setList(List<PolymorphicBase> list) voidPolymorphicBase.setMap(Map<String, PolymorphicBase> map)