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

A

AbstractGwtProxyGenerator - Class in net.sf.hibernate4gwt.rebind
Proxy generator for GWT
AbstractGwtProxyGenerator(String) - Constructor for class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
Constructor
AccessType - Annotation Type in org.hibernate.annotations
Property Access type
addAssociation(Class, Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.ExplicitClassMapper
Add an association between source- and Clone-Class, where source is the domain class that shall be cloned to the given clone class, in order to be transferable via gwt to the client.
ADDITIONAL_CODE - Static variable in class net.sf.hibernate4gwt.rebind.Gwt14ProxyGenerator
Path of associated additional code file
ADDITIONAL_CODE - Static variable in class net.sf.hibernate4gwt.rebind.Gwt15ProxyGenerator
Path of associated additional code file
AdditionalCode - Class in net.sf.hibernate4gwt.rebind.xml
 
AdditionalCode() - Constructor for class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
AdditionalCodeReader - Class in net.sf.hibernate4gwt.rebind.xml
XML reader for additional code
AdditionalCodeReader() - Constructor for class net.sf.hibernate4gwt.rebind.xml.AdditionalCodeReader
 
addLazyProperty(String) - Method in interface net.sf.hibernate4gwt.pojo.base.ILazyPojo
Add a lazy property
addLazyProperty(String) - Method in class net.sf.hibernate4gwt.pojo.java14.LazyPojo
 
addLazyProperty(String) - Method in class net.sf.hibernate4gwt.pojo.java5.LazyPojo
 
addMapping(Package, Package) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.MultiDirectoryClassMapper
associate a source package (hibernated domain classes) with a target package (gwt serializeable classes)
after(Date) - Method in class java.sql.Date
 
after(Date) - Method in class java.sql.Timestamp
 
after(Timestamp) - Method in class java.sql.Timestamp
 
afterRestore() - Method in interface net.sf.hibernate4gwt.core.store.IPojoStore
Extension point called after restore (and merge)
afterRestore() - Method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
 
afterRestore() - Method in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
afterRestore() - Method in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
 
Any - Annotation Type in org.hibernate.annotations
Define a ToOne association pointing to several entity types.
AnyMetaDef - Annotation Type in org.hibernate.annotations
Defines @Any and @manyToAny metadata
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Defines @Any and @ManyToAny set of metadata.
AssociationOverride - Annotation Type in javax.persistence
This annotation is used to override a many-to-one or one-to-one mapping of property or field for an entity relationship.
AssociationOverrides - Annotation Type in javax.persistence
This annotation is used to override mappings of multiple many-to-one or one-to-one relationship properties or fields.
attach(Object, Object) - Method in class net.sf.hibernate4gwt.core.LazyKiller
Hibernate attachment
Attribute - Class in net.sf.hibernate4gwt.rebind.xml
Method description
Attribute() - Constructor for class net.sf.hibernate4gwt.rebind.xml.Attribute
 
AttributeOverride - Annotation Type in javax.persistence
The AttributeOverride annotation is used to override the mapping of a Basic (whether explicit or default) property or field or Id property or field.
AttributeOverrides - Annotation Type in javax.persistence
Is used to override mappings of multiple properties or fields.

B

Basic - Annotation Type in javax.persistence
The Basic annotation is the simplest type of mapping to a database column.
BatchSize - Annotation Type in org.hibernate.annotations
Batch size for SQL loading
BeanlibThreadLocal - Class in net.sf.hibernate4gwt.core.beanlib
Thread local to store BeanLib additional parameters
BeanlibThreadLocal() - Constructor for class net.sf.hibernate4gwt.core.beanlib.BeanlibThreadLocal
 
before(Date) - Method in class java.sql.Date
 
before(Date) - Method in class java.sql.Timestamp
 
before(Timestamp) - Method in class java.sql.Timestamp
 
beforeRestore() - Method in interface net.sf.hibernate4gwt.core.store.IPojoStore
Extension point called before restore (and merge)
beforeRestore() - Method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
 
beforeRestore() - Method in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
beforeRestore() - Method in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
 

C

Cache - Annotation Type in org.hibernate.annotations
Add caching strategy to a root entity or a collection
CacheConcurrencyStrategy - Enum in org.hibernate.annotations
Cache concurrency strategy
CacheModeType - Enum in org.hibernate.annotations
Enumeration for the different interaction modes between the session and the Level 2 Cache.
Cascade - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association
CascadeType - Enum in javax.persistence
Defines the set of cascadable operations that are propagated to the associated entity.
CascadeType - Enum in org.hibernate.annotations
Cascade types (can override default EJB3 cascades
Check - Annotation Type in org.hibernate.annotations
Arbitrary SQL check constraints which can be defined at the class, property or collection level
clone() - Method in class java.sql.Date
 
clone() - Method in class java.sql.Timestamp
 
clone(Object) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Clone and store the Hibernate POJO(s)
clone(Object, boolean) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Clone and store the Hibernate POJO
clone(Object, Class) - Method in class net.sf.hibernate4gwt.core.LazyKiller
Clone the abstract POJO with BeanLib Every time a lazy property is detected, it is replaced with null.
clone(Object) - Method in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
Clone and store (if needed) the hibernate POJO
CloneBeanPopulatable - Class in net.sf.hibernate4gwt.core.beanlib.clone
Populatable for Hibernate lazy handling
CloneBeanPopulatable(IPersistenceUtil, IPojoStore) - Constructor for class net.sf.hibernate4gwt.core.beanlib.clone.CloneBeanPopulatable
Constructor
CloneBeanReplicator - Class in net.sf.hibernate4gwt.core.beanlib.clone
Hibernate Bean Replicator override to inject the class mapper used for clone to a different class.
CloneBeanReplicator(IClassMapper, IPersistenceUtil, IPojoStore) - Constructor for class net.sf.hibernate4gwt.core.beanlib.clone.CloneBeanReplicator
 
CloneClassBeanReplicator - Class in net.sf.hibernate4gwt.core.beanlib.clone
Bean replicator with different from and to classes for clone operation
CloneClassBeanReplicator(BeanTransformerSpi) - Constructor for class net.sf.hibernate4gwt.core.beanlib.clone.CloneClassBeanReplicator
 
CloneClassBeanReplicator.Factory - Class in net.sf.hibernate4gwt.core.beanlib.clone
Factory for MergeClassBeanReplicator
cloneCollection(Collection, boolean) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Clone and store a collection of Hibernate POJO
CloneException - Exception in net.sf.hibernate4gwt.exception
 
CloneException(String) - Constructor for exception net.sf.hibernate4gwt.exception.CloneException
Base constructor
cloneMap(Map, boolean) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Clone and store a map of Hibernate POJO
clonePojo(Object, boolean) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Clone and store the Hibernate POJO
closeCurrentSession() - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
closeCurrentSession() - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Open a new session
CollectionId - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag (ie an idbag) EXPERIMENTAL: the structure of this annotation might slightly change (generator() mix strategy and generator
CollectionOfElements - Annotation Type in org.hibernate.annotations
Annotation used to mark a collection as a collection of elements or a collection of embedded objects
Column - Annotation Type in javax.persistence
Is used to specify a mapped column for a persistent property or field.
ColumnResult - Annotation Type in javax.persistence
References name of a column in the SELECT clause of a SQL query - i.e., column alias, if applicable.
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
com.google.gwt.user.client.rpc.core.java.sql - package com.google.gwt.user.client.rpc.core.java.sql
 
com.google.gwt.user.server.rpc - package com.google.gwt.user.server.rpc
 
compareTo(Date) - Method in class java.sql.Date
 
compareTo(Object) - Method in class java.sql.Date
 
compareTo(Timestamp) - Method in class java.sql.Timestamp
 
compareTo(Object) - Method in class java.sql.Timestamp
 
computeJava14Signature() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
Compute Java14 syntax signature
computeJava5Signature() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
Compute Java5 syntax signature
createNewCollection(Collection<?>) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Create a new collection with the same behavior than the argument one
createNewMap(Map) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Create a new map with the same behavior than the argument one
createToCollection(Collection<?>) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeCollectionReplicator
Collection creation override
createToInstance(Object, Class<T>) - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneClassBeanReplicator
 
createToInstance(Object, Class<T>) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 

D

Date - Class in java.sql
Emulation of the java.sql.Date Based on the source of java.util.Date emulation from GWT
Date(int, int, int) - Constructor for class java.sql.Date
 
Date(long) - Constructor for class java.sql.Date
 
Date_CustomFieldSerializer - Class in com.google.gwt.user.client.rpc.core.java.sql
 
Date_CustomFieldSerializer() - Constructor for class com.google.gwt.user.client.rpc.core.java.sql.Date_CustomFieldSerializer
 
decodeRequest(String, Class, SerializationPolicyProvider) - Method in class com.google.gwt.user.server.rpc.RPCCopy
Decode request method
decodeRequest(String) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request.
decodeRequest(String, Class) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
decodeRequest(String, Class, SerializationPolicyProvider) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
decodeRequest(String) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request.
decodeRequest(String, Class<?>) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
decodeRequest(String, Class<?>, SerializationPolicyProvider) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
deserialize(SerializationStreamReader, Date) - Static method in class com.google.gwt.user.client.rpc.core.java.sql.Date_CustomFieldSerializer
 
deserialize(SerializationStreamReader, Timestamp) - Static method in class com.google.gwt.user.client.rpc.core.java.sql.Timestamp_CustomFieldSerializer
 
detach(Object) - Method in class net.sf.hibernate4gwt.core.LazyKiller
Hibernate detachment
detach(Object, Class) - Method in class net.sf.hibernate4gwt.core.LazyKiller
Hibernate detachment
DirectoryClassMapper - Class in net.sf.hibernate4gwt.core.beanlib.mapper
Class mapper based on package hierarchy (Domain and DTO must have the same name and placed in identified packages)
DirectoryClassMapper() - Constructor for class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
Constructor
DiscriminatorColumn - Annotation Type in javax.persistence
Is used to define the discriminator column for the SINGLE_TABLE and JOINED inheritance mapping strategies.
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Discriminator formula To be placed at the root entity.
DiscriminatorType - Enum in javax.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in javax.persistence
Is used to specify the value of the discriminator column for entities of the given type.

E

Embeddable - Annotation Type in javax.persistence
Defines a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
Embedded - Annotation Type in javax.persistence
Defines a persistent field or property of an entity whose value is an instance of an embeddable class.
EmbeddedId - Annotation Type in javax.persistence
Is applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
encodeResponseForFailure(Method, Throwable, SerializationPolicy) - Method in class com.google.gwt.user.server.rpc.RPCCopy
Encode failure response method.
encodeResponseForFailure(Method, Throwable) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns a string that encodes an exception.
encodeResponseForFailure(Method, Throwable, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns a string that encodes an exception.
encodeResponseForFailure(Method, Throwable) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns a string that encodes an exception.
encodeResponseForFailure(Method, Throwable, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns a string that encodes an exception.
encodeResponseForSuccess(Method, Object, SerializationPolicy) - Method in class com.google.gwt.user.server.rpc.RPCCopy
Encode successful response method.
encodeResponseForSuccess(Method, Object) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns a string that encodes the object.
encodeResponseForSuccess(Method, Object, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns a string that encodes the object.
encodeResponseForSuccess(Method, Object) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns a string that encodes the object.
encodeResponseForSuccess(Method, Object, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns a string that encodes the object.
Entity - Annotation Type in javax.persistence
Specifies that the class is an entity.
Entity - Annotation Type in org.hibernate.annotations
Extends Entity with Hibernate features
EntityListeners - Annotation Type in javax.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityResult - Annotation Type in javax.persistence
References an entity in the SELECT clause of a SQL query.
Enumerated - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumType - Enum in javax.persistence
Defines mapping for the enumerated types.
equals(Object) - Method in class java.sql.Date
 
equals(Object) - Method in class java.sql.Timestamp
 
ExcludeDefaultListeners - Annotation Type in javax.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Type in javax.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExplicitClassMapper - Class in net.sf.hibernate4gwt.core.beanlib.mapper
Class mapper based on explicitly parameterized classes
ExplicitClassMapper() - Constructor for class net.sf.hibernate4gwt.core.beanlib.mapper.ExplicitClassMapper
Constructor

F

factory - Static variable in class net.sf.hibernate4gwt.core.beanlib.clone.CloneClassBeanReplicator
 
factory - Static variable in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
factory - Static variable in class net.sf.hibernate4gwt.core.beanlib.merge.MergeCollectionReplicator
 
factory - Static variable in class net.sf.hibernate4gwt.core.beanlib.merge.MergeMapReplicator
 
Fetch - Annotation Type in org.hibernate.annotations
Define the fetching strategy used for the given association
FetchMode - Enum in org.hibernate.annotations
Fetch options on associations
FetchType - Enum in javax.persistence
Defines strategies for fetching data from the database.
FieldResult - Annotation Type in javax.persistence
Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.
Filter - Annotation Type in org.hibernate.annotations
Add filters to an entity or a target entity of a collection
FilterDef - Annotation Type in org.hibernate.annotations
Filter definition
FilterDefs - Annotation Type in org.hibernate.annotations
Array of filter definitions
FilterJoinTable - Annotation Type in org.hibernate.annotations
Add filters to a join table collection
FilterJoinTables - Annotation Type in org.hibernate.annotations
Add multiple @FilterJoinTable to a collection
Filters - Annotation Type in org.hibernate.annotations
Add multiple @Filters
findResource(String) - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoader
Find Resource simple override
findResources(String) - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoader
Find Resources simple override
FlushModeType - Enum in javax.persistence
Flush mode setting.
FlushModeType - Enum in org.hibernate.annotations
Enumeration extending javax.persistence flush modes.
ForceDiscriminator - Annotation Type in org.hibernate.annotations
ForceDiscriminator flag To be placed at the root entity near @DiscriminatorColumn or @DiscriminatorFormula
ForeignKey - Annotation Type in org.hibernate.annotations
 
Formula - Annotation Type in org.hibernate.annotations
Formula.

G

generate(TreeLogger, GeneratorContext, String) - Method in class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
 
generateAttribute(SourceWriter, Attribute) - Method in class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
Generates an additional attribute
generateAttribute(CtClass, Attribute) - Method in class net.sf.hibernate4gwt.rebind.JavassistProxyGenerator
Generate an additional attribute
Generated - Annotation Type in org.hibernate.annotations
The annotated property is generated by the database
GeneratedValue - Annotation Type in javax.persistence
Provides for the specification of generation strategies for the values of primary keys.
generateMethod(SourceWriter, Method) - Method in class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
Generates an additional attribute
generateProxy(TreeLogger, SourceWriter, AdditionalCode) - Method in class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
Add additional code to the instrumented class
generateProxyClass(Class, AdditionalCode) - Method in class net.sf.hibernate4gwt.rebind.ProxyManager
Generate a proxy class
generateProxyFor(Class, AdditionalCode) - Method in interface net.sf.hibernate4gwt.rebind.IServerProxyGenerator
Generate a proxy the argument class
generateProxyFor(Class, AdditionalCode) - Method in class net.sf.hibernate4gwt.rebind.JavassistProxyGenerator
 
generateUniqueName(IPersistenceUtil, Object) - Static method in class net.sf.hibernate4gwt.core.store.stateful.UniqueNameGenerator
Generates a unique name for the argument Hibenrate pojo
generateUniqueName(IPersistenceUtil, Object, Class) - Static method in class net.sf.hibernate4gwt.core.store.stateful.UniqueNameGenerator
Generates a unique name for the argument DTO associated with the hibernateClass
GenerationTime - Enum in org.hibernate.annotations
When should the generation occurs
GenerationType - Enum in javax.persistence
Defines the types of primary key generation.
GenericGenerator - Annotation Type in org.hibernate.annotations
Generator annotation describing any kind of Hibernate generator in a detyped manner
GenericGenerators - Annotation Type in org.hibernate.annotations
Array of generic generator definitions
getAttributes() - Method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
getBeanManager() - Method in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
 
getClassMapper() - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneClassBeanReplicator
 
getClassMapper() - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
getClassMapper() - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
 
getCloneSuffix() - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
 
getCode() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
getCollectionType() - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
getCollectionType() - Method in class net.sf.hibernate4gwt.rebind.xml.Parameter
 
getDate() - Method in class java.sql.Date
 
getDate() - Method in class java.sql.Timestamp
 
getDay() - Method in class java.sql.Date
 
getDay() - Method in class java.sql.Timestamp
 
getDefaultSerializationPolicy() - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns a default serialization policy.
getDefaultSerializationPolicy() - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns a default serialization policy.
getDefaultValue() - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
getDestinationBean() - Static method in class net.sf.hibernate4gwt.core.beanlib.BeanlibThreadLocal
 
getHours() - Method in class java.sql.Date
 
getHours() - Method in class java.sql.Timestamp
 
getId(Object) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
getId(Object, Class<?>) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
getId(Object) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
 
getId(Object, Class<?>) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
 
getImplementedInterface() - Method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
getInstance() - Static method in class com.google.gwt.user.server.rpc.RPCCopy
 
getInstance() - Static method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
getInstance() - Static method in class net.sf.hibernate4gwt.core.HibernateBeanManager
 
getInstance() - Static method in class net.sf.hibernate4gwt.rebind.ProxyManager
 
getJavadoc() - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
getJavadoc() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
getLazyProperties() - Method in interface net.sf.hibernate4gwt.pojo.base.ILazyPojo
 
getLazyProperties() - Method in class net.sf.hibernate4gwt.pojo.java14.LazyPojo
 
getLazyProperties() - Method in class net.sf.hibernate4gwt.pojo.java5.LazyPojo
 
getLazyString() - Method in interface net.sf.hibernate4gwt.pojo.base.ILazyPojo
Debug method : write the declared lazy properties
getLazyString() - Method in class net.sf.hibernate4gwt.pojo.java14.LazyPojo
 
getLazyString() - Method in class net.sf.hibernate4gwt.pojo.java5.LazyPojo
 
getMethods() - Method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
getMinutes() - Method in class java.sql.Date
 
getMinutes() - Method in class java.sql.Timestamp
 
getMonth() - Method in class java.sql.Date
 
getMonth() - Method in class java.sql.Timestamp
 
getName() - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
getName() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
getName() - Method in class net.sf.hibernate4gwt.rebind.xml.Parameter
 
getNanos() - Method in class java.sql.Timestamp
 
getObject() - Method in exception net.sf.hibernate4gwt.exception.NotHibernateObjectException
 
getObject() - Method in exception net.sf.hibernate4gwt.exception.PojoStoreException
 
getObject() - Method in exception net.sf.hibernate4gwt.exception.TransientHibernateObjectException
 
getParameters() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneBeanPopulatable
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulatable
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeCollectionReplicator
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeMapReplicator
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.LazyKiller
 
getPersistenceUtil() - Method in interface net.sf.hibernate4gwt.core.store.IPojoStore
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
getPersistenceUtil() - Method in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
 
getPersistentClass(Class<?>) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
getPersistentClass(Class<?>) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
 
getPojoStore() - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneBeanPopulatable
 
getPojoStore() - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulatable
 
getPojoStore() - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
getPojoStore() - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
 
getPojoStore() - Method in class net.sf.hibernate4gwt.core.LazyKiller
 
getProxyClass(Class) - Method in class net.sf.hibernate4gwt.rebind.ProxyManager
 
getProxyGenerator() - Method in class net.sf.hibernate4gwt.rebind.ProxyManager
 
getRecursiveDeclaredFields(Class<?>) - Static method in class net.sf.hibernate4gwt.util.IntrospectionHelper
Recursively get declared fields
getRecursiveDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class net.sf.hibernate4gwt.util.IntrospectionHelper
Recursively find declared method with the argument name
getResource(String) - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoader
 
getResourceAsStream(String) - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoader
 
getResources(String) - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoader
 
getReturnCollectionType() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
getReturnType() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
getRootClonePackage() - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
 
getRootDomainPackage() - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
 
getSeconds() - Method in class java.sql.Date
 
getSeconds() - Method in class java.sql.Timestamp
 
getSessionFactory() - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
getSourceClass(Class) - Method in interface net.sf.hibernate4gwt.core.beanlib.IClassMapper
 
getSourceClass(Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
 
getSourceClass(Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.ExplicitClassMapper
 
getSourceClass(Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.MultiDirectoryClassMapper
 
getSourceClass(Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.ProxyClassMapper
 
getSourceClass(Class) - Method in class net.sf.hibernate4gwt.rebind.ProxyManager
 
getSourceWriter(TreeLogger, GeneratorContext, String, String, String, AdditionalCode) - Method in class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
Create the needed source writer
getSuffix() - Method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
getTargetClass(Class) - Method in interface net.sf.hibernate4gwt.core.beanlib.IClassMapper
 
getTargetClass(Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
 
getTargetClass(Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.ExplicitClassMapper
 
getTargetClass(Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.MultiDirectoryClassMapper
 
getTargetClass(Class) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.ProxyClassMapper
 
getTargetSuffix() - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.MultiDirectoryClassMapper
 
getTime() - Method in class java.sql.Date
 
getTime() - Method in class java.sql.Timestamp
 
getTimezoneOffset() - Method in class java.sql.Date
 
getTimezoneOffset() - Method in class java.sql.Timestamp
 
getType() - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
getType() - Method in class net.sf.hibernate4gwt.rebind.xml.Parameter
 
getVisibility() - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
getVisibility() - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
getWrappedClassLoader() - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoader
Returns the underlying class loader
getYear() - Method in class java.sql.Date
 
getYear() - Method in class java.sql.Timestamp
 
Gwt14ProxyGenerator - Class in net.sf.hibernate4gwt.rebind
Proxy generator for GWT 1.4
Gwt14ProxyGenerator() - Constructor for class net.sf.hibernate4gwt.rebind.Gwt14ProxyGenerator
 
Gwt15ProxyGenerator - Class in net.sf.hibernate4gwt.rebind
Proxy generator for GWT 1.5
Gwt15ProxyGenerator() - Constructor for class net.sf.hibernate4gwt.rebind.Gwt15ProxyGenerator
Constructor

H

hashCode() - Method in class java.sql.Date
 
hashCode() - Method in class java.sql.Timestamp
 
HibernateBeanManager - Class in net.sf.hibernate4gwt.core
Manager for Hibernate POJO handling
HibernateBeanManager() - Constructor for class net.sf.hibernate4gwt.core.HibernateBeanManager
Empty Constructor
HibernateRemoteService - Class in net.sf.hibernate4gwt.gwt
Abstract class for GWT remote service using Hibernate POJO
HibernateRemoteService() - Constructor for class net.sf.hibernate4gwt.gwt.HibernateRemoteService
Empty constructor
HibernateRemoteService(HibernateBeanManager) - Constructor for class net.sf.hibernate4gwt.gwt.HibernateRemoteService
Base constructor
HibernateRPCHelper - Class in net.sf.hibernate4gwt.gwt
Static helper class for HibernateRemoteService and HibernateRPCServiceExporter (GWT-SL)
HibernateRPCHelper() - Constructor for class net.sf.hibernate4gwt.gwt.HibernateRPCHelper
 
HibernateUtil - Class in net.sf.hibernate4gwt.core.hibernate
Persistent helper for Hibernate implementation Centralizes the SessionFactory and add some needed methods.
HibernateUtil() - Constructor for class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
Default constructor
holdPersistentObject(Object) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
In deep persistent association checking.
HttpSessionPojoStore - Class in net.sf.hibernate4gwt.core.store.stateful
Pojo Handler for Stateful web application
HttpSessionPojoStore() - Constructor for class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
 

I

IClassMapper - Interface in net.sf.hibernate4gwt.core.beanlib
Interface of the class mapper service
Id - Annotation Type in javax.persistence
Specifies the primary key property or field of an entity.
IdClass - Annotation Type in javax.persistence
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
ILazyPojo - Interface in net.sf.hibernate4gwt.pojo.base
Lazy property handler interface.
Immutable - Annotation Type in org.hibernate.annotations
Mark an Entity or a Collection as immutable No annotation means the element is mutable
Index - Annotation Type in org.hibernate.annotations
Define a DB index
IndexColumn - Annotation Type in org.hibernate.annotations
Describe an index column of a List
Inheritance - Annotation Type in javax.persistence
Defines the inheritance strategy to be used for an entity class hierarchy.
InheritanceType - Enum in javax.persistence
Defines inheritance strategy options.
init() - Method in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
Servlet initialisation
initClassLoader() - Static method in class net.sf.hibernate4gwt.gwt.HibernateRPCHelper
Proxy class loader initialisation
initializeProxy(Object) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
initializeProxy(Object) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Initialize the argument proxy
InMemoryPojoStore - Class in net.sf.hibernate4gwt.core.store.stateful
In Memory POJO Handler This class stores POJO in a simple hashmap TODO recursive add and remove of persistent beans !
InMemoryPojoStore() - Constructor for class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
instantiate(SerializationStreamReader) - Static method in class com.google.gwt.user.client.rpc.core.java.sql.Date_CustomFieldSerializer
 
instantiate(SerializationStreamReader) - Static method in class com.google.gwt.user.client.rpc.core.java.sql.Timestamp_CustomFieldSerializer
 
IntrospectionHelper - Class in net.sf.hibernate4gwt.util
Static helper for instrospection
IntrospectionHelper() - Constructor for class net.sf.hibernate4gwt.util.IntrospectionHelper
 
InvocationException - Exception in net.sf.hibernate4gwt.exception
Invocation exception
InvocationException() - Constructor for exception net.sf.hibernate4gwt.exception.InvocationException
Empty constructor
InvocationException(String) - Constructor for exception net.sf.hibernate4gwt.exception.InvocationException
Ctor
InvocationException(Throwable) - Constructor for exception net.sf.hibernate4gwt.exception.InvocationException
Ctor
InvocationException(String, Throwable) - Constructor for exception net.sf.hibernate4gwt.exception.InvocationException
Ctor
invoke(Object, Method, Object[], SerializationPolicy) - Method in class com.google.gwt.user.server.rpc.RPCCopy
Invoke method
invoke(Object, Method, Object[]) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
invoke(Object, Method, Object[], SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
invoke(Object, Method, Object[]) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Single invoke method
invoke(Object, Method, Object[], SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Single invoke method.
invokeAndEncodeResponse(Object, Method, Object[]) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns a string that encodes the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
invokeAndEncodeResponse(Object, Method, Object[], SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT14
Returns a string that encodes the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
invokeAndEncodeResponse(Object, Method, Object[]) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns a string that encodes the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
invokeAndEncodeResponse(Object, Method, Object[], SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPCCopy_GWT15
Returns a string that encodes the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
IPersistenceUtil - Interface in net.sf.hibernate4gwt.core
 
IPojoStore - Interface in net.sf.hibernate4gwt.core.store
Handler for POJO storage and recovery
isEnhanced(Class<?>) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
isEnhanced(Class<?>) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Indicated if the argument class is enhanced or not
IServerProxyGenerator - Interface in net.sf.hibernate4gwt.rebind
Interface of the server proxy generator
isLazyPojo(JClassType) - Method in class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
Check if the argument class already implements ILazyPojo
isLazyProperty(Object, Object, String) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulatable
Indicates if the argument property is lazy or not
isLazyProperty(String) - Method in interface net.sf.hibernate4gwt.pojo.base.ILazyPojo
Indicates if the property is lazy or not
isLazyProperty(String) - Method in class net.sf.hibernate4gwt.pojo.java14.LazyPojo
 
isLazyProperty(String) - Method in class net.sf.hibernate4gwt.pojo.java5.LazyPojo
 
isPersistentClass(Class<?>) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
isPersistentClass(Class<?>) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Indicates if the class is managed by the persistence container of not
isPersistentCollection(Class<?>) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
isPersistentCollection(Class<?>) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Indicates if the collection class is managed by the persistence container of not
isPersistentPojo(Object) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
isPersistentPojo(Object) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Indicates if the pojo is persistent or not
isProxy(Object) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
isProxy(Object) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Indicates it the argument is a proxy or not
isStateless() - Method in interface net.sf.hibernate4gwt.core.store.IPojoStore
Indicates if the store is stateless or stateful
isStateless() - Method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
 
isStateless() - Method in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
isStateless() - Method in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
 
isTransformable(Object, Class<T>, PropertyInfo) - Method in class net.sf.hibernate4gwt.core.beanlib.TimestampCustomTransformer
Filter method
IUserType - Interface in net.sf.hibernate4gwt.pojo.base
Hibernate User Type marker interface.

J

java.sql - package java.sql
 
JavassistProxyGenerator - Class in net.sf.hibernate4gwt.rebind
Javassist proxy generator (for server side)
JavassistProxyGenerator() - Constructor for class net.sf.hibernate4gwt.rebind.JavassistProxyGenerator
 
javax.persistence - package javax.persistence
 
JoinColumn - Annotation Type in javax.persistence
Is used to specify a mapped column for joining an entity association.
JoinColumns - Annotation Type in javax.persistence
Defines mapping for the composite foreign keys.
JoinTable - Annotation Type in javax.persistence
This annotation is used in the mapping of associations.

L

LazyCollection - Annotation Type in org.hibernate.annotations
Define the lazy status of a collection
LazyCollectionOption - Enum in org.hibernate.annotations
Lazy options available for a collection
LazyKiller - Class in net.sf.hibernate4gwt.core
This class replaces all "lazy but not loaded" Hibernate association with null to allow the argument POJO to be used in other libraries without additional loading of 'LazyInitializationException'.
LazyKiller() - Constructor for class net.sf.hibernate4gwt.core.LazyKiller
Empty constructor
LazyKiller(IClassMapper, IPersistenceUtil, IPojoStore) - Constructor for class net.sf.hibernate4gwt.core.LazyKiller
Base constructor
LazyPojo - Class in net.sf.hibernate4gwt.pojo.java14
Abstract POJO for GWT with lazy property handling
LazyPojo() - Constructor for class net.sf.hibernate4gwt.pojo.java14.LazyPojo
Constructor
LazyPojo - Class in net.sf.hibernate4gwt.pojo.java5
Abstract POJO with lazy property handling
LazyPojo() - Constructor for class net.sf.hibernate4gwt.pojo.java5.LazyPojo
Constructor
LazyToOne - Annotation Type in org.hibernate.annotations
Define the lazy status of a ToOne association (ie OneToOne or ManyToOne)
LazyToOneOption - Enum in org.hibernate.annotations
Lazy options available for a ToOne association
load(Serializable, Class<?>) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
load(Serializable, Class<?>) - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Load a fresh instance of the persistent Pojo
loadClass(String) - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoader
Load class wrapping
Loader - Annotation Type in org.hibernate.annotations
Loader Annotation for overwriting Hibernate default FIND method
Lob - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a large object to a database-supported large object type.
LockModeType - Enum in javax.persistence
Lock modes that can be specified by means of the EntityManager.lock() method.

M

ManyToAny - Annotation Type in org.hibernate.annotations
Defined a ToMany association pointing to different entity types.
ManyToMany - Annotation Type in javax.persistence
Defines a many-valued association with many-to-many multiplicity.
ManyToOne - Annotation Type in javax.persistence
This annotation defines a single-valued association to another entity class that has many-to-one multiplicity.
MapKey - Annotation Type in javax.persistence
Is used to specify the map key for associations of type Map.
MapKey - Annotation Type in org.hibernate.annotations
Define the map key columns as an explicit column holding the map key This is completly different from MapKey which use an existing column This annotation and MapKey are mutually exclusive
MapKeyManyToMany - Annotation Type in org.hibernate.annotations
Define the map key columns as an explicit column holding the map key This is completly different from MapKey which use an existing column This annotation and MapKey are mutually exclusive
MappedSuperclass - Annotation Type in javax.persistence
Designates a class whose mapping information is applied to the entities that inherit from it.
merge(Object) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Merge the clone POJO to its Hibernate counterpart
merge(Object, boolean) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Merge the clone POJO to its Hibernate counterpart
merge(Object) - Method in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
Retrieve and populate Hibernate pojo with gwt pojo values
MergeBeanPopulatable - Class in net.sf.hibernate4gwt.core.beanlib.merge
Populatable for POJO with the lazy information of the Hibernate POJO This populatable is used to fill back an Hibernate POJO from a pure clone POJO (not implementing ILazyPojo).
MergeBeanPopulatable(IPersistenceUtil, IPojoStore) - Constructor for class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulatable
Constructor
MergeBeanPopulator - Class in net.sf.hibernate4gwt.core.beanlib.merge
Bean populator for merge operation
MergeBeanPopulator() - Constructor for class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulator
 
MergeClassBeanReplicator - Class in net.sf.hibernate4gwt.core.beanlib.merge
Bean replicator with different from and to classes for merge operation
MergeClassBeanReplicator(BeanTransformerSpi) - Constructor for class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
MergeClassBeanReplicator.Factory - Class in net.sf.hibernate4gwt.core.beanlib.merge
Factory for MergeClassBeanReplicator
mergeCollection(Collection, boolean) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Retrieve the Hibernate Pojo List and merge the modification from GWT
MergeCollectionReplicator - Class in net.sf.hibernate4gwt.core.beanlib.merge
Encapsulation of the collection replicator
MergeCollectionReplicator(BeanTransformerSpi) - Constructor for class net.sf.hibernate4gwt.core.beanlib.merge.MergeCollectionReplicator
Constructor
mergeMap(Map, boolean) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Fill copy map with Hibernate merged POJO
MergeMapReplicator - Class in net.sf.hibernate4gwt.core.beanlib.merge
Encapsulation of the collection replicator
MergeMapReplicator(BeanTransformerSpi) - Constructor for class net.sf.hibernate4gwt.core.beanlib.merge.MergeMapReplicator
Constructor
mergePojo(Object, boolean) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Retrieve the Hibernate Pojo and merge the modification from GWT
MetaValue - Annotation Type in org.hibernate.annotations
Represent a discriminator value associated to a given entity type
Method - Class in net.sf.hibernate4gwt.rebind.xml
Method description
Method() - Constructor for class net.sf.hibernate4gwt.rebind.xml.Method
 
MultiDirectoryClassMapper - Class in net.sf.hibernate4gwt.core.beanlib.mapper
Class mapper based on package hierarchy (Domain and DTO must have the same name and placed in identified packages).
MultiDirectoryClassMapper() - Constructor for class net.sf.hibernate4gwt.core.beanlib.mapper.MultiDirectoryClassMapper
Constructor

N

NamedNativeQueries - Annotation Type in javax.persistence
Is used to specify an array of native SQL named queries.
NamedNativeQueries - Annotation Type in org.hibernate.annotations
Extends NamedNativeQueries to hold hibernate NamedNativeQuery objects
NamedNativeQuery - Annotation Type in javax.persistence
Is used to specify a native SQL named query.
NamedNativeQuery - Annotation Type in org.hibernate.annotations
Extends NamedNativeQuery with Hibernate features
NamedQueries - Annotation Type in javax.persistence
Specifies an array of named Java Persistence query language queries.
NamedQueries - Annotation Type in org.hibernate.annotations
Extends NamedQueries to hold hibernate NamedQuery objects
NamedQuery - Annotation Type in javax.persistence
Is used to specify a named query in the Java Persistence query language, which is a static query expressed in metadata.
NamedQuery - Annotation Type in org.hibernate.annotations
Extends NamedQuery with Hibernate features
NaturalId - Annotation Type in org.hibernate.annotations
This specifies that a property is part of the natural id of the entity.
net.sf.hibernate4gwt.core - package net.sf.hibernate4gwt.core
 
net.sf.hibernate4gwt.core.beanlib - package net.sf.hibernate4gwt.core.beanlib
 
net.sf.hibernate4gwt.core.beanlib.clone - package net.sf.hibernate4gwt.core.beanlib.clone
 
net.sf.hibernate4gwt.core.beanlib.mapper - package net.sf.hibernate4gwt.core.beanlib.mapper
 
net.sf.hibernate4gwt.core.beanlib.merge - package net.sf.hibernate4gwt.core.beanlib.merge
 
net.sf.hibernate4gwt.core.hibernate - package net.sf.hibernate4gwt.core.hibernate
 
net.sf.hibernate4gwt.core.store - package net.sf.hibernate4gwt.core.store
 
net.sf.hibernate4gwt.core.store.stateful - package net.sf.hibernate4gwt.core.store.stateful
 
net.sf.hibernate4gwt.core.store.stateless - package net.sf.hibernate4gwt.core.store.stateless
 
net.sf.hibernate4gwt.exception - package net.sf.hibernate4gwt.exception
 
net.sf.hibernate4gwt.gwt - package net.sf.hibernate4gwt.gwt
 
net.sf.hibernate4gwt.pojo.base - package net.sf.hibernate4gwt.pojo.base
 
net.sf.hibernate4gwt.pojo.java14 - package net.sf.hibernate4gwt.pojo.java14
 
net.sf.hibernate4gwt.pojo.java5 - package net.sf.hibernate4gwt.pojo.java5
 
net.sf.hibernate4gwt.rebind - package net.sf.hibernate4gwt.rebind
 
net.sf.hibernate4gwt.rebind.xml - package net.sf.hibernate4gwt.rebind.xml
 
net.sf.hibernate4gwt.util - package net.sf.hibernate4gwt.util
 
newBeanPopulator(Object, Object, IClassMapper, IPersistenceUtil, IPojoStore) - Static method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulator
Create a new populator for merge operation
newBeanReplicatable(BeanTransformerSpi) - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneClassBeanReplicator.Factory
 
newBeanReplicatable(BeanTransformerSpi) - Static method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneClassBeanReplicator
 
newBeanReplicatable(BeanTransformerSpi) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator.Factory
 
newBeanReplicatable(BeanTransformerSpi) - Static method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
newCollectionReplicatable(BeanTransformerSpi) - Static method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeCollectionReplicator
 
newMapReplicatable(BeanTransformerSpi) - Static method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeMapReplicator
 
NotAssignableException - Exception in net.sf.hibernate4gwt.exception
Exception thrown when the target class from the class mapper is not assignable to the source one
NotAssignableException(Class, Class) - Constructor for exception net.sf.hibernate4gwt.exception.NotAssignableException
Constructor
NotFound - Annotation Type in org.hibernate.annotations
Action to do when an element is not found on a association whiel beeing expected
NotFoundAction - Enum in org.hibernate.annotations
Actoin to use when an element is not found in DB while beeing expected
NotHibernateObjectException - Exception in net.sf.hibernate4gwt.exception
Exception when trying to clone or merge an object not persisted with Hibernate
NotHibernateObjectException(Object) - Constructor for exception net.sf.hibernate4gwt.exception.NotHibernateObjectException
Base constructor

O

OnDelete - Annotation Type in org.hibernate.annotations
Strategy to use on collections, arrays and on joined subclasses delete OnDelete of secondary tables currently not supported.
OnDeleteAction - Enum in org.hibernate.annotations
Possible actions on deletes
OneToMany - Annotation Type in javax.persistence
Defines a many-valued association with one-to-many multiplicity.
OneToOne - Annotation Type in javax.persistence
This annotation defines a single-valued association to another entity that has one-to-one multiplicity.
openSession() - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
openSession() - Method in interface net.sf.hibernate4gwt.core.IPersistenceUtil
Open a new session
OptimisticLock - Annotation Type in org.hibernate.annotations
Whether or not update entity's version on property's change If the annotation is not present, the property is involved in the optimistic lock srategy (default)
OptimisticLockType - Enum in org.hibernate.annotations
Optimistic locking strategy VERSION is the default and recommanded one
OrderBy - Annotation Type in javax.persistence
This annotation specifies the ordering of the elements of a collection valued association at the point when the association is retrieved.
OrderBy - Annotation Type in org.hibernate.annotations
Order a collection using SQL ordering (not HQL ordering)
org.hibernate.annotations - package org.hibernate.annotations
 

P

ParamDef - Annotation Type in org.hibernate.annotations
A parameter definition
Parameter - Class in net.sf.hibernate4gwt.rebind.xml
Method parameters
Parameter() - Constructor for class net.sf.hibernate4gwt.rebind.xml.Parameter
 
Parameter - Annotation Type in org.hibernate.annotations
Parameter (basically key/value pattern)
Parent - Annotation Type in org.hibernate.annotations
Reference the property as a pointer back to the owner (generally the owning entity)
parse(String) - Static method in class java.sql.Date
 
parse(String) - Static method in class java.sql.Timestamp
 
parseInputParameters(RPCRequest, HibernateBeanManager, HttpSession) - Static method in class net.sf.hibernate4gwt.gwt.HibernateRPCHelper
Parse RPC input parameters.
parseReturnValue(Object, HibernateBeanManager) - Static method in class net.sf.hibernate4gwt.gwt.HibernateRPCHelper
Clone the service result.
PersistenceContext - Annotation Type in javax.persistence
Expresses a dependency on an EntityManager persistence context.
PersistenceContexts - Annotation Type in javax.persistence
Declares one or more PersistenceContext annotations.
PersistenceContextType - Enum in javax.persistence
Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext.
PersistenceProperty - Annotation Type in javax.persistence
Describes a single container or persistence provider property.
PersistenceUnit - Annotation Type in javax.persistence
Expresses a dependency on an EntityManagerFactory.
PersistenceUnits - Annotation Type in javax.persistence
Declares one or more PersistenceUnit annotations.
Persister - Annotation Type in org.hibernate.annotations
Specify a custom persister.
PojoStoreException - Exception in net.sf.hibernate4gwt.exception
Pojo store exception
PojoStoreException(String, Object) - Constructor for exception net.sf.hibernate4gwt.exception.PojoStoreException
Base constructor
PolymorphismType - Enum in org.hibernate.annotations
Type of avaliable polymorphism for a particular entity
populate(Object, Object) - Method in class net.sf.hibernate4gwt.core.LazyKiller
Populate the hibernatePojo (a fresh new one or the one used to clone) with the clone detached object.
PostLoad - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PostPersist - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PostRemove - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PostUpdate - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PrePersist - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PreRemove - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PreUpdate - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PrimaryKeyJoinColumn - Annotation Type in javax.persistence
This annotation specifies a primary key column that is used as a foreign key to join to another table.
PrimaryKeyJoinColumns - Annotation Type in javax.persistence
This annotation groups PrimaryKeyJoinColumn annotations.
processCall(String) - Method in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
Override of the RemoteServletService main method
Proxy - Annotation Type in org.hibernate.annotations
Lazy and proxy configuration of a particular class
ProxyClassLoader - Class in net.sf.hibernate4gwt.rebind
This wrapping class loader is used to generate proxy every time that a IProxy assignable class is loaded
ProxyClassLoader(ClassLoader) - Constructor for class net.sf.hibernate4gwt.rebind.ProxyClassLoader
Constructor
ProxyClassLoaderTest - Class in net.sf.hibernate4gwt.rebind
Test case for ProxyClassLoader
ProxyClassLoaderTest() - Constructor for class net.sf.hibernate4gwt.rebind.ProxyClassLoaderTest
 
ProxyClassMapper - Class in net.sf.hibernate4gwt.core.beanlib.mapper
Class mapper for domain and proxy
ProxyClassMapper() - Constructor for class net.sf.hibernate4gwt.core.beanlib.mapper.ProxyClassMapper
 
ProxyException - Exception in net.sf.hibernate4gwt.exception
Exception in proxy generation or handling
ProxyException(String) - Constructor for exception net.sf.hibernate4gwt.exception.ProxyException
Message constructor
ProxyException(String, Throwable) - Constructor for exception net.sf.hibernate4gwt.exception.ProxyException
Nested exception constructor
ProxyManager - Class in net.sf.hibernate4gwt.rebind
Proxy manager
ProxyManager() - Constructor for class net.sf.hibernate4gwt.rebind.ProxyManager
Constructor

Q

QueryHint - Annotation Type in javax.persistence
An implementation-specific Query hint.

R

readFromFile(String) - Static method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCodeReader
Read method
remove(Object) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Remove the object of the pojo store
remove(Object) - Method in interface net.sf.hibernate4gwt.core.store.IPojoStore
Remove the argument object
remove(Object) - Method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
Remove the argument object
remove(Object) - Method in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
remove(Object) - Method in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
 
remove(Object) - Method in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
Remove the Pojo from the POJO storage
remove(List) - Method in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
Remove the Pojo list from the POJO storage
removeCollection(Collection) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Remove the collection of pojo from the pojo store
removeLazyProperty(String) - Method in interface net.sf.hibernate4gwt.pojo.base.ILazyPojo
Remove a lazy property
removeLazyProperty(String) - Method in class net.sf.hibernate4gwt.pojo.java14.LazyPojo
 
removeLazyProperty(String) - Method in class net.sf.hibernate4gwt.pojo.java5.LazyPojo
 
removeMap(Map) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Remove the content of the map of pojo from the pojo store
removePojo(Object) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Remove the pojo from the pojo store
replicate(Object) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
replicate(Object) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeCollectionReplicator
 
replicate(Object) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeMapReplicator
 
replicateMap(Map<K, V>, Class<T>) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeMapReplicator
Map replication override This copy/paste of beanLib code is needed because the createToMap method is private :(
restore(Object, Class<?>) - Method in interface net.sf.hibernate4gwt.core.store.IPojoStore
Restore an object from its clone and class
restore(Object, Class<?>) - Method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
 
restore(Object, Class<?>) - Method in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
restore(Object, Class<?>) - Method in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
 
ResultCheckStyle - Enum in org.hibernate.annotations
Possible checks on Sql Insert, Delete, Update
RPCCopy - Class in com.google.gwt.user.server.rpc
Encapsulation of both RPCCopy for GWT 1.4 and GWT 1.5 (damned invokeAndEncodeResponse !!!!!)
RPCCopy_GWT14 - Class in com.google.gwt.user.server.rpc
Copy of the GWT RPC class.
RPCCopy_GWT15 - Class in com.google.gwt.user.server.rpc
Copy of the GWT RPC class.

S

SecondaryTable - Annotation Type in javax.persistence
This annotation is used to specify a secondary table for the annotated entity class.
SecondaryTables - Annotation Type in javax.persistence
This annotation is used to specify multiple secondary tables for an entity.
SequenceGenerator - Annotation Type in javax.persistence
This annotation defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
serialize(SerializationStreamWriter, Date) - Static method in class com.google.gwt.user.client.rpc.core.java.sql.Date_CustomFieldSerializer
 
serialize(SerializationStreamWriter, Timestamp) - Static method in class com.google.gwt.user.client.rpc.core.java.sql.Timestamp_CustomFieldSerializer
 
setAssociations(Map<Class, Class>) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.ExplicitClassMapper
Set the associations between source- and Clone-Class.
setAttributes(List<Attribute>) - Method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
setBeanManager(HibernateBeanManager) - Method in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
 
setClassMapper(IClassMapper) - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneClassBeanReplicator
 
setClassMapper(IClassMapper) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
setClassMapper(IClassMapper) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
 
setClassMapper(IClassMapper) - Method in class net.sf.hibernate4gwt.core.LazyKiller
 
setCloneSuffix(String) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
 
setCode(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
setCollectionType(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
setCollectionType(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Parameter
 
setDate(int) - Method in class java.sql.Date
 
setDate(int) - Method in class java.sql.Timestamp
 
setDefaultValue(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
setDestinationBean(Object) - Static method in class net.sf.hibernate4gwt.core.beanlib.BeanlibThreadLocal
 
setEntityManagerFactory(Object) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Helper setter to initialize HibernateHelper with the embedded Hibernate SessionFactory.
setHours(int) - Method in class java.sql.Date
 
setHours(int) - Method in class java.sql.Timestamp
 
setHttpSession(HttpSession) - Static method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
Store the current HTTP session in the thread local
setImplementedInterfaces(String) - Method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
setJavadoc(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
setJavadoc(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
setLazyProperties(List) - Method in interface net.sf.hibernate4gwt.pojo.base.ILazyPojo
 
setLazyProperties(List) - Method in class net.sf.hibernate4gwt.pojo.java14.LazyPojo
 
setLazyProperties(List) - Method in class net.sf.hibernate4gwt.pojo.java5.LazyPojo
 
setMethods(List<Method>) - Method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
setMinutes(int) - Method in class java.sql.Date
 
setMinutes(int) - Method in class java.sql.Timestamp
 
setMonth(int) - Method in class java.sql.Date
 
setMonth(int) - Method in class java.sql.Timestamp
 
setName(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
setName(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
setName(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Parameter
 
setNanos(int) - Method in class java.sql.Timestamp
 
setParameters(List<Parameter>) - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneBeanPopulatable
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulatable
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeCollectionReplicator
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeMapReplicator
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.LazyKiller
 
setPersistenceUtil(IPersistenceUtil) - Method in interface net.sf.hibernate4gwt.core.store.IPojoStore
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
setPersistenceUtil(IPersistenceUtil) - Method in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
 
setPojoStore(IPojoStore) - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneBeanPopulatable
 
setPojoStore(IPojoStore) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulatable
 
setPojoStore(IPojoStore) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeClassBeanReplicator
 
setPojoStore(IPojoStore) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
set the used pojo store
setPojoStore(IPojoStore) - Method in class net.sf.hibernate4gwt.core.LazyKiller
 
setProxyGenerator(IServerProxyGenerator) - Method in class net.sf.hibernate4gwt.rebind.ProxyManager
 
setReturnCollectionType(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
setReturnType(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
setRootClonePackage(String) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
 
setRootDomainPackage(String) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.DirectoryClassMapper
 
setSeconds(int) - Method in class java.sql.Date
 
setSeconds(int) - Method in class java.sql.Timestamp
 
setSessionFactory(SessionFactory) - Method in class net.sf.hibernate4gwt.core.hibernate.HibernateUtil
 
setSessionFactory(SessionFactory) - Method in class net.sf.hibernate4gwt.core.HibernateBeanManager
Helper setter to initialize HibernateHelper Must be called on startup !
setSuffix(String) - Method in class net.sf.hibernate4gwt.rebind.xml.AdditionalCode
 
setTargetSuffix(String) - Method in class net.sf.hibernate4gwt.core.beanlib.mapper.MultiDirectoryClassMapper
 
setTime(long) - Method in class java.sql.Date
 
setTime(long) - Method in class java.sql.Timestamp
 
setType(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
setType(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Parameter
 
setVisibility(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
 
setVisibility(String) - Method in class net.sf.hibernate4gwt.rebind.xml.Method
 
setWrappedClassLoader(ClassLoader) - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoader
Changes the underlying class loader
setYear(int) - Method in class java.sql.Date
 
setYear(int) - Method in class java.sql.Timestamp
 
shouldPopulate(String, Object, Method, Object, Method) - Method in class net.sf.hibernate4gwt.core.beanlib.clone.CloneBeanPopulatable
 
shouldPopulate(String, Object, Method, Object, Method) - Method in class net.sf.hibernate4gwt.core.beanlib.merge.MergeBeanPopulatable
 
Sort - Annotation Type in org.hibernate.annotations
Collection sort (Java level sorting)
SortType - Enum in org.hibernate.annotations
Sort strategies
SQLDelete - Annotation Type in org.hibernate.annotations
SqlDelete Annotation for overwriting Hibernate default DELETE method
SQLDeleteAll - Annotation Type in org.hibernate.annotations
SqlDelete Annotation for overwriting Hibernate default DELETE ALL method
SQLInsert - Annotation Type in org.hibernate.annotations
SqlInsert Annotation for overwriting Hibernate default INSERT INTO method
SqlResultSetMapping - Annotation Type in javax.persistence
This annotation is used to specify the mapping of the result of a native SQL query.
SqlResultSetMappings - Annotation Type in javax.persistence
This annotation is used to define one or more SqlResultSetMapping.
SQLUpdate - Annotation Type in org.hibernate.annotations
SqlUpdate Annotation for overwriting Hibernate default UPDATE method
StatelessPojoStore - Class in net.sf.hibernate4gwt.core.store.stateless
Stateless Pojo Handler
StatelessPojoStore() - Constructor for class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
Constructor
store(Object) - Method in interface net.sf.hibernate4gwt.core.store.IPojoStore
Store the argument object
store(Object) - Method in class net.sf.hibernate4gwt.core.store.stateful.HttpSessionPojoStore
 
store(Object) - Method in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
 
store(Object) - Method in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
 

T

Table - Annotation Type in javax.persistence
This annotation specifies the primary table for the annotated entity.
Table - Annotation Type in org.hibernate.annotations
Complementary information to a table either primary or secondary
TableGenerator - Annotation Type in javax.persistence
This annotation defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
Tables - Annotation Type in org.hibernate.annotations
Plural of Table
Target - Annotation Type in org.hibernate.annotations
Define an explicit target,a voiding reflection and generics resolving
Temporal - Annotation Type in javax.persistence
This annotation must be specified for persistent fields or properties of type Date and Calendar.
TemporalType - Enum in javax.persistence
Type used to indicate a specific mapping of Date or Calendar.
testMultipleLoadClass() - Method in class net.sf.hibernate4gwt.rebind.ProxyClassLoaderTest
Test method for ProxyClassLoader.loadClass(java.lang.String).
Timestamp - Class in java.sql
Emulation of the java.sql.TimeStamp class Based on the source of java.util.Date emulation from GWT
Timestamp(int, int, int, int, int, int, int) - Constructor for class java.sql.Timestamp
 
Timestamp(long) - Constructor for class java.sql.Timestamp
 
Timestamp_CustomFieldSerializer - Class in com.google.gwt.user.client.rpc.core.java.sql
 
Timestamp_CustomFieldSerializer() - Constructor for class com.google.gwt.user.client.rpc.core.java.sql.Timestamp_CustomFieldSerializer
 
TimestampCustomTransformer - Class in net.sf.hibernate4gwt.core.beanlib
Timestamp transformer.
TimestampCustomTransformer(BeanTransformerSpi) - Constructor for class net.sf.hibernate4gwt.core.beanlib.TimestampCustomTransformer
Constructor
toGMTString() - Method in class java.sql.Date
 
toGMTString() - Method in class java.sql.Timestamp
 
toJava14String() - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
Convert Attribute to Java 1.4 syntax
toJava14String() - Method in class net.sf.hibernate4gwt.rebind.xml.Parameter
Convert the parameter to Java 14 syntax
toJava5String() - Method in class net.sf.hibernate4gwt.rebind.xml.Attribute
Convert Attribute to Java5 syntax
toJava5String() - Method in class net.sf.hibernate4gwt.rebind.xml.Parameter
Convert the parameter to Java 5 syntax
toLocaleString() - Method in class java.sql.Date
 
toLocaleString() - Method in class java.sql.Timestamp
 
toString() - Method in class java.sql.Date
 
toString() - Method in class java.sql.Timestamp
 
transform(Object, Class<T>, PropertyInfo) - Method in class net.sf.hibernate4gwt.core.beanlib.TimestampCustomTransformer
Transformation method
Transient - Annotation Type in javax.persistence
This annotation specifies that the property or field is not persistent.
TransientHibernateObjectException - Exception in net.sf.hibernate4gwt.exception
Exception when trying to clone or merge an transient object
TransientHibernateObjectException(Object) - Constructor for exception net.sf.hibernate4gwt.exception.TransientHibernateObjectException
Base constructor
Tuplizer - Annotation Type in org.hibernate.annotations
Define a tuplizer for an entity or a component
Tuplizers - Annotation Type in org.hibernate.annotations
Define a set of tuplizer for an entity or a component
Type - Annotation Type in org.hibernate.annotations
hibernate type
TypeDef - Annotation Type in org.hibernate.annotations
Type definition
TypeDefs - Annotation Type in org.hibernate.annotations
Type definition array

U

UniqueConstraint - Annotation Type in javax.persistence
This annotation is used to specify that a unique constraint is to be included in the generated DDL for a primary or secondary table.
UniqueNameGenerator - Class in net.sf.hibernate4gwt.core.store.stateful
Static class for unique name generation
UniqueNameGenerator() - Constructor for class net.sf.hibernate4gwt.core.store.stateful.UniqueNameGenerator
 
UTC(int, int, int, int, int, int) - Static method in class java.sql.Timestamp
 

V

valueOf(String) - Static method in enum javax.persistence.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PersistenceContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CacheModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.GenerationTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.NotFoundAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.PolymorphismType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SortType
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.persistence.CascadeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.EnumType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.FetchType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.FlushModeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.GenerationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.InheritanceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.LockModeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.PersistenceContextType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.TemporalType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.CacheModeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.CascadeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.FetchMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.FlushModeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.GenerationTime
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.NotFoundAction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.PolymorphismType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.SortType
Returns an array containing the constants of this enum type, in the order they're declared.
Version - Annotation Type in javax.persistence
This annotation specifies the version field or property of an entity class that serves as its optimistic lock value.

W

Where - Annotation Type in org.hibernate.annotations
Where clause to add to the element Entity or target entity of a collection The clause is written in SQL
WhereJoinTable - Annotation Type in org.hibernate.annotations
Where clause to add to the colleciton join table The clause is written in SQL

_

__parse(String) - Static method in class java.sql.Date
 
__parse(String) - Static method in class java.sql.Timestamp
 
_additionalCode - Variable in class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
Additional code
_additionalCodePath - Variable in class net.sf.hibernate4gwt.rebind.AbstractGwtProxyGenerator
Associated additional code file path
_beanManager - Variable in class net.sf.hibernate4gwt.gwt.HibernateRemoteService
The Hibernate lazy manager
_classMapper - Variable in class net.sf.hibernate4gwt.core.HibernateBeanManager
The Class mapper
_lazyKiller - Variable in class net.sf.hibernate4gwt.core.HibernateBeanManager
The POJO lazy killer
_lazyProperties - Variable in class net.sf.hibernate4gwt.pojo.java14.LazyPojo
List of lazy but not loaded properties
_lazyProperties - Variable in class net.sf.hibernate4gwt.pojo.java5.LazyPojo
List of lazy but not loaded properties
_map - Variable in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
The store hashmap
_persistenceUtil - Variable in class net.sf.hibernate4gwt.core.HibernateBeanManager
The associated persistence util implementation
_persistenceUtil - Variable in class net.sf.hibernate4gwt.core.store.stateful.InMemoryPojoStore
The associated persistence util
_persistenceUtil - Variable in class net.sf.hibernate4gwt.core.store.stateless.StatelessPojoStore
Persistence util
_pojoStore - Variable in class net.sf.hibernate4gwt.core.HibernateBeanManager
The associated POJO Handler
_version - Variable in class com.google.gwt.user.server.rpc.RPCCopy
The current GWT version

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