EJB 3.1 및 EJB 3.0 어노테이션
javax.ejb
패키지에는 엔터프라이즈 Bean과 클라이언트 사이의 계약 및 엔터프라이즈 Bean과 EJB 컨테이너 사이의 규칙을 정의하는 EJB(Enterprise JavaBeans) 클래스 및 인터페이스가 포함되어 있습니다.
EJB 3.1 어노테이션
다음은 이 패키지에서 사용 가능한 어노테이션 태그입니다.
javax.ejb.EJB
javax.ejb.EJBs
javax.ejb.ActivationConfigProperty
javax.ejb.ApplicationException
javax.ejb.Init
javax.ejb.Local
javax.ejb.LocalHome
javax.ejb.MessageDriven
javax.ejb.PostActivate
javax.ejb.PrePassivate
javax.ejb.Remote
javax.ejb.RemoteHome
javax.ejb.Remove
javax.ejb.Stateful
javax.ejb.Stateless
javax.ejb.Timeout
javax.ejb.TransactionAttribute
javax.ejb.TransactionManagement
javax.interceptor.AroundInvoke
javax.interceptor.ExcludeClassInterceptors
javax.interceptor.ExcludeDefaultInterceptors
javax.interceptor.Interceptors
다음은 이 패키지에서 사용 가능한 어노테이션 태그입니다.
javax.ejb.EJB
javax.ejb.EJBs
javax.ejb.ActivationConfigProperty
javax.ejb.ApplicationException
javax.ejb.Init
javax.ejb.Local
javax.ejb.LocalHome
javax.ejb.MessageDriven
javax.ejb.PostActivate
javax.ejb.PrePassivate
javax.ejb.Remote
javax.ejb.RemoteHome
javax.ejb.Remove
javax.ejb.Stateful
javax.ejb.Stateless
javax.ejb.Timeout
javax.ejb.TransactionAttribute
javax.ejb.TransactionManagement
javax.interceptor.AroundInvoke
javax.interceptor.ExcludeClassInterceptors
javax.interceptor.ExcludeDefaultInterceptors
javax.interceptor.Interceptors
피드백