Uses of Class
com.blazebit.persistence.testsuite.entity.Person
Packages that use Person
-
Uses of Person in com.blazebit.persistence.testsuite.entity
Fields in com.blazebit.persistence.testsuite.entity with type parameters of type PersonModifier and TypeFieldDescriptionPerson_.ageDocument_.contactsDocument_.contacts2Person_.defaultLanguagePerson_.favoriteDocumentsstatic javax.persistence.metamodel.SingularAttribute<DocumentWithNullableName,Person> DocumentWithNullableName_.friendPerson_.friendPerson_.friendPerson_.localizedPerson_.namestatic javax.persistence.metamodel.SingularAttribute<Person,NameObject> Person_.nameObjectPerson_.ownedDocumentsPerson_.ownedDocuments2static javax.persistence.metamodel.SingularAttribute<DeletePersonCTE,Person> DeletePersonCTE_.ownerOwnable_.ownerPersonCTE_.ownerPerson_.partnerDocumentDocument_.partnersDocument_.peoplestatic javax.persistence.metamodel.ListAttribute<DocumentWithNullableName,Person> DocumentWithNullableName_.peopleDocument_.peopleCollectionBagDocument_.peopleListBagDocument_.responsiblePersonMethods in com.blazebit.persistence.testsuite.entity that return PersonModifier and TypeMethodDescriptionDocumentWithNullableName.getFriend()Person.getFriend()DeletePersonCTE.getOwner()Ownable.getOwner()PersonCTE.getOwner()Document.getResponsiblePerson()Methods in com.blazebit.persistence.testsuite.entity that return types with arguments of type PersonModifier and TypeMethodDescriptionDocument.getContacts()Document.getContacts2()Document.getPartners()Document.getPeople()DocumentWithNullableName.getPeople()Document.getPeopleCollectionBag()Document.getPeopleListBag()Methods in com.blazebit.persistence.testsuite.entity with parameters of type PersonModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidDocument.setResponsiblePerson(Person responsiblePerson) Method parameters in com.blazebit.persistence.testsuite.entity with type arguments of type PersonModifier and TypeMethodDescriptionvoidDocument.setContacts(Map<Integer, Person> contacts) voidDocument.setContacts2(Map<Integer, Person> contacts2) voidDocument.setPartners(Set<Person> partners) voidvoidvoidDocument.setPeopleCollectionBag(Collection<Person> peopleCollectionBag) voidDocument.setPeopleListBag(List<Person> peopleListBag) Constructors in com.blazebit.persistence.testsuite.entity with parameters of type PersonModifierConstructorDescriptionDocumentForOneToOne(String name, Person owner) DocumentWithNullableName(String name, Person owner)