Uses of Class
com.blazebit.persistence.testsuite.entity.DocumentInfo
Packages that use DocumentInfo
-
Uses of DocumentInfo in com.blazebit.persistence.testsuite.entity
Fields in com.blazebit.persistence.testsuite.entity with type parameters of type DocumentInfoModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<DocumentInfo,DocumentForOneToOne> DocumentInfo_.documentstatic javax.persistence.metamodel.SingularAttribute<DocumentInfo,DocumentForOneToOne> DocumentInfo_.document2static javax.persistence.metamodel.SingularAttribute<DocumentForOneToOne,DocumentInfo> DocumentForOneToOne_.documentInfostatic javax.persistence.metamodel.SingularAttribute<DocumentForOneToOne,DocumentInfo> DocumentForOneToOne_.documentInfo2static javax.persistence.metamodel.SingularAttribute<DocumentForOneToOneJoinTable,DocumentInfo> DocumentForOneToOneJoinTable_.documentInfoJoinTablestatic javax.persistence.metamodel.SingularAttribute<DocumentInfo,Long> DocumentInfo_.idstatic javax.persistence.metamodel.SingularAttribute<DocumentInfo,String> DocumentInfo_.someInfoMethods in com.blazebit.persistence.testsuite.entity that return DocumentInfoModifier and TypeMethodDescriptionDocumentForOneToOne.getDocumentInfo()DocumentForOneToOne.getDocumentInfo2()DocumentForOneToOneJoinTable.getDocumentInfoJoinTable()Methods in com.blazebit.persistence.testsuite.entity with parameters of type DocumentInfoModifier and TypeMethodDescriptionvoidDocumentForOneToOne.setDocumentInfo(DocumentInfo documentInfo) voidDocumentForOneToOne.setDocumentInfo2(DocumentInfo documentInfo2) voidDocumentForOneToOneJoinTable.setDocumentInfoJoinTable(DocumentInfo documentInfoJoinTable)