Add option to skip Generated Persistent Class
See original GitHub issueSimilar to the parameter skipGeneratedGatewayClasses a parameter skipGeneratedPersistentClasses should be implemented. For the main class this can be discovered from the XML Attribute CATEGORY which has the Value 10 for the Persistent Class:
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOCLASS>
<CATEGORY>10</CATEGORY>
The generated Base Agent Class has CATEGORY Value 11 which stands for “Factory for Persistent Class”. It’s parent class is CL_OS_CA_COMMON.
And the generated Agent Class has the Base Agent Class as it’s parent.
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Add attribute to generated persistent class - with references
Hi there,. i'm working with generated persistent classes where I use object references to an other generated class. My example:.
Read more >Exclude certain persistent classes from model creation and ...
Hi, I have a module from which I need to have a few persistant classes to connect to another legacy external database. Those...
Read more >Other Options for Persistent Classes | Defining and Using ...
It is possible to define a persistent class whose objects can be opened but not saved or deleted. To do this, specify the...
Read more >exclude @Entity from persistence - java - Stack Overflow
class The class element specifies a fully qualified class name that you will map. By default all properly annotated classes and all hbm.xml ......
Read more >5.2. Enhancement - Oracle Help Center
An enhancer is a tool that automatically adds code to your persistent classes after you have written them. The enhancer post-processes the bytecode...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please check my latest version of CLAS_persistent where I’ve added abaplint checks. I get the following result:
try again, new version released