Uses of Class
com.blazebit.persistence.testsuite.entity.NameObject
Packages that use NameObject
-
Uses of NameObject in com.blazebit.persistence.testsuite.entity
Fields in com.blazebit.persistence.testsuite.entity with type parameters of type NameObjectModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.MapAttribute<EmbeddableTestEntityEmbeddable,String, NameObject> EmbeddableTestEntityEmbeddable_.elementCollectionstatic javax.persistence.metamodel.ListAttribute<EmbeddableTestEntityEmbeddable,NameObject> EmbeddableTestEntityEmbeddable_.elementCollection3static javax.persistence.metamodel.ListAttribute<EmbeddableTestEntity,NameObject> EmbeddableTestEntity_.elementCollection4static javax.persistence.metamodel.SingularAttribute<PolymorphicSub1,NameObject> PolymorphicSub1_.embeddable1static javax.persistence.metamodel.SingularAttribute<PolymorphicSub2,NameObject> PolymorphicSub2_.embeddable2static javax.persistence.metamodel.SingularAttribute<NameObject,IntIdEntity> NameObject_.intIdEntitystatic javax.persistence.metamodel.MapAttribute<Document,String, NameObject> Document_.nameMapstatic javax.persistence.metamodel.SingularAttribute<Document,NameObject> Document_.nameObjectstatic javax.persistence.metamodel.SingularAttribute<EmbeddableTestEntityEmbeddable,NameObject> EmbeddableTestEntityEmbeddable_.nameObjectstatic javax.persistence.metamodel.SingularAttribute<NameObjectContainer,NameObject> NameObjectContainer_.nameObjectstatic javax.persistence.metamodel.SingularAttribute<NameObjectContainer2,NameObject> NameObjectContainer2_.nameObjectstatic javax.persistence.metamodel.SingularAttribute<Person,NameObject> Person_.nameObjectstatic javax.persistence.metamodel.ListAttribute<Document,NameObject> Document_.namesstatic javax.persistence.metamodel.SingularAttribute<NameObject,String> NameObject_.primaryNamestatic javax.persistence.metamodel.SingularAttribute<NameObject,String> NameObject_.secondaryNameMethods in com.blazebit.persistence.testsuite.entity that return NameObjectModifier and TypeMethodDescriptionPolymorphicSub1.getEmbeddable1()PolymorphicSub2.getEmbeddable2()Document.getNameObject()EmbeddableTestEntityEmbeddable.getNameObject()NameObjectContainer.getNameObject()NameObjectContainer2.getNameObject()Person.getNameObject()Methods in com.blazebit.persistence.testsuite.entity that return types with arguments of type NameObjectModifier and TypeMethodDescriptionEmbeddableTestEntityEmbeddable.getElementCollection()EmbeddableTestEntityEmbeddable.getElementCollection3()EmbeddableTestEntity.getElementCollection4()Document.getNameMap()Document.getNames()Methods in com.blazebit.persistence.testsuite.entity with parameters of type NameObjectModifier and TypeMethodDescriptionvoidPolymorphicSub1.setEmbeddable1(NameObject embeddable1) voidPolymorphicSub2.setEmbeddable2(NameObject embeddable1) voidDocument.setNameObject(NameObject nameObject) voidEmbeddableTestEntityEmbeddable.setNameObject(NameObject nameObject) voidNameObjectContainer.setNameObject(NameObject nameObject) voidNameObjectContainer2.setNameObject(NameObject nameObject) voidPerson.setNameObject(NameObject nameObject) Method parameters in com.blazebit.persistence.testsuite.entity with type arguments of type NameObjectModifier and TypeMethodDescriptionvoidEmbeddableTestEntityEmbeddable.setElementCollection(Map<String, NameObject> elementCollection) voidEmbeddableTestEntityEmbeddable.setElementCollection3(List<NameObject> elementCollection3) voidEmbeddableTestEntity.setElementCollection4(List<NameObject> elementCollection4) voidDocument.setNameMap(Map<String, NameObject> nameMap) voidDocument.setNames(List<NameObject> names) Constructors in com.blazebit.persistence.testsuite.entity with parameters of type NameObjectModifierConstructorDescriptionNameObjectContainer(String name, NameObject nameObject) NameObjectContainer2(String name, NameObject nameObject)