Uses of Class
com.blazebit.persistence.testsuite.entity.PrimitivePerson
Packages that use PrimitivePerson
-
Uses of PrimitivePerson in com.blazebit.persistence.testsuite.entity
Fields in com.blazebit.persistence.testsuite.entity with type parameters of type PrimitivePersonModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.MapAttribute<PrimitiveDocument,Integer, PrimitivePerson> PrimitiveDocument_.contactsstatic javax.persistence.metamodel.SingularAttribute<PrimitivePerson,Long> PrimitivePerson_.idstatic javax.persistence.metamodel.SingularAttribute<PrimitivePerson,String> PrimitivePerson_.namestatic javax.persistence.metamodel.SetAttribute<PrimitivePerson,PrimitiveDocument> PrimitivePerson_.ownedDocumentsstatic javax.persistence.metamodel.SingularAttribute<PrimitiveDocument,PrimitivePerson> PrimitiveDocument_.ownerstatic javax.persistence.metamodel.SingularAttribute<PrimitivePerson,PrimitiveDocument> PrimitivePerson_.partnerDocumentstatic javax.persistence.metamodel.SetAttribute<PrimitiveDocument,PrimitivePerson> PrimitiveDocument_.partnersstatic javax.persistence.metamodel.ListAttribute<PrimitiveDocument,PrimitivePerson> PrimitiveDocument_.peoplestatic javax.persistence.metamodel.CollectionAttribute<PrimitiveDocument,PrimitivePerson> PrimitiveDocument_.peopleCollectionBagstatic javax.persistence.metamodel.ListAttribute<PrimitiveDocument,PrimitivePerson> PrimitiveDocument_.peopleListBagstatic javax.persistence.metamodel.SingularAttribute<PrimitiveFamily,PrimitivePerson> PrimitiveFamily_.personMethods in com.blazebit.persistence.testsuite.entity that return PrimitivePersonMethods in com.blazebit.persistence.testsuite.entity that return types with arguments of type PrimitivePersonModifier and TypeMethodDescriptionPrimitiveDocument.getContacts()PrimitiveDocument.getPartners()PrimitiveDocument.getPeople()PrimitiveDocument.getPeopleCollectionBag()PrimitiveDocument.getPeopleListBag()Methods in com.blazebit.persistence.testsuite.entity with parameters of type PrimitivePersonModifier and TypeMethodDescriptionvoidPrimitiveDocument.setOwner(PrimitivePerson owner) voidPrimitiveFamily.setPerson(PrimitivePerson person) Method parameters in com.blazebit.persistence.testsuite.entity with type arguments of type PrimitivePersonModifier and TypeMethodDescriptionvoidPrimitiveDocument.setContacts(Map<Integer, PrimitivePerson> localized) voidPrimitiveDocument.setPartners(Set<PrimitivePerson> partners) voidPrimitiveDocument.setPeople(List<PrimitivePerson> people) voidPrimitiveDocument.setPeopleCollectionBag(Collection<PrimitivePerson> peopleCollectionBag) voidPrimitiveDocument.setPeopleListBag(List<PrimitivePerson> peopleListBag)