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

A

AbstractAndOrConnection<T,U extends AbstractStatement<T>> - Class in de.minee.jpa
Base Class for connecting different Where clauses.
AbstractAndOrConnection(U) - Constructor for class de.minee.jpa.AbstractAndOrConnection
 
AbstractDAO - Class in de.minee.jpa
 
AbstractDAO() - Constructor for class de.minee.jpa.AbstractDAO
 
AbstractDAO.UpdateData - Interface in de.minee.jpa
 
AbstractJoinClause<S,T> - Class in de.minee.jpa
Joins the class S to T for additional where conditions.
AbstractPreparedQuery<T> - Class in de.minee.jpa
 
AbstractPreparedQuery(Connection, Cascade) - Constructor for class de.minee.jpa.AbstractPreparedQuery
 
AbstractPreparedQuery.ResultSetConsumer - Interface in de.minee.jpa
 
AbstractQuery - Class in de.minee.jpa
 
AbstractQuery(Connection) - Constructor for class de.minee.jpa.AbstractQuery
 
AbstractRenderer - Class in de.minee.rest.renderer
 
AbstractRenderer() - Constructor for class de.minee.rest.renderer.AbstractRenderer
 
AbstractStatement<T> - Class in de.minee.jpa
Base class for the query builder that contain WHERE restrictions.
AbstractStatement(Class<T>, Connection) - Constructor for class de.minee.jpa.AbstractStatement
Creates a base for a SELECT statement.
AbstractVariablePathPart<T> - Class in de.minee.rest.path
 
AbstractVariablePathPart(String) - Constructor for class de.minee.rest.path.AbstractVariablePathPart
 
accept(ResultSet) - Method in interface de.minee.jpa.AbstractPreparedQuery.ResultSetConsumer
 
accept(String) - Method in class de.minee.rest.parser.JsonParser
 
accept(String) - Method in interface de.minee.rest.parser.Parser
This method is for checking if the parser can parse the given content type.
add(AbstractAndOrConnection<T, U>) - Method in class de.minee.jpa.AbstractStatement
 
add(AbstractJoinClause<S, T>) - Method in class de.minee.jpa.AbstractStatement
 
add(String, String, int) - Method in class de.minee.rest.Cookies
 
and() - Method in class de.minee.jpa.AbstractStatement
 
AndQueryConnection<T,U extends AbstractStatement<T>> - Class in de.minee.jpa
 
AndQueryConnection(U) - Constructor for class de.minee.jpa.AndQueryConnection
 
appendQuery(InitialQueryConnection<T, AbstractStatement<T>>) - Method in class de.minee.rest.path.BackwardJoinPathPart
 
appendQuery(InitialQueryConnection<T, AbstractStatement<T>>) - Method in class de.minee.rest.path.ForwardJoinPathPart
 
appendQuery(InitialQueryConnection<T, AbstractStatement<T>>) - Method in class de.minee.rest.path.SimplePathPart
 
assembleFullSelectQuery() - Method in class de.minee.jpa.AbstractStatement
Creates a fully assembled and executable Select Query.
assembleQuery() - Method in class de.minee.jpa.AbstractJoinClause
 
assembleQuery() - Method in class de.minee.jpa.AbstractStatement
Assembles the restriction part of the the query.
assembleQuery() - Method in class de.minee.jpa.BackwardJoinClause
 
assembleQuery() - Method in class de.minee.jpa.ForwardJoinClause
 
assertFalse(boolean, String) - Static method in class de.minee.util.Assertions
 
Assertions - Class in de.minee.util
 
assertNotEmpty(String, String) - Static method in class de.minee.util.Assertions
Assert that a String is not null or empty.
assertNotNull(Object, String) - Static method in class de.minee.util.Assertions
Ensures that a specific object o is not null.
assertTrue(boolean, String) - Static method in class de.minee.util.Assertions
 

B

BackwardJoinClause<S,T> - Class in de.minee.jpa
 
BackwardJoinPathPart<T> - Class in de.minee.rest.path
 
BackwardJoinPathPart(HateoesContext, String) - Constructor for class de.minee.rest.path.BackwardJoinPathPart
 
Bean - Annotation Type in de.minee.cdi
 
byId(UUID, Map<Object, Object>) - Method in class de.minee.jpa.AbstractJoinClause
 
byId(UUID) - Method in class de.minee.jpa.AbstractStatement
Selects an Object directly by its Id.
byId(UUID, Map<Object, Object>) - Method in class de.minee.jpa.AbstractStatement
Selects an Object directly by its Id or returns a cached Object of the current session.
byId(UUID) - Method in class de.minee.jpa.InitialQueryConnection
 
byId(UUID, Map<Object, Object>) - Method in class de.minee.jpa.SelectStatement
 

C

cascade - Variable in class de.minee.jpa.AbstractPreparedQuery
 
Cascade - Enum in de.minee.jpa
 
CdiAwareHttpServlet - Class in de.minee.cdi
 
CdiAwareHttpServlet() - Constructor for class de.minee.cdi.CdiAwareHttpServlet
 
CdiException - Exception in de.minee.cdi
 
CdiException(String, Throwable) - Constructor for exception de.minee.cdi.CdiException
 
CdiUtil - Class in de.minee.cdi
 
ConstantPathPart - Class in de.minee.rest.path
Represents the constant parts of a Rest resource path.
ConstantPathPart(String) - Constructor for class de.minee.rest.path.ConstantPathPart
 
Consumes - Annotation Type in de.minee.rest.annotation
 
Cookies - Class in de.minee.rest
 
Cookies(Cookie[]) - Constructor for class de.minee.rest.Cookies
 
create(HateoesContext, Class<?>, String) - Static method in class de.minee.rest.path.PathPartFactory
 
createSimple(String) - Static method in class de.minee.rest.path.PathPartFactory
 
createTable(Class<?>) - Method in class de.minee.jpa.AbstractDAO
 

D

DataAccessObject - Annotation Type in de.minee.rest
 
DatabaseException - Exception in de.minee.jpa
 
DatabaseException(String) - Constructor for exception de.minee.jpa.DatabaseException
 
DatabaseException(String, Throwable) - Constructor for exception de.minee.jpa.DatabaseException
 
DatabaseException(Throwable) - Constructor for exception de.minee.jpa.DatabaseException
 
de.minee.cdi - package de.minee.cdi
 
de.minee.env - package de.minee.env
 
de.minee.jpa - package de.minee.jpa
 
de.minee.rest - package de.minee.rest
 
de.minee.rest.annotation - package de.minee.rest.annotation
 
de.minee.rest.parser - package de.minee.rest.parser
 
de.minee.rest.path - package de.minee.rest.path
 
de.minee.rest.renderer - package de.minee.rest.renderer
 
de.minee.util - package de.minee.util
 
de.minee.util.logging - package de.minee.util.logging
 
delete(T) - Method in class de.minee.jpa.AbstractDAO
Directly deletes a Object and recursively its children.
delete(S, Connection, Cascade) - Static method in class de.minee.jpa.PreparedDelete
 
deleteShallow(T) - Method in class de.minee.jpa.AbstractDAO
Deletes a Object.
dropTable(Class<?>) - Method in class de.minee.jpa.AbstractDAO
 
dropTable(String) - Method in class de.minee.jpa.AbstractDAO
 

E

end() - Method in class de.minee.jpa.AbstractJoinClause
 
Environment - Class in de.minee.env
The aim of this class is to get easy access to environment based properties.
Environment() - Constructor for class de.minee.env.Environment
 
equals(Object) - Method in class de.minee.util.Pair
 
error(String, Throwable) - Method in class de.minee.util.logging.Logger
 
error(Throwable) - Method in class de.minee.util.logging.Logger
 
escape(String) - Static method in class de.minee.rest.renderer.AbstractRenderer
 
execute() - Method in interface de.minee.jpa.AbstractDAO.UpdateData
 
execute() - Method in class de.minee.jpa.AbstractJoinClause
 
execute(Collection<?>) - Method in class de.minee.jpa.AbstractJoinClause
 
execute() - Method in class de.minee.jpa.AbstractStatement
 
execute(Collection<?>) - Method in class de.minee.jpa.AbstractStatement
 
execute() - Method in class de.minee.jpa.InitialQueryConnection
 
execute(Collection<?>) - Method in class de.minee.jpa.InitialQueryConnection
 
execute(T) - Method in class de.minee.jpa.PreparedDelete
Executes a prepared delete statement on element objectToDelete.
execute(Collection<?>) - Method in class de.minee.jpa.SelectStatement
Executes a prepared statement by handing over the query arguments.
execute() - Method in class de.minee.jpa.SelectStatement
Executes the Query.
executeGet(Field, Object) - Static method in class de.minee.util.ReflectionUtil
Performs a direct get from the field without calling a getter method.
executeGet(String, Object) - Static method in class de.minee.util.ReflectionUtil
 
executeNative(String, Object...) - Method in class de.minee.jpa.AbstractDAO
 
executeQuery(PreparedStatement, AbstractPreparedQuery.ResultSetConsumer) - Static method in class de.minee.jpa.AbstractQuery
 
executeQuery(String, AbstractPreparedQuery.ResultSetConsumer) - Method in class de.minee.jpa.AbstractQuery
 
executeSelect(String[], InitialQueryConnection<T, AbstractStatement<T>>) - Method in class de.minee.rest.path.ManagedPath
 
executeSet(Field, Object, Object) - Static method in class de.minee.util.ReflectionUtil
Performs a direct setting into the field without calling a setter method.

F

first() - Method in class de.minee.util.Pair
 
forCreate(Class<?>) - Method in class de.minee.rest.renderer.HtmlRenderer
 
forCreate(Class<?>) - Method in class de.minee.rest.renderer.JsonRenderer
 
forCreate(Class<?>) - Method in interface de.minee.rest.renderer.Renderer
 
forCreate(Class<?>) - Method in class de.minee.rest.renderer.XmlRenderer
 
forEach(Object, Consumer<Object>) - Static method in class de.minee.rest.renderer.AbstractRenderer
 
forEdit(Object) - Method in class de.minee.rest.renderer.HtmlRenderer
 
forEdit(Object) - Method in class de.minee.rest.renderer.JsonRenderer
 
forEdit(Object) - Method in interface de.minee.rest.renderer.Renderer
 
forEdit(Object) - Method in class de.minee.rest.renderer.XmlRenderer
 
ForwardJoinClause<S,T> - Class in de.minee.jpa
 
ForwardJoinPathPart<T> - Class in de.minee.rest.path
Handles restrictions on the resources child elements.
ForwardJoinPathPart(Class<T>, String) - Constructor for class de.minee.rest.path.ForwardJoinPathPart
 

G

get(String) - Method in class de.minee.env.Environment
Get the value of an environment variable.
get(String) - Method in class de.minee.rest.Cookies
 
getAll(Object) - Static method in class de.minee.util.ReflectionUtil
Get all field values of the source object as key value map.
getAllFields(Class<?>) - Static method in class de.minee.util.ReflectionUtil
Returns a list of all fields of the class and its parent classes.
getAllMethods(Class<?>) - Static method in class de.minee.util.ReflectionUtil
Returns a list of all methods of the class and its parent classes.
getCollectionType(Field) - Static method in class de.minee.util.ReflectionUtil
 
getConnection() - Method in class de.minee.jpa.AbstractDAO
 
getConnection() - Method in class de.minee.jpa.AbstractQuery
 
getConnectionString() - Method in class de.minee.jpa.AbstractAndOrConnection
 
getConnectionString() - Method in class de.minee.jpa.AbstractDAO
 
getConnectionString() - Method in class de.minee.jpa.AndQueryConnection
 
getConnectionString() - Method in class de.minee.jpa.InitialQueryConnection
 
getConnectionString() - Method in class de.minee.jpa.OrQueryConnection
 
getContentType() - Method in class de.minee.rest.renderer.HtmlRenderer
 
getContentType() - Method in class de.minee.rest.renderer.JsonRenderer
 
getContentType() - Method in interface de.minee.rest.renderer.Renderer
 
getContentType() - Method in class de.minee.rest.renderer.XmlRenderer
 
getCookies() - Method in class de.minee.rest.RequestContext
 
getDbObject(Object) - Static method in class de.minee.jpa.MappingHelper
 
getDeclaredField(Class<?>, String) - Static method in class de.minee.util.ReflectionUtil
Returns the Field with name fieldname of the class cls or its parent class.
getDefaultPrimitive(Class<?>) - Static method in class de.minee.jpa.MappingHelper
 
getEnum(Class<?>, String) - Static method in class de.minee.jpa.MappingHelper
 
getEnvironmentVariable(String) - Static method in class de.minee.env.Environment
Get the value of an environment variable.
getFields(Object) - Method in class de.minee.rest.renderer.AbstractRenderer
 
getId(Object) - Static method in class de.minee.jpa.MappingHelper
 
getInstance(Class<T>) - Static method in class de.minee.cdi.CdiUtil
Creates an instance of type cls.
getJoinClause() - Method in class de.minee.jpa.WhereClause
 
getLogger(Class<?>) - Static method in class de.minee.util.logging.Logger
 
getMethod(Class<?>, String) - Static method in class de.minee.util.ReflectionUtil
Returns the Method with name method of the class cls or its parent class.
getPassword() - Method in class de.minee.jpa.AbstractDAO
 
getProxy(Class<T>) - Static method in class de.minee.util.ProxyFactory
Creates a proxy instance on which you can check what method is called.
getProxy(Class<T>, MethodHandler, Class<?>[], Object[]) - Static method in class de.minee.util.ProxyFactory
Creates a proxy instance which is intercepted by the methodHandler.
getQueryConnection() - Method in class de.minee.jpa.AbstractJoinClause
 
getRequest() - Method in class de.minee.rest.RequestContext
 
getStatement() - Method in class de.minee.jpa.AbstractAndOrConnection
 
getType() - Method in class de.minee.jpa.AbstractStatement
Returns the table class for this statement.
getTypeByName(String) - Method in class de.minee.rest.HateoesContext
 
getUserName() - Method in class de.minee.jpa.AbstractDAO
 
gt(S) - Method in class de.minee.jpa.WhereClause
 
gt() - Method in class de.minee.jpa.WhereClause
 

H

handleId(T, Field, Object) - Method in class de.minee.jpa.AbstractPreparedQuery
 
hashCode() - Method in class de.minee.util.Pair
 
HateoesContext - Class in de.minee.rest
 
HateoesContext() - Constructor for class de.minee.rest.HateoesContext
 
HtmlRenderer - Class in de.minee.rest.renderer
 
HtmlRenderer() - Constructor for class de.minee.rest.renderer.HtmlRenderer
 

I

in(S...) - Method in class de.minee.jpa.WhereClause
Checks the property to be one of the specified values of inElements.
info(String) - Method in class de.minee.util.logging.Logger
 
info(Supplier<String>) - Method in class de.minee.util.logging.Logger
 
init() - Method in class de.minee.cdi.CdiAwareHttpServlet
 
init() - Method in class de.minee.rest.RestServlet
 
InitialQueryConnection<T,U extends AbstractStatement<T>> - Class in de.minee.jpa
 
InitialQueryConnection(U, Connection) - Constructor for class de.minee.jpa.InitialQueryConnection
 
insert(T) - Method in class de.minee.jpa.AbstractDAO
Deep insert of the Object and recursively their children.
insert(S, Connection, Cascade) - Static method in class de.minee.jpa.PreparedInsert
 
insertShallow(T) - Method in class de.minee.jpa.AbstractDAO
 
invoke(Method, Object, Object...) - Static method in class de.minee.util.ReflectionUtil
 
IParameterPathPart - Interface in de.minee.rest.path
 
IPathPart - Interface in de.minee.rest.path
 
is() - Method in class de.minee.jpa.WhereClause
Checks the property to be equal to given value.
is(S) - Method in class de.minee.jpa.WhereClause
Checks the property to be equal to isEqual.
isBaseClass(Class<?>) - Static method in class de.minee.rest.renderer.AbstractRenderer
 
isDirectPrintable(Class<?>) - Static method in class de.minee.rest.renderer.AbstractRenderer
 
isMatch(String) - Method in class de.minee.rest.path.AbstractVariablePathPart
 
isMatch(String) - Method in class de.minee.rest.path.ConstantPathPart
The path part is only a match if the path is exactly the same.
isMatch(String) - Method in interface de.minee.rest.path.IPathPart
Returns true if the pathPart is a valid parameter for this Resource.
isMatch(String) - Method in class de.minee.rest.path.ManagedPath
 
isMatch(String) - Method in class de.minee.rest.path.ParameterizedPath
 
isMatch(String) - Method in class de.minee.rest.path.ParameterPathPart
 
isNot(S) - Method in class de.minee.jpa.WhereClause
Checks the property to not be equal to isNot.
isNull() - Method in class de.minee.jpa.WhereClause
Checks the property to be null.
isNumber(Class<?>) - Static method in class de.minee.rest.renderer.AbstractRenderer
 
isSupportedType(Class<?>) - Static method in class de.minee.jpa.MappingHelper
 

J

join(Class<S>) - Method in class de.minee.jpa.InitialQueryConnection
 
join(Function<T, S>) - Method in class de.minee.jpa.InitialQueryConnection
 
JsonParser - Class in de.minee.rest.parser
 
JsonParser() - Constructor for class de.minee.rest.parser.JsonParser
 
JsonRenderer - Class in de.minee.rest.renderer
 
JsonRenderer() - Constructor for class de.minee.rest.renderer.JsonRenderer
 
JsonTokenizer - Class in de.minee.rest.parser
 

L

Logger - Class in de.minee.util.logging
Central class for MinEE Logging purposes.
lt(S) - Method in class de.minee.jpa.WhereClause
 
lt() - Method in class de.minee.jpa.WhereClause
 

M

ManagedPath<T> - Class in de.minee.rest.path
 
ManagedPath(HateoesContext, String, Class<T>) - Constructor for class de.minee.rest.path.ManagedPath
 
mappingDelete - Variable in class de.minee.jpa.AbstractPreparedQuery
 
mappingDeleteAll - Variable in class de.minee.jpa.AbstractPreparedQuery
 
MappingException - Exception in de.minee.jpa
 
MappingException(String) - Constructor for exception de.minee.jpa.MappingException
 
MappingHelper - Class in de.minee.jpa
 
mappingInsert - Variable in class de.minee.jpa.AbstractPreparedQuery
 
mappingSelect - Variable in class de.minee.jpa.AbstractPreparedQuery
 
mapType(Class<?>) - Static method in class de.minee.jpa.MappingHelper
 
matchParamName(String) - Method in class de.minee.rest.path.ConstantPathPart
 
matchParamName(String) - Method in interface de.minee.rest.path.IParameterPathPart
 
matchParamName(String) - Method in class de.minee.rest.path.ParameterPathPart
 
merge(T) - Method in class de.minee.jpa.AbstractDAO
 
mergeShallow(T) - Method in class de.minee.jpa.AbstractDAO
 

O

on(Function<S, T>) - Method in class de.minee.jpa.BackwardJoinClause
 
Operation - Enum in de.minee.rest
 
or() - Method in class de.minee.jpa.AbstractStatement
 
OrQueryConnection<T,U extends AbstractStatement<T>> - Class in de.minee.jpa
 
OrQueryConnection(U) - Constructor for class de.minee.jpa.OrQueryConnection
 

P

Pair<S,T> - Class in de.minee.util
 
Pair(S, T) - Constructor for class de.minee.util.Pair
 
ParameterizedPath - Class in de.minee.rest.path
 
ParameterizedPath(String) - Constructor for class de.minee.rest.path.ParameterizedPath
 
ParameterPathPart - Class in de.minee.rest.path
 
ParameterPathPart(String) - Constructor for class de.minee.rest.path.ParameterPathPart
 
paramPos(String) - Method in class de.minee.rest.path.ParameterizedPath
 
parse(String, Class<T>) - Method in class de.minee.rest.parser.JsonParser
 
parse(String, Class<T>) - Method in interface de.minee.rest.parser.Parser
 
Parser - Interface in de.minee.rest.parser
 
ParserException - Exception in de.minee.rest.parser
 
ParserException(String) - Constructor for exception de.minee.rest.parser.ParserException
 
ParserException(String, Throwable) - Constructor for exception de.minee.rest.parser.ParserException
 
ParserException(Throwable) - Constructor for exception de.minee.rest.parser.ParserException
 
parseType(String, Class<?>) - Static method in class de.minee.jpa.MappingHelper
 
PathParam - Annotation Type in de.minee.rest
 
PathPartFactory - Class in de.minee.rest.path
 
Persistent - Annotation Type in de.minee.rest
 
PreparedDelete<T> - Class in de.minee.jpa
 
PreparedDelete(Class<T>, Connection, Cascade) - Constructor for class de.minee.jpa.PreparedDelete
Creates a PreparedStatement for a delete query.
prepareDelete(Field) - Method in class de.minee.jpa.AbstractPreparedQuery
 
PreparedInsert<T> - Class in de.minee.jpa
 
PreparedInsert(Class<T>, Connection, Cascade) - Constructor for class de.minee.jpa.PreparedInsert
Creates a PreparedStatement for a insert query.
prepareInsert(Field) - Method in class de.minee.jpa.AbstractPreparedQuery
 
prepareSelect(Field) - Method in class de.minee.jpa.AbstractPreparedQuery
 
Produces - Annotation Type in de.minee.rest.annotation
 
ProxyException(String, Throwable) - Constructor for exception de.minee.util.ProxyFactory.ProxyException
 
ProxyFactory - Class in de.minee.util
 
ProxyFactory.ProxyException - Exception in de.minee.util
 

Q

query(String) - Method in class de.minee.jpa.AbstractStatement
Adds a plain SQL Where string to the Query.
query(String) - Method in class de.minee.jpa.InitialQueryConnection
 

R

ReflectionUtil - Class in de.minee.util
 
remove(String) - Method in class de.minee.rest.Cookies
 
render(Object) - Method in class de.minee.rest.renderer.HtmlRenderer
 
render(Object) - Method in class de.minee.rest.renderer.JsonRenderer
 
render(Object) - Method in interface de.minee.rest.renderer.Renderer
 
render(Object) - Method in class de.minee.rest.renderer.XmlRenderer
 
Renderer - Interface in de.minee.rest.renderer
 
RequestContext - Class in de.minee.rest
 
RequestContext() - Constructor for class de.minee.rest.RequestContext
 
RestException - Exception in de.minee.rest
 
RestException(String) - Constructor for exception de.minee.rest.RestException
 
RestException(String, Throwable) - Constructor for exception de.minee.rest.RestException
 
RestResource - Annotation Type in de.minee.rest.annotation
Marks a Field as fully managed RestResource.
RestServlet - Class in de.minee.rest
 
RestServlet() - Constructor for class de.minee.rest.RestServlet
 

S

Scope - Enum in de.minee.cdi
 
second() - Method in class de.minee.util.Pair
 
select(Class<T>) - Method in class de.minee.jpa.AbstractDAO
Creates a Query for selecting Objects of type clazz.
select(Class<S>, Connection) - Static method in class de.minee.jpa.SelectStatement
 
SelectStatement<T> - Class in de.minee.jpa
 
SelectStatement(Class<T>, Connection) - Constructor for class de.minee.jpa.SelectStatement
Creates a new Select Statement for table cls
service(HttpServletRequest, HttpServletResponse) - Method in class de.minee.rest.RestServlet
 
setCookies(Cookies) - Method in class de.minee.rest.RequestContext
 
setRequest(HttpServletRequest) - Method in class de.minee.rest.RequestContext
 
SimplePathPart<T> - Class in de.minee.rest.path
 
SimplePathPart(Class<T>, String) - Constructor for class de.minee.rest.path.SimplePathPart
 
size() - Method in class de.minee.rest.path.ManagedPath
 
Stateless - Annotation Type in de.minee.cdi
 

T

toString() - Method in class de.minee.jpa.AbstractAndOrConnection
 
toString() - Method in class de.minee.jpa.AbstractStatement
 
toString() - Method in class de.minee.jpa.WhereClause
 
toString() - Method in class de.minee.rest.path.AbstractVariablePathPart
 
toString() - Method in class de.minee.rest.path.ConstantPathPart
 
toString() - Method in class de.minee.rest.path.ManagedPath
 
toString() - Method in class de.minee.rest.path.ParameterizedPath
 
toString() - Method in class de.minee.rest.path.ParameterPathPart
 
toString(AbstractRenderer.Entry) - Method in class de.minee.rest.renderer.AbstractRenderer
Applies the toString method on the value Object of entry.
toString() - Method in class de.minee.util.Pair
 

U

update(T) - Method in class de.minee.jpa.AbstractDAO
 
updateData(AbstractDAO.UpdateData) - Method in class de.minee.jpa.AbstractDAO
This method is supposed to allow Data changes during the updateDatabaseSchema process.
updateDatabaseSchema(int) - Method in class de.minee.jpa.AbstractDAO
If the database is newly created oldDbSchemaVersion will initially be 0.
updateShallow(T) - Method in class de.minee.jpa.AbstractDAO
 
updateTable(Class<?>) - Method in class de.minee.jpa.AbstractDAO
 
updateTable(Class<?>, boolean) - Method in class de.minee.jpa.AbstractDAO
 

V

valueOf(String) - Static method in enum de.minee.cdi.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.minee.jpa.Cascade
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.minee.rest.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.minee.cdi.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.minee.jpa.Cascade
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.minee.rest.Operation
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class de.minee.util.logging.Logger
 
warn(String, Throwable) - Method in class de.minee.util.logging.Logger
 
warn(Throwable) - Method in class de.minee.util.logging.Logger
 
where(Function<T, S>) - Method in class de.minee.jpa.AbstractAndOrConnection
Adds a further 'where' clause into the statement.
WhereClause<S,T,U extends AbstractStatement<T>> - Class in de.minee.jpa
 
WhereClause(Function<T, S>, U) - Constructor for class de.minee.jpa.WhereClause
General Class for holding the "Where" information of any SQL Statement.

X

XmlRenderer - Class in de.minee.rest.renderer
 
XmlRenderer() - Constructor for class de.minee.rest.renderer.XmlRenderer
 
A B C D E F G H I J L M O P Q R S T U V W X 
Skip navigation links

Copyright © 2019. All rights reserved.