Package com.impetus.kundera.metadata.processor

Examples of com.impetus.kundera.metadata.processor.TableProcessor


        this.validator = new EntityValidatorImpl(puProperties);
        this.metadataProcessors = new ArrayList<MetadataProcessor>();
        this.kunderaMetadata = kunderaMetadata;

        // add processors to chain.
        this.metadataProcessors.add(new TableProcessor(puProperties,kunderaMetadata));
        this.metadataProcessors.add(new CacheableAnnotationProcessor());
        this.metadataProcessors.add(new IndexProcessor(kunderaMetadata));
        this.metadataProcessors.add(new EntityListenersProcessor());
       
    }
View Full Code Here

TOP

Related Classes of com.impetus.kundera.metadata.processor.TableProcessor

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.