Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.annotations
Class TransientCompatibleAnnotations

java.lang.Object
  extended by org.eclipse.persistence.annotations.TransientCompatibleAnnotations


public class TransientCompatibleAnnotations
extends java.lang.Object

PUBLIC: This class is used by our JPA annotation processing to discover which annotations may coexist with a javax.persistence.Transient annotation. If javax.persistence.Transient appears on a field or property with an annotation in the javax.persistence or org.eclipse.persistence package that is not in the list returned by getTransientCompatibleAnnotations() an exception will be thrown.

Author:
tware

Field Summary
private static java.util.List<java.lang.String> transientCompatibleAnnotations
           

 

Constructor Summary
TransientCompatibleAnnotations()
           

 

Method Summary
static java.util.List<java.lang.String> getTransientCompatibleAnnotations()
          PUBLIC: Return a list of classnames of annotations that are compatible with the javax.persistence.Transient annotation.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

transientCompatibleAnnotations

private static java.util.List<java.lang.String> transientCompatibleAnnotations

Constructor Detail

TransientCompatibleAnnotations

public TransientCompatibleAnnotations()

Method Detail

getTransientCompatibleAnnotations

public static java.util.List<java.lang.String> getTransientCompatibleAnnotations()
PUBLIC: Return a list of classnames of annotations that are compatible with the javax.persistence.Transient annotation.
Returns:

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.