MCPcopy Create free account

hub / github.com/BatooOrg/BatooJPA / functions

Functions6,989 in github.com/BatooOrg/BatooJPA

↓ 12 callersMethodgetKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo.java:121
↓ 12 callersMethodgetMappingType
Returns the type of the mapping. @return the type of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:105
↓ 12 callersMethodgetName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/Person.java:131
↓ 12 callersMethodgetPhoneNumbers
Returns the phoneNumbers. @return the phoneNumbers @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytomanytomany/Customer.java:96
↓ 12 callersMethodgetSession
Returns the session. @return the session @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:698
↓ 12 callersMethodgetTableAlias
Returns the alias for the table. <p> if table does not have an alias, it is generated. @param query the query @param table the
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/Joinable.java:56
↓ 12 callersMethodisEmpty
Determine whether the given array is empty: i.e. <code>null</code> or of zero length. @param array the array to check @return <code>true</
batoo-jpa/src/main/java/org/batoo/common/util/ObjectUtils.java:311
↓ 12 callersMethodisId
Returns if the mapping corresponds to an id field. @return <code>true</code> if the mapping corresponds to an id field, <code>false</code> otherwise
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/SingularMapping.java:52
↓ 12 callersMethodmG
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:672
↓ 12 callersMethodsplit
Split a String at the first occurrence of the delimiter. Does not include the delimiter in the result. @param toSplit the string to split
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:861
↓ 12 callersMethodsynpred22_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19369
↓ 12 callersMethodsynpred24_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19215
↓ 12 callersMethodtoJdbc
convert java objects to jdbc friendly @param value jdbc raw value @param javaType type of value @param temporalType
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ValueConverter.java:218
↓ 11 callersMethod__enhanced__$$__getManagedInstance
Returns the managed instance of the instance. @return the managed instance of the instance @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/EnhancedInstance.java:41
↓ 11 callersMethodcreateParent
Returns a newly created parent. @param baseId the base id @return @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/MergeTest.java:71
↓ 11 callersMethodequals
{@inheritDoc}
batoo-jpa/src/test/java/org/batoo/jpa/core/test/method/Person.java:76
↓ 11 callersMethodgetAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Person.java:84
↓ 11 callersMethodgetAddresses1
Returns the addresses1 of the Person. @return the addresses1 of the Person @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/Person.java:100
↓ 11 callersMethodgetAllocationSize
Returns the allocation size of the generator. @return the allocation size of the generator @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/GeneratorMetadata.java:36
↓ 11 callersMethodgetBindableJavaType
Return the Java type of the represented object. If the bindable type of the object is <code>PLURAL_ATTRIBUTE</code>, the Java element type is returned
persistence-api/src/main/java/javax/persistence/metamodel/Bindable.java:39
↓ 11 callersMethodgetColumnDefinition
Returns the static definition of the column. @return the static definition of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:54
↓ 11 callersMethodgetKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/joined/Bar.java:64
↓ 11 callersMethodgetTypeDescriptor
Returns the entity descriptor of the mapping @return the entiy descriptor of the mapping @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/RootMapping.java:72
↓ 11 callersMethodindent
Indents the <code>string</code> by one <code>tab</code>. @param str string to indent @return the indented string @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/util/BatooUtils.java:97
↓ 11 callersMethodisEmpty
Return <code>true</code> if the supplied Collection is <code>null</code> or empty. Otherwise, return <code>false</code>. @param collection
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:440
↓ 11 callersMethodisOwner
Returns if the association is the owner side. @return true if the association is the owner side @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AssociationMappingImpl.java:448
↓ 11 callersMethodisPmdBroken
Returns if the PMD is Broken for the adaptor. @return true if the PMD is Broken for the adaptor, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:1137
↓ 11 callersMethodisPrimaryKey
Returns if the column is a primary key column. @return true if the column is a primary key column false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:194
↓ 11 callersMethodisUnique
Returns the unique of the column. @return the unique of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:203
↓ 11 callersMethodmF
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:646
↓ 11 callersMethodmP
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:906
↓ 11 callersMethodputAll
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedMap.java:368
↓ 11 callersMethodrollback
Roll back the current resource transaction. @throws IllegalStateException if isActive() is false @throws PersistenceException
persistence-api/src/main/java/javax/persistence/EntityTransaction.java:52
↓ 11 callersMethodsetValue
Sets the value of the Foo1. @param value the value to set for Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/Foo.java:106
↓ 11 callersMethodsetValue
Sets the value for the instance @param instance the instance of which to set value @param value the value to set @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:242
↓ 11 callersMethodsynpred8_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19257
↓ 10 callersMethodall_or_any_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:17344
↓ 10 callersMethodcannotDereference
returns cannot dereference exception. @param name the attribute name @return the exception @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/AbstractPath.java:70
↓ 10 callersMethodcq
Creates and returns a JPQL query. @param qlString the query string @param resultClass the result class @return the query @sinc
community/src/test/java/org/batoo/jpa/community/test/BaseCoreTest.java:177
↓ 10 callersMethodcreateNamedQuery
Create an instance of Query for executing a named query (in the Java Persistence query language or in native SQL). @param name the name of
persistence-api/src/main/java/javax/persistence/EntityManager.java:50
↓ 10 callersMethodequals
(Object object)
community/src/test/java/org/batoo/jpa/community/test/i152/Kid.java:54
↓ 10 callersMethodgetAccessType
Returns the default access type. @return the default access type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:51
↓ 10 callersMethodgetClassName
Returns the name of the class of the entity. @return the name of the class of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/ManagedTypeMetadata.java:59
↓ 10 callersMethodgetClassloader
Returns the classloader of the PersistenceParser. @return the classloader of the PersistenceParser @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:43
↓ 10 callersMethodgetConverter
Returns the converter of the expression. @return the converter of the expression @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractExpression.java:110
↓ 10 callersMethodgetDeclaredAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/ManagedTypeImpl.java:216
↓ 10 callersMethodgetIdType
Returns the idType of the column. @return the idType of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:63
↓ 10 callersMethodgetItem
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Order.java:129
↓ 10 callersMethodgetKey
Returns the key of the Joinable. @return the key of the Joinable @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Joinable.java:69
↓ 10 callersMethodgetMappedBy
Returns the name of the bidirectional owner association attribute. @return the name of the bidirectional owner association attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/MappableAssociationAttributeMetadata.java:36
↓ 10 callersMethodgetParentValue
Returns the parentValue of the Foo. @return the parentValue of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/listener/Foo.java:67
↓ 10 callersMethodgetPrimaryTable
Returns the primary table of the entity. @return the primary table of the entity @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:87
↓ 10 callersMethodgetRootPath
Returns the root of the path. @return the root of the path @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/AbstractPath.java:126
↓ 10 callersMethodgetSecond
Returns the second. @return the second @since 2.0.0
batoo-jpa/src/main/java/org/batoo/common/util/Pair.java:123
↓ 10 callersMethodgetSqlType
Returns the SQL Type of the column. @return the SQL Type of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:126
↓ 10 callersMethodgetTable
Returns the table with the name. <p> If the <code>tableName</code> is blank then the primary table is returned @param tableName the name o
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:100
↓ 10 callersMethodgetTables
Returns the tables of the type, starting from the top of the hierarchy. @return the tables of the type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1532
↓ 10 callersMethodgetValueExt1
Returns the valueExt1. @return the valueExt1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/single/FooExt1.java:40
↓ 10 callersMethodinitialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedSet.java:313
↓ 10 callersMethodisArray
Determine whether the given object is an array: either an Object array or a primitive array. @param obj the object to check @return <code>
batoo-jpa/src/main/java/org/batoo/common/util/ObjectUtils.java:261
↓ 10 callersMethodmB
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:542
↓ 10 callersMethodnewCollection
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/attribute/SetAttributeImpl.java:82
↓ 10 callersMethodnoDuplicates
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedList.java:613
↓ 10 callersMethodparameter
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:1214
↓ 10 callersMethodsynpred25_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19285
↓ 10 callersMethodsynpred26_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19131
↓ 9 callersMethodcapitalize
Capitalize a <code>String</code>, changing the first letter to upper case as per {@link Character#toUpperCase(char)}. No other letters are changed. @
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:151
↓ 9 callersMethoddateTimeExpression
Returns the date time function expresssion. @param type the type of the date time function @param x the inner expression @retur
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:441
↓ 9 callersMethodgetAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoonetomany/Person.java:79
↓ 9 callersMethodgetAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/ManagedTypeImpl.java:175
↓ 9 callersMethodgetCatalog
Returns the catalog. @return the catalog @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:60
↓ 9 callersMethodgetDelegate
Return the underlying provider object for the EntityManager, if available. The result of this method is implementation specific. The unwrap method is
persistence-api/src/main/java/javax/persistence/EntityManager.java:292
↓ 9 callersMethodgetDescriptor
(final StringBuffer buf, final Class<?> c)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/Enhancer.java:533
↓ 9 callersMethodgetId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Person.java:94
↓ 9 callersMethodgetMapping
Returns the mapping of the BasicColumn. @return the mapping of the BasicColumn @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:90
↓ 9 callersMethodgetProperties
Returns the properties of the persistence unit. @return the properties of the persistence unit @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:79
↓ 9 callersMethodindexOf
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedList.java:503
↓ 9 callersMethodindexOf
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:343
↓ 9 callersMethodinitialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedMap.java:289
↓ 9 callersMethodisInsertable
Returns the insertable of the column. @return the insertable of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:167
↓ 9 callersMethodlazyBoxed
Returns an object that lazily boxes the block. @param block the block to box @return the object @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/log/BLogger.java:276
↓ 9 callersMethodlinkCallback
(Map<EntityListenerType, List<Callback>> callbacks, final Callback callback)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/CallbackManager.java:240
↓ 9 callersMethodperson
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/LazyTest.java:56
↓ 9 callersMethodreplace
Replace all occurences of a substring within a string with another string. @param inString String to examine @param oldPattern
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:812
↓ 9 callersMethodsetTable
Sets the table of the column. @param table the owning table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:230
↓ 9 callersMethodsetupEmf
Sets up the entity manager factory. @return the entity manager factory @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/BaseCoreTest.java:533
↓ 9 callersMethodsynpred11_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19103
↓ 9 callersMethodsynpred9_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19061
↓ 8 callersMethodacronym
Returns the acronym of the name @param name the name @return the acronym @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/util/BatooUtils.java:49
↓ 8 callersMethodcompareTo
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/deployment/DeploymentUnitTask.java:86
↓ 8 callersMethodcomparison_operator
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:12446
↓ 8 callersMethodconstructJunction
Constructs an AND junction. @param cb the criteria builder @param disjunctionDef the junction definition @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:415
↓ 8 callersMethodcreateBasicType
Creates of returns an existing {@link BasicTypeImpl} of <code>clazz</code> @param clazz the class @return the basic type @param <T>
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:391
↓ 8 callersMethodcreateFoo
Returns a newly created foo. @param baseId @return @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/MergeTest.java:54
↓ 8 callersMethodcreateParent
Returns a newly created parent. @return @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/remove/RemoveTest.java:53
↓ 8 callersMethodequals
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractMapping.java:90
↓ 8 callersMethodescape
Escapes an SQL name @param name the original name @return the escaped name @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:658
↓ 8 callersMethodexecuteUpdate
Execute an update or delete statement. @return the number of entities updated or deleted @throws IllegalStateException if called for a Ja
persistence-api/src/main/java/javax/persistence/Query.java:26
↓ 8 callersMethodfireCallbacks
Fires the callbacks. @param instance the instance @param type the type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/CallbackManager.java:149
↓ 8 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/BasicPath.java:71
← previousnext →201–300 of 6,989, ranked by callers