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

C

canAuthenticate(AuthenticationRequest) - Method in class org.nakedobjects.plugins.hibernate.authentication.DatabaseAuthenticator
 
cancelQuery() - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
clear() - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
clearDirtyFor(NakedObject) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.listener.NakedEventListenerAbstract
 
clearPrevious() - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
 
close() - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStore
TODO: commit transaction (?) and close underlying Hibernate session.
close() - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
ColorType - Class in org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.usertype
A user type that maps an SQL int to a NOF Color value.
ColorType() - Constructor for class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.usertype.ColorType
 
commitHibernateTransaction(boolean) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStore
 
commitTransaction() - Static method in class org.nakedobjects.plugins.hibernate.objectstore.util.HibernateUtil
Commits the transaction on the current session if one is active.
configure(Configuration) - Method in class org.nakedobjects.plugins.hibernate.objectstore.tools.internal.Nof2HbmXml
Add all classes loaded in Naked Objects to the hibernate configuration
connection() - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
contains(Object) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
ConverterFactory - Class in org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.accessor
Factory to return a PropertyConverter for conversion between a specific NakedObjects value holder type and standard Java data type.
convertTransientToPersistentOid(Oid) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOidGenerator
copyFrom(Oid) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
 
countNotZero(Query) - Method in class org.nakedobjects.plugins.hibernate.objectstore.metamodel.criteria.HibernateFactoryAndRepository
Return true if the Query returns an integer > 0.
createAuthenticator(NakedObjectConfiguration) - Method in class org.nakedobjects.plugins.hibernate.authentication.DatabaseAuthenticationManagerInstaller
 
createAuthorizor(NakedObjectConfiguration) - Method in class org.nakedobjects.plugins.hibernate.authorization.DatabaseAuthorizationManagerInstaller
 
createClassSubstitutor(NakedObjectConfiguration) - Method in class org.nakedobjects.plugins.hibernate.objectstore.specloader.HibernateJavaReflectorInstaller
 
createCountQuery(String, Class<?>) - Method in class org.nakedobjects.plugins.hibernate.objectstore.metamodel.criteria.HibernateFactoryAndRepository
A shortcut for creating a count(*) Query on the class for this repository.
createCreateObjectCommand(NakedObject) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStore
 
createCreateObjectCommand(NakedObject) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStoreRemapping
 
createCriteria(Class<?>) - Method in class org.nakedobjects.plugins.hibernate.objectstore.metamodel.criteria.HibernateFactoryAndRepository
Create a Hibernate Criteria for the class persisted by this repository
createCriteria(Class, String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolder
 
createCriteria(String, String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolder
 
createCriteria(Class) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolder
 
createCriteria(String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolder
 
createCriteria(Class, String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
createCriteria(String, String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
createCriteria(Class) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
createCriteria(String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
createDestroyObjectCommand(NakedObject) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStore
 
createDestroyObjectCommand(NakedObject) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStoreRemapping
 
createDocument(PersistentNakedClass) - Method in class org.nakedobjects.plugins.hibernate.objectstore.tools.internal.Nof2HbmXml
 
createEntityQuery(String, Class<?>) - Method in class org.nakedobjects.plugins.hibernate.objectstore.metamodel.criteria.HibernateFactoryAndRepository
A shortcut for creating a Query on the class for this repository.
createFilter(Object, String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
createMappingFiles() - Method in class org.nakedobjects.plugins.hibernate.objectstore.tools.internal.Nof2HbmXml
 
createObjectStore(NakedObjectConfiguration, AdapterFactory, AdapterManager) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernatePersistenceMechanismInstaller
Creates one of four variants of ObjectStore, dependent on NakedObjectConfiguration: not remapping & is save immediate : HibernateObjectStoreImmediate not remapping & not save immediate: HibernateObjectStore is remapping & is save immediate: HibernateObjectStoreRemapping( HibernateObjectStoreImmediate ) is remapping & not save immediate: HibernateObjectStoreRemapping( HibernateObjectStore )
createOidGenerator(NakedObjectConfiguration) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernatePersistenceMechanismInstaller
 
createPersistAlgorithm(NakedObjectConfiguration) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernatePersistenceMechanismInstaller
 
createPersistenceSession(PersistenceSessionFactory) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernatePersistenceMechanismInstaller
 
createPersistenceSessionFactory(DeploymentType) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernatePersistenceMechanismInstaller
 
createPersistent(Class<?>, Serializable) - Static method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
Creates a new persistent instance, using the specified primaryKey.
createPersistent(String, Serializable) - Static method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
Creates a new persistent instance, using the specified primaryKey.
createPersistent(String, Serializable, Serializable) - Static method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
Creates a new persistent instance, using the specified primaryKey and (possibly different) hibernateId.
createQuery(String, NakedObjectSpecification) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStore
 
createQuery(String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.metamodel.criteria.HibernateFactoryAndRepository
Create a Hibernate Query using a complete query string.
createQuery(String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolder
 
createQuery(String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
createSaveObjectCommand(NakedObject) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStore
 
createSaveObjectCommand(NakedObject) - Method in class org.nakedobjects.plugins.hibernate.objectstore.HibernateObjectStoreRemapping
 
createSQLQuery(String) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.session.SessionPlaceHolderNotImplemented
 
createTransient(Class<?>, long) - Static method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
Create a new transient instance, creating a primaryKey from the provided id.
createTransient(String, long) - Static method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
Create a new transient instance, creating a primaryKey from the provided id.
createTransient(Class<?>, Serializable) - Static method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
Create a new transient instance, using the specified primaryKey.
createTransient(String, Serializable) - Static method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOid
Create a new transient id.
createTransientOid(Object) - Method in class org.nakedobjects.plugins.hibernate.objectstore.persistence.oidgenerator.HibernateOidGenerator
 
createW3cDoc(Document) - Method in class org.nakedobjects.plugins.hibernate.objectstore.tools.internal.Nof2HbmXml
 

A B C D E F G H I L M N O P Q R S T U V
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.