Forge - JavaEE API 2.0.0.Alpha11
C D E G H I J L M O P S V 

C

CDIFacet - Interface in org.jboss.forge.addon.javaee.facets
If installed, this Project supports features from the CDI specification.
configure(PersistenceUnit<PersistenceDescriptor>, JPADataSource) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
Configure the PersistenceUnitDef and JPADataSource.

D

DatabaseType - Enum in org.jboss.forge.addon.javaee.jpa
Relational database instance types.

E

EJBFacet - Interface in org.jboss.forge.addon.javaee.facets
If installed, this Project supports features from the EJB specification.

G

getAllEntities() - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceFacet
Get a list of all @Entity classes in the default entity package.
getAptDependency() - Method in interface org.jboss.forge.addon.javaee.jpa.MetaModelProvider
The dependency containing the APT processor class.
getAptPluginRepository() - Method in interface org.jboss.forge.addon.javaee.jpa.MetaModelProvider
The dependency does not exist in Maven central, alternative repository.
getCompilerArgs() - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceMetaModelFacet
The compiler arguments used
getCompilerArguments() - Method in interface org.jboss.forge.addon.javaee.jpa.MetaModelProvider
Additional compiler arguments (if any, returns null otherwise).
getConfig() - Method in interface org.jboss.forge.addon.javaee.facets.CDIFacet
Parse and return this Project's beans.xml file as a BeansDescriptor
getConfig() - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceFacet
Parse and return this Project's persistence.xml file as a PersistenceDescriptor
getConfig() - Method in interface org.jboss.forge.addon.javaee.facets.ServletFacet
Parse and return this Project's web.xml file as a WebAppDescriptor.
getConfigFile() - Method in interface org.jboss.forge.addon.javaee.facets.CDIFacet
Get a reference to this Project's beans.xml file.
getConfigFile() - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceFacet
Get a reference to this Project's persistence.xml file.
getConfigFile() - Method in interface org.jboss.forge.addon.javaee.facets.ServletFacet
Return a reference to this Project's web.xml file.
getContainer() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
getDatabase() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
getDatabaseURL() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
getEntityPackage() - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceFacet
Get this Project's default package for @Entity objects
getEntityPackageDir() - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceFacet
Get this Project's default @Entity package directory.
getJdbcConnectionInfo() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
getJdbcDriver() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
getJndiDataSource() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
getMetaModelProvider() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
The JPA 2 meta model provider related to this persistence provider.
getName() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceContainer
Return the name of this container
getName() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
Get the name of this provider
getPassword() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
getProcessor() - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceMetaModelFacet
The annotation processor used
getProcessor() - Method in interface org.jboss.forge.addon.javaee.jpa.MetaModelProvider
The processor class name.
getProcessorCoordinate() - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceMetaModelFacet
The Coordinate of the annotation processor
getProvider() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
getProvider() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
Get the classname of this provider.
getResources() - Method in interface org.jboss.forge.addon.javaee.facets.ServletFacet
List all files in this Project's WebContent directory, recursively.
getResources(ResourceFilter) - Method in interface org.jboss.forge.addon.javaee.facets.ServletFacet
List all files in this Project's WebContent directory, recursively, only if they match the given ResourceFilter.
getUsername() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 

H

hasJdbcConnectionInfo() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
hasNonDefaultDatabase() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 

I

isJTASupported() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceContainer
 

J

JAXWSFacet - Interface in org.jboss.forge.addon.javaee.facets
If installed, this Project supports features from the JAX-WS specification.
JMSFacet - Interface in org.jboss.forge.addon.javaee.facets
Installs the required JMS libraries
JPADataSource - Class in org.jboss.forge.addon.javaee.jpa
Represents a complete JPA data-source configuration.
JPADataSource() - Constructor for class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
JSTLFacet - Interface in org.jboss.forge.addon.javaee.facets
If installed, this Project supports features from the JSTL specification.
JTAFacet - Interface in org.jboss.forge.addon.javaee.facets
Installs the required JMS libraries

L

listDependencies() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
List any dependencies required by this provider.

M

MetaModelProvider - Interface in org.jboss.forge.addon.javaee.jpa

O

org.jboss.forge.addon.javaee.facets - package org.jboss.forge.addon.javaee.facets
 
org.jboss.forge.addon.javaee.jpa - package org.jboss.forge.addon.javaee.jpa
 

P

PersistenceContainer - Interface in org.jboss.forge.addon.javaee.jpa
Performs configuration on a JPADataSource to ensure it is properly set up for the this implementation.
PersistenceFacet - Interface in org.jboss.forge.addon.javaee.facets
If installed, this Project supports features from the JPA specification.
PersistenceMetaModelFacet - Interface in org.jboss.forge.addon.javaee.facets
Returns information about metamodel generation for JPA projects
PersistenceProvider - Interface in org.jboss.forge.addon.javaee.jpa
Performs configuration of a JPADataSource to ensure it is properly set up for this implementation.

S

saveConfig(BeansDescriptor) - Method in interface org.jboss.forge.addon.javaee.facets.CDIFacet
Save the given BeansDescriptor as this Project's beans.xml file
saveConfig(PersistenceDescriptor) - Method in interface org.jboss.forge.addon.javaee.facets.PersistenceFacet
Save the given PersistenceDescriptor as this Project's persistence.xml file.
saveConfig(WebAppDescriptor) - Method in interface org.jboss.forge.addon.javaee.facets.ServletFacet
Save the given WebAppDescriptor as this Project's web.xml file.
ServletFacet - Interface in org.jboss.forge.addon.javaee.facets
If installed, this Project supports features from the Servlet specification.
setContainer(PersistenceContainer) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
setDatabase(DatabaseType) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
setDatabaseType(DatabaseType) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
setDatabaseURL(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
setJdbcDriver(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
setJndiDataSource(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
setPassword(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
setProvider(PersistenceProvider) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
setupConnection(PersistenceUnit<PersistenceDescriptor>, JPADataSource) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceContainer
Set up the connection info.
setUsername(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 

V

validate() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
validate(JPADataSource) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceContainer
Validate against the supplied datastore
validate(JPADataSource) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
Validate against the supplied datastore
valueOf(String) - Static method in enum org.jboss.forge.addon.javaee.jpa.DatabaseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.forge.addon.javaee.jpa.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G H I J L M O P S V 
Forge - JavaEE API 2.0.0.Alpha11

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.