All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.frameworkset.orm.annotation.IgnoreORMapping Maven / Gradle / Ivy

Go to download

bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com

There is a newer version: 6.2.7
Show newest version
package com.frameworkset.orm.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
/**
 * 查询时,忽略bean属性参数绑定
 * 
 * 

bboss workgroup

*

Copyright (c) 2008

* @Date 2014-12-02 * @author biaoping.yin * @version 1.0 */ public @interface IgnoreORMapping { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy