Uses of Class
com.blazebit.persistence.testsuite.entity.DocumentForOneToOne
Packages that use DocumentForOneToOne
-
Uses of DocumentForOneToOne in com.blazebit.persistence.testsuite.entity
Fields in com.blazebit.persistence.testsuite.entity with type parameters of type DocumentForOneToOneModifier 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<DocumentForOneToOne,String> DocumentForOneToOne_.nameMethods in com.blazebit.persistence.testsuite.entity that return DocumentForOneToOneMethods in com.blazebit.persistence.testsuite.entity with parameters of type DocumentForOneToOneModifier and TypeMethodDescriptionvoidDocumentInfo.setDocument(DocumentForOneToOne document) voidDocumentInfo.setDocument2(DocumentForOneToOne document2) Constructors in com.blazebit.persistence.testsuite.entity with parameters of type DocumentForOneToOneModifierConstructorDescriptionDocumentInfo(Long id, DocumentForOneToOne document, String someInfo)