...
Code Block | ||
---|---|---|
| ||
componentDefinition.setEntityClassNames(new String[] {CustomEntityImpl.class.getName()}); componentDefinition.setEntityFactoryClassName(DefaultJcrEntityFactoryImpl.class.getName()); componentDefinition.setPersistenceManagerClassName(DefaultJcrPersistenceManager.class.getName()); |
Note |
---|
Do not invoke |
...