Uses of Class
org.eclipse.persistence.internal.codegen.NonreflectiveMethodDefinition
-
Packages that use NonreflectiveMethodDefinition Package Description org.eclipse.persistence.internal.sessions.factories org.eclipse.persistence.sessions.factories -
-
Uses of NonreflectiveMethodDefinition in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type NonreflectiveMethodDefinition Modifier and Type Method Description voidDirectToXMLTypeMappingHelper. writeShouldreadWholeDocument(NonreflectiveMethodDefinition method, String mappingName, DatabaseMapping mapping)Write the Project.class code for the XMLType property. -
Uses of NonreflectiveMethodDefinition in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories that return NonreflectiveMethodDefinition Modifier and Type Method Description protected NonreflectiveMethodDefinitionProjectClassGenerator. buildConstructor()protected NonreflectiveMethodDefinitionTableCreatorClassGenerator. buildConstructor()protected NonreflectiveMethodDefinitionProjectClassGenerator. buildDescriptorMethod(ClassDescriptor descriptor)protected NonreflectiveMethodDefinitionProjectClassGenerator. buildLoginMethod(Login datasourceLogin)protected NonreflectiveMethodDefinitionTableCreatorClassGenerator. buildLoginMethod(DatabaseLogin login)protected NonreflectiveMethodDefinitionTableCreatorClassGenerator. buildTableMethod(TableDefinition table)
-