A B C D E F G H I J L M N O P Q R S T U V X 

A

AbstractLocator - Class in org.batoo.jpa.parser
 
AbstractLocator() - Constructor for class org.batoo.jpa.parser.AbstractLocator
 
AccessElement - Class in org.batoo.jpa.parser.impl.orm
Element for access elements.
AccessElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.AccessElement
 
addTransformer(ClassTransformer) - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
AndroidPersistenceParserImpl - Class in org.batoo.jpa.parser
The main entry point to parse the persistence units for Android platforms.
AndroidPersistenceParserImpl(Map<String, String>, String[]) - Constructor for class org.batoo.jpa.parser.AndroidPersistenceParserImpl
 
AssociationAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The common definition of association attributes.
AssociationAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
The implementation for AssociationAttributeMetadata.
AssociationAttributeMetadataImpl(Member, AssociationAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
 
AssociationAttributeMetadataImpl(Member, String, Set<Class<? extends Annotation>>, String, FetchType, CascadeType[]) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
 
AssociationElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for one-to-one elements.
AssociationElement(ParentElement, Map<String, String>, FetchType, String...) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
 
AssociationMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of association overrides.
AssociationOverrideElement - Class in org.batoo.jpa.parser.impl.orm
Element for association-override elements.
AssociationOverrideElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.AssociationOverrideElement
 
AssociationOverrideMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of AttributeOverrideMetadata.
AssociationOverrideMetadataImpl(AbstractLocator, AssociationOverride) - Constructor for class org.batoo.jpa.parser.impl.metadata.AssociationOverrideMetadataImpl
 
ATTR_ACCESS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
Column Attribute names.
ATTR_ALLOCATION_SIZE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_CACHABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_CATALOG - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
Schema, Catalog, table, etc.
ATTR_CLASS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
ManagedType
ATTR_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_COLUMN_DEFINITION - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_DISCRIMINATOR_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_DISCRIMINATOR_TYPE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_ENTITY_CLASS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_FETCH - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_GENERATOR - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
Generators
ATTR_ID - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_INITIAL_VALUE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_INSERTABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_LENGTH - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_MAPPED_BY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
Associations
ATTR_MAPS_ID - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_METADATA_COMPLETE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_NAME - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
Atrributes
ATTR_NULLABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_OPTIONAL - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_ORPHAN_REMOVAL - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_PK_COLUMN_NAME - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_PK_COLUMN_VALUE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_PRECISION - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_REFERENCED_COLUMN_NAME - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_RESULT_CLASS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_RESULT_SET_MAPPING - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_SCALE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_SCHEMA - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_SEQUENCE_NAME - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_STRATEGY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_TABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_TARGET_CLASS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_TARGET_ENTITY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_UNIQUE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_UPDATABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_VALUE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ATTR_VALUE_COLUMN_NAME - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
AttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Common implementation of attribute element factories.
AttributeElement(ParentElement, Map<String, String>, String...) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.AttributeElement
 
AttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The common definition of the attributes.
AttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
The implementation of AttributeMetadata.
AttributeMetadataImpl(Member, AttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.AttributeMetadataImpl
 
AttributeMetadataImpl(Member, String) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.AttributeMetadataImpl
 
AttributeOverrideElement - Class in org.batoo.jpa.parser.impl.orm
Element for attribute-override elements.
AttributeOverrideElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.AttributeOverrideElement
 
AttributeOverrideMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of the attribute overrides.
AttributeOverrideMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of AttributeOverrideMetadata.
AttributeOverrideMetadataImpl(AbstractLocator, AttributeOverride) - Constructor for class org.batoo.jpa.parser.impl.metadata.AttributeOverrideMetadataImpl
 
AttributesElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for attributes elements.
AttributesElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
 
AttributesMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
 
AttributesMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
Implementation of AttributesMetadata.
AttributesMetadataImpl(ManagedTypeMetadata, Class<?>, AttributesMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
 

B

BaseAnnotatedClassLocator - Class in org.batoo.jpa.parser.impl.acl
The abstract implementation of AnnotatedClassLocator.
BaseAnnotatedClassLocator() - Constructor for class org.batoo.jpa.parser.impl.acl.BaseAnnotatedClassLocator
 
BaseColumnElement - Class in org.batoo.jpa.parser.impl.orm
 
BaseColumnElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.BaseColumnElement
 
BaseColumnMetadata - Interface in org.batoo.jpa.parser.metadata
The common definition of the columns.
BasicAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for basic elements.
BasicAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
 
BasicAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
Metadata for basic attributes.
BasicAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
The implementation of the BasicAttributeMetadata.
BasicAttributeMetadataImpl(Member, BasicAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.BasicAttributeMetadataImpl
 
BasicAttributeMetadataImpl(Member, String, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.BasicAttributeMetadataImpl
 
BindableMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of bindables.

C

CallbackMetadata - Interface in org.batoo.jpa.parser.metadata
Metatada for callbacks.
cascadePersists() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Return if persists should be cascaded by default.
cascadePersists() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Return if persists should be cascaded by default.
cascadePersists() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Return if persists should be cascaded by default.
CascadesElement - Class in org.batoo.jpa.parser.impl.orm
Element for cascade elements.
CascadesElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CascadesElement
 
CascadesElement.CascadeAllElement - Class in org.batoo.jpa.parser.impl.orm
Element for cascade-all elements.
CascadesElement.CascadeAllElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeAllElement
 
CascadesElement.CascadeDetachElement - Class in org.batoo.jpa.parser.impl.orm
Element for cascade-detach elements.
CascadesElement.CascadeDetachElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeDetachElement
 
CascadesElement.CascadeMergeElement - Class in org.batoo.jpa.parser.impl.orm
Element for cascade-merge elements.
CascadesElement.CascadeMergeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeMergeElement
 
CascadesElement.CascadePersistElement - Class in org.batoo.jpa.parser.impl.orm
Element for cascade-persist elements.
CascadesElement.CascadePersistElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadePersistElement
 
CascadesElement.CascadeRefreshElement - Class in org.batoo.jpa.parser.impl.orm
Element for cascade-refresh elements.
CascadesElement.CascadeRefreshElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeRefreshElement
 
CascadesElement.CascadeRemoveElement - Class in org.batoo.jpa.parser.impl.orm
Element for cascade-remove elements.
CascadesElement.CascadeRemoveElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeRemoveElement
 
CatalogElement - Class in org.batoo.jpa.parser.impl.orm
Element for catalog elements.
CatalogElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CatalogElement
 
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.AccessElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.CatalogElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.ColumnNameElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.DiscriminatorValueElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.Element
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.EnumeratedElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.LockModeElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.MapKeyEnumeratedElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.MapKeyTemporalElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.OrderByElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.QueryElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.SchemaElement
Registers the character data of the element with the element factory;
cdata(String) - Method in class org.batoo.jpa.parser.impl.orm.TemporalElement
Registers the character data of the element with the element factory;
characters(char[], int, int) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
ChildElement - Class in org.batoo.jpa.parser.impl.orm
Element factories that have no children elements.
ChildElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.ChildElement
 
ClassloaderAnnotatedClassLocator - Class in org.batoo.jpa.parser.impl.acl
AnnotatedClassLocator implementation for context classloader.
clazzs - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
CollectionTableElement - Class in org.batoo.jpa.parser.impl.orm
Element for collection-table elements.
CollectionTableElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.CollectionTableElement
 
CollectionTableMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for collection tables.
CollectionTableMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
The implementation of CollectionTableMetadata.
CollectionTableMetadataImpl(AbstractLocator, CollectionTable) - Constructor for class org.batoo.jpa.parser.impl.metadata.CollectionTableMetadataImpl
 
ColumnElement - Class in org.batoo.jpa.parser.impl.orm
Element for column elements.
ColumnElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.ColumnElement
 
ColumnMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of columns.
ColumnMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of ColumnMetadata.
ColumnMetadataImpl(AbstractLocator, Column) - Constructor for class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
 
ColumnMetadataImpl(AbstractLocator, MapKeyColumn) - Constructor for class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
 
ColumnMetadataImpl(AbstractLocator, OrderColumn) - Constructor for class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
 
ColumnNameElement - Class in org.batoo.jpa.parser.impl.orm
Element for column elements.
ColumnNameElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.ColumnNameElement
 
ColumnResultElement - Class in org.batoo.jpa.parser.impl.orm
Element for column-result
ColumnResultElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.ColumnResultElement
 
ColumnResultMetadata - Interface in org.batoo.jpa.parser.metadata
 
ColumnResultMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
 
ColumnResultMetadataImpl(AbstractLocator, ColumnResult) - Constructor for class org.batoo.jpa.parser.impl.metadata.ColumnResultMetadataImpl
 
ColumnTransformerMetadata - Interface in org.batoo.jpa.parser.metadata
Definition for ColumnTransformer
ColumnTransformerMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
 
ColumnTransformerMetadataImpl(AbstractLocator, ColumnTransformer) - Constructor for class org.batoo.jpa.parser.impl.metadata.ColumnTransformerMetadataImpl
 
consume(InputStream) - Method in class org.batoo.jpa.parser.impl.OrmParser
Consumes the ORM file with the given input stream.
createPersistence() - Method in class org.batoo.jpa.parser.persistence.ObjectFactory
Create an instance of Persistence
createPersistencePersistenceUnit() - Method in class org.batoo.jpa.parser.persistence.ObjectFactory
Create an instance of Persistence.PersistenceUnit
createPersistencePersistenceUnitProperties() - Method in class org.batoo.jpa.parser.persistence.ObjectFactory
createPersistencePersistenceUnitPropertiesProperty() - Method in class org.batoo.jpa.parser.persistence.ObjectFactory

D

description - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
DiscriminatorColumnElement - Class in org.batoo.jpa.parser.impl.orm
Element for discriminator-column elements.
DiscriminatorColumnElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.DiscriminatorColumnElement
 
DiscriminatorColumnMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for inheritances.
DiscriminatorColumnMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of DiscriminatorColumnMetadata.
DiscriminatorColumnMetadataImpl(AbstractLocator, DiscriminatorColumn) - Constructor for class org.batoo.jpa.parser.impl.metadata.DiscriminatorColumnMetadataImpl
 
DiscriminatorValueElement - Class in org.batoo.jpa.parser.impl.orm
Element for discriminator-value elements.
DiscriminatorValueElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.DiscriminatorValueElement
 

E

Element - Class in org.batoo.jpa.parser.impl.orm
Base class for element factories.
Element(ParentElement, Map<String, String>, String[]) - Constructor for class org.batoo.jpa.parser.impl.orm.Element
 
ELEMENT_ACCESS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ASSOCIATION_OVERRIDE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ATTRIBUTE_OVERRIDE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ATTRIBUTES - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_BASIC - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_CASCADE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_CASCADE_ALL - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_CASCADE_DETACH - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_CASCADE_MERGE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_CASCADE_PERSIST - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_CASCADE_REFRESH - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_CASCADE_REMOVE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_CATALOG - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_COLLECTION_TABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_COLUMN_NAME - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_COLUMN_RESULT - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_DISCRIMINATOR_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_DISCRIMINATOR_VALUE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ELEMENT_COLLECTION - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_EMBEDDABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_EMBEDDED - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_EMBEDDED_ID - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ENTITY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ENTITY_LISTENER - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ENTITY_LISTENERS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ENTITY_MAPPINGS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
Elements
ELEMENT_ENTITY_RESULT - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ENUMERATED - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_EXCLUDE_DEFAULT_LISTENERS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_EXCLUDE_SUPERCLASS_LISTENERS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_FIELD_RESULT - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_GENERATED_VALUE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_HINT - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ID - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ID_CLASS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_INHERITANCE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_INVERSE_JOIN_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_JOIN_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_JOIN_TABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_LOB - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_LOCK_MODE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MANY_TO_MANY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MANY_TO_ONE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MAP_KEY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MAP_KEY_ATTRIBUTE_OVERRIDE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MAP_KEY_CLASS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MAP_KEY_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MAP_KEY_ENUMERATED - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MAP_KEY_TEMPORAL - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_MAPPED_SUPERCLASS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_NAMED_NATIVE_QUERY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_NAMED_QUERY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ONE_TO_MANY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ONE_TO_ONE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ORDER_BY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_ORDER_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_PERSISTENCE_UNIT_DEFAULTS - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_PERSISTENT_UNIT_METADATA - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_POST_LOAD - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_POST_PERSIST - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_POST_REMOVE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_POST_UPDATE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_PRE_PERSIST - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_PRE_REMOVE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_PRE_UPDATE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_PRIMARY_KEY_JOIN_COLUMN - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_QUERY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_SCHEMA - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_SECONDARY_TABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_SEQUENCE_GENERATOR - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_SQL_RESULT_SET_MAPPING - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_TABLE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_TABLE_GENERATOR - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_TEMPORAL - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_TRANSIENT - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_UNIQUE_CONSTRAINT - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_VERSION - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ELEMENT_XML_MAPPING_METADATA_COMPLETE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
ElementCollectionAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for element-collection elements.
ElementCollectionAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
 
ElementCollectionAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
Definition for element collection attributes.
ElementCollectionAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
Implementation element collection attributes.
ElementCollectionAttributeMetadataImpl(Member, ElementCollectionAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
 
ElementCollectionAttributeMetadataImpl(Member, String, ElementCollection, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
 
ElementConstants - Class in org.batoo.jpa.parser.impl.orm
Constants
ElementConstants() - Constructor for class org.batoo.jpa.parser.impl.orm.ElementConstants
 
EmbeddableElementFactory - Class in org.batoo.jpa.parser.impl.orm.type
Element for embeddable elements.
EmbeddableElementFactory(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.type.EmbeddableElementFactory
Constructor for ORM File parsing
EmbeddableMetadata - Interface in org.batoo.jpa.parser.metadata.type
The definition of the embeddable classes.
EmbeddableMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.type
Implementation EmbeddableMetadata.
EmbeddableMetadataImpl(Class<?>, EmbeddableMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.type.EmbeddableMetadataImpl
 
EmbeddedAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for embedded-id elements.
EmbeddedAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.EmbeddedAttributeElement
 
EmbeddedAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of embedded attributes.
EmbeddedAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
The implementation of the EmbeddedAttributeMetadata.
EmbeddedAttributeMetadataImpl(Member, EmbeddedAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedAttributeMetadataImpl
 
EmbeddedAttributeMetadataImpl(Member, String, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedAttributeMetadataImpl
 
EmbeddedIdAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for embedded-id elements.
EmbeddedIdAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.EmbeddedIdAttributeElement
 
EmbeddedIdAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of the embedded ids.
EmbeddedIdAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
 
EmbeddedIdAttributeMetadataImpl(Member, EmbeddedIdAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedIdAttributeMetadataImpl
 
EmbeddedIdAttributeMetadataImpl(Member, String, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedIdAttributeMetadataImpl
 
EMPTY - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
 
end() - Method in class org.batoo.jpa.parser.impl.orm.Element
Creates the element and hands over to the parent.
endDocument() - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
endElement(String, String, String) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
endPrefixMapping(String) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
EntityElementFactory - Class in org.batoo.jpa.parser.impl.orm.type
Element for entity elements.
EntityElementFactory(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Constructor for ORM File parsing
EntityListenerElement - Class in org.batoo.jpa.parser.impl.orm
Element for entity-listener elements.
EntityListenerElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenerElement
 
EntityListenerElement.PostLoadElement - Class in org.batoo.jpa.parser.impl.orm
 
EntityListenerElement.PostLoadElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenerElement.PostLoadElement
 
EntityListenerElement.PostPersistElement - Class in org.batoo.jpa.parser.impl.orm
 
EntityListenerElement.PostPersistElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenerElement.PostPersistElement
 
EntityListenerElement.PostRemoveElement - Class in org.batoo.jpa.parser.impl.orm
 
EntityListenerElement.PostRemoveElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenerElement.PostRemoveElement
 
EntityListenerElement.PostUpdateElement - Class in org.batoo.jpa.parser.impl.orm
 
EntityListenerElement.PostUpdateElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenerElement.PostUpdateElement
 
EntityListenerElement.PrePersistElement - Class in org.batoo.jpa.parser.impl.orm
 
EntityListenerElement.PrePersistElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenerElement.PrePersistElement
 
EntityListenerElement.PreRemoveElement - Class in org.batoo.jpa.parser.impl.orm
 
EntityListenerElement.PreRemoveElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenerElement.PreRemoveElement
 
EntityListenerElement.PreUpdateElement - Class in org.batoo.jpa.parser.impl.orm
 
EntityListenerElement.PreUpdateElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenerElement.PreUpdateElement
 
EntityListenerMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for entity listeners.
EntityListenerMetadata.EntityListenerType - Enum in org.batoo.jpa.parser.metadata
Entity listener callback types.
EntityListenerMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of EntityListenerMetadata.
EntityListenerMetadataImpl(AbstractLocator, Class<?>) - Constructor for class org.batoo.jpa.parser.impl.metadata.EntityListenerMetadataImpl
 
EntityListenerMetadataImpl(AbstractLocator, Class<?>, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.EntityListenerMetadataImpl
 
EntityListenerMetadataImpl(AbstractLocator, EntityListenerMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.EntityListenerMetadataImpl
 
EntityListenerMetadataImpl(AbstractLocator, IdentifiableTypeMetadata, String) - Constructor for class org.batoo.jpa.parser.impl.metadata.EntityListenerMetadataImpl
 
EntityListenersElement - Class in org.batoo.jpa.parser.impl.orm
Element for entity-listeners elements.
EntityListenersElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityListenersElement
 
EntityMappings - Class in org.batoo.jpa.parser.impl.orm
Element for entity-mappings elements.
EntityMappings(Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityMappings
 
EntityMetadata - Interface in org.batoo.jpa.parser.metadata.type
The definition of the entities.
EntityMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.type
Implementation EntityMetadata.
EntityMetadataImpl(Class<?>, EntityMetadata, AccessType) - Constructor for class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
 
EntityResultElement - Class in org.batoo.jpa.parser.impl.orm
Element for entity-result
EntityResultElement(ParentElement, Map<String, String>, String...) - Constructor for class org.batoo.jpa.parser.impl.orm.EntityResultElement
 
EntityResultMetadata - Interface in org.batoo.jpa.parser.metadata
 
EntityResultMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
 
EntityResultMetadataImpl(AbstractLocator, EntityResult) - Constructor for class org.batoo.jpa.parser.impl.metadata.EntityResultMetadataImpl
 
EnumeratedElement - Class in org.batoo.jpa.parser.impl.orm
Element for enumerated elements.
EnumeratedElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.EnumeratedElement
 
equals(Object) - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributeElement
excludeDefaultListeners() - Method in class org.batoo.jpa.parser.impl.metadata.type.IdentifiableMetadataImpl
Returns if the default listeners are excluded.
excludeDefaultListeners() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns if the default listeners are excluded.
excludeDefaultListeners() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns if the default listeners are excluded.
excludeDefaultListeners() - Method in interface org.batoo.jpa.parser.metadata.type.IdentifiableTypeMetadata
Returns if the default listeners are excluded.
ExcludeDefaultListenersElement - Class in org.batoo.jpa.parser.impl.orm
Element for exclude-default-listeners elements.
ExcludeDefaultListenersElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.ExcludeDefaultListenersElement
 
excludeSuperclassListeners() - Method in class org.batoo.jpa.parser.impl.metadata.type.IdentifiableMetadataImpl
Returns if the super class listeners are excluded.
excludeSuperclassListeners() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns if the super class listeners are excluded.
excludeSuperclassListeners() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns if the super class listeners are excluded.
excludeSuperclassListeners() - Method in interface org.batoo.jpa.parser.metadata.type.IdentifiableTypeMetadata
Returns if the super class listeners are excluded.
ExcludeSuperclassListenersElement - Class in org.batoo.jpa.parser.impl.orm
Element for exclude-default-listeners elements.
ExcludeSuperclassListenersElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.ExcludeSuperclassListenersElement
 
excludeUnlistedClasses - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
excludeUnlistedClasses() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
expected(String, Locator) - Method in class org.batoo.jpa.parser.impl.orm.Element
Checks if the element is expected.

F

FALSE - Static variable in class org.batoo.jpa.parser.impl.orm.ElementConstants
Default values.
FieldResultElement - Class in org.batoo.jpa.parser.impl.orm
Element field-result
FieldResultElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.FieldResultElement
 
FieldResultMetadata - Interface in org.batoo.jpa.parser.metadata
 
FieldResultMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
 
FieldResultMetadataImpl(AbstractLocator, FieldResult) - Constructor for class org.batoo.jpa.parser.impl.metadata.FieldResultMetadataImpl
 
forElement(Element, Map<String, String>, XmlLocator) - Static method in class org.batoo.jpa.parser.impl.orm.Element
Constructs and Element for the element
fromValue(String) - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitCachingType
 
fromValue(String) - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitTransactionType
 
fromValue(String) - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitValidationModeType
 

G

generate() - Method in class org.batoo.jpa.parser.impl.orm.AssociationOverrideElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributeElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToOneAttributeElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.AttributeOverrideElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.BaseColumnElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.ColumnElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.ColumnResultElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.DiscriminatorColumnElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.Element
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.EntityListenerElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.EntityResultElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.FieldResultElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.GeneratedValueElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.GeneratorElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.HintElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.IdClassElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.InheritanceElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.InverseJoinColumnElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.JoinColumnElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.MapKeyClassElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.MapKeyElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.NamedNativeQueryElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.NamedQueryElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.OrderColumnElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.PrimaryKeyJoinColumnElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.SecondaryTableElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.SequenceGeneratorElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.SqlResultSetMappingElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.TableElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.TableGeneratorElement
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.type.EmbeddableElementFactory
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Generates the elements artifact.
generate() - Method in class org.batoo.jpa.parser.impl.orm.UniqueConstraintsElement
Generates the elements artifact.
GeneratedValueElement - Class in org.batoo.jpa.parser.impl.orm
Element for generated-value elements.
GeneratedValueElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.GeneratedValueElement
 
GeneratedValueMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of the generated values.
GeneratedValueMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Annotated definition of generated values.
GeneratedValueMetadataImpl(AbstractLocator, GeneratedValue) - Constructor for class org.batoo.jpa.parser.impl.metadata.GeneratedValueMetadataImpl
 
GeneratorElement - Class in org.batoo.jpa.parser.impl.orm
Element for sequence-generator and table-generator elements.
GeneratorElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.GeneratorElement
 
GeneratorElement(ParentElement, Map<String, String>, String) - Constructor for class org.batoo.jpa.parser.impl.orm.GeneratorElement
 
GeneratorMetadata - Interface in org.batoo.jpa.parser.metadata
The common definition of the generators.
getAccess() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributeMetadataImpl
Returns the access type of the attribute.
getAccess() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributeElement
Returns the access type of the attribute.
getAccess() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributeMetadata
Returns the access type of the attribute.
getAccessType() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the default access type.
getAccessType() - Method in class org.batoo.jpa.parser.impl.metadata.type.ManagedTypeMetadatImpl
Returns the access type of the entity.
getAccessType() - Method in class org.batoo.jpa.parser.impl.orm.AccessElement
Returns the accessType.
getAccessType() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the default access type.
getAccessType() - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitDefaults
Returns the accessType.
getAccessType() - Method in class org.batoo.jpa.parser.impl.orm.type.EmbeddableElementFactory
Returns the access type of the entity.
getAccessType() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the access type of the entity.
getAccessType() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns the access type of the entity.
getAccessType() - Method in class org.batoo.jpa.parser.impl.orm.XmlMappingMetadataCompleteElement
Returns the accessType.
getAccessType() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the default access type.
getAccessType() - Method in interface org.batoo.jpa.parser.metadata.type.ManagedTypeMetadata
Returns the access type of the entity.
getAllocationSize() - Method in class org.batoo.jpa.parser.impl.metadata.SequenceGeneratorMetadataImpl
Returns the allocation size of the generator.
getAllocationSize() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the allocation size of the generator.
getAllocationSize() - Method in class org.batoo.jpa.parser.impl.orm.GeneratorElement
Returns the allocation size of the generator.
getAllocationSize() - Method in interface org.batoo.jpa.parser.metadata.GeneratorMetadata
Returns the allocation size of the generator.
getAnnotationsParsed() - Method in class org.batoo.jpa.parser.impl.metadata.type.ManagedTypeMetadatImpl
Returns the set of annotations parsed.
getAssociationOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the list of association overrides for the embedded attribute.
getAssociationOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedAttributeMetadataImpl
Returns the list of association overrides for the embedded attribute.
getAssociationOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the associationOverrides of the entity.
getAssociationOverrides() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the list of association overrides for the embedded attribute.
getAssociationOverrides() - Method in class org.batoo.jpa.parser.impl.orm.attribute.EmbeddedAttributeElement
Returns the list of association overrides for the embedded attribute.
getAssociationOverrides() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the associationOverrides of the entity.
getAssociationOverrides() - Method in interface org.batoo.jpa.parser.metadata.attribute.EmbeddedAttributeMetadata
Returns the list of association overrides for the embedded attribute.
getAssociationOverrides() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the associationOverrides of the entity.
getAttribute(String) - Method in class org.batoo.jpa.parser.impl.orm.Element
Returns the attribute value for the name.
getAttribute(String, boolean) - Method in class org.batoo.jpa.parser.impl.orm.Element
Returns the boolean attribute value for the name.
getAttribute(String, int) - Method in class org.batoo.jpa.parser.impl.orm.Element
Returns the integer attribute value for the name.
getAttribute(String, String) - Method in class org.batoo.jpa.parser.impl.orm.Element
Returns the attribute value for the name.
getAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the list of attribute overrides for the embedded attribute.
getAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedAttributeMetadataImpl
Returns the list of attribute overrides for the embedded attribute.
getAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedIdAttributeMetadataImpl
Returns the attribute overrides of the embedded ids.
getAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the attributeOverrides of the entity.
getAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the list of attribute overrides for the embedded attribute.
getAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.orm.attribute.EmbeddedAttributeElement
Returns the list of attribute overrides for the embedded attribute.
getAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.orm.attribute.EmbeddedIdAttributeElement
Returns the attribute overrides of the embedded ids.
getAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the attributeOverrides of the entity.
getAttributeOverrides() - Method in interface org.batoo.jpa.parser.metadata.attribute.EmbeddedAttributeMetadata
Returns the list of attribute overrides for the embedded attribute.
getAttributeOverrides() - Method in interface org.batoo.jpa.parser.metadata.attribute.EmbeddedIdAttributeMetadata
Returns the attribute overrides of the embedded ids.
getAttributeOverrides() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the attributeOverrides of the entity.
getAttributes() - Method in class org.batoo.jpa.parser.impl.metadata.type.ManagedTypeMetadatImpl
Returns the attributes of the entity.
getAttributes() - Method in class org.batoo.jpa.parser.impl.orm.type.EmbeddableElementFactory
Returns the attributes of the entity.
getAttributes() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the attributes of the entity.
getAttributes() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns the attributes of the entity.
getAttributes() - Method in interface org.batoo.jpa.parser.metadata.type.ManagedTypeMetadata
Returns the attributes of the entity.
getBasics() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the basic attributes.
getBasics() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the basic attributes.
getBasics() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the basic attributes.
getCacheable() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns if the entity is cachable.
getCacheable() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns if the entity is cachable.
getCacheable() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns if the entity is cachable.
getCallbacks() - Method in class org.batoo.jpa.parser.impl.metadata.EntityListenerMetadataImpl
Returns the list of callbacks.
getCallbacks() - Method in class org.batoo.jpa.parser.impl.metadata.type.IdentifiableMetadataImpl
Returns the callbacks of the identifiable type.
getCallbacks() - Method in class org.batoo.jpa.parser.impl.orm.EntityListenerElement
Returns the list of callbacks.
getCallbacks() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the callbacks of the identifiable type.
getCallbacks() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns the callbacks of the identifiable type.
getCallbacks() - Method in interface org.batoo.jpa.parser.metadata.EntityListenerMetadata
Returns the list of callbacks.
getCallbacks() - Method in interface org.batoo.jpa.parser.metadata.type.IdentifiableTypeMetadata
Returns the callbacks of the identifiable type.
getCascades() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Returns the cascades of the association attribute.
getCascades() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Returns the cascades of the association attribute.
getCascades() - Method in class org.batoo.jpa.parser.impl.orm.CascadesElement
Returns the cascades of the CascadesElement.
getCascades() - Method in interface org.batoo.jpa.parser.metadata.attribute.AssociationAttributeMetadata
Returns the cascades of the association attribute.
getCascadeType() - Method in class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeAllElement
Returns the cascade type of the element.
getCascadeType() - Method in class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeDetachElement
Returns the cascade type of the element.
getCascadeType() - Method in class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeMergeElement
Returns the cascade type of the element.
getCascadeType() - Method in class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadePersistElement
Returns the cascade type of the element.
getCascadeType() - Method in class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeRefreshElement
Returns the cascade type of the element.
getCascadeType() - Method in class org.batoo.jpa.parser.impl.orm.CascadesElement.CascadeRemoveElement
Returns the cascade type of the element.
getCatalog() - Method in class org.batoo.jpa.parser.impl.metadata.CollectionTableMetadataImpl
Returns the name of the catalog of the table.
getCatalog() - Method in class org.batoo.jpa.parser.impl.metadata.JoinTableMetadaImpl
Returns the name of the catalog of the table.
getCatalog() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the catalog.
getCatalog() - Method in class org.batoo.jpa.parser.impl.metadata.SecondaryTableMetadataImpl
Returns the name of the catalog of the table.
getCatalog() - Method in class org.batoo.jpa.parser.impl.metadata.SequenceGeneratorMetadataImpl
Returns the catalog of the generator.
getCatalog() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the catalog of the generator.
getCatalog() - Method in class org.batoo.jpa.parser.impl.metadata.TableMetadataImpl
Returns the name of the catalog of the table.
getCatalog() - Method in class org.batoo.jpa.parser.impl.orm.CatalogElement
Returns the catalog of the CatalogElement.
getCatalog() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the catalog.
getCatalog() - Method in class org.batoo.jpa.parser.impl.orm.GeneratorElement
Returns the catalog of the generator.
getCatalog() - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitDefaults
Returns the catalog.
getCatalog() - Method in class org.batoo.jpa.parser.impl.orm.SecondaryTableElement
Returns the name of the catalog of the table.
getCatalog() - Method in class org.batoo.jpa.parser.impl.orm.TableElement
Returns the name of the catalog of the table.
getCatalog() - Method in interface org.batoo.jpa.parser.metadata.GeneratorMetadata
Returns the catalog of the generator.
getCatalog() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the catalog.
getCatalog() - Method in interface org.batoo.jpa.parser.metadata.TableMetadata
Returns the name of the catalog of the table.
getClassloader() - Method in class org.batoo.jpa.parser.AndroidPersistenceParserImpl
Returns the classloader of the PersistenceParser.
getClassloader() - Method in interface org.batoo.jpa.parser.PersistenceParser
Returns the classloader of the PersistenceParser.
getClassloader() - Method in class org.batoo.jpa.parser.PersistenceParserImpl
Returns the classloader of the PersistenceParser.
getClassLoader() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getClassName() - Method in class org.batoo.jpa.parser.impl.metadata.EntityListenerMetadataImpl
Returns the entity listener class.
getClassName() - Method in class org.batoo.jpa.parser.impl.metadata.type.ManagedTypeMetadatImpl
Returns the name of the class of the entity.
getClassName() - Method in class org.batoo.jpa.parser.impl.orm.EntityListenerElement
Returns the entity listener class.
getClassName() - Method in class org.batoo.jpa.parser.impl.orm.type.EmbeddableElementFactory
Returns the name of the class of the entity.
getClassName() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the name of the class of the entity.
getClassName() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns the name of the class of the entity.
getClassName() - Method in interface org.batoo.jpa.parser.metadata.EntityListenerMetadata
Returns the entity listener class.
getClassName() - Method in interface org.batoo.jpa.parser.metadata.type.ManagedTypeMetadata
Returns the name of the class of the entity.
getClazz() - Method in class org.batoo.jpa.parser.impl.metadata.type.ManagedTypeMetadatImpl
Returns the clazz of the managed type.
getClazz() - Method in class org.batoo.jpa.parser.impl.orm.MapKeyClassElement
Returns the class Name.
getClazzs() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the clazzs property.
getCollectionTable() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the collection table definition.
getCollectionTable() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the collection table definition.
getCollectionTable() - Method in interface org.batoo.jpa.parser.metadata.attribute.ElementCollectionAttributeMetadata
Returns the collection table definition.
getColumn() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the column definition.
getColumn() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.PhysicalAttributeMetadataImpl
Returns the column definition of the singular attribute.
getColumn() - Method in class org.batoo.jpa.parser.impl.metadata.AttributeOverrideMetadataImpl
Returns the column of the override.
getColumn() - Method in class org.batoo.jpa.parser.impl.metadata.FieldResultMetadataImpl
Name of the column in the SELECT clause - i.e., column aliases, if applicable.
getColumn() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the column definition.
getColumn() - Method in class org.batoo.jpa.parser.impl.orm.attribute.PhysicalAttributeElement
Returns the column definition of the singular attribute.
getColumn() - Method in class org.batoo.jpa.parser.impl.orm.AttributeOverrideElement
Returns the column of the override.
getColumn() - Method in class org.batoo.jpa.parser.impl.orm.FieldResultElement
Name of the column in the SELECT clause - i.e., column aliases, if applicable.
getColumn() - Method in interface org.batoo.jpa.parser.metadata.attribute.ElementCollectionAttributeMetadata
Returns the column definition.
getColumn() - Method in interface org.batoo.jpa.parser.metadata.attribute.PhysicalAttributeMetadata
Returns the column definition of the singular attribute.
getColumn() - Method in interface org.batoo.jpa.parser.metadata.AttributeOverrideMetadata
Returns the column of the override.
getColumn() - Method in interface org.batoo.jpa.parser.metadata.FieldResultMetadata
Name of the column in the SELECT clause - i.e., column aliases, if applicable.
getColumnDefinition() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns the raw column definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.parser.impl.metadata.DiscriminatorColumnMetadataImpl
Returns the column definition of the discriminator column.
getColumnDefinition() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns the raw column definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.parser.impl.metadata.PrimaryKeyJoinColumnMetadataImpl
Returns the raw column definition of the primary key join column.
getColumnDefinition() - Method in class org.batoo.jpa.parser.impl.orm.BaseColumnElement
Returns the columnDefinition of the ColumnElement.
getColumnDefinition() - Method in class org.batoo.jpa.parser.impl.orm.DiscriminatorColumnElement
Returns the column definition of the discriminator column.
getColumnDefinition() - Method in class org.batoo.jpa.parser.impl.orm.PrimaryKeyJoinColumnElement
Returns the raw column definition of the primary key join column.
getColumnDefinition() - Method in interface org.batoo.jpa.parser.metadata.BaseColumnMetadata
Returns the raw column definition of the column.
getColumnDefinition() - Method in interface org.batoo.jpa.parser.metadata.DiscriminatorColumnMetadata
Returns the column definition of the discriminator column.
getColumnDefinition() - Method in interface org.batoo.jpa.parser.metadata.PrimaryKeyJoinColumnMetadata
Returns the raw column definition of the primary key join column.
getColumnNames() - Method in class org.batoo.jpa.parser.impl.metadata.IndexMetadataImpl
Returns the list column names that make up the unique constraint.
getColumnNames() - Method in class org.batoo.jpa.parser.impl.metadata.UniqueConstraintMetadataImpl
Returns the list column names that make up the unique constraint.
getColumnNames() - Method in class org.batoo.jpa.parser.impl.orm.UniqueConstraintsElement
Returns the list column names that make up the unique constraint.
getColumnNames() - Method in interface org.batoo.jpa.parser.metadata.IndexMetadata
Returns the list column names that make up the unique constraint.
getColumnNames() - Method in interface org.batoo.jpa.parser.metadata.UniqueConstraintMetadata
Returns the list column names that make up the unique constraint.
getColumnNumber() - Method in class org.batoo.jpa.parser.impl.orm.XmlLocator
Returns the column number of the location.
getColumns() - Method in class org.batoo.jpa.parser.impl.metadata.SqlResultSetMappingMetadataImpl
Specifies the result set mapping to scalar values
getColumns() - Method in class org.batoo.jpa.parser.impl.orm.SqlResultSetMappingElement
Specifies the result set mapping to scalar values
getColumns() - Method in interface org.batoo.jpa.parser.metadata.SqlResultSetMappingMetadata
Specifies the result set mapping to scalar values
getColumnTransformer() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.BasicAttributeMetadataImpl
Returns the columnTransformer
getColumnTransformer() - Method in class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
Returns the columnTransformer
getColumnTransformer() - Method in interface org.batoo.jpa.parser.metadata.attribute.BasicAttributeMetadata
Returns the columnTransformer
getDescription() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the description property.
getDiscriminatorColumn() - Method in class org.batoo.jpa.parser.impl.metadata.EntityResultMetadataImpl
Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance.
getDiscriminatorColumn() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the discriminator column definition of the entity.
getDiscriminatorColumn() - Method in class org.batoo.jpa.parser.impl.orm.EntityResultElement
Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance.
getDiscriminatorColumn() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the discriminator column definition of the entity.
getDiscriminatorColumn() - Method in interface org.batoo.jpa.parser.metadata.EntityResultMetadata
Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance.
getDiscriminatorColumn() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the discriminator column definition of the entity.
getDiscriminatorType() - Method in class org.batoo.jpa.parser.impl.metadata.DiscriminatorColumnMetadataImpl
Returns the type of the discriminator column.
getDiscriminatorType() - Method in class org.batoo.jpa.parser.impl.orm.DiscriminatorColumnElement
Returns the type of the discriminator column.
getDiscriminatorType() - Method in interface org.batoo.jpa.parser.metadata.DiscriminatorColumnMetadata
Returns the type of the discriminator column.
getDiscriminatorValue() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the discriminator value for the entity.
getDiscriminatorValue() - Method in class org.batoo.jpa.parser.impl.orm.DiscriminatorValueElement
Returns the discriminator value.
getDiscriminatorValue() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the discriminator value for the entity.
getDiscriminatorValue() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the discriminator value for the entity.
getElementCollections() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the element collection attributes.
getElementCollections() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the element collection attributes.
getElementCollections() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the element collection attributes.
getEmbeddedIds() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the embedded id attributes.
getEmbeddedIds() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the embedded id attributes.
getEmbeddedIds() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the embedded id attributes.
getEmbeddeds() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the embedded attributes.
getEmbeddeds() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the embedded attributes.
getEmbeddeds() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the embedded attributes.
getEntities() - Method in class org.batoo.jpa.parser.impl.metadata.SqlResultSetMappingMetadataImpl
Specifies the result set mapping to entities.
getEntities() - Method in class org.batoo.jpa.parser.impl.orm.SqlResultSetMappingElement
Specifies the result set mapping to entities.
getEntities() - Method in interface org.batoo.jpa.parser.metadata.SqlResultSetMappingMetadata
Specifies the result set mapping to entities.
getEntityClass() - Method in class org.batoo.jpa.parser.impl.metadata.EntityResultMetadataImpl
The class of the result.
getEntityClass() - Method in class org.batoo.jpa.parser.impl.orm.EntityResultElement
The class of the result.
getEntityClass() - Method in interface org.batoo.jpa.parser.metadata.EntityResultMetadata
The class of the result.
getEntityListeners() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the list of entity listeners.
getEntityListeners() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the list of entity listeners.
getEntityListeners() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the list of entity listeners.
getEntityMappings() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the entity mappings.
getEntityMappings() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the entity mappings.
getEntityMappings() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the entity mappings.
getEnumType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.BasicAttributeMetadataImpl
Returns the enumType of the basic attribute.
getEnumType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the enum type.
getEnumType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
Returns the enumType of the basic attribute.
getEnumType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the enum type.
getEnumType() - Method in class org.batoo.jpa.parser.impl.orm.EnumeratedElement
Returns the enumType.
getEnumType() - Method in class org.batoo.jpa.parser.impl.orm.MapKeyEnumeratedElement
Returns the enumType.
getEnumType() - Method in interface org.batoo.jpa.parser.metadata.attribute.BasicAttributeMetadata
Returns the enumType of the basic attribute.
getEnumType() - Method in interface org.batoo.jpa.parser.metadata.attribute.ElementCollectionAttributeMetadata
Returns the enum type.
getExcludeUnlistedClasses() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the excludeUnlistedClasses property.
getExpectedChildElements() - Method in class org.batoo.jpa.parser.impl.orm.Element
Returns the expectedChildElements of the Element.
getFetchStrategy() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Returns the fetching strategy for eager joins.
getFetchStrategy() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Returns the fetching strategy for eager joins.
getFetchStrategy() - Method in interface org.batoo.jpa.parser.metadata.attribute.AssociationAttributeMetadata
Returns the fetching strategy for eager joins.
getFetchType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Returns the fetch type of the association attribute.
getFetchType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.BasicAttributeMetadataImpl
Returns the fetch type of the attribute.
getFetchType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the fetch type.
getFetchType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Returns the fetch type of the association attribute.
getFetchType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
Returns the fetch type of the attribute.
getFetchType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the fetch type.
getFetchType() - Method in interface org.batoo.jpa.parser.metadata.attribute.AssociationAttributeMetadata
Returns the fetch type of the association attribute.
getFetchType() - Method in interface org.batoo.jpa.parser.metadata.attribute.BasicAttributeMetadata
Returns the fetch type of the attribute.
getFetchType() - Method in interface org.batoo.jpa.parser.metadata.attribute.ElementCollectionAttributeMetadata
Returns the fetch type.
getFields() - Method in class org.batoo.jpa.parser.impl.metadata.EntityResultMetadataImpl
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
getFields() - Method in class org.batoo.jpa.parser.impl.orm.EntityResultElement
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
getFields() - Method in interface org.batoo.jpa.parser.metadata.EntityResultMetadata
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
getFileName() - Method in class org.batoo.jpa.parser.impl.orm.XmlLocator
Returns the name of the ORM XML File.
getGeneratedValue() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.IdAttributeMetadataImpl
Returns the value generation definition of the id attribute.
getGeneratedValue() - Method in class org.batoo.jpa.parser.impl.orm.attribute.IdAttributeElement
Returns the value generation definition of the id attribute.
getGeneratedValue() - Method in interface org.batoo.jpa.parser.metadata.attribute.IdAttributeMetadata
Returns the value generation definition of the id attribute.
getGenerator() - Method in class org.batoo.jpa.parser.impl.metadata.GeneratedValueMetadataImpl
Returns the name of the generator of the generated value.
getGenerator() - Method in class org.batoo.jpa.parser.impl.orm.GeneratedValueElement
Returns the name of the generator of the generated value.
getGenerator() - Method in interface org.batoo.jpa.parser.metadata.GeneratedValueMetadata
Returns the name of the generator of the generated value.
getHints() - Method in class org.batoo.jpa.parser.impl.metadata.NamedNativeQueryMetadataImpl
Returns the list query hints.
getHints() - Method in class org.batoo.jpa.parser.impl.metadata.NamedQueryMetadataImpl
Returns the list query hints.
getHints() - Method in class org.batoo.jpa.parser.impl.orm.NamedNativeQueryElement
Returns the list query hints.
getHints() - Method in class org.batoo.jpa.parser.impl.orm.NamedQueryElement
Returns the list query hints.
getHints() - Method in interface org.batoo.jpa.parser.metadata.NamedNativeQueryMetadata
Returns the list query hints.
getHints() - Method in interface org.batoo.jpa.parser.metadata.NamedQueryMetadata
Returns the list query hints.
getIdClass() - Method in class org.batoo.jpa.parser.impl.metadata.type.IdentifiableMetadataImpl
Returns the id class of the identifiable type.
getIdClass() - Method in class org.batoo.jpa.parser.impl.orm.IdClassElement
Returns the idClass of the IdClassElement.
getIdClass() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the id class of the identifiable type.
getIdClass() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns the id class of the identifiable type.
getIdClass() - Method in interface org.batoo.jpa.parser.metadata.type.IdentifiableTypeMetadata
Returns the id class of the identifiable type.
getIds() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the id attributes.
getIds() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the id attributes.
getIds() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the id attributes.
getIndex() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.BasicAttributeMetadataImpl
Returns the index definition.
getIndex() - Method in class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
Returns the index definition.
getIndex() - Method in interface org.batoo.jpa.parser.metadata.attribute.BasicAttributeMetadata
Returns the index definition.
getIndexes() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the list of indexes of the entity.
getIndexes() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the list of indexes of the entity.
getIndexes() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the list of indexes of the entity.
getInheritanceType() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the inheritance type of the entity.
getInheritanceType() - Method in class org.batoo.jpa.parser.impl.orm.InheritanceElement
Returns the inheritance type.
getInheritanceType() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the inheritance type of the entity.
getInheritanceType() - Method in interface org.batoo.jpa.parser.metadata.InheritanceMetadata
Returns the inheritance type.
getInheritanceType() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the inheritance type of the entity.
getInitialValue() - Method in class org.batoo.jpa.parser.impl.metadata.SequenceGeneratorMetadataImpl
Returns the initial value of the generator.
getInitialValue() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the initial value of the generator.
getInitialValue() - Method in class org.batoo.jpa.parser.impl.orm.GeneratorElement
Returns the initialValue of the GeneratorElement.
getInitialValue() - Method in interface org.batoo.jpa.parser.metadata.GeneratorMetadata
Returns the initial value of the generator.
getInstance() - Static method in class org.batoo.jpa.parser.impl.acl.ClassloaderAnnotatedClassLocator
Returns the singleton ClassloaderAnnotatedClassLocator.
getInstance() - Static method in class org.batoo.jpa.parser.impl.acl.JarAnnotatedClassLocator
Returns the singleton JarAnnotatedClassLocator instance.
getInstance() - Static method in class org.batoo.jpa.parser.impl.acl.JBoss7AnnotatedClassLocator
Returns the singleton JBoss7AnnotatedClassLocator.
getInstance() - Static method in class org.batoo.jpa.parser.impl.acl.StandaloneAnnotatedClassLocator
Returns the singleton StandaloneAnnotatedClassLocator.
getInverseJoinColumns() - Method in class org.batoo.jpa.parser.impl.metadata.JoinTableMetadaImpl
Returns the list of inverse join columns of the table.
getInverseJoinColumns() - Method in class org.batoo.jpa.parser.impl.orm.CollectionTableElement
Returns the list of inverse join columns of the table.
getInverseJoinColumns() - Method in class org.batoo.jpa.parser.impl.orm.JoinTableElement
Returns the list of inverse join columns of the table.
getInverseJoinColumns() - Method in interface org.batoo.jpa.parser.metadata.JoinTableMetadata
Returns the list of inverse join columns of the table.
getJarFiles() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the jarFiles property.
getJarFileUrls() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getJoinColumns() - Method in class org.batoo.jpa.parser.impl.metadata.AssociationOverrideMetadataImpl
Returns the list of join column definition.
getJoinColumns() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Returns the list of join column definition.
getJoinColumns() - Method in class org.batoo.jpa.parser.impl.metadata.CollectionTableMetadataImpl
Returns the list of join columns of the table..
getJoinColumns() - Method in class org.batoo.jpa.parser.impl.metadata.JoinTableMetadaImpl
Returns the list of join columns of the table..
getJoinColumns() - Method in class org.batoo.jpa.parser.impl.orm.AssociationOverrideElement
Returns the list of join column definition.
getJoinColumns() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Returns the list of join column definition.
getJoinColumns() - Method in class org.batoo.jpa.parser.impl.orm.CollectionTableElement
Returns the list of join columns of the table..
getJoinColumns() - Method in class org.batoo.jpa.parser.impl.orm.JoinTableElement
Returns the list of join columns of the table..
getJoinColumns() - Method in interface org.batoo.jpa.parser.metadata.AssociationMetadata
Returns the list of join column definition.
getJoinColumns() - Method in interface org.batoo.jpa.parser.metadata.CollectionTableMetadata
Returns the list of join columns of the table..
getJoinColumns() - Method in interface org.batoo.jpa.parser.metadata.JoinTableMetadata
Returns the list of join columns of the table..
getJoinTable() - Method in class org.batoo.jpa.parser.impl.metadata.AssociationOverrideMetadataImpl
Returns the join table definition.
getJoinTable() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Returns the join table definition.
getJoinTable() - Method in class org.batoo.jpa.parser.impl.orm.AssociationOverrideElement
Returns the join table definition.
getJoinTable() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Returns the join table definition.
getJoinTable() - Method in interface org.batoo.jpa.parser.metadata.AssociationMetadata
Returns the join table definition.
getJtaDataSource() - Method in class org.batoo.jpa.parser.AndroidPersistenceParserImpl
Returns the JTA datasource JNDI name.
getJtaDataSource() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the jtaDataSource property.
getJtaDataSource() - Method in interface org.batoo.jpa.parser.PersistenceParser
Returns the JTA datasource JNDI name.
getJtaDataSource() - Method in class org.batoo.jpa.parser.PersistenceParserImpl
Returns the JTA datasource JNDI name.
getJtaDataSource() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getLength() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.parser.impl.metadata.DiscriminatorColumnMetadataImpl
Returns the length of the discriminator column.
getLength() - Method in class org.batoo.jpa.parser.impl.orm.ColumnElement
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.parser.impl.orm.DiscriminatorColumnElement
Returns the length of the discriminator column.
getLength() - Method in class org.batoo.jpa.parser.impl.orm.OrderColumnElement
Returns the length of the column.
getLength() - Method in interface org.batoo.jpa.parser.metadata.ColumnMetadata
Returns the length of the column.
getLength() - Method in interface org.batoo.jpa.parser.metadata.DiscriminatorColumnMetadata
Returns the length of the discriminator column.
getLineNumber() - Method in class org.batoo.jpa.parser.impl.orm.XmlLocator
Returns the line number of the location.
getListeners() - Method in class org.batoo.jpa.parser.impl.metadata.type.IdentifiableMetadataImpl
Returns the entity listeners of the identifiable type.
getListeners() - Method in class org.batoo.jpa.parser.impl.orm.EntityListenersElement
Returns the listeners of the EntityListenersElement.
getListeners() - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitDefaults
Returns the listeners.
getListeners() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the entity listeners of the identifiable type.
getListeners() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns the entity listeners of the identifiable type.
getListeners() - Method in interface org.batoo.jpa.parser.metadata.type.IdentifiableTypeMetadata
Returns the entity listeners of the identifiable type.
getLocalName() - Method in class org.batoo.jpa.parser.impl.orm.XmlLocator
Returns the local name of the location.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.AssociationOverrideMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributeMetadataImpl
Returns the locator of the attribute.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.AttributeOverrideMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.CollectionTableMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnResultMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnTransformerMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.DiscriminatorColumnMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.EntityListenerMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.EntityResultMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.FieldResultMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.GeneratedValueMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.IndexMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.JoinTableMetadaImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.NamedNativeQueryMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.NamedQueryMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.PrimaryKeyJoinColumnMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.SecondaryTableMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.SequenceGeneratorMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.SqlResultSetMappingMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.TableMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.type.ManagedTypeMetadatImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.metadata.UniqueConstraintMetadataImpl
Returns the locator.
getLocator() - Method in class org.batoo.jpa.parser.impl.orm.Element
Returns the locator.
getLocator() - Method in interface org.batoo.jpa.parser.metadata.LocatableMatadata
Returns the locator.
getLockMode() - Method in class org.batoo.jpa.parser.impl.metadata.NamedQueryMetadataImpl
Returns the lock mode.
getLockMode() - Method in class org.batoo.jpa.parser.impl.orm.LockModeElement
Returns the lock mode.
getLockMode() - Method in class org.batoo.jpa.parser.impl.orm.NamedQueryElement
Returns the lock mode.
getLockMode() - Method in interface org.batoo.jpa.parser.metadata.NamedQueryMetadata
Returns the lock mode.
getManagedClassNames() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getManyToManies() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the many-to-many attributes.
getManyToManies() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the many-to-many attributes.
getManyToManies() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the many-to-many attributes.
getManyToOnes() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the many-to-one attributes.
getManyToOnes() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the many-to-one attributes.
getManyToOnes() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the many-to-one attributes.
getMapKey() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the map key.
getMapKey() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the map key.
getMapKey() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the map key.
getMapKey() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the map key.
getMapKey() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the map key.
getMapKey() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the map key.
getMapKey() - Method in interface org.batoo.jpa.parser.metadata.attribute.PluralAttributeMetadata
Returns the map key.
getMapKeyAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the list of map key attribute overrides.
getMapKeyAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the list of map key attribute overrides.
getMapKeyAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the list of map key attribute overrides.
getMapKeyAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the list of map key attribute overrides.
getMapKeyAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the list of map key attribute overrides.
getMapKeyAttributeOverrides() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the list of map key attribute overrides.
getMapKeyAttributeOverrides() - Method in interface org.batoo.jpa.parser.metadata.attribute.PluralAttributeMetadata
Returns the list of map key attribute overrides.
getMapKeyClass() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the mapKeyClass of the OneToManyAttributeElement.
getMapKeyClassName() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the class name of the map key.
getMapKeyClassName() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the class name of the map key.
getMapKeyClassName() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the class name of the map key.
getMapKeyClassName() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the class name of the map key.
getMapKeyClassName() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the class name of the map key.
getMapKeyClassName() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the class name of the map key.
getMapKeyClassName() - Method in interface org.batoo.jpa.parser.metadata.attribute.PluralAttributeMetadata
Returns the class name of the map key.
getMapKeyColumn() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the map key column definition.
getMapKeyColumn() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the map key column definition.
getMapKeyColumn() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the map key column definition.
getMapKeyColumn() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the map key column definition.
getMapKeyColumn() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the map key column definition.
getMapKeyColumn() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the map key column definition.
getMapKeyColumn() - Method in interface org.batoo.jpa.parser.metadata.attribute.PluralAttributeMetadata
Returns the map key column definition.
getMapKeyEnumType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the enum type of the map key.
getMapKeyEnumType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the enum type of the map key.
getMapKeyEnumType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the enum type of the map key.
getMapKeyEnumType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the enum type of the map key.
getMapKeyEnumType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the enum type of the map key.
getMapKeyEnumType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the enum type of the map key.
getMapKeyEnumType() - Method in interface org.batoo.jpa.parser.metadata.attribute.PluralAttributeMetadata
Returns the enum type of the map key.
getMapKeyTemporalType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the temporal type of the map key.
getMapKeyTemporalType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the temporal type of the map key.
getMapKeyTemporalType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the temporal type of the map key.
getMapKeyTemporalType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the temporal type of the map key.
getMapKeyTemporalType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the temporal type of the map key.
getMapKeyTemporalType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the temporal type of the map key.
getMapKeyTemporalType() - Method in interface org.batoo.jpa.parser.metadata.attribute.PluralAttributeMetadata
Returns the temporal type of the map key.
getMappedBy() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the name of the bidirectional owner association attribute.
getMappedBy() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the name of the bidirectional owner association attribute.
getMappedBy() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToOneAttributeMetadataImpl
Returns the name of the bidirectional owner association attribute.
getMappedBy() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the name of the bidirectional owner association attribute.
getMappedBy() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the name of the bidirectional owner association attribute.
getMappedBy() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
Returns the name of the bidirectional owner association attribute.
getMappedBy() - Method in interface org.batoo.jpa.parser.metadata.attribute.MappableAssociationAttributeMetadata
Returns the name of the bidirectional owner association attribute.
getMappingFileNames() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getMappingFiles() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the mappingFiles property.
getMapsId() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToOneAttributeMetadataImpl
Returns the maps id.
getMapsId() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToOneAttributeMetadataImpl
Returns the maps id.
getMapsId() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToOneAttributeElement
Returns the maps id.
getMapsId() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
Returns the maps id.
getMapsId() - Method in interface org.batoo.jpa.parser.metadata.attribute.OptionalAssociationAttributeMetadata
Returns the maps id.
getMaxFetchDepth() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Returns the max fetch depth for eager joins.
getMaxFetchDepth() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Returns the max fetch depth for eager joins.
getMaxFetchDepth() - Method in interface org.batoo.jpa.parser.metadata.attribute.AssociationAttributeMetadata
Returns the max fetch depth for eager joins.
getMember() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributeMetadataImpl
Returns the java member of the attribute.
getMetadata() - Method in class org.batoo.jpa.parser.AndroidPersistenceParserImpl
Returns the metadata of the parser.
getMetadata() - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
Returns the metadata.
getMetadata() - Method in class org.batoo.jpa.parser.impl.OrmParser
Returns the metadata.
getMetadata() - Method in interface org.batoo.jpa.parser.PersistenceParser
Returns the metadata of the parser.
getMetadata() - Method in class org.batoo.jpa.parser.PersistenceParserImpl
Returns the metadata of the parser.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.AssociationOverrideMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributeMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.AttributeOverrideMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.CollectionTableMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnResultMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.DiscriminatorColumnMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.FieldResultMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.IndexMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.JoinTableMetadaImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.NamedNativeQueryMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.NamedQueryMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.PrimaryKeyJoinColumnMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.SecondaryTableMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.SequenceGeneratorMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.SqlResultSetMappingMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.TableMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.metadata.UniqueConstraintMetadataImpl
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.AssociationOverrideElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributeElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.attribute.TransientElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.AttributeOverrideElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.BaseColumnElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.ColumnNameElement
Returns the name.
getName() - Method in class org.batoo.jpa.parser.impl.orm.ColumnResultElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.DiscriminatorColumnElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.FieldResultElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.GeneratorElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.HintElement
Returns the name of the hint.
getName() - Method in class org.batoo.jpa.parser.impl.orm.MapKeyElement
Returns the name of the map key.
getName() - Method in class org.batoo.jpa.parser.impl.orm.NamedNativeQueryElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.NamedQueryElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.PrimaryKeyJoinColumnElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.SecondaryTableElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.SqlResultSetMappingElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.TableElement
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the name of the Bindable.
getName() - Method in class org.batoo.jpa.parser.impl.orm.UniqueConstraintsElement
Returns the name of the Bindable.
getName() - Method in interface org.batoo.jpa.parser.metadata.BindableMetadata
Returns the name of the Bindable.
getName() - Method in interface org.batoo.jpa.parser.metadata.CallbackMetadata
Returns the method name of the callback.
getName() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the name property.
getName() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties.Property
Gets the value of the name property.
getNamedNativeQueries() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the list of named native queries.
getNamedNativeQueries() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the list of named native queries.
getNamedNativeQueries() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the list of named native queries.
getNamedNativeQueries() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the list of named native queries.
getNamedNativeQueries() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the list of named native queries.
getNamedNativeQueries() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the list of named native queries.
getNamedQueries() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the list of named queries.
getNamedQueries() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the list of named queries.
getNamedQueries() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the list of named queries.
getNamedQueries() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the list of named queries.
getNamedQueries() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the list of named queries.
getNamedQueries() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the list of named queries.
getNewTempClassLoader() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getNonJtaDataSource() - Method in class org.batoo.jpa.parser.AndroidPersistenceParserImpl
Returns the non-JTA datasource JNDI name.
getNonJtaDataSource() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the nonJtaDataSource property.
getNonJtaDataSource() - Method in interface org.batoo.jpa.parser.PersistenceParser
Returns the non-JTA datasource JNDI name.
getNonJtaDataSource() - Method in class org.batoo.jpa.parser.PersistenceParserImpl
Returns the non-JTA datasource JNDI name.
getNonJtaDataSource() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getOneToManies() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the one-to-many attributes.
getOneToManies() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the one-to-many attributes.
getOneToManies() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the one-to-many attributes.
getOneToOnes() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the one-to-one attributes.
getOneToOnes() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the one-to-one attributes.
getOneToOnes() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the one-to-one attributes.
getOrderBy() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the order by.
getOrderBy() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the order by.
getOrderBy() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the order by.
getOrderBy() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the order by.
getOrderBy() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the order by.
getOrderBy() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the order by.
getOrderBy() - Method in class org.batoo.jpa.parser.impl.orm.OrderByElement
Returns the order by.
getOrderBy() - Method in interface org.batoo.jpa.parser.metadata.attribute.PluralAttributeMetadata
Returns the order by.
getOrderColumn() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the order column definition.
getOrderColumn() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
Returns the order column definition.
getOrderColumn() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns the order column definition.
getOrderColumn() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the order column definition.
getOrderColumn() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Returns the order column definition.
getOrderColumn() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns the order column definition.
getOrderColumn() - Method in interface org.batoo.jpa.parser.metadata.attribute.PluralAttributeMetadata
Returns the order column definition.
getParent() - Method in class org.batoo.jpa.parser.impl.orm.Element
Returns the parent of the Element.
getPersistenceProviderClassName() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getPersistenceUnitDefaults() - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitMetadataElement
Returns the persistence unit defaults.
getPersistenceUnitName() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getPersistenceUnitRootUrl() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getPersistenceUnits() - Method in class org.batoo.jpa.parser.persistence.Persistence
Gets the value of the persistenceUnits property.
getPersistenceXMLSchemaVersion() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getPkColumnName() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the name of the primary key column of the table generator.
getPkColumnName() - Method in class org.batoo.jpa.parser.impl.orm.TableGeneratorElement
Returns the name of the primary key column of the table generator.
getPkColumnName() - Method in interface org.batoo.jpa.parser.metadata.TableGeneratorMetadata
Returns the name of the primary key column of the table generator.
getPkColumnValue() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the primary key value of the table generator.
getPkColumnValue() - Method in class org.batoo.jpa.parser.impl.orm.TableGeneratorElement
Returns the primary key value of the table generator.
getPkColumnValue() - Method in interface org.batoo.jpa.parser.metadata.TableGeneratorMetadata
Returns the primary key value of the table generator.
getPrecision() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.parser.impl.orm.ColumnElement
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.parser.impl.orm.OrderColumnElement
Returns the precision of the column.
getPrecision() - Method in interface org.batoo.jpa.parser.metadata.ColumnMetadata
Returns the precision of the column.
getPrimaryKeyJoinColumnMetadata() - Method in class org.batoo.jpa.parser.impl.metadata.SecondaryTableMetadataImpl
Returns the list of primary key join columns of the secondary table.
getPrimaryKeyJoinColumnMetadata() - Method in interface org.batoo.jpa.parser.metadata.SecondaryTableMetadata
Returns the list of primary key join columns of the secondary table.
getPrimaryKeyJoinColumns() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToOneAttributeMetadataImpl
Returns the primary key join columns definition of the one to one attribute.
getPrimaryKeyJoinColumns() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
Returns the primary key join columns definition of the one to one attribute.
getPrimaryKeyJoinColumns() - Method in interface org.batoo.jpa.parser.metadata.attribute.OneToOneAttributeMetadata
Returns the primary key join columns definition of the one to one attribute.
getProperties() - Method in class org.batoo.jpa.parser.AndroidPersistenceParserImpl
Returns the properties of the persistence unit.
getProperties() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the properties property.
getProperties() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties
Gets the value of the properties property.
getProperties() - Method in interface org.batoo.jpa.parser.PersistenceParser
Returns the properties of the persistence unit.
getProperties() - Method in class org.batoo.jpa.parser.PersistenceParserImpl
Returns the properties of the persistence unit.
getProperties() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getProvider() - Method in class org.batoo.jpa.parser.AndroidPersistenceParserImpl
Returns the persistence provider.
getProvider() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the provider property.
getProvider() - Method in interface org.batoo.jpa.parser.PersistenceParser
Returns the persistence provider.
getProvider() - Method in class org.batoo.jpa.parser.PersistenceParserImpl
Returns the persistence provider.
getQuery() - Method in class org.batoo.jpa.parser.impl.metadata.NamedNativeQueryMetadataImpl
Returns the query.
getQuery() - Method in class org.batoo.jpa.parser.impl.metadata.NamedQueryMetadataImpl
Returns the query.
getQuery() - Method in class org.batoo.jpa.parser.impl.orm.NamedNativeQueryElement
Returns the query.
getQuery() - Method in class org.batoo.jpa.parser.impl.orm.NamedQueryElement
Returns the query.
getQuery() - Method in class org.batoo.jpa.parser.impl.orm.QueryElement
Returns the query.
getQuery() - Method in interface org.batoo.jpa.parser.metadata.NamedNativeQueryMetadata
Returns the query.
getQuery() - Method in interface org.batoo.jpa.parser.metadata.NamedQueryMetadata
Returns the query.
getRead() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnTransformerMetadataImpl
Return the custom read sql expression
getRead() - Method in interface org.batoo.jpa.parser.metadata.ColumnTransformerMetadata
Return the custom read sql expression
getReferencedColumnName() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns the name of the referenced column of the join column.
getReferencedColumnName() - Method in class org.batoo.jpa.parser.impl.metadata.PrimaryKeyJoinColumnMetadataImpl
Returns the name of the referenced column of the the primary key join column.
getReferencedColumnName() - Method in class org.batoo.jpa.parser.impl.orm.InverseJoinColumnElement
Returns the name of the referenced column of the join column.
getReferencedColumnName() - Method in class org.batoo.jpa.parser.impl.orm.JoinColumnElement
Returns the name of the referenced column of the join column.
getReferencedColumnName() - Method in class org.batoo.jpa.parser.impl.orm.PrimaryKeyJoinColumnElement
Returns the name of the referenced column of the the primary key join column.
getReferencedColumnName() - Method in interface org.batoo.jpa.parser.metadata.JoinColumnMetadata
Returns the name of the referenced column of the join column.
getReferencedColumnName() - Method in interface org.batoo.jpa.parser.metadata.PrimaryKeyJoinColumnMetadata
Returns the name of the referenced column of the the primary key join column.
getResultClass() - Method in class org.batoo.jpa.parser.impl.metadata.NamedNativeQueryMetadataImpl
Returns the result class.
getResultClass() - Method in class org.batoo.jpa.parser.impl.orm.NamedNativeQueryElement
Returns the result class.
getResultClass() - Method in interface org.batoo.jpa.parser.metadata.NamedNativeQueryMetadata
Returns the result class.
getResultSetMapping() - Method in class org.batoo.jpa.parser.impl.metadata.NamedNativeQueryMetadataImpl
Returns the resultset mapping.
getResultSetMapping() - Method in class org.batoo.jpa.parser.impl.orm.NamedNativeQueryElement
Returns the resultset mapping.
getResultSetMapping() - Method in interface org.batoo.jpa.parser.metadata.NamedNativeQueryMetadata
Returns the resultset mapping.
getScale() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.parser.impl.orm.ColumnElement
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.parser.impl.orm.OrderColumnElement
Returns the scale of the column.
getScale() - Method in interface org.batoo.jpa.parser.metadata.ColumnMetadata
Returns the scale of the column.
getSchema() - Method in class org.batoo.jpa.parser.impl.metadata.CollectionTableMetadataImpl
Returns the name of the schema of the table.
getSchema() - Method in class org.batoo.jpa.parser.impl.metadata.JoinTableMetadaImpl
Returns the name of the schema of the table.
getSchema() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the schema.
getSchema() - Method in class org.batoo.jpa.parser.impl.metadata.SecondaryTableMetadataImpl
Returns the name of the schema of the table.
getSchema() - Method in class org.batoo.jpa.parser.impl.metadata.SequenceGeneratorMetadataImpl
Returns the name of the schema of the generator.
getSchema() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the name of the schema of the generator.
getSchema() - Method in class org.batoo.jpa.parser.impl.metadata.TableMetadataImpl
Returns the name of the schema of the table.
getSchema() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the schema.
getSchema() - Method in class org.batoo.jpa.parser.impl.orm.GeneratorElement
Returns the name of the schema of the generator.
getSchema() - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitDefaults
Returns the schema.
getSchema() - Method in class org.batoo.jpa.parser.impl.orm.SchemaElement
Returns the schema of the SchemaElement.
getSchema() - Method in class org.batoo.jpa.parser.impl.orm.SecondaryTableElement
Returns the name of the schema of the table.
getSchema() - Method in class org.batoo.jpa.parser.impl.orm.TableElement
Returns the name of the schema of the table.
getSchema() - Method in interface org.batoo.jpa.parser.metadata.GeneratorMetadata
Returns the name of the schema of the generator.
getSchema() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the schema.
getSchema() - Method in interface org.batoo.jpa.parser.metadata.TableMetadata
Returns the name of the schema of the table.
getSecondaryTables() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the list secondary tables of the entity.
getSecondaryTables() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the list secondary tables of the entity.
getSecondaryTables() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the list secondary tables of the entity.
getSequenceGenerator() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.IdAttributeMetadataImpl
Returns the sequence generator definition of the id attribute.
getSequenceGenerator() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the sequence Generator of the entity.
getSequenceGenerator() - Method in class org.batoo.jpa.parser.impl.orm.attribute.IdAttributeElement
Returns the sequence generator definition of the id attribute.
getSequenceGenerator() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the sequence Generator of the entity.
getSequenceGenerator() - Method in interface org.batoo.jpa.parser.metadata.attribute.IdAttributeMetadata
Returns the sequence generator definition of the id attribute.
getSequenceGenerator() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the sequence Generator of the entity.
getSequenceGenerators() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the list of sequence generators.
getSequenceGenerators() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the list of sequence generators.
getSequenceGenerators() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the list of sequence generators.
getSequenceName() - Method in class org.batoo.jpa.parser.impl.metadata.SequenceGeneratorMetadataImpl
Returns the name of the sequence of the sequence generator.
getSequenceName() - Method in class org.batoo.jpa.parser.impl.orm.SequenceGeneratorElement
Returns the name of the sequence of the sequence generator.
getSequenceName() - Method in interface org.batoo.jpa.parser.metadata.SequenceGeneratorMetadata
Returns the name of the sequence of the sequence generator.
getSharedCacheMode() - Method in class org.batoo.jpa.parser.AndroidPersistenceParserImpl
Returns the specification of how the provider must use a second-level cache for the persistence unit.
getSharedCacheMode() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the sharedCacheMode property.
getSharedCacheMode() - Method in interface org.batoo.jpa.parser.PersistenceParser
Returns the specification of how the provider must use a second-level cache for the persistence unit.
getSharedCacheMode() - Method in class org.batoo.jpa.parser.PersistenceParserImpl
Returns the specification of how the provider must use a second-level cache for the persistence unit.
getSharedCacheMode() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getSqlResultSetMapping() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the list of SqlResultSetMappingMetadata
getSqlResultSetMapping() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the list of SqlResultSetMappingMetadata
getSqlResultSetMapping() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the list of SqlResultSetMappingMetadata
getSqlResultSetMappings() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the list of SqlResultSetMappingMetadata
getSqlResultSetMappings() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the list of SqlResultSetMappingMetadata
getSqlResultSetMappings() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the list of SqlResultSetMappingMetadata
getStrategy() - Method in class org.batoo.jpa.parser.impl.metadata.GeneratedValueMetadataImpl
Returns the strategy of the generated value.
getStrategy() - Method in class org.batoo.jpa.parser.impl.orm.GeneratedValueElement
Returns the strategy of the generated value.
getStrategy() - Method in interface org.batoo.jpa.parser.metadata.GeneratedValueMetadata
Returns the strategy of the generated value.
getTable() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns the table of the column.
getTable() - Method in class org.batoo.jpa.parser.impl.metadata.IndexMetadataImpl
Returns the name of the table.
getTable() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns the table of the column.
getTable() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the table name of the table generator.
getTable() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the table of the entity.
getTable() - Method in class org.batoo.jpa.parser.impl.orm.BaseColumnElement
Returns the table of the column.
getTable() - Method in class org.batoo.jpa.parser.impl.orm.TableGeneratorElement
Returns the table name of the table generator.
getTable() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the table of the entity.
getTable() - Method in interface org.batoo.jpa.parser.metadata.BaseColumnMetadata
Returns the table of the column.
getTable() - Method in interface org.batoo.jpa.parser.metadata.IndexMetadata
Returns the name of the table.
getTable() - Method in interface org.batoo.jpa.parser.metadata.TableGeneratorMetadata
Returns the table name of the table generator.
getTable() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the table of the entity.
getTableGenerator() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.IdAttributeMetadataImpl
Returns the table generator definition of the id attribute.
getTableGenerator() - Method in class org.batoo.jpa.parser.impl.metadata.type.EntityMetadataImpl
Returns the table generator of the entity.
getTableGenerator() - Method in class org.batoo.jpa.parser.impl.orm.attribute.IdAttributeElement
Returns the table generator definition of the id attribute.
getTableGenerator() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns the table generator of the entity.
getTableGenerator() - Method in interface org.batoo.jpa.parser.metadata.attribute.IdAttributeMetadata
Returns the table generator definition of the id attribute.
getTableGenerator() - Method in interface org.batoo.jpa.parser.metadata.type.EntityMetadata
Returns the table generator of the entity.
getTableGenerators() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns the list of table generators.
getTableGenerators() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns the list of table generators.
getTableGenerators() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns the list of table generators.
getTargetClass() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the name of the target class.
getTargetClass() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the name of the target class.
getTargetClass() - Method in interface org.batoo.jpa.parser.metadata.attribute.ElementCollectionAttributeMetadata
Returns the name of the target class.
getTargetEntity() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Returns the name of the target entity of the association attribute.
getTargetEntity() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Returns the name of the target entity of the association attribute.
getTargetEntity() - Method in interface org.batoo.jpa.parser.metadata.attribute.AssociationAttributeMetadata
Returns the name of the target entity of the association attribute.
getTemporalType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns the temporal type.
getTemporalType() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.PhysicalAttributeMetadataImpl
Returns the temporal type of the singular attribute.
getTemporalType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns the temporal type.
getTemporalType() - Method in class org.batoo.jpa.parser.impl.orm.attribute.PhysicalAttributeElement
Returns the temporal type of the singular attribute.
getTemporalType() - Method in class org.batoo.jpa.parser.impl.orm.MapKeyTemporalElement
Returns the temporalType of the TemporalElement.
getTemporalType() - Method in class org.batoo.jpa.parser.impl.orm.TemporalElement
Returns the temporalType of the TemporalElement.
getTemporalType() - Method in interface org.batoo.jpa.parser.metadata.attribute.ElementCollectionAttributeMetadata
Returns the temporal type.
getTemporalType() - Method in interface org.batoo.jpa.parser.metadata.attribute.PhysicalAttributeMetadata
Returns the temporal type of the singular attribute.
getTransactionType() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the transactionType property.
getTransactionType() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getTransients() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the transient attributes.
getTransients() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the transient attributes.
getTransients() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the transient attributes.
getType() - Method in interface org.batoo.jpa.parser.metadata.CallbackMetadata
Returns the type of the callback.
getUniqueConstraints() - Method in class org.batoo.jpa.parser.impl.metadata.CollectionTableMetadataImpl
Returns the list of unique constraints of the table.
getUniqueConstraints() - Method in class org.batoo.jpa.parser.impl.metadata.JoinTableMetadaImpl
Returns the list of unique constraints of the table.
getUniqueConstraints() - Method in class org.batoo.jpa.parser.impl.metadata.SecondaryTableMetadataImpl
Returns the list of unique constraints of the table.
getUniqueConstraints() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the list of unique constraints of the table generator.
getUniqueConstraints() - Method in class org.batoo.jpa.parser.impl.metadata.TableMetadataImpl
Returns the list of unique constraints of the table.
getUniqueConstraints() - Method in class org.batoo.jpa.parser.impl.orm.SecondaryTableElement
Returns the list of unique constraints of the table.
getUniqueConstraints() - Method in class org.batoo.jpa.parser.impl.orm.TableElement
Returns the list of unique constraints of the table.
getUniqueConstraints() - Method in class org.batoo.jpa.parser.impl.orm.TableGeneratorElement
Returns the list of unique constraints of the table generator.
getUniqueConstraints() - Method in interface org.batoo.jpa.parser.metadata.TableGeneratorMetadata
Returns the list of unique constraints of the table generator.
getUniqueConstraints() - Method in interface org.batoo.jpa.parser.metadata.TableMetadata
Returns the list of unique constraints of the table.
getValidationMode() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Gets the value of the validationMode property.
getValidationMode() - Method in class org.batoo.jpa.parser.PersistenceUnitInfoImpl
getValue() - Method in class org.batoo.jpa.parser.impl.orm.HintElement
Returns the value of the hint.
getValue() - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties.Property
Gets the value of the value property.
getValueColumnName() - Method in class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
Returns the name of the value column of the table generator.
getValueColumnName() - Method in class org.batoo.jpa.parser.impl.orm.TableGeneratorElement
Returns the name of the value column of the table generator.
getValueColumnName() - Method in interface org.batoo.jpa.parser.metadata.TableGeneratorMetadata
Returns the name of the value column of the table generator.
getVersion() - Method in class org.batoo.jpa.parser.persistence.Persistence
Gets the value of the version property.
getVersions() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns the version attributes.
getVersions() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Returns the version attributes.
getVersions() - Method in interface org.batoo.jpa.parser.metadata.attribute.AttributesMetadata
Returns the version attributes.
getWrite() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnTransformerMetadataImpl
Return the custom write sql expression
getWrite() - Method in interface org.batoo.jpa.parser.metadata.ColumnTransformerMetadata
Return the custom write sql expression

H

handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.AssociationOverrideElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.AssociationElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributesElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.EmbeddedAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.EmbeddedIdAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.IdAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.PhysicalAttributeElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.attribute.TransientElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.AttributeOverrideElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.CascadesElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.CollectionTableElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.EntityListenerElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.EntityListenersElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.EntityResultElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.GeneratorElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.JoinTableElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.NamedNativeQueryElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.NamedQueryElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.ParentElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitDefaults
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitMetadataElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.SecondaryTableElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.SqlResultSetMappingElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.TableElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.TableGeneratorElement
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.type.EmbeddableElementFactory
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Handles the generated artifact of the child element.
handleChild(Element) - Method in class org.batoo.jpa.parser.impl.orm.UniqueConstraintsElement
Handles the generated artifact of the child element.
handleId(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the Id annotation on OneToOne and ManyToOne annotations.
handleMapKey(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the MapKey annotation.
handleMapKeyClassName(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the MapKeyClass annotation.
handleMapKeyColumn(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the MapKeyColumn annotation.
handleMapKeyEnumType(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the MapKeyEnumerated annotation.
handleMapKeyTemporalType(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the MapKeyTemporal annotation.
handleMapsId(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the MapsId annotation.
handleOrderBy(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the OrderBy annotation.
handleOrderColumn(Member, Set<Class<? extends Annotation>>) - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AssociationAttributeMetadataImpl
Handles the OrderColumn annotation.
hashCode() - Method in class org.batoo.jpa.parser.impl.orm.attribute.AttributeElement
hasValidators() - Method in class org.batoo.jpa.parser.AndroidPersistenceParserImpl
Returns if the persistence unit has validators
hasValidators() - Method in interface org.batoo.jpa.parser.PersistenceParser
Returns if the persistence unit has validators
hasValidators() - Method in class org.batoo.jpa.parser.PersistenceParserImpl
Returns if the persistence unit has validators
HintElement - Class in org.batoo.jpa.parser.impl.orm
Element for hint elements.
HintElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.HintElement
 

I

IdAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for id elements.
IdAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.IdAttributeElement
 
IdAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of the id attributes.
IdAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
The implementation of the IdAttributeMetadata.
IdAttributeMetadataImpl(Member, IdAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.IdAttributeMetadataImpl
 
IdAttributeMetadataImpl(Member, String, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.IdAttributeMetadataImpl
 
IdClassElement - Class in org.batoo.jpa.parser.impl.orm
Element for id-class elements.
IdClassElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.IdClassElement
 
IdentifiableMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.type
Implementation IdentifiableTypeMetadata.
IdentifiableMetadataImpl(Class<?>, IdentifiableTypeMetadata, AccessType) - Constructor for class org.batoo.jpa.parser.impl.metadata.type.IdentifiableMetadataImpl
 
IdentifiableTypeMetadata - Interface in org.batoo.jpa.parser.metadata.type
The definition for identifiable types.
ignorableWhitespace(char[], int, int) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
IndexMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for unique constraints.
IndexMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of IndexMetadata.
IndexMetadataImpl(AbstractLocator, Index) - Constructor for class org.batoo.jpa.parser.impl.metadata.IndexMetadataImpl
 
IndexMetadataImpl(AbstractLocator, Index, String) - Constructor for class org.batoo.jpa.parser.impl.metadata.IndexMetadataImpl
 
InheritanceElement - Class in org.batoo.jpa.parser.impl.orm
Element for inheritance elements.
InheritanceElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.InheritanceElement
 
InheritanceMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for inheritances.
InverseJoinColumnElement - Class in org.batoo.jpa.parser.impl.orm
Element for inverse-join-column elements.
InverseJoinColumnElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.InverseJoinColumnElement
 
isCascadePersist() - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitDefaults
Returns the cascadePersist.
isId() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToOneAttributeMetadataImpl
Returns if the attribute is an id attribute.
isId() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToOneAttributeMetadataImpl
Returns if the attribute is an id attribute.
isId() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToOneAttributeElement
Returns if the attribute is an id attribute.
isId() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
Returns if the attribute is an id attribute.
isId() - Method in interface org.batoo.jpa.parser.metadata.attribute.OptionalAssociationAttributeMetadata
Returns if the attribute is an id attribute.
isInsertable() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns if the column is insertable.
isInsertable() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns if the column is insertable.
isInsertable() - Method in class org.batoo.jpa.parser.impl.orm.BaseColumnElement
Returns if the column is insertable.
isInsertable() - Method in interface org.batoo.jpa.parser.metadata.BaseColumnMetadata
Returns if the column is insertable.
isLob() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.BasicAttributeMetadataImpl
Returns if the basic attribute is lob.
isLob() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ElementCollectionAttributeMetadataImpl
Returns if the attribute is lob type.
isLob() - Method in class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
Returns if the basic attribute is lob.
isLob() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ElementCollectionAttributeElement
Returns if the attribute is lob type.
isLob() - Method in interface org.batoo.jpa.parser.metadata.attribute.BasicAttributeMetadata
Returns if the basic attribute is lob.
isLob() - Method in interface org.batoo.jpa.parser.metadata.attribute.ElementCollectionAttributeMetadata
Returns if the attribute is lob type.
isMetadataComplete() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
Returns if the managed type's metadata is complete.
isMetadataComplete() - Method in class org.batoo.jpa.parser.impl.metadata.type.ManagedTypeMetadatImpl
Returns if the entity's metadata is complete.
isMetadataComplete() - Method in class org.batoo.jpa.parser.impl.orm.type.EmbeddableElementFactory
Returns if the entity's metadata is complete.
isMetadataComplete() - Method in class org.batoo.jpa.parser.impl.orm.type.EntityElementFactory
Returns if the entity's metadata is complete.
isMetadataComplete() - Method in class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Returns if the entity's metadata is complete.
isMetadataComplete() - Method in interface org.batoo.jpa.parser.metadata.type.ManagedTypeMetadata
Returns if the entity's metadata is complete.
isNullable() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns if the column is nullable.
isNullable() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns if the column is nullable.
isNullable() - Method in class org.batoo.jpa.parser.impl.orm.BaseColumnElement
Returns if the column is nullable.
isNullable() - Method in interface org.batoo.jpa.parser.metadata.BaseColumnMetadata
Returns if the column is nullable.
isOptional() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.BasicAttributeMetadataImpl
Returns if the basic attribute is optional.
isOptional() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.ManyToOneAttributeMetadataImpl
Returns if the association attribute is optional.
isOptional() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToOneAttributeMetadataImpl
Returns if the association attribute is optional.
isOptional() - Method in class org.batoo.jpa.parser.impl.orm.attribute.BasicAttributeElement
Returns if the basic attribute is optional.
isOptional() - Method in class org.batoo.jpa.parser.impl.orm.attribute.ManyToOneAttributeElement
Returns if the association attribute is optional.
isOptional() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
Returns if the association attribute is optional.
isOptional() - Method in interface org.batoo.jpa.parser.metadata.attribute.BasicAttributeMetadata
Returns if the basic attribute is optional.
isOptional() - Method in interface org.batoo.jpa.parser.metadata.attribute.OptionalAssociationAttributeMetadata
Returns if the association attribute is optional.
isPersistentClass(ClassLoader, String) - Method in class org.batoo.jpa.parser.impl.acl.BaseAnnotatedClassLocator
Returns if the class with then name className is an annotated persistent class.
isUnique() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns if the column is unique.
isUnique() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns if the column is unique.
isUnique() - Method in class org.batoo.jpa.parser.impl.orm.BaseColumnElement
Returns if the column is unique.
isUnique() - Method in interface org.batoo.jpa.parser.metadata.BaseColumnMetadata
Returns if the column is unique.
isUpdatable() - Method in class org.batoo.jpa.parser.impl.metadata.ColumnMetadataImpl
Returns if the column is updatable.
isUpdatable() - Method in class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
Returns if the column is updatable.
isUpdatable() - Method in class org.batoo.jpa.parser.impl.orm.BaseColumnElement
Returns if the column is updatable.
isUpdatable() - Method in interface org.batoo.jpa.parser.metadata.BaseColumnMetadata
Returns if the column is updatable.
isXmlMappingMetadataComplete() - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Returns if the xml mapping metadata is complete.
isXmlMappingMetadataComplete() - Method in class org.batoo.jpa.parser.impl.orm.EntityMappings
Returns if the xml mapping metadata is complete.
isXmlMappingMetadataComplete() - Method in class org.batoo.jpa.parser.impl.orm.PersistenceUnitMetadataElement
Returns the xmlMappingMetadataComplete.
isXmlMappingMetadataComplete() - Method in interface org.batoo.jpa.parser.metadata.Metadata
Returns if the xml mapping metadata is complete.

J

JarAnnotatedClassLocator - Class in org.batoo.jpa.parser.impl.acl
AnnotatedClassLocator implementation for JAR archives.
jarFiles - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
JavaLocator - Class in org.batoo.jpa.parser.impl.metadata
Locator for the java locations.
JavaLocator(Class<?>) - Constructor for class org.batoo.jpa.parser.impl.metadata.JavaLocator
Constructs a new JavaLocator with class location.
JavaLocator(Member) - Constructor for class org.batoo.jpa.parser.impl.metadata.JavaLocator
Constructs a new JavaLocator with member location.
JBoss7AnnotatedClassLocator - Class in org.batoo.jpa.parser.impl.acl
Annotated class locator for JBoss 7.x series.
join(String[], String...) - Static method in class org.batoo.jpa.parser.impl.orm.ParentElement
Returns the joint array of elements1 and elements2.
JoinColumnElement - Class in org.batoo.jpa.parser.impl.orm
Element for join-column and elements.
JoinColumnElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.JoinColumnElement
 
JoinColumnMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of join columns.
JoinColumnMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of JoinColumnMetadata.
JoinColumnMetadataImpl(AbstractLocator, JoinColumn) - Constructor for class org.batoo.jpa.parser.impl.metadata.JoinColumnMetadataImpl
 
JoinTableElement - Class in org.batoo.jpa.parser.impl.orm
Element for join-table elements.
JoinTableElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.JoinTableElement
 
JoinTableMetadaImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of JoinTableMetadata.
JoinTableMetadaImpl(AbstractLocator, JoinTable) - Constructor for class org.batoo.jpa.parser.impl.metadata.JoinTableMetadaImpl
 
JoinTableMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for join tables.
jtaDataSource - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 

L

LobElement - Class in org.batoo.jpa.parser.impl.orm
Element for lob elements.
LobElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.LobElement
 
LocatableMatadata - Interface in org.batoo.jpa.parser.metadata
The interface to obtain the location metadata.
locateClasses(PersistenceUnitInfo, URL) - Method in class org.batoo.jpa.parser.impl.acl.ClassloaderAnnotatedClassLocator
locateClasses(PersistenceUnitInfo, URL) - Method in class org.batoo.jpa.parser.impl.acl.JarAnnotatedClassLocator
locateClasses(PersistenceUnitInfo, URL) - Method in class org.batoo.jpa.parser.impl.acl.JBoss7AnnotatedClassLocator
locateClasses(PersistenceUnitInfo, URL) - Method in class org.batoo.jpa.parser.impl.acl.StandaloneAnnotatedClassLocator
locatePersistentClasses(PersistenceUnitInfo) - Static method in class org.batoo.jpa.parser.impl.acl.BaseAnnotatedClassLocator
Locates the classes available.
LockModeElement - Class in org.batoo.jpa.parser.impl.orm
Element for lock-mode elements.
LockModeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.LockModeElement
 

M

ManagedTypeMetadata - Interface in org.batoo.jpa.parser.metadata.type
The definition of the managed types.
ManagedTypeMetadatImpl - Class in org.batoo.jpa.parser.impl.metadata.type
Implementation of ManagedTypeMetadatImpl.
ManagedTypeMetadatImpl(Class<?>, ManagedTypeMetadata, AccessType) - Constructor for class org.batoo.jpa.parser.impl.metadata.type.ManagedTypeMetadatImpl
 
ManyToManyAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for many-to-many elements.
ManyToManyAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.ManyToManyAttributeElement
 
ManyToManyAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of the one to many attributes.
ManyToManyAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
Implementation of ManyToManyAttributeMetadata.
ManyToManyAttributeMetadataImpl(Member, ManyToManyAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
 
ManyToManyAttributeMetadataImpl(Member, String, ManyToMany, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.ManyToManyAttributeMetadataImpl
 
ManyToOneAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for many-to-one elements.
ManyToOneAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.ManyToOneAttributeElement
 
ManyToOneAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of the many to one attributes.
ManyToOneAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
Implementation of ManyToOneAttributeMetadata.
ManyToOneAttributeMetadataImpl(Member, ManyToOneAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.ManyToOneAttributeMetadataImpl
 
ManyToOneAttributeMetadataImpl(Member, String, ManyToOne, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.ManyToOneAttributeMetadataImpl
 
MapKeyAttributeOverrideElement - Class in org.batoo.jpa.parser.impl.orm
 
MapKeyAttributeOverrideElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.MapKeyAttributeOverrideElement
 
MapKeyClassElement - Class in org.batoo.jpa.parser.impl.orm
Element for map-key-class elements.
MapKeyClassElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.MapKeyClassElement
 
MapKeyColumnElement - Class in org.batoo.jpa.parser.impl.orm
Element for map-key-column elements.
MapKeyColumnElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.MapKeyColumnElement
 
MapKeyElement - Class in org.batoo.jpa.parser.impl.orm
Element for map-key elements.
MapKeyElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.MapKeyElement
 
MapKeyEnumeratedElement - Class in org.batoo.jpa.parser.impl.orm
Element for enumerated elements.
MapKeyEnumeratedElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.MapKeyEnumeratedElement
 
MapKeyTemporalElement - Class in org.batoo.jpa.parser.impl.orm
Element for map-key-temporal elements.
MapKeyTemporalElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.MapKeyTemporalElement
 
MappableAssociationAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The common definition of the mappable association attributes.
MappedSuperclassElementFactory - Class in org.batoo.jpa.parser.impl.orm.type
Element for mapped-superclass elements.
MappedSuperclassElementFactory(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.type.MappedSuperclassElementFactory
Constructor for ORM File parsing
MappedSuperclassMetadata - Interface in org.batoo.jpa.parser.metadata.type
The definition of the mapped super classes.
MappedSuperclassMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.type
Implementation MappedSuperclassMetadata.
MappedSuperclassMetadataImpl(Class<?>, MappedSuperclassMetadata, AccessType) - Constructor for class org.batoo.jpa.parser.impl.metadata.type.MappedSuperclassMetadataImpl
 
MappingException - Exception in org.batoo.jpa.parser
Thrown when ORM XML or annotations' parsing encountered an error.
MappingException(String, AbstractLocator...) - Constructor for exception org.batoo.jpa.parser.MappingException
 
MappingException(String, Throwable, AbstractLocator...) - Constructor for exception org.batoo.jpa.parser.MappingException
 
mappingFiles - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
MemberLocator - Class in org.batoo.jpa.parser
A simple locator that has it's toString() be that of the supplied Member.
MemberLocator(Member) - Constructor for class org.batoo.jpa.parser.MemberLocator
 
merge(Metadata) - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Merges the ORM XML based metadata.
Metadata - Interface in org.batoo.jpa.parser.metadata
The root of the meta model.
MetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of Metadata.
MetadataImpl() - Constructor for class org.batoo.jpa.parser.impl.metadata.MetadataImpl
 
MetadataImpl(List<String>) - Constructor for class org.batoo.jpa.parser.impl.metadata.MetadataImpl
 
MetadataLocatorAdaptor - Class in org.batoo.jpa.parser.impl.metadata
 
MetadataLocatorAdaptor() - Constructor for class org.batoo.jpa.parser.impl.metadata.MetadataLocatorAdaptor
 

N

name - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
name - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties.Property
 
NamedNativeQueryElement - Class in org.batoo.jpa.parser.impl.orm
Element for named-query elements.
NamedNativeQueryElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.NamedNativeQueryElement
 
NamedNativeQueryMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for named native queries.
NamedNativeQueryMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of NamedQueryMetadata.
NamedNativeQueryMetadataImpl(AbstractLocator, NamedNativeQuery) - Constructor for class org.batoo.jpa.parser.impl.metadata.NamedNativeQueryMetadataImpl
 
NamedQueryElement - Class in org.batoo.jpa.parser.impl.orm
Element for named-native-query elements.
NamedQueryElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.NamedQueryElement
 
NamedQueryMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for named queries.
NamedQueryMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of NamedQueryMetadata.
NamedQueryMetadataImpl(AbstractLocator, NamedQuery) - Constructor for class org.batoo.jpa.parser.impl.metadata.NamedQueryMetadataImpl
 
nonJtaDataSource - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 

O

ObjectFactory - Class in org.batoo.jpa.parser.persistence
This object contains factory methods for each Java content interface and Java element interface generated in the org.batoo.jpa.parser.persistence package.
ObjectFactory() - Constructor for class org.batoo.jpa.parser.persistence.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.batoo.jpa.parser.persistence
OneToManyAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for one-to-many elements.
OneToManyAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
 
OneToManyAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of the one to many attributes.
OneToManyAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
Implementation of OneToManyAttributeMetadata.
OneToManyAttributeMetadataImpl(Member, OneToManyAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
 
OneToManyAttributeMetadataImpl(Member, String, OneToMany, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
 
OneToOneAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for one-to-one elements.
OneToOneAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
 
OneToOneAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of the one to one attributes.
OneToOneAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
Implementation of OneToOneAttributeMetadata.
OneToOneAttributeMetadataImpl(Member, OneToOneAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.OneToOneAttributeMetadataImpl
 
OneToOneAttributeMetadataImpl(Member, String, OneToOne, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.OneToOneAttributeMetadataImpl
 
OptionalAssociationAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The commons definitions for association attributes that can be optional.
OrderByElement - Class in org.batoo.jpa.parser.impl.orm
Element for order-by elements.
OrderByElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.OrderByElement
 
OrderColumnElement - Class in org.batoo.jpa.parser.impl.orm
Element for column elements.
OrderColumnElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.OrderColumnElement
 
org.batoo.jpa.parser - package org.batoo.jpa.parser
 
org.batoo.jpa.parser.impl - package org.batoo.jpa.parser.impl
 
org.batoo.jpa.parser.impl.acl - package org.batoo.jpa.parser.impl.acl
 
org.batoo.jpa.parser.impl.metadata - package org.batoo.jpa.parser.impl.metadata
 
org.batoo.jpa.parser.impl.metadata.attribute - package org.batoo.jpa.parser.impl.metadata.attribute
 
org.batoo.jpa.parser.impl.metadata.type - package org.batoo.jpa.parser.impl.metadata.type
 
org.batoo.jpa.parser.impl.orm - package org.batoo.jpa.parser.impl.orm
 
org.batoo.jpa.parser.impl.orm.attribute - package org.batoo.jpa.parser.impl.orm.attribute
 
org.batoo.jpa.parser.impl.orm.type - package org.batoo.jpa.parser.impl.orm.type
 
org.batoo.jpa.parser.metadata - package org.batoo.jpa.parser.metadata
 
org.batoo.jpa.parser.metadata.attribute - package org.batoo.jpa.parser.metadata.attribute
 
org.batoo.jpa.parser.metadata.type - package org.batoo.jpa.parser.metadata.type
 
org.batoo.jpa.parser.persistence - package org.batoo.jpa.parser.persistence
 
OrmContentHandler - Class in org.batoo.jpa.parser.impl.orm
The content handler for ORM XML Files.
OrmContentHandler(String) - Constructor for class org.batoo.jpa.parser.impl.orm.OrmContentHandler
 
OrmParser - Class in org.batoo.jpa.parser.impl
PersistenceParser for ORM Files.
OrmParser(String) - Constructor for class org.batoo.jpa.parser.impl.OrmParser
 
OrphanableAssociationAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The common definition for orphanable associations.

P

ParentElement - Class in org.batoo.jpa.parser.impl.orm
Element factories that may parent child elements.
ParentElement(ParentElement, Map<String, String>, String...) - Constructor for class org.batoo.jpa.parser.impl.orm.ParentElement
 
parse(ClassLoader) - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Parses the types in the metamodel.
parse(PersistenceUnitInfo) - Method in class org.batoo.jpa.parser.impl.metadata.MetadataImpl
Parses the types in the metamodel and in the jar files.
Persistence - Class in org.batoo.jpa.parser.persistence
Java class for persistence element declaration.
Persistence() - Constructor for class org.batoo.jpa.parser.persistence.Persistence
 
Persistence.PersistenceUnit - Class in org.batoo.jpa.parser.persistence
Configuration of a persistence unit.
Persistence.PersistenceUnit() - Constructor for class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
Persistence.PersistenceUnit.Properties - Class in org.batoo.jpa.parser.persistence
Java class for anonymous complex type.
Persistence.PersistenceUnit.Properties() - Constructor for class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties
 
Persistence.PersistenceUnit.Properties.Property - Class in org.batoo.jpa.parser.persistence
Java class for anonymous complex type.
Persistence.PersistenceUnit.Properties.Property() - Constructor for class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties.Property
 
PERSISTENCE_XML - Static variable in class org.batoo.jpa.parser.PersistenceParserImpl
The name of the Persistence XML file.
PersistenceParser - Interface in org.batoo.jpa.parser
 
PersistenceParserImpl - Class in org.batoo.jpa.parser
The main entry point to parse the persistence units.
PersistenceParserImpl(PersistenceUnitInfo, Map<String, Object>) - Constructor for class org.batoo.jpa.parser.PersistenceParserImpl
 
PersistenceParserImpl(String, Map<String, Object>) - Constructor for class org.batoo.jpa.parser.PersistenceParserImpl
 
PersistenceUnitCachingType - Enum in org.batoo.jpa.parser.persistence
Java class for persistence-unit-caching-type.
PersistenceUnitDefaults - Class in org.batoo.jpa.parser.impl.orm
 
PersistenceUnitDefaults(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.PersistenceUnitDefaults
 
PersistenceUnitInfoImpl - Class in org.batoo.jpa.parser
 
PersistenceUnitInfoImpl(String) - Constructor for class org.batoo.jpa.parser.PersistenceUnitInfoImpl
 
PersistenceUnitMetadataElement - Class in org.batoo.jpa.parser.impl.orm
Element for persistence-unit-metadata elements.
PersistenceUnitMetadataElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.PersistenceUnitMetadataElement
 
persistenceUnits - Variable in class org.batoo.jpa.parser.persistence.Persistence
 
PersistenceUnitTransactionType - Enum in org.batoo.jpa.parser.persistence
Java class for persistence-unit-transaction-type.
PersistenceUnitValidationModeType - Enum in org.batoo.jpa.parser.persistence
Java class for persistence-unit-validation-mode-type.
PhysicalAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Common implementation of singular attribute element factories.
PhysicalAttributeElement(ParentElement, Map<String, String>, String...) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.PhysicalAttributeElement
 
PhysicalAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of the physical singular attributes.
PhysicalAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
The implementation of the PhysicalAttributeMetadata.
PhysicalAttributeMetadataImpl(Member, PhysicalAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.PhysicalAttributeMetadataImpl
 
PhysicalAttributeMetadataImpl(Member, String, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.PhysicalAttributeMetadataImpl
 
PluralAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
Definitions for plural attributes.
PrimaryKeyJoinColumnElement - Class in org.batoo.jpa.parser.impl.orm
Element for primary-key-join-column elements.
PrimaryKeyJoinColumnElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.PrimaryKeyJoinColumnElement
 
PrimaryKeyJoinColumnMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of primary key join columns.
PrimaryKeyJoinColumnMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of UniqueConstraintMetadata.
PrimaryKeyJoinColumnMetadataImpl(AbstractLocator, PrimaryKeyJoinColumn) - Constructor for class org.batoo.jpa.parser.impl.metadata.PrimaryKeyJoinColumnMetadataImpl
 
processingInstruction(String, String) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
properties - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
properties - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties
 
provider - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 

Q

QueryElement - Class in org.batoo.jpa.parser.impl.orm
Element for query elements.
QueryElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.QueryElement
 

R

removesOrphans() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToManyAttributeMetadataImpl
Returns if the orphaned entities of the association attribute is removed.
removesOrphans() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.OneToOneAttributeMetadataImpl
Returns if the orphaned entities of the association attribute is removed.
removesOrphans() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToManyAttributeElement
Returns if the orphaned entities of the association attribute is removed.
removesOrphans() - Method in class org.batoo.jpa.parser.impl.orm.attribute.OneToOneAttributeElement
Returns if the orphaned entities of the association attribute is removed.
removesOrphans() - Method in interface org.batoo.jpa.parser.metadata.attribute.OrphanableAssociationAttributeMetadata
Returns if the orphaned entities of the association attribute is removed.

S

SchemaElement - Class in org.batoo.jpa.parser.impl.orm
Element for schema elements.
SchemaElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.SchemaElement
 
SecondaryTableElement - Class in org.batoo.jpa.parser.impl.orm
Base Element for table, join-table and secondary-table elements.
SecondaryTableElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.SecondaryTableElement
 
SecondaryTableMetadata - Interface in org.batoo.jpa.parser.metadata
Element for secondary-table elements.
SecondaryTableMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
The implementation of SecondaryTableMetadata.
SecondaryTableMetadataImpl(AbstractLocator, SecondaryTable) - Constructor for class org.batoo.jpa.parser.impl.metadata.SecondaryTableMetadataImpl
 
self() - Method in class org.batoo.jpa.parser.impl.metadata.EntityListenerMetadataImpl
Returns if the listeners is the entity itself.
SequenceGeneratorElement - Class in org.batoo.jpa.parser.impl.orm
Element for sequence-generator elements.
SequenceGeneratorElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.SequenceGeneratorElement
 
SequenceGeneratorMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of the sequence generators.
SequenceGeneratorMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of SequenceGeneratorMetadata.
SequenceGeneratorMetadataImpl(AbstractLocator, SequenceGenerator) - Constructor for class org.batoo.jpa.parser.impl.metadata.SequenceGeneratorMetadataImpl
 
setDescription(String) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the description property.
setDocumentLocator(Locator) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
setExcludeUnlistedClasses(Boolean) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the excludeUnlistedClasses property.
setJtaDataSource(String) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the jtaDataSource property.
setName(String) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties.Property
Sets the value of the name property.
setName(String) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the name property.
setNonJtaDataSource(String) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the nonJtaDataSource property.
setProperties(Persistence.PersistenceUnit.Properties) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the properties property.
setProvider(String) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the provider property.
setSharedCacheMode(PersistenceUnitCachingType) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the sharedCacheMode property.
setTransactionType(PersistenceUnitTransactionType) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the transactionType property.
setValidationMode(PersistenceUnitValidationModeType) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
Sets the value of the validationMode property.
setValue(String) - Method in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties.Property
Sets the value of the value property.
setVersion(String) - Method in class org.batoo.jpa.parser.persistence.Persistence
Sets the value of the version property.
sharedCacheMode - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
skippedEntity(String) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
SqlResultSetMappingElement - Class in org.batoo.jpa.parser.impl.orm
Element for sql-result-set-mapping
SqlResultSetMappingElement(ParentElement, Map<String, String>, String...) - Constructor for class org.batoo.jpa.parser.impl.orm.SqlResultSetMappingElement
 
SqlResultSetMappingMetadata - Interface in org.batoo.jpa.parser.metadata
Metadata for SqlResultSetMapping
SqlResultSetMappingMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of SqlResultSetMappingMetadata
SqlResultSetMappingMetadataImpl(AbstractLocator, SqlResultSetMapping) - Constructor for class org.batoo.jpa.parser.impl.metadata.SqlResultSetMappingMetadataImpl
 
StandaloneAnnotatedClassLocator - Class in org.batoo.jpa.parser.impl.acl
Implementation of AnnotatedClassLocator that utilizes the JarAnnotatedClassLocator and
startDocument() - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
startElement(String, String, String, Attributes) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler
startPrefixMapping(String, String) - Method in class org.batoo.jpa.parser.impl.orm.OrmContentHandler

T

TableElement - Class in org.batoo.jpa.parser.impl.orm
Base Element for table, join-table and secondary-table elements.
TableElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.TableElement
 
TableElement(ParentElement, Map<String, String>, String...) - Constructor for class org.batoo.jpa.parser.impl.orm.TableElement
 
TableGeneratorElement - Class in org.batoo.jpa.parser.impl.orm
Element for sequence-generator elements.
TableGeneratorElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.TableGeneratorElement
 
TableGeneratorMetadata - Interface in org.batoo.jpa.parser.metadata
The definition of the table generators.
TableGeneratorMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of TableGeneratorMetadata.
TableGeneratorMetadataImpl(AbstractLocator, TableGenerator) - Constructor for class org.batoo.jpa.parser.impl.metadata.TableGeneratorMetadataImpl
 
TableMetadata - Interface in org.batoo.jpa.parser.metadata
Element for table elements.
TableMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of TableMetadata.
TableMetadataImpl(AbstractLocator, Table) - Constructor for class org.batoo.jpa.parser.impl.metadata.TableMetadataImpl
 
TemporalElement - Class in org.batoo.jpa.parser.impl.orm
Element for temporal elements.
TemporalElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.TemporalElement
 
toString() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributeMetadataImpl
toString() - Method in class org.batoo.jpa.parser.impl.metadata.attribute.AttributesMetadataImpl
toString() - Method in class org.batoo.jpa.parser.impl.metadata.GeneratedValueMetadataImpl
toString() - Method in class org.batoo.jpa.parser.impl.metadata.JavaLocator
toString() - Method in class org.batoo.jpa.parser.impl.orm.ChildElement
toString() - Method in class org.batoo.jpa.parser.impl.orm.ParentElement
toString() - Method in class org.batoo.jpa.parser.impl.orm.XmlLocator
toString() - Method in class org.batoo.jpa.parser.MemberLocator
 
transactionType - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
TransientAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of transient attributes.
TransientAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
The implementation of the TransientAttributeMetadata.
TransientAttributeMetadataImpl(Member, String, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.TransientAttributeMetadataImpl
 
TransientAttributeMetadataImpl(Member, TransientAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.TransientAttributeMetadataImpl
 
TransientElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for transient elements.
TransientElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.TransientElement
 

U

UniqueConstraintMetadata - Interface in org.batoo.jpa.parser.metadata
The definition for unique constraints.
UniqueConstraintMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata
Implementation of UniqueConstraintMetadata.
UniqueConstraintMetadataImpl(AbstractLocator, UniqueConstraint) - Constructor for class org.batoo.jpa.parser.impl.metadata.UniqueConstraintMetadataImpl
 
UniqueConstraintsElement - Class in org.batoo.jpa.parser.impl.orm
Element for version elements.
UniqueConstraintsElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.UniqueConstraintsElement
 

V

validationMode - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit
 
value - Variable in class org.batoo.jpa.parser.persistence.Persistence.PersistenceUnit.Properties.Property
 
value() - Method in enum org.batoo.jpa.parser.persistence.PersistenceUnitCachingType
 
value() - Method in enum org.batoo.jpa.parser.persistence.PersistenceUnitTransactionType
 
value() - Method in enum org.batoo.jpa.parser.persistence.PersistenceUnitValidationModeType
 
valueOf(String) - Static method in enum org.batoo.jpa.parser.metadata.EntityListenerMetadata.EntityListenerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitCachingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitValidationModeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.batoo.jpa.parser.metadata.EntityListenerMetadata.EntityListenerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitCachingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.parser.persistence.PersistenceUnitValidationModeType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.batoo.jpa.parser.persistence.Persistence
 
VersionAttributeElement - Class in org.batoo.jpa.parser.impl.orm.attribute
Element for version elements.
VersionAttributeElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.attribute.VersionAttributeElement
 
VersionAttributeMetadata - Interface in org.batoo.jpa.parser.metadata.attribute
The definition of version attributes.
VersionAttributeMetadataImpl - Class in org.batoo.jpa.parser.impl.metadata.attribute
The implementation of the VersionAttributeMetadata.
VersionAttributeMetadataImpl(Member, String, Set<Class<? extends Annotation>>) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.VersionAttributeMetadataImpl
 
VersionAttributeMetadataImpl(Member, VersionAttributeMetadata) - Constructor for class org.batoo.jpa.parser.impl.metadata.attribute.VersionAttributeMetadataImpl
 

X

XmlLocator - Class in org.batoo.jpa.parser.impl.orm
The placemark to remember where the ORM Metadata is obtained from.
XmlLocator(String, String, Locator) - Constructor for class org.batoo.jpa.parser.impl.orm.XmlLocator
 
XmlMappingMetadataCompleteElement - Class in org.batoo.jpa.parser.impl.orm
Element for xml-mapping-metadata-complete elements.
XmlMappingMetadataCompleteElement(ParentElement, Map<String, String>) - Constructor for class org.batoo.jpa.parser.impl.orm.XmlMappingMetadataCompleteElement
 
A B C D E F G H I J L M N O P Q R S T U V X 

Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.