MCPcopy Index your code

hub / github.com/BatooOrg/BatooJPA / functions

Functions6,989 in github.com/BatooOrg/BatooJPA

↓ 684 callersMethodadd
Add the given single value to the current list of values for the given key. @param key the key @param value the value to be add
batoo-jpa/src/main/java/org/batoo/common/util/MultiValueMap.java:47
↓ 511 callersMethodpersist
Make an instance managed and persistent. @param entity the entity instance @throws EntityExistsException if the entity already
persistence-api/src/main/java/javax/persistence/EntityManager.java:489
↓ 385 callersMethodcommit
Commit the current resource transaction, writing any unflushed changes to the database. @throws IllegalStateException if isActive() is fa
persistence-api/src/main/java/javax/persistence/EntityTransaction.java:24
↓ 368 callersMethodsize
Create an expression that tests the size of a collection. @param collection collection @param <C> the type of the collection @r
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:1447
↓ 347 callersMethodget
Returns the mapping value of instance. @param instance the instance of which the value to be returned @return the mapping value of instanc
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:49
↓ 346 callersMethodaddChild
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedSet.java:144
↓ 344 callersMethodgetName
Returns the name of the column. @return the name of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:99
↓ 283 callersMethodclose
Close an application-managed entity manager. After the close method has been invoked, all methods on the EntityManager instance and any Query and Type
persistence-api/src/main/java/javax/persistence/EntityManager.java:28
↓ 241 callersMethodgetTree
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:16269
↓ 230 callersMethodput
Puts the instance into the session. @param <X> the type of the instance @param instance the instance to put into the session @
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/SessionImpl.java:587
↓ 174 callersMethodgetAttribute
Returns the attribute of the mapping @return the attribute of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:85
↓ 172 callersMethodtoString
Typecast. Returns same expression object. @param character expression @return Expression<String>
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:1660
↓ 170 callersMethodgetType
Returns the bindable entity type. @return the bindable entity type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:114
↓ 167 callersMethodfind
Find by primary key. Search for an entity of the specified class and primary key. If the entity instance is contained in the persistence context it is
persistence-api/src/main/java/javax/persistence/EntityManager.java:170
↓ 164 callersMethodgetChild
Returns the mapping corresponding to the name. @param name the name of the child mapping @return the mapping or null @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/RootMapping.java:43
↓ 163 callersMethodem
Returns the Entity Manager @return the Entity Manager @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/BaseCoreTest.java:225
↓ 154 callersMethodgetJavaType
Returns the javaType of the mapping. @return the javaType of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:67
↓ 136 callersMethodcq
Creates and returns a JPQL query. @param qlString the query string @param resultClass the result class @return the query @sinc
batoo-jpa/src/test/java/org/batoo/jpa/core/test/BaseCoreTest.java:173
↓ 128 callersMethodcreate
(Class<?> clazz)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/Enhancer.java:109
↓ 128 callersMethodgetResultList
Execute a SELECT query and return the query results as an untyped List. @return a list of the results @throws IllegalStateException if ca
persistence-api/src/main/java/javax/persistence/Query.java:195
↓ 124 callersMethodgetAlias
Returns the generated alias for the parameter. @param parameter the parameter @return the alias @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:80
↓ 117 callersMethodjoin
Returns the join SQL for the mapping. @return the join SQL for the mapping @param parentAlias the parent table alias @param alias
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:176
↓ 111 callersMethodgetAnnotation
Returns the annotation instance if the <code>member</code> has the <code>annotation</code>. @param member the member @param annotation
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:269
↓ 94 callersMethodvalues
Create an expression that returns the values of a map. @param map map @param <V> type of the value @param <M> type o
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:1761
↓ 92 callersMethodcontains
Whether the cache contains data for the given entity. @param cls entity class @param primaryKey primary key @return boolean ind
persistence-api/src/main/java/javax/persistence/Cache.java:18
↓ 90 callersMethodsetParameter
Bind an instance of java.util.Calendar to a positional parameter. @param position @param value parameter value @param temporalType @return
persistence-api/src/main/java/javax/persistence/Query.java:296
↓ 83 callersMethodgetLocator
Returns the locator of the column. @return the locator of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:81
↓ 80 callersMethoddebug
Convenience method to log a message @param message the message
batoo-jpa/src/main/java/org/batoo/common/log/BLogger.java:58
↓ 80 callersMethodset
Sets the mapping value of instance. @param instance the instance of which the value to set @param value the value to set @sinc
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:133
↓ 78 callersMethodtoArray
Return the values of the result tuple elements as an array. @return tuple element values
persistence-api/src/main/java/javax/persistence/Tuple.java:86
↓ 77 callersMethodbegin
Start a resource transaction. @throws IllegalStateException if isActive() is true
persistence-api/src/main/java/javax/persistence/EntityTransaction.java:14
↓ 76 callersMethodgetInstance
Returns the instance. @return the instance @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:548
↓ 75 callersMethodgetMetamodel
Returns the metamodel. @return the metamodel @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:128
↓ 75 callersMethodthrowNotImplemented
()
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/PreparedStatementProxy.java:1184
↓ 73 callersMethodgetSingleResult
Execute a SELECT query that returns a single untyped result. @return the result @throws NoResultException if there is no result @throws N
persistence-api/src/main/java/javax/persistence/Query.java:219
↓ 73 callersMethodlength
Create expression to return length of a string. @param x string expression @return length expression
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:866
↓ 72 callersMethodmE
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:620
↓ 71 callersMethodhasNext
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/WrappedIterator.java:53
↓ 71 callersMethodremove
Remove the entity instance. @param entity the entity instance @throws IllegalArgumentException if the instance is not an entit
persistence-api/src/main/java/javax/persistence/EntityManager.java:595
↓ 69 callersMethodaddAll
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedSet.java:127
↓ 67 callersMethodisNotBlank
<p> Checks if a String is not empty (""), not null and not whitespace only. </p> <pre> StringUtils.isNotBlank(null) = false StringUtils.isNotBla
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:685
↓ 67 callersMethodquery
Calls query after checking the parameters to ensure nothing is null. @param conn The connection to use for the query call. @param closeCon
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/dbutils/QueryRunner.java:261
↓ 64 callersMethodgetId
Returns the id of the entity. @return the id
batoo-jpa/src/test/java/org/batoo/jpa/core/test/generic/Persistable.java:38
↓ 59 callersMethodgetProperty
Returns the persistence property. @param key the key for the property @return the value of the property or null @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:657
↓ 59 callersMethodgetValue
Returns the value for the column @param connection the connection @param instance the instance @return the value @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:158
↓ 57 callersMethodvalue
Create a path expression that corresponds to the map value. This method is for stylistic use only: it just returns this. @return path corresponding t
persistence-api/src/main/java/javax/persistence/criteria/MapJoin.java:47
↓ 55 callersMethodupdate
Calls update after checking the parameters to ensure nothing is null. @param connection The connection to use for the update call. @param
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/dbutils/QueryRunner.java:386
↓ 54 callersMethodgetLocator
Returns the locator. @return the locator @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/LocatableMatadata.java:38
↓ 51 callersMethodgetName
Returns the name of the AbstractMapping. @return the name of the AbstractMapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:85
↓ 51 callersMethodnext
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/WrappedIterator.java:62
↓ 50 callersMethodmT
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:1010
↓ 49 callersMethodgetName
Returns the name of the Bindable. @return the name of the Bindable. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/BindableMetadata.java:36
↓ 49 callersMethodisBlank
<p> Checks if a String is whitespace, empty ("") or null. </p> <pre> StringUtils.isBlank(null) = true StringUtils.isBlank("") = true Stri
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:654
↓ 48 callersMethodgetPrecision
Returns the precision of the column. @return the precision of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:108
↓ 48 callersMethodunwrap
Return an object of the specified type to allow access to the provider-specific API. If the provider's query implementation does not support the speci
persistence-api/src/main/java/javax/persistence/Query.java:420
↓ 46 callersMethodconsume
Consumes the ORM file with the given input stream. @param is the input stream @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/OrmParser.java:75
↓ 46 callersMethodgetMapping
Returns child mapping of the <code>type</code>. @param path the path @return the child mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralMappingEx.java:127
↓ 45 callersMethodreset
Resets the prepared statement and returns itself @return self @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/PreparedStatementProxy.java:633
↓ 44 callersMethodcreateQuery
Create an instance of TypedQuery for executing a criteria query. @param criteriaQuery a criteria query object @param <T> query
persistence-api/src/main/java/javax/persistence/EntityManager.java:114
↓ 44 callersMethodgetJdbcAdaptor
Returns the JDBC Adaptor. @return the JDBC Adaptor @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:111
↓ 43 callersMethodfrom
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots. @param entityClass the
persistence-api/src/main/java/javax/persistence/criteria/AbstractQuery.java:38
↓ 43 callersMethodgetObject
Returns the object that caused this exception. @return the entity
persistence-api/src/main/java/javax/persistence/LockTimeoutException.java:86
↓ 43 callersMethodmN
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:854
↓ 42 callersMethodsynpred18_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19089
↓ 41 callersMethodsynpred19_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19383
↓ 41 callersMethodtransform
Invoked when a class is being loaded or redefined. The implementation of this method may transform the supplied class file and return a new replacemen
persistence-api/src/main/java/javax/persistence/spi/ClassTransformer.java:30
↓ 40 callersMethodgetRootType
Returns the root type of the hierarchy. @return the root type of the hierarchy @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1496
↓ 40 callersMethodsubstring
Create an expression for substring extraction. Extracts a substring starting at the specified position through to end of the string. First position is
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:1489
↓ 39 callersMethodfetch
Create a fetch join to the specified collection-valued attribute using an inner join. @param attribute target of the join @param <Y>
persistence-api/src/main/java/javax/persistence/criteria/FetchParent.java:27
↓ 39 callersMethodgetLogger
Returns an instance of BLogger for the class @param clazz the class of the log @return the logger - {@link BLoggerFactory}
batoo-jpa/src/main/java/org/batoo/common/log/BLoggerFactory.java:74
↓ 38 callersMethodgetCriteriaBuilder
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects. @return CriteriaBuilder instance @throws IllegalStateException
persistence-api/src/main/java/javax/persistence/EntityManager.java:284
↓ 37 callersMethodselect
Specify the item that is to be returned as the subquery result. Replaces the previously specified selection, if any. @param expression exp
persistence-api/src/main/java/javax/persistence/criteria/Subquery.java:184
↓ 36 callersMethodgetRoot
Returns the root of the mapping. @return the root of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:112
↓ 36 callersMethodmR
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:958
↓ 35 callersMethodformat
(DetailLevel level, String message, Object... params)
batoo-jpa/src/main/java/org/batoo/common/impl/log/BLoggerImpl.java:322
↓ 35 callersMethodmA
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:516
↓ 34 callersMethodgetParent
Returns the parent of the mapping. @return the parent of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:94
↓ 33 callersMethodclear
Clear the persistence context, causing all managed entities to become detached. Changes made to entities that have not been flushed to the database wi
persistence-api/src/main/java/javax/persistence/EntityManager.java:17
↓ 33 callersMethoditerator
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedSet.java:350
↓ 32 callersMethodalias
Assigns an alias to the selection item. Once assigned, an alias cannot be changed or reassigned. Returns the same selection item. @param name
persistence-api/src/main/java/javax/persistence/criteria/Selection.java:22
↓ 32 callersMethodem
Returns the Entity Manager @return the Entity Manager @since 2.0.0
community/src/test/java/org/batoo/jpa/community/test/BaseCoreTest.java:229
↓ 32 callersMethodmO
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:880
↓ 31 callersMethodwhere
Modify the subquery to restrict the result according to the specified boolean expression. Replaces the previously added restriction(s), if any. This m
persistence-api/src/main/java/javax/persistence/criteria/Subquery.java:194
↓ 30 callersMethodmS
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:984
↓ 30 callersMethodperson
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/jpql/simple/SimpleJpqlTest.java:77
↓ 28 callersMethodcreateConstant
Checks to see the constant expression is not null and basic type. @param x the constant value @return the type of the constant @param <X>
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:346
↓ 28 callersMethodcreateQuery
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:380
↓ 28 callersMethodgetClazz
Returns the clazz of the managed type. @return the clazz of the managed type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/ManagedTypeMetadatImpl.java:153
↓ 28 callersMethodmI
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:724
↓ 27 callersMethodinfo
Convenience method to log a message @param message the message
batoo-jpa/src/main/java/org/batoo/common/log/BLogger.java:190
↓ 27 callersMethodsetProperty
Set an entity manager property or hint. If a vendor-specific property or hint is not recognized, it is silently ignored. @param propertyName
persistence-api/src/main/java/javax/persistence/EntityManager.java:615
↓ 26 callersMethodmerge
Merge the state of the given entity into the current persistence context. @param entity the entity instance @param <T> the obje
persistence-api/src/main/java/javax/persistence/EntityManager.java:472
↓ 26 callersMethodput
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedMap.java:341
↓ 25 callersMethodequals
(Object obj)
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/ItemPk.java:50
↓ 25 callersMethodgetDeclaringType
Return the managed type representing the type in which the attribute was declared. @return declaring type
persistence-api/src/main/java/javax/persistence/metamodel/Attribute.java:59
↓ 25 callersMethodgetQName
Returns the qualified name of the table. @return the qualified name of the table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:464
↓ 25 callersMethodmC
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:568
↓ 25 callersMethodmL
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:802
↓ 25 callersMethodsort
Sorts the managed instances based on their dependencies. <p> Below is the array of callbacks: <ul> <li>Element 0, has PreRemove callback <li>Element 1
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/Prioritizer.java:65
↓ 25 callersMethodsynpred21_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19201
next →1–100 of 6,989, ranked by callers