Uses of Class
org.deegree.feature.persistence.sql.jaxb.AbstractIDGeneratorType

Packages that use AbstractIDGeneratorType
org.deegree.feature.persistence.sql.jaxb   
 

Uses of AbstractIDGeneratorType in org.deegree.feature.persistence.sql.jaxb
 

Subclasses of AbstractIDGeneratorType in org.deegree.feature.persistence.sql.jaxb
 class AutoIdGenerator
          Java class for anonymous complex type.
 class SequenceIDGenerator
          Java class for anonymous complex type.
 class UUIDGenerator
          Java class for anonymous complex type.
 

Fields in org.deegree.feature.persistence.sql.jaxb with type parameters of type AbstractIDGeneratorType
protected  JAXBElement<? extends AbstractIDGeneratorType> FIDMappingJAXB.abstractIDGenerator
           
 

Methods in org.deegree.feature.persistence.sql.jaxb that return types with arguments of type AbstractIDGeneratorType
 JAXBElement<AbstractIDGeneratorType> ObjectFactory.createAbstractIDGenerator(AbstractIDGeneratorType value)
          Create an instance of JAXBElement<AbstractIDGeneratorType>}
 JAXBElement<? extends AbstractIDGeneratorType> FIDMappingJAXB.getAbstractIDGenerator()
          Gets the value of the abstractIDGenerator property.
 

Methods in org.deegree.feature.persistence.sql.jaxb with parameters of type AbstractIDGeneratorType
 JAXBElement<AbstractIDGeneratorType> ObjectFactory.createAbstractIDGenerator(AbstractIDGeneratorType value)
          Create an instance of JAXBElement<AbstractIDGeneratorType>}
 

Method parameters in org.deegree.feature.persistence.sql.jaxb with type arguments of type AbstractIDGeneratorType
 void FIDMappingJAXB.setAbstractIDGenerator(JAXBElement<? extends AbstractIDGeneratorType> value)
          Sets the value of the abstractIDGenerator property.
 



Copyright © 2011. All Rights Reserved.