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

C

calendarReplicatable - Variable in class net.sf.beanlib.provider.BeanTransformer
Replicator for calendars.
CalendarReplicator - Class in net.sf.beanlib.provider.replicator
Default implementation of CalendarReplicatorSpi.
CalendarReplicator(BeanTransformerSpi) - Constructor for class net.sf.beanlib.provider.replicator.CalendarReplicator
 
CalendarReplicator.Factory - Class in net.sf.beanlib.provider.replicator
Factory for CalendarReplicator
CalendarReplicator.Factory() - Constructor for class net.sf.beanlib.provider.replicator.CalendarReplicator.Factory
 
CalendarReplicatorSpi - Interface in net.sf.beanlib.spi.replicator
Calendar Replicator SPI.
CalendarReplicatorSpi.Factory - Interface in net.sf.beanlib.spi.replicator
Calendar Replicator Factory SPI.
capitalize(String) - Static method in class net.sf.beanlib.utils.StringUtils
 
ChainedCustomBeanTransformer - Class in net.sf.beanlib.spi
Supports a chain of custom transformation.
ChainedCustomBeanTransformer() - Constructor for class net.sf.beanlib.spi.ChainedCustomBeanTransformer
 
ChainedCustomBeanTransformer.Factory - Class in net.sf.beanlib.spi
Factory to create a ChainedCustomBeanTransformer.
ChainedCustomBeanTransformer.Factory() - Constructor for class net.sf.beanlib.spi.ChainedCustomBeanTransformer.Factory
 
ChainedCustomBeanTransformer.Factory(CustomBeanTransformerSpi.Factory...) - Constructor for class net.sf.beanlib.spi.ChainedCustomBeanTransformer.Factory
 
charbuf - Variable in class net.sf.beanlib.io.FastLineNumberReader
Character buffer.
charset - Variable in class net.sf.beanlib.util.TextIterable
 
charsetDecoder - Variable in class net.sf.beanlib.util.TextIterable
 
charsetname - Variable in class net.sf.beanlib.util.TextIterable
 
checkCollectionProperty(String, Method) - Method in class net.sf.beanlib.hibernate.HibernatePropertyFilter
 
checkNextLF - Variable in class net.sf.beanlib.io.FastLineNumberReader
True iff we need to read in more data into the character buffer to check if the next char is a LF; False otherwise.
chooseClass(Class<?>, Class<T>) - Method in class net.sf.beanlib.provider.replicator.ReplicatorTemplate
Chooses a target class from the given "from" and "to" classes, giving priority to the one which is more specific whenever possible.
CLASS_ARRAY_ARRAYLIST - Static variable in class net.sf.beanlib.provider.replicator.CollectionReplicator
 
ClassUtils - Enum in net.sf.beanlib.utils
Class Utilities.
ClassUtils() - Constructor for enum net.sf.beanlib.utils.ClassUtils
 
clearThreadLocal() - Static method in class net.sf.beanlib.hibernate.UnEnhancer
Clears the thread local; necessary only if UnEnhancer.setCheckCGLibForThisThread(boolean) was invoked.
clone() - Method in class net.sf.beanlib.spi.BeanPopulatorBaseConfig
 
clonedMap - Variable in class net.sf.beanlib.provider.BeanTransformer
Used to contains those objects that have been replicated.
close() - Method in class net.sf.beanlib.io.FastLineNumberReader
 
close() - Method in class net.sf.beanlib.util.LineIterator
 
close() - Method in class net.sf.beanlib.util.TextIterable
 
closeInPrivate() - Method in class net.sf.beanlib.util.LineIterator
 
collect(Object) - Method in class net.sf.beanlib.jaxb2.FluentSetterMethodCollector
 
collect(Object) - Method in class net.sf.beanlib.provider.collector.OrderedMethodCollector
 
collect(Object) - Method in class net.sf.beanlib.provider.collector.PrivateSetterMethodCollector
 
collect(Object) - Method in class net.sf.beanlib.provider.collector.ProtectedSetterMethodCollector
 
collect(Object) - Method in class net.sf.beanlib.provider.collector.PublicSetterCollectionLastMethodCollector
 
collect(Object) - Method in class net.sf.beanlib.provider.collector.PublicSetterMethodCollector
 
collect(Object) - Method in interface net.sf.beanlib.spi.BeanMethodCollector
 
collectionProperty - Variable in class net.sf.beanlib.CollectionPropertyName
 
CollectionPropertyName<T> - Class in net.sf.beanlib
Used to uniquely identify a Collection or Map property of a JavaBean object.
CollectionPropertyName(Class<T>, String) - Constructor for class net.sf.beanlib.CollectionPropertyName
 
collectionPropertyNameSet - Variable in class net.sf.beanlib.hibernate.HibernatePropertyFilter
The set of collection and map properties that will be replicated, eagerly fetching if necessary.
collectionReplicatable - Variable in class net.sf.beanlib.provider.BeanTransformer
Replicator for collections.
CollectionReplicator - Class in net.sf.beanlib.provider.replicator
Default implementation of CollectionReplicatorSpi.
CollectionReplicator(BeanTransformerSpi) - Constructor for class net.sf.beanlib.provider.replicator.CollectionReplicator
 
CollectionReplicator.Factory - Class in net.sf.beanlib.provider.replicator
Factory for CollectionReplicator
CollectionReplicator.Factory() - Constructor for class net.sf.beanlib.provider.replicator.CollectionReplicator.Factory
 
CollectionReplicatorSpi - Interface in net.sf.beanlib.spi.replicator
Collection Replicator API.
CollectionReplicatorSpi.Factory - Interface in net.sf.beanlib.spi.replicator
Collection Replicator Factory SPI.
constructor - Variable in class net.sf.beanlib.utils.TypeReference
 
containsTargetCloned(Object) - Method in class net.sf.beanlib.provider.replicator.ReplicatorTemplate
 
CONTINUE - Static variable in interface net.sf.beanlib.spi.BeanPopulationExceptionHandler
Exception handler which always continue by logging and then igoring the exception or error.
copy(T) - Method in class net.sf.beanlib.hibernate.HibernateBeanReplicator
Returns a copy of the given object.
copy(Object, Class<T>) - Method in class net.sf.beanlib.hibernate.HibernateBeanReplicator
Returns an instance of the given class with values copied from the given object.
copy(Object, Class<?>[]) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a DTO by partially cloning the object graph of the given Hibernate "from" instance that follows the JavaBean getter/setter convention on a best attempt basis, excluding all collection and map properties.
copy(Class<E>, Object, Class<?>[]) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a DTO of the specified target entity type by partially cloning the object graph of the given Hibernate "from" instance that follows the JavaBean getter/setter convention on a best attempt basis, excluding all collection and map properties.
copy(Class<E>, Object, Class<?>[], CollectionPropertyName<?>[]) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a DTO of the specified target entity type by partially cloning the object graph of the given Hibernate "from" instance that follows the JavaBean getter/setter convention on a best attempt basis, including only those properties that are explicitly specified, or implied by the application package prefix.
createCollectionPropertyNames(Class<T>, String[]) - Static method in class net.sf.beanlib.CollectionPropertyName
Convenient factory method.
createHibernateBeanReplicator() - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns the implementation instance that performs the actual replication.
createIdentifierGenerator(String, Session) - Static method in class net.sf.beanlib.hibernate3.Hibernate3SequenceGenerator
Returns the identifier generator created for the specified sequence and session.
createSessionProxy(Session) - Method in class net.sf.beanlib.hibernate3.DtoCentricHibernate3Template
 
createToCollection(Collection<T>) - Method in class net.sf.beanlib.hibernate3.Hibernate3CollectionReplicator
 
createToCollection(Collection<T>) - Method in class net.sf.beanlib.provider.replicator.CollectionReplicator
 
createToComparator(SortedSet<T>) - Method in class net.sf.beanlib.provider.replicator.CollectionReplicator
Returns a replicated comparator of the given sorted set, or null if there is no comparator.
createToComparator(SortedMap<K, V>) - Method in class net.sf.beanlib.provider.replicator.MapReplicator
Returns a replicated comparator of the given sorted map, or null if there is no comparator.
createToInstance(Object, Class<T>) - Method in class net.sf.beanlib.hibernate3.Hibernate3BeanTransformer
Creates a target instance from either the class of the given "from" object or the given toClass, giving priority to the one which is more specific whenever possible.
createToInstance(Object, Class<T>) - Method in class net.sf.beanlib.hibernate3.Hibernate3CollectionReplicator
 
createToInstance(Object, Class<T>) - Method in class net.sf.beanlib.hibernate3.Hibernate3JavaBeanReplicator
 
createToInstance(Object, Class<T>) - Method in class net.sf.beanlib.hibernate3.Hibernate3MapReplicator
 
createToInstance(T) - Method in class net.sf.beanlib.provider.replicator.ReplicatorTemplate
Creates a target instance using the class of the given object.
createToInstance(Object, Class<T>) - Method in class net.sf.beanlib.provider.replicator.ReplicatorTemplate
Creates a target instance from either the class of the given "from" object or the given toClass, giving priority to the one which is more specific whenever possible.
createToInstanceAsCollection(Collection<T>) - Method in class net.sf.beanlib.provider.replicator.CollectionReplicator
 
createToInstanceAsMap(Map<K, V>) - Method in class net.sf.beanlib.provider.replicator.MapReplicator
 
createToInstanceWithComparator(T, Comparator<?>) - Method in class net.sf.beanlib.provider.replicator.ReplicatorTemplate
 
createToInstanceWithComparator(Class<T>, Comparator<?>) - Method in class net.sf.beanlib.provider.replicator.ReplicatorTemplate
 
createToMap(Map<K, V>) - Method in class net.sf.beanlib.provider.replicator.MapReplicator
 
createToSortedMapWithComparator(SortedMap<K, V>, Comparator<? super K>) - Method in class net.sf.beanlib.provider.replicator.MapReplicator
 
createToSortedSetWithComparator(SortedSet<T>, Comparator<?>) - Method in class net.sf.beanlib.provider.replicator.CollectionReplicator
 
CriteriaSpecifiable - Interface in net.sf.beanlib.hibernate3
Used as a callback to specify a Hibernate Criteria.
CustomBeanTransformerSpi - Interface in net.sf.beanlib.spi
Custom Bean Transformer SPI.
CustomBeanTransformerSpi.Factory - Interface in net.sf.beanlib.spi
Custom Bean Transformer Factory SPI.
customTransformer - Variable in class net.sf.beanlib.provider.BeanTransformer
Custom Transformer.
customTransformerFactories - Variable in class net.sf.beanlib.spi.ChainedCustomBeanTransformer.Factory
 
customTransformers - Variable in class net.sf.beanlib.spi.ChainedCustomBeanTransformer
 

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