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.