Package org.springframework.roo.classpath.customdata.taggers

Examples of org.springframework.roo.classpath.customdata.taggers.MidTypeMatcher


    @SuppressWarnings("unchecked")
    private void registerMatchers() {
        customDataKeyDecorator.registerMatchers(
                getClass(),
                // Type matchers
                new MidTypeMatcher(IDENTIFIER_TYPE, IdentifierMetadata.class
                        .getName()),
                new AnnotatedTypeMatcher(PERSISTENT_TYPE,
                        RooJavaType.ROO_JPA_ACTIVE_RECORD, ROO_JPA_ENTITY),
                // Field matchers
                JPA_COLUMN_FIELD_MATCHER, JPA_EMBEDDED_FIELD_MATCHER,
View Full Code Here

TOP

Related Classes of org.springframework.roo.classpath.customdata.taggers.MidTypeMatcher

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.