Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.EmptyType

Packages that use EmptyType
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl   
 

Uses of EmptyType in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm that return EmptyType
 EmptyType ObjectFactory.createEmptyType()
          Create an instance of EmptyType
 EmptyType CascadeType.getCascadeAll()
          Gets the value of the cascadeAll property.
 EmptyType CascadeType.getCascadeMerge()
          Gets the value of the cascadeMerge property.
 EmptyType CascadeType.getCascadePersist()
          Gets the value of the cascadePersist property.
 EmptyType PersistenceUnitDefaults.getCascadePersist()
          Gets the value of the cascadePersist property.
 EmptyType CascadeType.getCascadeRefresh()
          Gets the value of the cascadeRefresh property.
 EmptyType CascadeType.getCascadeRemove()
          Gets the value of the cascadeRemove property.
 EmptyType MappedSuperclass.getExcludeDefaultListeners()
          Gets the value of the excludeDefaultListeners property.
 EmptyType Entity.getExcludeDefaultListeners()
          Gets the value of the excludeDefaultListeners property.
 EmptyType MappedSuperclass.getExcludeSuperclassListeners()
          Gets the value of the excludeSuperclassListeners property.
 EmptyType Entity.getExcludeSuperclassListeners()
          Gets the value of the excludeSuperclassListeners property.
 EmptyType PersistenceUnitMetadata.getXmlMappingMetadataComplete()
          Gets the value of the xmlMappingMetadataComplete property.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm with parameters of type EmptyType
 void CascadeType.setCascadeAll(EmptyType value)
          Sets the value of the cascadeAll property.
 void CascadeType.setCascadeMerge(EmptyType value)
          Sets the value of the cascadeMerge property.
 void CascadeType.setCascadePersist(EmptyType value)
          Sets the value of the cascadePersist property.
 void PersistenceUnitDefaults.setCascadePersist(EmptyType value)
          Sets the value of the cascadePersist property.
 void CascadeType.setCascadeRefresh(EmptyType value)
          Sets the value of the cascadeRefresh property.
 void CascadeType.setCascadeRemove(EmptyType value)
          Sets the value of the cascadeRemove property.
 void MappedSuperclass.setExcludeDefaultListeners(EmptyType value)
          Sets the value of the excludeDefaultListeners property.
 void Entity.setExcludeDefaultListeners(EmptyType value)
          Sets the value of the excludeDefaultListeners property.
 void MappedSuperclass.setExcludeSuperclassListeners(EmptyType value)
          Sets the value of the excludeSuperclassListeners property.
 void Entity.setExcludeSuperclassListeners(EmptyType value)
          Sets the value of the excludeSuperclassListeners property.
 void PersistenceUnitMetadata.setXmlMappingMetadataComplete(EmptyType value)
          Sets the value of the xmlMappingMetadataComplete property.
 

Uses of EmptyType in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl that implement EmptyType
 class EmptyTypeImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl that return EmptyType
 EmptyType CascadeTypeImpl.getCascadeAll()
           
 EmptyType CascadeTypeImpl.getCascadeMerge()
           
 EmptyType CascadeTypeImpl.getCascadePersist()
           
 EmptyType PersistenceUnitDefaultsImpl.getCascadePersist()
           
 EmptyType CascadeTypeImpl.getCascadeRefresh()
           
 EmptyType CascadeTypeImpl.getCascadeRemove()
           
 EmptyType EntityImpl.getExcludeDefaultListeners()
           
 EmptyType MappedSuperclassImpl.getExcludeDefaultListeners()
           
 EmptyType EntityImpl.getExcludeSuperclassListeners()
           
 EmptyType MappedSuperclassImpl.getExcludeSuperclassListeners()
           
 EmptyType PersistenceUnitMetadataImpl.getXmlMappingMetadataComplete()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl with parameters of type EmptyType
 void CascadeTypeImpl.setCascadeAll(EmptyType value)
           
 void CascadeTypeImpl.setCascadeMerge(EmptyType value)
           
 void CascadeTypeImpl.setCascadePersist(EmptyType value)
           
 void PersistenceUnitDefaultsImpl.setCascadePersist(EmptyType value)
           
 void CascadeTypeImpl.setCascadeRefresh(EmptyType value)
           
 void CascadeTypeImpl.setCascadeRemove(EmptyType value)
           
 void EntityImpl.setExcludeDefaultListeners(EmptyType value)
           
 void MappedSuperclassImpl.setExcludeDefaultListeners(EmptyType value)
           
 void EntityImpl.setExcludeSuperclassListeners(EmptyType value)
           
 void MappedSuperclassImpl.setExcludeSuperclassListeners(EmptyType value)
           
 void PersistenceUnitMetadataImpl.setXmlMappingMetadataComplete(EmptyType value)
           
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.