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

A

AbstractAccessor - Class in org.batoo.jpa.common.reflect
Abstract definition of accessors.
AbstractAccessor() - Constructor for class org.batoo.jpa.common.reflect.AbstractAccessor
 
acronym(String) - Static method in class org.batoo.jpa.util.BatooUtils
Returns the acronym of the name

B

BatooException - Exception in org.batoo.jpa.common
Base exceptions thrown by Batoo JPA.
BatooException() - Constructor for exception org.batoo.jpa.common.BatooException
 
BatooException(String) - Constructor for exception org.batoo.jpa.common.BatooException
 
BatooException(String, Throwable) - Constructor for exception org.batoo.jpa.common.BatooException
 
BatooException(Throwable) - Constructor for exception org.batoo.jpa.common.BatooException
 
BatooUtils - Class in org.batoo.jpa.util
 
BatooUtils() - Constructor for class org.batoo.jpa.util.BatooUtils
 
BLogger - Interface in org.batoo.jpa.common.log
 
BLoggerFactory - Class in org.batoo.jpa.common.log
Standard logging facility for the Batoo
BLoggerFactory() - Constructor for class org.batoo.jpa.common.log.BLoggerFactory
 
BLoggerImpl - Class in org.batoo.jpa.common.impl.log
Standard logging facility for the Batoo
BLoggerImpl(Logger) - Constructor for class org.batoo.jpa.common.impl.log.BLoggerImpl
 
boxed(String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns an object that boxes the block.
boxed(String, Object[]) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns an object that boxes the block.
boxed(String) - Method in interface org.batoo.jpa.common.log.BLogger
Returns an object that boxes the block.
boxed(String, Object[]) - Method in interface org.batoo.jpa.common.log.BLogger
Returns an object that boxes the block.

C

ConstructorAccessor - Interface in org.batoo.jpa.common.reflect
The interface to construct objects.
convertNumber(Number, Class<?>) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Converts the number into number Type
createConstructor(Constructor<?>) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Creates and returns a fast constructor accessor.
createMemberName(Member) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Returns the qualified name for the member.

D

debug(String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
debug(String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
debug(Throwable, String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
debug(Throwable, String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
debug(String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
debug(String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
debug(Throwable, String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
debug(Throwable, String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message

E

error(String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
error(String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
error(Throwable, String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
error(Throwable, String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
error(String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
error(String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
error(Throwable, String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
error(Throwable, String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
excludeFieldNames(String...) - Method in class org.batoo.jpa.common.log.ToStringBuilder
Sets the field names to exclude.

F

fatal(String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
fatal(String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
fatal(Throwable, String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
fatal(Throwable, String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
fatal(String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
fatal(String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
fatal(Throwable, String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
fatal(Throwable, String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
FieldAccessor - Class in org.batoo.jpa.common.reflect
Accessor implementation of AbstractAccessor for the members of Fields.
FieldAccessor(Field) - Constructor for class org.batoo.jpa.common.reflect.FieldAccessor
 

G

get(Object) - Method in class org.batoo.jpa.common.reflect.AbstractAccessor
Returns the value of the member.
get(Object) - Method in class org.batoo.jpa.common.reflect.FieldAccessor
Returns the value of the member.
get(Object) - Method in class org.batoo.jpa.common.reflect.UnsafeFieldAccessor
Returns the value of the member.
getAccessor(Member) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Returns the accessor for the member
getAnnotation(Member, Class<A>) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Returns the annotation instance if the member has the annotation.
getGenericType(Member, int) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Returns the actual generic type of a class's type parameter of the member.
getLogger(Class<?>) - Static method in class org.batoo.jpa.common.log.BLoggerFactory
Returns an instance of BLogger for the class
getLogger(String) - Static method in class org.batoo.jpa.common.log.BLoggerFactory
Returns an instance of BLogger with the class
getMemberType(Member) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Returns the type class of the member.
getName() - Method in class org.batoo.jpa.common.reflect.PropertyDescriptor
Returns the name of the PropertyDescriptor.
getProperties(Class<?>) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Returns the property descriptors for the class.
getReader() - Method in class org.batoo.jpa.common.reflect.PropertyDescriptor
Returns the reader of the PropertyDescriptor.
getWriter() - Method in class org.batoo.jpa.common.reflect.PropertyDescriptor
Returns the writer of the PropertyDescriptor.

I

indent(String) - Static method in class org.batoo.jpa.util.BatooUtils
Indents the string by one tab.
info(String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
info(String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
info(Throwable, String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
info(Throwable, String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
info(String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
info(String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
info(Throwable, String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
info(Throwable, String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
isCollection(Class<?>) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Returns if the type is a collection type.
isDebugEnabled() - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns if the logger instance enabled for the DEBUG level.
isDebugEnabled() - Method in interface org.batoo.jpa.common.log.BLogger
Returns if the logger instance enabled for the DEBUG level.
isErrorEnabled() - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns if the logger instance enabled for the ERROR level.
isErrorEnabled() - Method in interface org.batoo.jpa.common.log.BLogger
Returns if the logger instance enabled for the ERROR level.
isInfoEnabled() - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns if the logger instance enabled for the INFO level.
isInfoEnabled() - Method in interface org.batoo.jpa.common.log.BLogger
Returns if the logger instance enabled for the INFO level.
isTraceEnabled() - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns if the logger instance enabled for the TRACE level.
isTraceEnabled() - Method in interface org.batoo.jpa.common.log.BLogger
Returns if the logger instance enabled for the TRACE level.
isWarnEnabled() - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns if the logger instance enabled for the WARN level.
isWarnEnabled() - Method in interface org.batoo.jpa.common.log.BLogger
Returns if the logger instance enabled for the WARN level.

L

lazyBoxed(Object) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns an object that lazily boxes the block.
lazyBoxed(Object, Object[]) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Returns an object that lazily boxes the block.
lazyBoxed(Object) - Method in interface org.batoo.jpa.common.log.BLogger
Returns an object that lazily boxes the block.
lazyBoxed(Object, Object[]) - Method in interface org.batoo.jpa.common.log.BLogger
Returns an object that lazily boxes the block.
lower(String) - Static method in class org.batoo.jpa.util.BatooUtils
Converts the string to lower case.

N

newInstance(Object[]) - Method in interface org.batoo.jpa.common.reflect.ConstructorAccessor
Constructs the object.
newInstance(Object[]) - Method in class org.batoo.jpa.common.reflect.SimpleConstructorAccessor
Constructs the object.
newInstance(Object[]) - Method in class org.batoo.jpa.common.reflect.SunConstructorAccessor
Constructs the object.

O

org.batoo.jpa.common - package org.batoo.jpa.common
 
org.batoo.jpa.common.impl.log - package org.batoo.jpa.common.impl.log
 
org.batoo.jpa.common.log - package org.batoo.jpa.common.log
 
org.batoo.jpa.common.reflect - package org.batoo.jpa.common.reflect
 
org.batoo.jpa.util - package org.batoo.jpa.util
 

P

PropertyDescriptor - Class in org.batoo.jpa.common.reflect
A Simple property desciptor.
PropertyDescriptor(Class<?>, String, Method) - Constructor for class org.batoo.jpa.common.reflect.PropertyDescriptor
 

R

ReflectHelper - Class in org.batoo.jpa.common.reflect
 
ReflectHelper() - Constructor for class org.batoo.jpa.common.reflect.ReflectHelper
 

S

set(Object, Object) - Method in class org.batoo.jpa.common.reflect.AbstractAccessor
Sets the value of the member.
set(Object, Object) - Method in class org.batoo.jpa.common.reflect.FieldAccessor
Sets the value of the member.
set(Object, Object) - Method in class org.batoo.jpa.common.reflect.UnsafeFieldAccessor
Sets the value of the member.
setAccessible(Member, boolean) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Sets the member's accessibility status.
setDetailLevel(ToStringBuilder.DetailLevel) - Static method in class org.batoo.jpa.common.log.ToStringBuilder
Sets the context detail level.
SimpleConstructorAccessor - Class in org.batoo.jpa.common.reflect
Constructor accessor for non-sun java environments.
SimpleConstructorAccessor(Constructor<?>) - Constructor for class org.batoo.jpa.common.reflect.SimpleConstructorAccessor
 
subtract(Collection<X>, Collection<X>) - Static method in class org.batoo.jpa.util.BatooUtils
 
SunConstructorAccessor - Class in org.batoo.jpa.common.reflect
Constructor accessor for sun java environents.
SunConstructorAccessor(Object) - Constructor for class org.batoo.jpa.common.reflect.SunConstructorAccessor
 

T

ToStringBuilder - Class in org.batoo.jpa.common.log
Extended version of ReflectionToStringBuilder to further style and inline the children elements.
ToStringBuilder(Object) - Constructor for class org.batoo.jpa.common.log.ToStringBuilder
 
ToStringBuilder(Object, ToStringBuilder.DetailLevel) - Constructor for class org.batoo.jpa.common.log.ToStringBuilder
 
ToStringBuilder.DetailLevel - Enum in org.batoo.jpa.common.log
The detail level
trace(String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
trace(String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
trace(Throwable, String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
trace(Throwable, String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
trace(String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
trace(String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
trace(Throwable, String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
trace(Throwable, String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
tree(String) - Static method in class org.batoo.jpa.util.BatooUtils
Indents the string by one tab.

U

UnsafeFieldAccessor - Class in org.batoo.jpa.common.reflect
Accessor implementation of AbstractAccessor for the members of Fields.
UnsafeFieldAccessor(Field) - Constructor for class org.batoo.jpa.common.reflect.UnsafeFieldAccessor
 
UnsafeWrapper - Class in org.batoo.jpa.common.reflect
 
UnsafeWrapper() - Constructor for class org.batoo.jpa.common.reflect.UnsafeWrapper
 
upper(String) - Static method in class org.batoo.jpa.util.BatooUtils
Converts the string to upper case.

V

valueOf(String) - Static method in enum org.batoo.jpa.common.log.ToStringBuilder.DetailLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.batoo.jpa.common.log.ToStringBuilder.DetailLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
warn(String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
warn(Throwable, String) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
warn(Throwable, String, Object...) - Method in class org.batoo.jpa.common.impl.log.BLoggerImpl
Convenience method to log a message
warn(String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
warn(String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
warn(Throwable, String) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
warn(Throwable, String, Object...) - Method in interface org.batoo.jpa.common.log.BLogger
Convenience method to log a message
warnAnnotations(BLogger, Member, Set<Class<? extends Annotation>>) - Static method in class org.batoo.jpa.common.reflect.ReflectHelper
Logs warnings for annotations that were ignored.
A B C D E F G I L N O P R S T U V W 

Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.