Package org.exolab.castor.builder.descriptors

Examples of org.exolab.castor.builder.descriptors.JDOClassDescriptorFactory


            final String jClassPrinterType) {
        this._dialog = dialog;
        this._sourceGenerator = sourceGenerator;
        this._header = new JComment(JComment.HEADER_STYLE);
        this._descriptorSourceFactory = new DescriptorSourceFactory(_sourceGenerator);
        this._jdoDescriptorSourceFactory = new JDOClassDescriptorFactory(_sourceGenerator);
        this._mappingSourceFactory = new MappingFileSourceFactory(_sourceGenerator);

        final String strategy = sourceGenerator.getProperty(
                BuilderConfiguration.Property.NAME_CONFLICT_STRATEGIES, "");
        this._classNameConflictResolutionStrategyRegistry
View Full Code Here

TOP

Related Classes of org.exolab.castor.builder.descriptors.JDOClassDescriptorFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.