Uses of Class
com.blazebit.persistence.testsuite.entity.DocumentForSimpleOneToOne
Packages that use DocumentForSimpleOneToOne
-
Uses of DocumentForSimpleOneToOne in com.blazebit.persistence.testsuite.entity
Fields in com.blazebit.persistence.testsuite.entity with type parameters of type DocumentForSimpleOneToOneModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<DocumentInfoSimple,DocumentForSimpleOneToOne> DocumentInfoSimple_.documentstatic javax.persistence.metamodel.SingularAttribute<DocumentForSimpleOneToOne,DocumentInfoSimple> DocumentForSimpleOneToOne_.documentInfostatic javax.persistence.metamodel.SingularAttribute<DocumentForSimpleOneToOne,String> DocumentForSimpleOneToOne_.nameMethods in com.blazebit.persistence.testsuite.entity that return DocumentForSimpleOneToOneMethods in com.blazebit.persistence.testsuite.entity with parameters of type DocumentForSimpleOneToOneModifier and TypeMethodDescriptionvoidDocumentInfoSimple.setDocument(DocumentForSimpleOneToOne document) Constructors in com.blazebit.persistence.testsuite.entity with parameters of type DocumentForSimpleOneToOneModifierConstructorDescriptionDocumentInfoSimple(Long id, DocumentForSimpleOneToOne document, String someInfo)