Uses of Class
com.blazebit.persistence.testsuite.entity.BookEntity
Packages that use BookEntity
-
Uses of BookEntity in com.blazebit.persistence.testsuite.entity
Fields in com.blazebit.persistence.testsuite.entity with type parameters of type BookEntityModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<BookISBNReferenceEntity,BookEntity> BookISBNReferenceEntity_.bookstatic javax.persistence.metamodel.SingularAttribute<BookISBNReferenceEntity,BookEntity> BookISBNReferenceEntity_.bookNormalstatic javax.persistence.metamodel.SingularAttribute<BookEntity,String> BookEntity_.isbnstatic javax.persistence.metamodel.MapAttribute<NaturalIdJoinTableEntity,String, BookEntity> NaturalIdJoinTableEntity_.manyToManyBookstatic javax.persistence.metamodel.SetAttribute<NaturalIdJoinTableEntity,BookEntity> NaturalIdJoinTableEntity_.oneToManyBookMethods in com.blazebit.persistence.testsuite.entity that return BookEntityModifier and TypeMethodDescriptionBookISBNReferenceEntity.getBook()BookISBNReferenceEntity.getBookNormal()Methods in com.blazebit.persistence.testsuite.entity that return types with arguments of type BookEntityModifier and TypeMethodDescriptionNaturalIdJoinTableEntity.getManyToManyBook()NaturalIdJoinTableEntity.getOneToManyBook()Methods in com.blazebit.persistence.testsuite.entity with parameters of type BookEntityModifier and TypeMethodDescriptionvoidBookISBNReferenceEntity.setBook(BookEntity book) voidBookISBNReferenceEntity.setBookNormal(BookEntity bookPK) Method parameters in com.blazebit.persistence.testsuite.entity with type arguments of type BookEntityModifier and TypeMethodDescriptionvoidNaturalIdJoinTableEntity.setManyToManyBook(Map<String, BookEntity> manyToManyBook) voidNaturalIdJoinTableEntity.setOneToManyBook(Set<BookEntity> oneToManyBook)