org.jvnet.hyperjaxb3.ejb.schemas.customizations
Class Customizations

java.lang.Object
  extended by org.jvnet.hyperjaxb3.ejb.schemas.customizations.Customizations

public class Customizations
extends Object


Field Summary
static QName BASIC_ELEMENT_NAME
           
static QName COLUMN_ELEMENT_NAME
           
static String CONTEXT_PATH
           
static QName ELEMENT_COLLECTION_ELEMENT_NAME
           
static QName EMBEDDABLE_ELEMENT_NAME
           
static QName EMBEDDED_ELEMENT_NAME
           
static QName EMBEDDED_ID_ELEMENT_NAME
           
static QName ENTITY_ELEMENT_NAME
           
static QName GENERATED_CLASS_ELEMENT_NAME
           
static QName GENERATED_ELEMENT_NAME
           
static QName GENERATED_ID_ELEMENT_NAME
           
static QName GENERATED_PROPERTY_ELEMENT_NAME
           
static QName GENERATED_VERSION_ELEMENT_NAME
           
static QName ID_ELEMENT_NAME
           
static QName IGNORED_ELEMENT_NAME
           
static QName IGNORED_PACKAGE_ELEMENT_NAME
           
static QName ITEM_ELEMENT_NAME
           
static QName JAXB_CONTEXT_ELEMENT_NAME
           
static QName MANY_TO_MANY_ELEMENT_NAME
           
static QName MANY_TO_ONE_ELEMENT_NAME
           
static QName MAPPED_SUPERCLASS_ELEMENT_NAME
           
static String NAMESPACE_URI
           
static Set<String> NAMESPACES
           
static QName ONE_TO_MANY_ELEMENT_NAME
           
static QName ONE_TO_ONE_ELEMENT_NAME
           
static String ORM_NAMESPACE_URI
           
static QName PERSISTENCE_ELEMENT_NAME
           
static QName TABLE_ELEMENT_NAME
           
static QName VERSION_ELEMENT_NAME
           
 
Constructor Summary
Customizations()
           
 
Method Summary
static com.sun.tools.xjc.model.CPluginCustomization createCustomization(Object object)
           
static com.sun.tools.xjc.model.CPluginCustomization createCustomization$Generated()
           
static com.sun.tools.xjc.model.CPluginCustomization createCustomization$Ignored()
           
static JAXBContext getContext()
           
static ObjectFactory getCustomizationsObjectFactory()
           
static ObjectFactory getOrmObjectFactory()
           
static ObjectFactory getPersistenceObjectFactory()
           
static QName hj(String localPart)
           
static boolean isGenerated(com.sun.tools.xjc.model.CClassInfo classInfo)
           
static boolean isGenerated(com.sun.tools.xjc.model.CPropertyInfo propertyInfo)
           
static void markAsAcknowledged(com.sun.tools.xjc.model.CClassInfo customizable)
           
static void markAsAcknowledged(com.sun.tools.xjc.model.CCustomizations customizations)
           
static void markAsAcknowledged(com.sun.tools.xjc.model.CPluginCustomization customization)
           
static void markAsAcknowledged(com.sun.tools.xjc.model.CPropertyInfo customizable)
           
static void markGenerated(com.sun.tools.xjc.model.CCustomizable customizable)
           
static void markIgnored(com.sun.tools.xjc.model.CCustomizable customizable)
           
static QName orm(String localPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_URI

public static final String NAMESPACE_URI
See Also:
Constant Field Values

ORM_NAMESPACE_URI

public static final String ORM_NAMESPACE_URI
See Also:
Constant Field Values

NAMESPACES

public static final Set<String> NAMESPACES

CONTEXT_PATH

public static final String CONTEXT_PATH

PERSISTENCE_ELEMENT_NAME

public static final QName PERSISTENCE_ELEMENT_NAME

ITEM_ELEMENT_NAME

public static final QName ITEM_ELEMENT_NAME

IGNORED_ELEMENT_NAME

public static final QName IGNORED_ELEMENT_NAME

IGNORED_PACKAGE_ELEMENT_NAME

public static final QName IGNORED_PACKAGE_ELEMENT_NAME

GENERATED_CLASS_ELEMENT_NAME

public static final QName GENERATED_CLASS_ELEMENT_NAME

GENERATED_PROPERTY_ELEMENT_NAME

public static final QName GENERATED_PROPERTY_ELEMENT_NAME

GENERATED_ID_ELEMENT_NAME

public static final QName GENERATED_ID_ELEMENT_NAME

GENERATED_VERSION_ELEMENT_NAME

public static final QName GENERATED_VERSION_ELEMENT_NAME

EMBEDDED_ID_ELEMENT_NAME

public static final QName EMBEDDED_ID_ELEMENT_NAME

ID_ELEMENT_NAME

public static final QName ID_ELEMENT_NAME

VERSION_ELEMENT_NAME

public static final QName VERSION_ELEMENT_NAME

TABLE_ELEMENT_NAME

public static final QName TABLE_ELEMENT_NAME

COLUMN_ELEMENT_NAME

public static final QName COLUMN_ELEMENT_NAME

ONE_TO_MANY_ELEMENT_NAME

public static final QName ONE_TO_MANY_ELEMENT_NAME

ONE_TO_ONE_ELEMENT_NAME

public static final QName ONE_TO_ONE_ELEMENT_NAME

MANY_TO_ONE_ELEMENT_NAME

public static final QName MANY_TO_ONE_ELEMENT_NAME

MANY_TO_MANY_ELEMENT_NAME

public static final QName MANY_TO_MANY_ELEMENT_NAME

ELEMENT_COLLECTION_ELEMENT_NAME

public static final QName ELEMENT_COLLECTION_ELEMENT_NAME

BASIC_ELEMENT_NAME

public static final QName BASIC_ELEMENT_NAME

EMBEDDED_ELEMENT_NAME

public static final QName EMBEDDED_ELEMENT_NAME

GENERATED_ELEMENT_NAME

public static QName GENERATED_ELEMENT_NAME

ENTITY_ELEMENT_NAME

public static final QName ENTITY_ELEMENT_NAME

MAPPED_SUPERCLASS_ELEMENT_NAME

public static final QName MAPPED_SUPERCLASS_ELEMENT_NAME

EMBEDDABLE_ELEMENT_NAME

public static final QName EMBEDDABLE_ELEMENT_NAME

JAXB_CONTEXT_ELEMENT_NAME

public static final QName JAXB_CONTEXT_ELEMENT_NAME
Constructor Detail

Customizations

public Customizations()
Method Detail

getContext

public static JAXBContext getContext()

hj

public static QName hj(String localPart)

orm

public static QName orm(String localPart)

markAsAcknowledged

public static void markAsAcknowledged(com.sun.tools.xjc.model.CPluginCustomization customization)

markAsAcknowledged

public static void markAsAcknowledged(com.sun.tools.xjc.model.CCustomizations customizations)

markAsAcknowledged

public static void markAsAcknowledged(com.sun.tools.xjc.model.CPropertyInfo customizable)

markAsAcknowledged

public static void markAsAcknowledged(com.sun.tools.xjc.model.CClassInfo customizable)

createCustomization

public static com.sun.tools.xjc.model.CPluginCustomization createCustomization(Object object)

getPersistenceObjectFactory

public static ObjectFactory getPersistenceObjectFactory()

getOrmObjectFactory

public static ObjectFactory getOrmObjectFactory()

getCustomizationsObjectFactory

public static ObjectFactory getCustomizationsObjectFactory()

createCustomization$Ignored

public static com.sun.tools.xjc.model.CPluginCustomization createCustomization$Ignored()

createCustomization$Generated

public static com.sun.tools.xjc.model.CPluginCustomization createCustomization$Generated()

markIgnored

public static void markIgnored(com.sun.tools.xjc.model.CCustomizable customizable)

markGenerated

public static void markGenerated(com.sun.tools.xjc.model.CCustomizable customizable)

isGenerated

public static boolean isGenerated(com.sun.tools.xjc.model.CClassInfo classInfo)

isGenerated

public static boolean isGenerated(com.sun.tools.xjc.model.CPropertyInfo propertyInfo)


Copyright © 2005-2014. All Rights Reserved.