Uses of Class
com.blazebit.persistence.testsuite.entity.EmbeddableTestEntity
Packages that use EmbeddableTestEntity
-
Uses of EmbeddableTestEntity in com.blazebit.persistence.testsuite.entity
Subclasses of EmbeddableTestEntity in com.blazebit.persistence.testsuite.entityFields in com.blazebit.persistence.testsuite.entity with type parameters of type EmbeddableTestEntityModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<EmbeddableTestEntity,NameObject> EmbeddableTestEntity_.elementCollection4static javax.persistence.metamodel.SingularAttribute<EmbeddableTestEntity,EmbeddableTestEntityEmbeddable> EmbeddableTestEntity_.embeddablestatic javax.persistence.metamodel.SetAttribute<EmbeddableTestEntityContainer,EmbeddableTestEntity> EmbeddableTestEntityContainer_.embeddableTestEntitiesstatic javax.persistence.metamodel.SingularAttribute<EmbeddableTestEntity,EmbeddableTestEntityId> EmbeddableTestEntity_.idstatic javax.persistence.metamodel.SingularAttribute<EmbeddableTestEntityEmbeddable,EmbeddableTestEntity> EmbeddableTestEntityEmbeddable_.manyToOnestatic javax.persistence.metamodel.SetAttribute<EmbeddableTestEntityNestedEmbeddable,EmbeddableTestEntity> EmbeddableTestEntityNestedEmbeddable_.nestedOneToManystatic javax.persistence.metamodel.SetAttribute<EmbeddableTestEntityEmbeddable,EmbeddableTestEntity> EmbeddableTestEntityEmbeddable_.oneToManystatic javax.persistence.metamodel.SetAttribute<EmbeddableTestEntityEmbeddable,EmbeddableTestEntity> EmbeddableTestEntityEmbeddable_.oneToMany2static javax.persistence.metamodel.SingularAttribute<EmbeddableTestEntity,Long> EmbeddableTestEntity_.versionMethods in com.blazebit.persistence.testsuite.entity that return EmbeddableTestEntityMethods in com.blazebit.persistence.testsuite.entity that return types with arguments of type EmbeddableTestEntityModifier and TypeMethodDescriptionEmbeddableTestEntityContainer.getEmbeddableTestEntities()EmbeddableTestEntityNestedEmbeddable.getNestedOneToMany()EmbeddableTestEntityEmbeddable.getOneToMany()EmbeddableTestEntityEmbeddable.getOneToMany2()Methods in com.blazebit.persistence.testsuite.entity with parameters of type EmbeddableTestEntityModifier and TypeMethodDescriptionvoidEmbeddableTestEntityEmbeddable.setManyToOne(EmbeddableTestEntity manyToOne) Method parameters in com.blazebit.persistence.testsuite.entity with type arguments of type EmbeddableTestEntityModifier and TypeMethodDescriptionvoidEmbeddableTestEntityContainer.setEmbeddableTestEntities(Set<EmbeddableTestEntity> embeddableTestEntities) voidEmbeddableTestEntityNestedEmbeddable.setNestedOneToMany(Set<EmbeddableTestEntity> nestedOneToMany) voidEmbeddableTestEntityEmbeddable.setOneToMany(Set<EmbeddableTestEntity> oneToMany) voidEmbeddableTestEntityEmbeddable.setOneToMany2(Set<EmbeddableTestEntity> oneToMany2)