Uses of Class
com.blazebit.persistence.testsuite.entity.IntIdEntity
Packages that use IntIdEntity
Package
Description
-
Uses of IntIdEntity in com.blazebit.persistence.testsuite.entity
Fields in com.blazebit.persistence.testsuite.entity with type parameters of type IntIdEntityModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<IntIdEntity,Integer> IntIdEntity_.idstatic javax.persistence.metamodel.SingularAttribute<Document,IntIdEntity> Document_.intIdEntitystatic javax.persistence.metamodel.SingularAttribute<NameObject,IntIdEntity> NameObject_.intIdEntitystatic javax.persistence.metamodel.MapAttribute<EmbeddableTestEntityEmbeddable,String, IntIdEntity> EmbeddableTestEntityEmbeddable_.manyToManystatic javax.persistence.metamodel.SingularAttribute<IntIdEntity,String> IntIdEntity_.namestatic javax.persistence.metamodel.SingularAttribute<PolymorphicSub1,IntIdEntity> PolymorphicSub1_.relation1static javax.persistence.metamodel.SingularAttribute<PolymorphicSub2,IntIdEntity> PolymorphicSub2_.relation2static javax.persistence.metamodel.SingularAttribute<IntIdEntity,Integer> IntIdEntity_.valueMethods in com.blazebit.persistence.testsuite.entity that return IntIdEntityModifier and TypeMethodDescriptionDocument.getIntIdEntity()NameObject.getIntIdEntity()PolymorphicSub1.getRelation1()PolymorphicSub2.getRelation2()Methods in com.blazebit.persistence.testsuite.entity that return types with arguments of type IntIdEntityMethods in com.blazebit.persistence.testsuite.entity with parameters of type IntIdEntityModifier and TypeMethodDescriptionvoidDocument.setIntIdEntity(IntIdEntity intIdEntity) voidNameObject.setIntIdEntity(IntIdEntity intIdEntity) voidPolymorphicSub1.setRelation1(IntIdEntity relation1) voidPolymorphicSub2.setRelation2(IntIdEntity relation2) Method parameters in com.blazebit.persistence.testsuite.entity with type arguments of type IntIdEntityModifier and TypeMethodDescriptionvoidEmbeddableTestEntityEmbeddable.setManyToMany(Map<String, IntIdEntity> manyToMany) Constructors in com.blazebit.persistence.testsuite.entity with parameters of type IntIdEntityModifierConstructorDescriptionNameObject(String primaryName, String secondaryName, IntIdEntity intIdEntity) -
Uses of IntIdEntity in com.blazebit.persistence.testsuite.treat.entity
Fields in com.blazebit.persistence.testsuite.treat.entity with type parameters of type IntIdEntityModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<JoinedSub1,IntIdEntity> JoinedSub1_.relation1static javax.persistence.metamodel.SingularAttribute<SingleTableSub1,IntIdEntity> SingleTableSub1_.relation1static javax.persistence.metamodel.SingularAttribute<TablePerClassSub1,IntIdEntity> TablePerClassSub1_.relation1static javax.persistence.metamodel.SingularAttribute<JoinedSub2,IntIdEntity> JoinedSub2_.relation2static javax.persistence.metamodel.SingularAttribute<SingleTableSub2,IntIdEntity> SingleTableSub2_.relation2static javax.persistence.metamodel.SingularAttribute<TablePerClassSub2,IntIdEntity> TablePerClassSub2_.relation2Methods in com.blazebit.persistence.testsuite.treat.entity that return IntIdEntityModifier and TypeMethodDescriptionJoinedSub1.getRelation1()SingleTableSub1.getRelation1()Sub1.getRelation1()TablePerClassSub1.getRelation1()JoinedSub2.getRelation2()SingleTableSub2.getRelation2()Sub2.getRelation2()TablePerClassSub2.getRelation2()Methods in com.blazebit.persistence.testsuite.treat.entity with parameters of type IntIdEntityModifier and TypeMethodDescriptionvoidJoinedSub1.setRelation1(IntIdEntity relation1) voidSingleTableSub1.setRelation1(IntIdEntity relation1) voidSub1.setRelation1(IntIdEntity relation1) voidTablePerClassSub1.setRelation1(IntIdEntity relation1) voidJoinedSub2.setRelation2(IntIdEntity relation2) voidSingleTableSub2.setRelation2(IntIdEntity relation2) voidSub2.setRelation2(IntIdEntity relation1) voidTablePerClassSub2.setRelation2(IntIdEntity relation2)